Package | Description |
---|---|
org.apache.openjpa.jdbc.meta.strats |
OpenJPA-JDBC ORM Strategies
Library of mapping strategies.
|
Modifier and Type | Method and 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.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.