Uses of Interface
org.apache.openjpa.jdbc.meta.Joinable
Package
Description
OpenJPA-JDBC ORM Metadata
OpenJPA-JDBC ORM Strategies
-
Uses of Joinable in org.apache.openjpa.jdbc.meta
Modifier and TypeClassDescriptionclass
Delegates to anotherJoinable
after doing column translation.Modifier and TypeMethodDescriptionClassMapping.assertJoinable
(Column col) Return the joinable for the given column, or throw an exception if none is available.ClassMapping.getJoinable
(Column col) Return theJoinable
for the given column.Modifier and TypeMethodDescriptionvoid
ClassMapping.setJoinable
(Column col, Joinable joinable) Add the given column-to-joinable mapping.ModifierConstructorDescriptionDelegatingJoinable
(Joinable join, Column[] cols) Constructor.DelegatingJoinable
(Joinable join, ForeignKey fk) Constructor. -
Uses of Joinable in org.apache.openjpa.jdbc.meta.strats
Modifier and TypeClassDescriptionclass
Mapping for a single-valued field that delegates to aValueHandler
.class
Mapping for serialized fields on a dictionary that has a maximum embedded BLOB size.class
Mapping for byte array fields on a dictionary that has a maximum embedded BLOB size.class
Mapping for CLOB character array on a dictionary that has a maximum embedded CLOB size.class
Mapping for CLOB string on a dictionary that has a maximum embedded CLOB size.class
Direct mapping from a primitive value to a column.class
Mapping for a single-valued relation to another entity.class
Direct mapping from a string value to a column.