Package | Description |
---|---|
org.apache.openjpa.jdbc.meta.strats |
OpenJPA-JDBC ORM Strategies
|
Modifier and Type | Class and Description |
---|---|
class |
EmbedFieldStrategy
Mapping for an embedded persistent object.
|
class |
HandlerFieldStrategy
Mapping for a single-valued field that delegates to a
ValueHandler . |
class |
PrimitiveFieldStrategy
Direct mapping from a primitive value to a column.
|
class |
RelationFieldStrategy
Mapping for a single-valued relation to another entity.
|
class |
StringFieldStrategy
Direct mapping from a string value to a column.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.