Uses of Class
org.apache.openjpa.util.Id
-
Packages that use Id Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.util OpenJPA Utilities -
-
Uses of Id in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return Id Modifier and Type Method Description IdJDBCStore. newDataStoreId(long id, ClassMapping mapping, boolean subs)Create a new datastore identity object from the given id value and mapping.IdJDBCStoreManager. newDataStoreId(long id, ClassMapping mapping, boolean subs) -
Uses of Id in org.apache.openjpa.util
Methods in org.apache.openjpa.util that return Id Modifier and Type Method Description static IdId. newInstance(java.lang.Class cls, java.lang.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.
-