Uses of Class
org.apache.openjpa.util.MetaDataException
Packages that use MetaDataException
-
Uses of MetaDataException in org.apache.openjpa.jdbc.meta.strats
Methods in org.apache.openjpa.jdbc.meta.strats that return MetaDataExceptionModifier and TypeMethodDescriptionstatic MetaDataExceptionRelationStrategies.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 MetaDataExceptionRelationStrategies.unjoinable(ValueMapping vm) Return an exception indicating that we cannot join to the given relation.static MetaDataExceptionRelationStrategies.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.