Package | Description |
---|---|
org.apache.openjpa.jdbc.meta.strats |
OpenJPA-JDBC ORM Strategies
Library of mapping strategies.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedClassStrategy
Class mapping for embedded objects.
|
class |
FlatClassStrategy
Mapping for classes mapped to their superclass table.
|
class |
FullClassStrategy
Mapping for when the class maps all fields to its own table.
|
class |
NoneClassStrategy
Strategy for classes that aren't mapped.
|
class |
ObjectIdClassStrategy
Class mapping for embedded object id fields.
|
class |
VerticalClassStrategy
Mapping for subclasses that join to their superclass table.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.