Uses of Package
org.hibernate.boot.model.internal
Packages that use org.hibernate.boot.model.internal
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines the Hibernate configuration-time mapping model.
-
Classes in org.hibernate.boot.model.internal used by org.hibernate.boot.internal
-
Classes in org.hibernate.boot.model.internal used by org.hibernate.boot.model.internalClassDescriptionTemplate support for IdGeneratorResolver implementations dealing with entity identifiersType of annotation of a class will give its typeA mapping to a column, logically representing a
Column
annotation, but not every instance corresponds to an explicit annotation in the Java code.A list of columns that are mapped to a single Java property or field.ADiscriminatorColumn
annotationAn element of a join condition, logically representing aJoinColumn
annotation, but not every instance corresponds to an explicit annotation in the Java code.A list ofJoinColumn
s that form a single join condition, similar in concept toJoinColumns
, but not every instance of this class corresponds to an explicit annotation in the Java code.Describes a conversionA stateful binder responsible for creating instances ofBasicValue
.Base class for stateful binders responsible for producing mapping model objects of typeCollection
.Stateful binder responsible for interpreting information about anEntity
class and producing aPersistentClass
mapping model object.Specifies the sort of foreign key reference given in aJoinColumn
annotation.Marker interface for second passes which bind id generatorsAnOrderColumn
annotationSome extra data to the inheritance position of a class.Are the columns forced to null, not null or not forcedProperty holder abstract property containers from their direct implementationBind queryStateful binder responsible for producing instances ofTable
. -
Classes in org.hibernate.boot.model.internal used by org.hibernate.boot.spi
-
Classes in org.hibernate.boot.model.internal used by org.hibernate.mappingClassDescriptionA list of
JoinColumn
s that form a single join condition, similar in concept toJoinColumns
, but not every instance of this class corresponds to an explicit annotation in the Java code. -
Classes in org.hibernate.boot.model.internal used by org.hibernate.testing.orm.junit