Internal Website Search

21-30 of 200 resultsRefresh

javax.persistence.criteria.CriteriaBuilder

Learn how to define queries using the criteria API in ... method"> api/java/jpa/criteria/Expression" title="Interface in javax.persistence.criteria">Expression<N> api

JPA Metamodel API

The JPA Metamodel API provides the ability to examine the persistent object model ... > The Metamodel Interface The main interface of the JPA Metamodel API is api ... ="/api/java/jpa/EntityManagerFactory">EntityManagerFactory's api/java/jpa

What is the Java Persistence API (JPA)?

The Java Persistence API (JPA) is a standard API for accessing databases from within Java applications. The main advantage of JPA over JDBC (the older Java API for interacting ... system with built in support of the Java Persistence API (JPA). By interacting with ObjectDB using

JPA Metamodel API Attributes

The following interfaces and enum types represent attributes (persistent fields and properties) in the JPA Metamodel API: api/java/jpa/metamodel/members"> See the

JPA Metamodel API Types

The following interfaces and enum represent types in the JPA Metamodel API:  api/java/jpa/metamodel/types"> See the Metamodel Type Interface Hierarchy section for more details and examples.

ObjectDB API Reference

All about ObjectDB API Reference in Java/JPA database - explanations, examples, references, links and related information.

ObjectDB APIs

All about ObjectDB APIs in Java/JPA database - explanations, examples, references, links and related information.

JPA Query Expressions (JPQL / Criteria)

Query expressions are the foundations on which JPQL and criteria queries are built.Criteria query expressions ... >JPQL / Criteria Variables

javax.persistence.criteria.MapJoin

="/api/java/jpa/criteria/Expression" title="Interface in javax.persistence.criteria">Expression<V> , api/java/jpa/criteria/FetchParent" title="Interface ... ="/api/java/jpa/criteria/From" title="Interface in javax.persistence.criteria">From<Z,V>

Which API should I use - JPA or JDO?

You can use ObjectDB with either the Java Persistence API (JPA) or the Java Data Objects (JDO) API. Both share similar architecture, design and abilities. When to prefer ... applications. You can use JPA as the primary API, and if necessary, switch to JDO as a secondary API