Uses of Interface
org.hibernate.envers.boot.model.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in org.hibernate.envers.boot.model
Subinterfaces of Attribute in org.hibernate.envers.boot.modelModifier and TypeInterfaceDescriptioninterface
Contract for an attribute that represents multiple values.interface
Contract for an attribute that represents a singular value.Classes in org.hibernate.envers.boot.model that implement AttributeModifier and TypeClassDescriptionclass
Contract for a basic, singular attribute.class
Represents a plural attribute mapping of amany-to-one
orkey-many-to-one
.class
A plural attribute that represents aset
.Methods in org.hibernate.envers.boot.model that return AttributeMethods in org.hibernate.envers.boot.model that return types with arguments of type AttributeModifier and TypeMethodDescriptionAbstractIdentifier.getAttributes()
Identifier.getAttributes()
Get the collection of property attributes.IdentifierRelation.getAttributesPrefixed
(String prefix, Iterator<Selectable> iterator, boolean makeKey, boolean insertable) IdentifierRelation.getAttributesPrefixed
(String prefix, ColumnNameIterator columnNameIterator, boolean makeKey, boolean insertable) Methods in org.hibernate.envers.boot.model with parameters of type AttributeModifier and TypeMethodDescriptionvoid
AbstractIdentifier.addAttribute
(Attribute attribute) void
AttributeContainer.addAttribute
(Attribute attribute) Add an attribute to the container.void
DiscriminatorPersistentEntity.addAttribute
(Attribute attribute) void
IdentifierRelation.addAttribute
(Attribute attribute) void
Join.addAttribute
(Attribute attribute) void
JoinedSubclassPersistentEntity.addAttribute
(Attribute attribute) void
RootPersistentEntity.addAttribute
(Attribute attribute) void
SimpleIdentifier.addAttribute
(Attribute attribute) void
UnionSubclassPersistentEntity.addAttribute
(Attribute attribute) -
Uses of Attribute in org.hibernate.envers.configuration.internal
Methods in org.hibernate.envers.configuration.internal that return Attribute -
Uses of Attribute in org.hibernate.envers.configuration.internal.metadata
Methods in org.hibernate.envers.configuration.internal.metadata that return types with arguments of type AttributeModifier and TypeMethodDescriptionAbstractCollectionMetadataGenerator.getPrefixedIdAttributes
(String prefix, ColumnNameIterator iterator, IdMappingData idMapping) Method parameters in org.hibernate.envers.configuration.internal.metadata with type arguments of type AttributeModifier and TypeMethodDescriptionprotected void
AbstractCollectionMetadataGenerator.addAttributesToEntity
(RootPersistentEntity entity, List<Attribute> attributes)