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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setLoadObjectIds()
Turn on the loading of all identity classes, even if they don't exist.
-