Uses of Package
org.hibernate.envers.boot.model
-
Classes in org.hibernate.envers.boot.model used by org.hibernate.envers.boot.internal Class Description AttributeContainer Defines a contract for the Envers mapping model in terms of being able to contain attributes.BasicAttribute Contract for a basic, singular attribute. -
Classes in org.hibernate.envers.boot.model used by org.hibernate.envers.boot.model Class Description AbstractIdentifier Base abstract implementation ofIdentifier
.Attribute Contract for a mapping attribute.AttributeContainer Defines a contract for the Envers mapping model in terms of being able to contain attributes.BasicAttribute Contract for a basic, singular attribute.Bindable Defines a contract for objects that are bindable.Cloneable Contract for an object that is cloneable.Column An implementation ofSelection
that represents a logical column.ColumnContainer Contract for a container of columns.ConfigParameterContainer Contract for a model object that stores configuration parametersDiscriminatorType Contract for a persistent entity discriminator type.Formula An implementation ofSelection
that represents a formula.Identifier Common contract for an identifier.Join Contract that represents a secondary table join that is part of an entity hierarchy.JoinAwarePersistentEntity Contract for entity mappings that support secondary table joins.Key Contract for declaring a column name of a foreign key.Keyable Contract that defines an attribute that can participate in a key.ManyToOneAttribute Represents a plural attribute mapping of amany-to-one
orkey-many-to-one
.PersistentEntity Contract for a persisted entity mapping.PluralAttribute Contract for an attribute that represents multiple values.Selection A contract for a selection, can be a column or a formula.Selection.SelectionType SingularAttribute Contract for an attribute that represents a singular value.SubclassPersistentEntity TypeSpecification Contract for a type specification mapping. -
Classes in org.hibernate.envers.boot.model used by org.hibernate.envers.boot.spi Class Description AttributeContainer Defines a contract for the Envers mapping model in terms of being able to contain attributes. -
Classes in org.hibernate.envers.boot.model used by org.hibernate.envers.configuration.internal Class Description Attribute Contract for a mapping attribute.RootPersistentEntity A persistent entity mapping that represents the root entity of an entity hierarchy. -
Classes in org.hibernate.envers.boot.model used by org.hibernate.envers.configuration.internal.metadata Class Description Attribute Contract for a mapping attribute.AttributeContainer Defines a contract for the Envers mapping model in terms of being able to contain attributes.ColumnContainer Contract for a container of columns.Identifier Common contract for an identifier.PersistentEntity Contract for a persisted entity mapping.RootPersistentEntity A persistent entity mapping that represents the root entity of an entity hierarchy. -
Classes in org.hibernate.envers.boot.model used by org.hibernate.envers.internal.entities Class Description Identifier Common contract for an identifier.IdentifierRelation A contract for identifier relations between persisted entities All attributes stored here are stored in their non-key form, see IdMetadataGenerator. -
Classes in org.hibernate.envers.boot.model used by org.hibernate.envers.strategy.spi Class Description PersistentEntity Contract for a persisted entity mapping.