Uses of Class
org.hibernate.envers.boot.model.BasicAttribute
-
Packages that use BasicAttribute Package Description org.hibernate.envers.boot.internal org.hibernate.envers.boot.model -
-
Uses of BasicAttribute in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return BasicAttribute Modifier and Type Method Description protected BasicAttributeAbstractModifiedColumnNamingStrategy. createModifiedFlagAttribute(String name, String suffix, String flagName, String columnName)protected BasicAttributeAbstractModifiedColumnNamingStrategy. createModifiedFlagAttribute(PropertyAuditingData propertyAuditingData, Configuration configuration, String columnName) -
Uses of BasicAttribute in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return BasicAttribute Modifier and Type Method Description BasicAttributeBasicAttribute. deepCopy()Constructors in org.hibernate.envers.boot.model with parameters of type BasicAttribute Constructor Description BasicAttribute(BasicAttribute other)A copy constructor that performs a deep-copy.
-