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
public class CompositeIdentifier extends AbstractIdentifier
Represents an identifier based on acomposite-id
mapping.
-
-
Constructor Summary
Constructors Constructor Description CompositeIdentifier(EnversMetadataBuildingContext metadataBuildingContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JaxbHbmCompositeIdType
build()
Builds the specified binded class type.-
Methods inherited from class org.hibernate.envers.boot.model.AbstractIdentifier
addAttribute, getAttributes, getName
-
-
-
-
Constructor Detail
-
CompositeIdentifier
public CompositeIdentifier(EnversMetadataBuildingContext metadataBuildingContext)
-
-
Method Detail
-
build
public JaxbHbmCompositeIdType build()
Description copied from interface:Bindable
Builds the specified binded class type.- Returns:
- instance of the bindable class type, never
null
-
-