|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Id | |
---|---|
org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel |
org.apache.openjpa.util | OpenJPA Utilities |
Uses of Id in org.apache.openjpa.jdbc.kernel |
---|
Methods in org.apache.openjpa.jdbc.kernel that return Id | |
---|---|
Id |
JDBCStoreManager.newDataStoreId(long id,
ClassMapping mapping,
boolean subs)
|
Id |
JDBCStore.newDataStoreId(long id,
ClassMapping mapping,
boolean subs)
Create a new datastore identity object from the given id value and mapping. |
Uses of Id in org.apache.openjpa.util |
---|
Methods in org.apache.openjpa.util that return Id | |
---|---|
static Id |
Id.newInstance(Class cls,
Object val)
Create an id from the given type and value; the value might be an id instnace, a stringified id, or a primary key value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |