Uses of Interface
org.apache.openjpa.enhance.DynamicStorage
Packages that use DynamicStorage
-
Uses of DynamicStorage in org.apache.openjpa.enhance
Methods in org.apache.openjpa.enhance that return DynamicStorageModifier and TypeMethodDescriptionprotected DynamicStorageDynamicStorageGenerator.createFactory(ClassNodeTracker bc) Create a stub factory instance for the given class.DynamicStorageGenerator.generateStorage(int[] types, Object obj) Generate a genericDynamicStorageinstance with the given array ofJavaTypesconstants and the given object as the user key for generation.DynamicStorage.newInstance()Factory method for getting new instances of the same definition.