|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaDataException | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |