Uses of Class
org.hibernate.envers.boot.model.TypeSpecification
-
Packages that use TypeSpecification Package Description org.hibernate.envers.boot.model -
-
Uses of TypeSpecification in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return TypeSpecification Modifier and Type Method Description TypeSpecification
TypeSpecification. deepCopy()
TypeSpecification
BasicAttribute. getType()
Methods in org.hibernate.envers.boot.model with parameters of type TypeSpecification Modifier and Type Method Description void
BasicAttribute. setType(TypeSpecification type)
Constructors in org.hibernate.envers.boot.model with parameters of type TypeSpecification Constructor Description TypeSpecification(TypeSpecification other)
-