Methods in org.apache.openjpa.jdbc.meta.strats that return MetaDataException |
static MetaDataException |
RelationStrategies.uninversable(ValueMapping vm)
Return an exception indicating that the relation is invalid
because it has is based on an inverse foreign key and has independent
subclasses. |
static MetaDataException |
RelationStrategies.unjoinable(ValueMapping vm)
Return an exception indicating that we cannot join to the given relation. |
static MetaDataException |
RelationStrategies.unloadable(ValueMapping vm)
Return an exception indicating that the relation cannot be loaded
because it has independent subclasses and does not represent a full oid. |