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 classHandlerCollectionTableFieldStrategyMapping for a collection of values in a separate table controlled by aValueHandler.classRelationCollectionInverseKeyFieldStrategyMaps a relation to a collection of other objects using an inverse foreign key in the related object table.classRelationCollectionTableFieldStrategyMaps 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)
-