Internal Website Search

11-20 of 200 resultsRefresh

JPA Query API

Queries are represented in JPA 2 by two interfaces - the old api/java ... queries in JPA 1, and the new api/java/jpa/TypedQuery">TypedQuery interface that was introduced in JPA 2. The api/java/jpa/TypedQuery">TypedQuery

JPA Metamodel API

The JPA Metamodel API, which is introduced in JPA 2.0, enables examining the classes, fields and properties of the persistent object model, similarly to the Java reflection API. The main interface of the JPA Metamodel API is: 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.

JDOPermission.GET_METADATA

api/java/jdo/spi/JDOPermission" title="Class in javax.jdo.spi">javax.jdo.spi.JDOPermissionapi/java/jdo/spi/JDOPermission" title="Class in javax.jdo.spi">JDOPermission GET_METADATA An instance of

JDOPermission.MANAGE_METADATA

api/java/jdo/spi/JDOPermission" title="Class in javax.jdo.spi">javax.jdo.spi.JDOPermissionapi/java/jdo/spi/JDOPermission" title="Class in javax.jdo.spi">JDOPermission MANAGE_METADATA An instance of

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