Uses of Class
org.apache.openjpa.util.Id
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA Utilities
-
Uses of Id in org.apache.openjpa.jdbc.kernel
Modifier and TypeMethodDescriptionJDBCStore.newDataStoreId
(long id, ClassMapping mapping, boolean subs) Create a new datastore identity object from the given id value and mapping.JDBCStoreManager.newDataStoreId
(long id, ClassMapping mapping, boolean subs) -
Uses of Id in org.apache.openjpa.util
Modifier and TypeMethodDescriptionstatic Id
Id.newInstance
(Class cls, Object val) Create an id from the given type and value; the value might be an id instance, a stringified id, or a primary key value.