Package org.apache.openjpa.enhance
Interface ApplicationIdTool.ObjectIdLoader
- Enclosing class:
- ApplicationIdTool
public static interface ApplicationIdTool.ObjectIdLoader
Interface implemented by metadata factories that can load non-existant
object id classes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Turn on the loading of all identity classes, even if they don't exist.
-
Method Details
-
setLoadObjectIds
void setLoadObjectIds()Turn on the loading of all identity classes, even if they don't exist.
-