Package org.hibernate.envers.boot.model
Interface Cloneable<T>
-
- All Known Subinterfaces:
Attribute,PluralAttribute,SingularAttribute
- All Known Implementing Classes:
BasicAttribute,Column,Key,ManyToOneAttribute,SetAttribute,TypeSpecification
public interface Cloneable<T>Contract for an object that is cloneable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TdeepCopy()Creates a new, deep-copied instance of this object
-
-
-
Method Detail
-
deepCopy
T deepCopy()
Creates a new, deep-copied instance of this object- Returns:
- a deep-copy clone of the referenced object
-
-