Uses of Class
org.apache.openjpa.util.Id

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 JDBCStore.newDataStoreId(long id, ClassMapping mapping, boolean subs)
          Create a new datastore identity object from the given id value and mapping.
 Id JDBCStoreManager.newDataStoreId(long id, ClassMapping mapping, boolean subs)
           
 

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.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.