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 |
|
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 |
|
BagBinder |
|
BasicValueBinder |
A stateful binder responsible for creating instances of BasicValue .
|
BasicValueBinder.Kind |
|
CollectionBinder |
Base class for stateful binders responsible for producing mapping model objects of type Collection .
|
CollectionPropertyHolder |
|
EntityBinder |
Stateful binder responsible for interpreting information about an Entity class
and producing a PersistentClass mapping model object.
|
FkSecondPass |
|
ForeignKeyType |
Specifies the sort of foreign key reference given in a
JoinColumn annotation.
|
IndexColumn |
|
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
|
PersistentAttributeFilter |
|
PropertyHolder |
Property holder abstract property containers from their direct implementation
|
QuerySecondPass |
Bind query
|
TableBinder |
Stateful binder responsible for producing instances of Table .
|
UniqueConstraintHolder |
|
XMLContext |
A helper for consuming orm.xml mappings.
|
XMLContext.Default |
|