See: Description
Interface | Description |
---|---|
Column |
Interface representing a column in a table.
|
MemberColumnMapping |
Mapping definition for a member (field/property) representing the column(s) that it maps to.
|
SchemaVerifier |
Representation of a verifier for schema information.
|
Table |
Representation of a table for a class.
|
Class | Description |
---|---|
ColumnImpl |
Representation of a column in a table.
|
CompleteClassTable |
Representation of a table for a class where the class is stored in "complete-table" inheritance (or in JPA "TablePerClass")
whereby all members (in this class and superclasses) are handled in this table.
|
MemberColumnMappingImpl |
Mapping definition for a member (field/property) representing the column(s) that it maps to.
|
Enum | Description |
---|---|
SurrogateColumnType |
Enum defining the types of surrogate columns for a class.
|
Copyright © 2019. All rights reserved.