Uses of Interface
org.apache.openjpa.jdbc.meta.Joinable
Packages that use Joinable
Package
Description
OpenJPA-JDBC ORM Metadata
OpenJPA-JDBC ORM Strategies
-
Uses of Joinable in org.apache.openjpa.jdbc.meta
Classes in org.apache.openjpa.jdbc.meta that implement JoinableModifier and TypeClassDescriptionclassDelegates to anotherJoinableafter doing column translation.Methods in org.apache.openjpa.jdbc.meta that return JoinableModifier 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 theJoinablefor the given column.Methods in org.apache.openjpa.jdbc.meta with parameters of type JoinableModifier and TypeMethodDescriptionvoidClassMapping.setJoinable(Column col, Joinable joinable) Add the given column-to-joinable mapping.Constructors in org.apache.openjpa.jdbc.meta with parameters of type JoinableModifierConstructorDescriptionDelegatingJoinable(Joinable join, Column[] cols) Constructor.DelegatingJoinable(Joinable join, ForeignKey fk) Constructor. -
Uses of Joinable in org.apache.openjpa.jdbc.meta.strats
Classes in org.apache.openjpa.jdbc.meta.strats that implement JoinableModifier and TypeClassDescriptionclassMapping for a single-valued field that delegates to aValueHandler.classMapping for serialized fields on a dictionary that has a maximum embedded BLOB size.classMapping for byte array fields on a dictionary that has a maximum embedded BLOB size.classMapping for CLOB character array on a dictionary that has a maximum embedded CLOB size.classMapping for CLOB string on a dictionary that has a maximum embedded CLOB size.classDirect mapping from a primitive value to a column.classMapping for a single-valued relation to another entity.classDirect mapping from a string value to a column.