Package org.hibernate.envers.boot.model
Class CompositeIdentifier
java.lang.Object
org.hibernate.envers.boot.model.AbstractIdentifier
org.hibernate.envers.boot.model.CompositeIdentifier
- All Implemented Interfaces:
AttributeContainer
,Bindable<Serializable>
,Identifier
Represents an identifier based on a
composite-id
mapping.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.envers.boot.model.AbstractIdentifier
addAttribute, getAttributes, getName
-
Constructor Details
-
CompositeIdentifier
-
-
Method Details
-
build
Description copied from interface:Bindable
Builds the specified binded class type.- Returns:
- instance of the bindable class type, never
null
-