Uses of Interface
org.hibernate.envers.boot.model.Cloneable
-
Packages that use Cloneable Package Description org.hibernate.envers.boot.model -
-
Uses of Cloneable in org.hibernate.envers.boot.model
Subinterfaces of Cloneable in org.hibernate.envers.boot.model Modifier and Type Interface Description interface
Attribute
Contract for a mapping attribute.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 Cloneable Modifier and Type Class Description class
BasicAttribute
Contract for a basic, singular attribute.class
Column
An implementation ofSelection
that represents a logical column.class
Key
Contract for declaring a column name of a foreign key.class
ManyToOneAttribute
Represents a plural attribute mapping of amany-to-one
orkey-many-to-one
.class
SetAttribute
A plural attribute that represents aset
.class
TypeSpecification
Contract for a type specification mapping.
-