Package | Description |
---|---|
org.apache.openjpa.jdbc.meta.strats |
OpenJPA-JDBC ORM Strategies
Library of mapping strategies.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlerHandlerMapTableFieldStrategy
Mapping for a map of keys and values both controlled by
ValueHandler s. |
class |
HandlerRelationMapTableFieldStrategy
Mapping for a map whose keys are controlled by a
ValueHandler
and whose values are relations to other persistent objects. |
class |
RelationHandlerMapTableFieldStrategy
Mapping for a map whose keys are relations to other persistent objects
and whose values are controlled by a
ValueHandler . |
class |
RelationRelationMapTableFieldStrategy
Mapping for a map whose keys and values are both relations to other
persistent objects.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.