Uses of Interface
org.hibernate.envers.boot.model.Attribute
Packages that use Attribute
-
Uses of Attribute in org.hibernate.envers.boot.model
Subinterfaces of Attribute in org.hibernate.envers.boot.modelModifier and TypeInterfaceDescriptioninterfaceContract for an attribute that represents multiple values.interfaceContract for an attribute that represents a singular value.Classes in org.hibernate.envers.boot.model that implement AttributeModifier and TypeClassDescriptionclassContract for a basic, singular attribute.classRepresents a plural attribute mapping of amany-to-oneorkey-many-to-one.classA plural attribute that represents aset.Subinterfaces with type arguments of type Attribute in org.hibernate.envers.boot.modelMethods 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, org.hibernate.envers.configuration.internal.metadata.ColumnNameIterator columnNameIterator, boolean makeKey, boolean insertable) Methods in org.hibernate.envers.boot.model with parameters of type AttributeModifier and TypeMethodDescriptionvoidAbstractIdentifier.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)