Uses of Interface
org.apache.openjpa.jdbc.meta.strats.LRSCollectionFieldStrategy
-
Packages that use LRSCollectionFieldStrategy Package Description org.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategies -
-
Uses of LRSCollectionFieldStrategy in org.apache.openjpa.jdbc.meta.strats
Classes in org.apache.openjpa.jdbc.meta.strats that implement LRSCollectionFieldStrategy Modifier and Type Class Description class
HandlerCollectionTableFieldStrategy
Mapping for a collection of values in a separate table controlled by aValueHandler
.class
RelationCollectionInverseKeyFieldStrategy
Maps a relation to a collection of other objects using an inverse foreign key in the related object table.class
RelationCollectionTableFieldStrategy
Maps a collection of related objects through an association table.Constructors in org.apache.openjpa.jdbc.meta.strats with parameters of type LRSCollectionFieldStrategy Constructor Description LRSProxyCollection(LRSCollectionFieldStrategy strat)
-