Uses of Interface
org.hibernate.envers.boot.model.Attribute
-
Packages that use Attribute Package Description org.hibernate.envers.boot.model org.hibernate.envers.configuration.internal org.hibernate.envers.configuration.internal.metadata -
-
Uses of Attribute in org.hibernate.envers.boot.model
Subinterfaces of Attribute in org.hibernate.envers.boot.model Modifier and Type Interface Description interface
PluralAttribute
Contract for an attribute that represents multiple values.interface
SingularAttribute
Contract for an attribute that represents a singular value.Classes in org.hibernate.envers.boot.model that implement Attribute Modifier and Type Class Description class
BasicAttribute
Contract for a basic, singular attribute.class
ManyToOneAttribute
Represents a plural attribute mapping of amany-to-one
orkey-many-to-one
.class
SetAttribute
A plural attribute that represents aset
.Methods in org.hibernate.envers.boot.model that return Attribute Modifier and Type Method Description Attribute
SetAttribute. deepCopy()
Methods in org.hibernate.envers.boot.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>
AbstractIdentifier. getAttributes()
List<Attribute>
Identifier. getAttributes()
Get the collection of property attributes.List<Attribute>
IdentifierRelation. getAttributesPrefixed(String prefix, Iterator<Selectable> iterator, boolean makeKey, boolean insertable)
List<Attribute>
IdentifierRelation. getAttributesPrefixed(String prefix, ColumnNameIterator columnNameIterator, boolean makeKey, boolean insertable)
Methods in org.hibernate.envers.boot.model with parameters of type Attribute Modifier and Type Method Description void
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 Modifier and Type Method Description Attribute
RevisionInfoConfiguration. getRevisionInfoRelationMapping()
-
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 Attribute Modifier and Type Method Description protected List<Attribute>
AbstractCollectionMetadataGenerator. getPrefixedIdAttributes(String prefix, ColumnNameIterator iterator, IdMappingData idMapping)
Method parameters in org.hibernate.envers.configuration.internal.metadata with type arguments of type Attribute Modifier and Type Method Description protected void
AbstractCollectionMetadataGenerator. addAttributesToEntity(RootPersistentEntity entity, List<Attribute> attributes)
-