The Java Persistence Query Language (JPQL) is a platform-independent object-oriented query language defined as part of the Java Persistence API specification. JPQL is used to make queries against entities stored in a relational database. It is heavily inspired by SQL, and its queries resemble SQL queries in syntax, but operate against JPA entity objects rather than directly with database tables. In addition to retrieving objects (SELECT queries), JPQL supports bulk UPDATE and DELETE queries.

PropertyValue
dbpprop:abstract
  • The Java Persistence Query Language (JPQL) is a platform-independent object-oriented query language defined as part of the Java Persistence API specification. JPQL is used to make queries against entities stored in a relational database. It is heavily inspired by SQL, and its queries resemble SQL queries in syntax, but operate against JPA entity objects rather than directly with database tables. In addition to retrieving objects (SELECT queries), JPQL supports bulk UPDATE and DELETE queries.
dbpprop:influencedBy
dbpprop:name
  • Java Persistence Query Language
dbpprop:operatingSystem
dbpprop:turingComplete
  • No
dbpprop:wikiPageUsesTemplate
rdfs:comment
  • The Java Persistence Query Language (JPQL) is a platform-independent object-oriented query language defined as part of the Java Persistence API specification. JPQL is used to make queries against entities stored in a relational database. It is heavily inspired by SQL, and its queries resemble SQL queries in syntax, but operate against JPA entity objects rather than directly with database tables. In addition to retrieving objects (SELECT queries), JPQL supports bulk UPDATE and DELETE queries.
rdfs:label
  • Java Persistence Query Language
skos:subject
foaf:page
is dbpprop:redirect of