Uses of Interface
org.hibernate.envers.boot.model.Attribute
-
Packages that use Attribute Package Description org.hibernate.envers.boot.model -
-
Uses of Attribute in org.hibernate.envers.boot.model
Subinterfaces of Attribute in org.hibernate.envers.boot.model Modifier and Type Interface Description interfacePluralAttributeContract for an attribute that represents multiple values.interfaceSingularAttributeContract for an attribute that represents a singular value.Classes in org.hibernate.envers.boot.model that implement Attribute Modifier and Type Class Description classBasicAttributeContract for a basic, singular attribute.classManyToOneAttributeRepresents a plural attribute mapping of amany-to-oneorkey-many-to-one.classSetAttributeA plural attribute that represents aset.Methods in org.hibernate.envers.boot.model that return Attribute Modifier and Type Method Description AttributeSetAttribute. 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<org.hibernate.mapping.Selectable> iterator, boolean makeKey, boolean insertable)List<Attribute>IdentifierRelation. getAttributesPrefixed(String prefix, org.hibernate.envers.configuration.internal.metadata.ColumnNameIterator columnNameIterator, boolean makeKey, boolean insertable)Methods in org.hibernate.envers.boot.model with parameters of type Attribute Modifier and Type Method Description voidAbstractIdentifier. addAttribute(Attribute attribute)voidAttributeContainer. addAttribute(Attribute attribute)Add an attribute to the container.voidDiscriminatorPersistentEntity. addAttribute(Attribute attribute)voidIdentifierRelation. addAttribute(Attribute attribute)voidJoin. addAttribute(Attribute attribute)voidJoinedSubclassPersistentEntity. addAttribute(Attribute attribute)voidRootPersistentEntity. addAttribute(Attribute attribute)voidSimpleIdentifier. addAttribute(Attribute attribute)voidUnionSubclassPersistentEntity. addAttribute(Attribute attribute)
-