Uses of Interface
org.apache.openjpa.enhance.DynamicStorage
-
Packages that use DynamicStorage Package Description org.apache.openjpa.enhance OpenJPA Enhancer -
-
Uses of DynamicStorage in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance that return DynamicStorage Modifier and Type Method Description protected DynamicStorage
DynamicStorageGenerator. createFactory(ClassNodeTracker bc)
Create a stub factory instance for the given class.DynamicStorage
DynamicStorageGenerator. generateStorage(int[] types, java.lang.Object obj)
Generate a genericDynamicStorage
instance with the given array ofJavaTypes
constants and the given object as the user key for generation.DynamicStorage
DynamicStorage. newInstance()
Factory method for getting new instances of the same definition.
-