Uses of Package
org.hibernate.mapping
-
Classes in org.hibernate.mapping used by org.hibernate.binder Class Description PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
. -
Classes in org.hibernate.mapping used by org.hibernate.binder.internal Class Description PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
. -
Classes in org.hibernate.mapping used by org.hibernate.boot Class Description Collection A mapping model object representing a collection.FetchProfile A mapping model object representing aFetchProfile
.PersistentClass A mapping model object that represents an entity class.Table A mapping model object representing a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.boot.internal Class Description Collection A mapping model object representing a collection.Column A mapping model object representing a column of a relational database table.Component A mapping model object that represents an embeddable class.FetchProfile A mapping model object representing aFetchProfile
.ForeignKey A mapping model object representing a foreign key constraint.Join A mapping model object representing some sort of auxiliary table, for example, an association table, a secondary table, or a table belonging to a joined subclass.MappedSuperclass A mapping model object representing a mapped superclass of an entity class.PersistentClass A mapping model object that represents an entity class.Table A mapping model object representing a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.boot.model Class Description BasicValue.Resolution Resolved form ofBasicValue
as part of interpreting the boot-time model into the run-time model -
Classes in org.hibernate.mapping used by org.hibernate.boot.model.internal Class Description Any A mapping model object representing a polymorphic association to one of several tables.BasicValue Collection A mapping model object representing a collection.Column A mapping model object representing a column of a relational database table.Component A mapping model object that represents an embeddable class.GeneratorCreator IdentifierGeneratorCreator Join A mapping model object representing some sort of auxiliary table, for example, an association table, a secondary table, or a table belonging to a joined subclass.JoinedSubclass A mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.KeyValue A mapping modelValue
which may be treated as an identifying key of a relational database table.MappedSuperclass A mapping model object representing a mapped superclass of an entity class.PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
.RootClass A mapping model object that represents the root class in an entity class inheritance hierarchy.SimpleValue A mapping model object that represents any value that maps to columns.Table A mapping model object representing a relational database table.ToOne A mapping model object representing an association where the target side has cardinality one.Value A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key. -
Classes in org.hibernate.mapping used by org.hibernate.boot.model.process.internal Class Description BasicValue.Resolution Resolved form ofBasicValue
as part of interpreting the boot-time model into the run-time modelSelectable Table A mapping model object representing a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.boot.model.relational Class Description Column A mapping model object representing a column of a relational database table.Constraint A mapping model object representing a constraint on a relational database table.Contributable Part of the mapping model that is associated with a contributor.DenormalizedTable Table A mapping model object representing a relational database table.UserDefinedType A mapping model object representing a relational database UDT. -
Classes in org.hibernate.mapping used by org.hibernate.boot.model.source.internal.hbm Class Description List A mapping model object representing a collection of typeList
.OneToOne A mapping model object representing a many-to-one association.PersistentClass A mapping model object that represents an entity class.SimpleValue A mapping model object that represents any value that maps to columns. -
Classes in org.hibernate.mapping used by org.hibernate.boot.model.source.spi Class Description MetaAttribute A meta attribute is a named value or values. -
Classes in org.hibernate.mapping used by org.hibernate.boot.spi Class Description Collection A mapping model object representing a collection.Column A mapping model object representing a column of a relational database table.Component A mapping model object that represents an embeddable class.FetchProfile A mapping model object representing aFetchProfile
.Join A mapping model object representing some sort of auxiliary table, for example, an association table, a secondary table, or a table belonging to a joined subclass.MappedSuperclass A mapping model object representing a mapped superclass of an entity class.PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
.Table A mapping model object representing a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.bytecode.enhance.spi.interceptor Class Description PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
. -
Classes in org.hibernate.mapping used by org.hibernate.bytecode.internal Class Description PersistentClass A mapping model object that represents an entity class. -
Classes in org.hibernate.mapping used by org.hibernate.cache.cfg.internal Class Description Collection A mapping model object representing a collection.PersistentClass A mapping model object that represents an entity class.RootClass A mapping model object that represents the root class in an entity class inheritance hierarchy. -
Classes in org.hibernate.mapping used by org.hibernate.collection.internal Class Description Collection A mapping model object representing a collection. -
Classes in org.hibernate.mapping used by org.hibernate.collection.spi Class Description Collection A mapping model object representing a collection. -
Classes in org.hibernate.mapping used by org.hibernate.dialect Class Description Column A mapping model object representing a column of a relational database table.Constraint A mapping model object representing a constraint on a relational database table.ForeignKey A mapping model object representing a foreign key constraint.Index A mapping model object representing an index on a relational database table.Table A mapping model object representing a relational database table.UserDefinedType A mapping model object representing a relational database UDT. -
Classes in org.hibernate.mapping used by org.hibernate.dialect.aggregate Class Description Column A mapping model object representing a column of a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.dialect.temptable Class Description Contributable Part of the mapping model that is associated with a contributor. -
Classes in org.hibernate.mapping used by org.hibernate.dialect.unique Class Description Column A mapping model object representing a column of a relational database table.Table A mapping model object representing a relational database table.UniqueKey A mapping model object representing a unique key constraint on a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.engine.internal Class Description KeyValue A mapping modelValue
which may be treated as an identifying key of a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.envers.boot.internal Class Description Value A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key. -
Classes in org.hibernate.mapping used by org.hibernate.envers.boot.model Class Description PersistentClass A mapping model object that represents an entity class.Selectable Value A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key. -
Classes in org.hibernate.mapping used by org.hibernate.envers.boot.spi Class Description Value A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key. -
Classes in org.hibernate.mapping used by org.hibernate.envers.configuration.internal Class Description PersistentClass A mapping model object that represents an entity class. -
Classes in org.hibernate.mapping used by org.hibernate.envers.configuration.internal.metadata Class Description Collection A mapping model object representing a collection.PersistentClass A mapping model object that represents an entity class.Selectable Table A mapping model object representing a relational database table.Value A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key. -
Classes in org.hibernate.mapping used by org.hibernate.envers.configuration.internal.metadata.reader Class Description Component A mapping model object that represents an embeddable class.PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
.Value A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key. -
Classes in org.hibernate.mapping used by org.hibernate.envers.internal.entities.mapper.id Class Description Component A mapping model object that represents an embeddable class. -
Classes in org.hibernate.mapping used by org.hibernate.envers.internal.tools Class Description Value A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key. -
Classes in org.hibernate.mapping used by org.hibernate.generator Class Description PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
. -
Classes in org.hibernate.mapping used by org.hibernate.id Class Description Column A mapping model object representing a column of a relational database table.Selectable Table A mapping model object representing a relational database table.Value A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key.ValueVisitor -
Classes in org.hibernate.mapping used by org.hibernate.id.factory.internal Class Description RootClass A mapping model object that represents the root class in an entity class inheritance hierarchy.SimpleValue A mapping model object that represents any value that maps to columns. -
Classes in org.hibernate.mapping used by org.hibernate.id.factory.spi Class Description RootClass A mapping model object that represents the root class in an entity class inheritance hierarchy. -
Classes in org.hibernate.mapping used by org.hibernate.internal Class Description PersistentClass A mapping model object that represents an entity class. -
Classes in org.hibernate.mapping used by org.hibernate.jpa.event.internal Class Description PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
. -
Classes in org.hibernate.mapping used by org.hibernate.loader.ast.internal Class Description PersistentClass A mapping model object that represents an entity class. -
Classes in org.hibernate.mapping used by org.hibernate.mapping Class Description AggregateColumn An aggregate column is a column of typeSqlTypes.STRUCT
,SqlTypes.JSON
orSqlTypes.SQLXML
that aggregates a component into a single column.Any A mapping model object representing a polymorphic association to one of several tables.Any.KeyValue Any.MetaValue Array An array mapping has a primary key consisting of the key columns + index column.AttributeContainer Identifies a mapping model object which may have attributes (fields or properties).Bag A mapping model object representing a collection of typeCollection
which may contain duplicates.BasicValue BasicValue.Resolution Resolved form ofBasicValue
as part of interpreting the boot-time model into the run-time modelCollection A mapping model object representing a collection.Column A mapping model object representing a column of a relational database table.Component A mapping model object that represents an embeddable class.Constraint A mapping model object representing a constraint on a relational database table.Contributable Part of the mapping model that is associated with a contributor.DependantBasicValue DependantValue A mapping model object representing a value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).Fetchable Any mapping with an outer-join attributeFetchProfile.Fetch Defines an individual association fetch within the given profile.Filterable Defines mapping elements to which filters may be applied.ForeignKey A mapping model object representing a foreign key constraint.Formula GeneratorCreator IdentifierBag A bag with a generated (surrogate) key.IdentifierCollection A mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.IdentifierGeneratorCreator Index A mapping model object representing an index on a relational database table.IndexedCollection Indexed collections include Lists, Maps, arrays and primitive arrays.Join A mapping model object representing some sort of auxiliary table, for example, an association table, a secondary table, or a table belonging to a joined subclass.JoinedSubclass A mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.KeyValue A mapping modelValue
which may be treated as an identifying key of a relational database table.List A mapping model object representing a collection of typeList
.ManyToOne A mapping model object representing a many-to-one association.Map A mapping model object representing a collection of typeMap
.MappedSuperclass A mapping model object representing a mapped superclass of an entity class.MetaAttributable Common interface for things that can handle meta attributes.MetaAttribute A meta attribute is a named value or values.MetadataSource Enumeration of the known places from which a piece of metadata may come.OneToMany A mapping model object representing a many-to-one association.OneToOne A mapping model object representing a many-to-one association.PersistentClass A mapping model object that represents an entity class.PersistentClassVisitor PrimaryKey A mapping model object representing a primary key constraint.PrimitiveArray A primitive array has a primary key consisting of the key columns + index column.Property A mapping model object representing a property or field of anentity
orembeddable class
.PropertyGeneration Deprecated.This is replaced byValueGeneration
andGenerationTiming
, and is no longer usedResolvable RootClass A mapping model object that represents the root class in an entity class inheritance hierarchy.Selectable Set A mapping model object representing a collection of typeList
.SimpleValue A mapping model object that represents any value that maps to columns.SingleTableSubclass A mapping model object that represents a subclass in a single table inheritance hierarchy.SortableValue Subclass A mapping model object that represents a subclass in an entity class inheritance hierarchy.Table A mapping model object representing a relational database table.Table.ForeignKeyKey TableOwner Additional, optional contract as part pf thePersistentClass
hierarchy used to differentiate entity bindings for entities that map to their own table (root, union-subclass, joined-subclass) versus those that do not (discriminator-subclass).ToOne A mapping model object representing an association where the target side has cardinality one.UnionSubclass A mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.UniqueKey A mapping model object representing a unique key constraint on a relational database table.UserDefinedType A mapping model object representing a relational database UDT.Value A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key.ValueVisitor -
Classes in org.hibernate.mapping used by org.hibernate.metamodel.internal Class Description Component A mapping model object that represents an embeddable class.MappedSuperclass A mapping model object representing a mapped superclass of an entity class.PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
.Value A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key. -
Classes in org.hibernate.mapping used by org.hibernate.metamodel.mapping Class Description IndexedConsumer A consumer likeConsumer
but also accepts an integer as index. -
Classes in org.hibernate.mapping used by org.hibernate.metamodel.mapping.internal Class Description Any A mapping model object representing a polymorphic association to one of several tables.Collection A mapping model object representing a collection.Column A mapping model object representing a column of a relational database table.Component A mapping model object that represents an embeddable class.IndexedConsumer A consumer likeConsumer
but also accepts an integer as index.PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
.RootClass A mapping model object that represents the root class in an entity class inheritance hierarchy.Selectable Table A mapping model object representing a relational database table.ToOne A mapping model object representing an association where the target side has cardinality one.Value A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key. -
Classes in org.hibernate.mapping used by org.hibernate.metamodel.model.domain.internal Class Description IndexedConsumer A consumer likeConsumer
but also accepts an integer as index.MappedSuperclass A mapping model object representing a mapped superclass of an entity class.PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
. -
Classes in org.hibernate.mapping used by org.hibernate.metamodel.spi Class Description Component A mapping model object that represents an embeddable class.PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
. -
Classes in org.hibernate.mapping used by org.hibernate.persister.collection Class Description Collection A mapping model object representing a collection.Table A mapping model object representing a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.persister.entity Class Description IndexedConsumer A consumer likeConsumer
but also accepts an integer as index.PersistentClass A mapping model object that represents an entity class.Table A mapping model object representing a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.persister.internal Class Description Collection A mapping model object representing a collection.IndexedConsumer A consumer likeConsumer
but also accepts an integer as index.PersistentClass A mapping model object that represents an entity class. -
Classes in org.hibernate.mapping used by org.hibernate.persister.spi Class Description Collection A mapping model object representing a collection.PersistentClass A mapping model object that represents an entity class. -
Classes in org.hibernate.mapping used by org.hibernate.proxy.pojo Class Description PersistentClass A mapping model object that represents an entity class. -
Classes in org.hibernate.mapping used by org.hibernate.query.derived Class Description IndexedConsumer A consumer likeConsumer
but also accepts an integer as index. -
Classes in org.hibernate.mapping used by org.hibernate.query.sqm.function Class Description IndexedConsumer A consumer likeConsumer
but also accepts an integer as index.Selectable Table A mapping model object representing a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.query.sqm.mutation.internal Class Description RootClass A mapping model object that represents the root class in an entity class inheritance hierarchy. -
Classes in org.hibernate.mapping used by org.hibernate.sql.ast.tree.expression Class Description IndexedConsumer A consumer likeConsumer
but also accepts an integer as index. -
Classes in org.hibernate.mapping used by org.hibernate.sql.exec.internal Class Description IndexedConsumer A consumer likeConsumer
but also accepts an integer as index. -
Classes in org.hibernate.mapping used by org.hibernate.sql.results.graph Class Description IndexedConsumer A consumer likeConsumer
but also accepts an integer as index. -
Classes in org.hibernate.mapping used by org.hibernate.sql.results.graph.internal Class Description IndexedConsumer A consumer likeConsumer
but also accepts an integer as index. -
Classes in org.hibernate.mapping used by org.hibernate.testing.orm.junit Class Description RootClass A mapping model object that represents the root class in an entity class inheritance hierarchy. -
Classes in org.hibernate.mapping used by org.hibernate.tool.schema.extract.spi Class Description Table A mapping model object representing a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.tool.schema.internal Class Description Column A mapping model object representing a column of a relational database table.Constraint A mapping model object representing a constraint on a relational database table.ForeignKey A mapping model object representing a foreign key constraint.Index A mapping model object representing an index on a relational database table.Table A mapping model object representing a relational database table.UserDefinedType A mapping model object representing a relational database UDT. -
Classes in org.hibernate.mapping used by org.hibernate.tool.schema.spi Class Description ForeignKey A mapping model object representing a foreign key constraint.Table A mapping model object representing a relational database table. -
Classes in org.hibernate.mapping used by org.hibernate.tuple Class Description Component A mapping model object that represents an embeddable class.PersistentClass A mapping model object that represents an entity class.Property A mapping model object representing a property or field of anentity
orembeddable class
. -
Classes in org.hibernate.mapping used by org.hibernate.tuple.entity Class Description PersistentClass A mapping model object that represents an entity class. -
Classes in org.hibernate.mapping used by org.hibernate.type Class Description Component A mapping model object that represents an embeddable class.IndexedConsumer A consumer likeConsumer
but also accepts an integer as index.