Uses of Class
org.apache.openjpa.util.Id
-
Packages that use Id Package Description org.apache.openjpa.util OpenJPA Utilities -
-
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(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.
-