Uses of Class
org.apache.openjpa.util.MetaDataException
-
Packages that use MetaDataException Package Description org.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategies -
-
Uses of MetaDataException in org.apache.openjpa.jdbc.meta.strats
Methods in org.apache.openjpa.jdbc.meta.strats that return MetaDataException Modifier and Type Method Description 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.
-