Uses of Package
org.hibernate.mapping
-
Classes in org.hibernate.mapping used by org.hibernate.boot Class Description Collection Mapping for a collection.FetchProfile A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.PersistentClass Mapping for an entity.Table A relational 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.relational Class Description Contributable Part of the mapping model that is associated with a contributor.DenormalizedTable Table A relational table -
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 Mapping for a collection.Column A column of a relational database tableComponent The mapping for a component, composite element, composite identifier, etc.FetchProfile A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.Join MappedSuperclass Represents a @MappedSuperclass.PersistentClass Mapping for an entity.Property Represents a property as part of an entity or a component.Table A relational table -
Classes in org.hibernate.mapping used by org.hibernate.bytecode.enhance.spi.interceptor Class Description PersistentClass Mapping for an entity.Property Represents a property as part of an entity or a component. -
Classes in org.hibernate.mapping used by org.hibernate.cfg Class Description Any Boot-time descriptor of a polymorphic association to one-of-several tables.Collection Mapping for a collection.Column A column of a relational database tableComponent The mapping for a component, composite element, composite identifier, etc.Join JoinedSubclass A subclass in a table-per-subclass mappingKeyValue Represents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or joined subclass table.MappedSuperclass Represents a @MappedSuperclass.PersistentClass Mapping for an entity.Property Represents a property as part of an entity or a component.RootClass The root class of an inheritance hierarchySimpleValue Any value that maps to columns.Table A relational tableToOne A simple-point association (ie.Value A value is anything that is persisted by value, instead of by reference. -
Classes in org.hibernate.mapping used by org.hibernate.cfg.annotations Class Description BasicValue Collection Mapping for a collection.Join PersistentClass Mapping for an entity.Property Represents a property as part of an entity or a component.SimpleValue Any value that maps to columns.Table A relational tableValue A value is anything that is persisted by value, instead of by reference. -
Classes in org.hibernate.mapping used by org.hibernate.collection.spi Class Description Collection Mapping for a collection. -
Classes in org.hibernate.mapping used by org.hibernate.dialect Class Description Constraint A relational constraint.ForeignKey A foreign key constraintIndex A relational table indexTable A relational 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 column of a relational database tableTable A relational tableUniqueKey A relational unique key constraint -
Classes in org.hibernate.mapping used by org.hibernate.id Class Description Column A column of a relational database tableSelectable Models the commonality between a column and a formula (computed value).Table A relational tableValue A value is anything that is persisted by value, instead of by reference.ValueVisitor -
Classes in org.hibernate.mapping used by org.hibernate.id.factory.spi Class Description RootClass The root class of an inheritance hierarchy -
Classes in org.hibernate.mapping used by org.hibernate.mapping Class Description Any Boot-time descriptor of 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 Defines an additional contract for PersistentClass/Join in terms of being able to contain attributes (Property).Bag A bag permits duplicates, so it has no primary keyBasicValue BasicValue.Resolution Resolved form ofBasicValue
as part of interpreting the boot-time model into the run-time modelCollection Mapping for a collection.Column A column of a relational database tableComponent The mapping for a component, composite element, composite identifier, etc.Constraint A relational constraint.Contributable Part of the mapping model that is associated with a contributor.DependantBasicValue DependantValue 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 foreign key constraintFormula A formula is a derived column valueIdentifierBag AnIdentifierBag
has a primary key consisting of just the identifier columnIdentifierCollection A collection with a synthetic "identifier" columnIdentifierGeneratorCreator Index A relational table indexIndexedCollection Indexed collections include Lists, Maps, arrays and primitive arrays.Join JoinedSubclass A subclass in a table-per-subclass mappingKeyValue Represents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or joined subclass table.List A list mapping has a primary key consisting of the key columns + index column.ManyToOne A many-to-one association mappingMap A map has a primary key consisting of the key columns + index columns.MappedSuperclass Represents a @MappedSuperclass.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 for a one-to-many associationOneToOne A one-to-one association mappingPersistentClass Mapping for an entity.PersistentClassVisitor PrimaryKey A primary key constraintPrimitiveArray A primitive array has a primary key consisting of the key columns + index column.Property Represents a property as part of an entity or a component.PropertyGeneration Deprecated.This is replaced byValueGeneration
andGenerationTiming
RelationalModel Deprecated.not needed anymore.Resolvable RootClass The root class of an inheritance hierarchySelectable Models the commonality between a column and a formula (computed value).Set A set with no nullable element columns.SimpleValue Any value that maps to columns.SingleTableSubclass SortableValue Subclass A subclass in a table-per-class-hierarchy mappingTable A relational tableTable.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 simple-point association (ie.UnionSubclass A subclass in a table-per-concrete-class mappingUniqueKey A relational unique key constraintValue A value is anything that is persisted by value, instead of by reference.ValueVisitor -
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.spi Class Description Component The mapping for a component, composite element, composite identifier, etc.PersistentClass Mapping for an entity.Property Represents a property as part of an entity or a component. -
Classes in org.hibernate.mapping used by org.hibernate.persister.collection Class Description Collection Mapping for a collection.Table A relational 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 Mapping for an entity.Table A relational table -
Classes in org.hibernate.mapping used by org.hibernate.persister.spi Class Description Collection Mapping for a collection.PersistentClass Mapping for an entity. -
Classes in org.hibernate.mapping used by org.hibernate.proxy.pojo Class Description PersistentClass Mapping for an entity. -
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 Models the commonality between a column and a formula (computed value).Table A relational table -
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.tool.schema.extract.spi Class Description Table A relational table -
Classes in org.hibernate.mapping used by org.hibernate.tool.schema.spi Class Description Table A relational table -
Classes in org.hibernate.mapping used by org.hibernate.tuple Class Description Component The mapping for a component, composite element, composite identifier, etc.PersistentClass Mapping for an entity.Property Represents a property as part of an entity or a component. -
Classes in org.hibernate.mapping used by org.hibernate.tuple.entity Class Description PersistentClass Mapping for an entity.Property Represents a property as part of an entity or a component. -
Classes in org.hibernate.mapping used by org.hibernate.type Class Description Component The mapping for a component, composite element, composite identifier, etc.IndexedConsumer A consumer likeConsumer
but also accepts an integer as index.