AbstractPropertyHolder |
|
AnnotatedClassType |
Type of annotation of a class will give its type
|
AnnotatedColumn |
A mapping to a column, logically representing a
Column annotation, but not
every instance corresponds to an explicit annotation in
the Java code.
|
AnnotatedColumns |
A list of columns that are mapped to a single Java property
or field.
|
AnnotatedDiscriminatorColumn |
A DiscriminatorColumn annotation
|
AnnotatedJoinColumn |
An element of a join condition, logically representing a
JoinColumn annotation, but not
every instance corresponds to an explicit annotation in the
Java code.
|
AnnotatedJoinColumns |
A list of JoinColumn s that form a single join
condition, similar in concept to JoinColumns ,
but not every instance of this class corresponds to an explicit annotation
in the Java code.
|
ArrayBinder |
|
AttributeConversionInfo |
Describes a conversion
|
BagBinder |
|
BasicValueBinder |
|
BasicValueBinder.Kind |
|
CollectionBinder |
Base class for binding different types of collections to mapping model objects
of type Collection .
|
CollectionPropertyHolder |
|
EntityBinder |
Stateful holder and processor for binding Entity information
|
FkSecondPass |
|
ForeignKeyType |
Specifies the sort of foreign key reference given in a
JoinColumn annotation.
|
IndexColumn |
An OrderColumn annotation
|
InheritanceState |
Some extra data to the inheritance position of a class.
|
InheritanceState.ElementsToProcess |
|
JPAIndexHolder |
|
ListBinder |
|
Nullability |
Are the columns forced to null, not null or not forced
|
ObjectNameSource |
Source for database object names (identifiers).
|
PersistentAttributeFilter |
|
PropertyHolder |
Property holder abstract property containers from their direct implementation
|
QuerySecondPass |
Bind query
|
TableBinder |
Table related operations
|
UniqueConstraintHolder |
UniqueConstraint annotations are handled via second pass.
|
XMLContext |
A helper for consuming orm.xml mappings.
|
XMLContext.Default |
|