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.relational Class Description 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 tableFetchProfile 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 A Hibernate "any" type (ie.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 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.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.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.hql.spi.id Class Description PersistentClass Mapping for an entity.Table A relational table -
Classes in org.hibernate.mapping used by org.hibernate.hql.spi.id.global Class Description PersistentClass Mapping for an entity.Table A relational table -
Classes in org.hibernate.mapping used by org.hibernate.hql.spi.id.local Class Description PersistentClass Mapping for an entity.Table A relational table -
Classes in org.hibernate.mapping used by org.hibernate.hql.spi.id.persistent Class Description PersistentClass Mapping for an entity.Table A relational table -
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.jpa.event.spi Class Description Property Represents a property as part of an entity or a component. -
Classes in org.hibernate.mapping used by org.hibernate.mapping Class Description Any A Hibernate "any" type (ie.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 keyCollection 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.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 An IdentifierBag has a primary key consisting of just the identifier columnIdentifierCollection A collection with a synthetic "identifier" columnIndex 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.(since 5.2) not needed anymore.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 Subclass A sublass 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.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 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.tool.hbm2ddl Class Description ForeignKey A foreign key constraint -
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.component Class Description Component The mapping for a component, composite element, composite identifier, etc.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.