Package org.hibernate.envers.boot.model
Class SimpleIdentifier
java.lang.Object
org.hibernate.envers.boot.model.AbstractIdentifier
org.hibernate.envers.boot.model.SimpleIdentifier
- All Implemented Interfaces:
AttributeContainer
,Bindable<Serializable>
,Identifier
Represents a simple identifier mapping.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(Attribute attribute) Add an attribute to the container.void
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
build()
Builds the specified binded class type.void
setGeneratorClass
(String generatorClazz) void
setParameter
(String name, String value) Methods inherited from class org.hibernate.envers.boot.model.AbstractIdentifier
getAttributes, getName
-
Constructor Details
-
SimpleIdentifier
-
-
Method Details
-
addAttribute
Description copied from interface:AttributeContainer
Add an attribute to the container.- Specified by:
addAttribute
in interfaceAttributeContainer
- Overrides:
addAttribute
in classAbstractIdentifier
- Parameters:
attribute
- the attribute, should not benull
-
addColumn
-
setParameter
-
getGeneratorClass
-
setGeneratorClass
-
build
public org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType build()Description copied from interface:Bindable
Builds the specified binded class type.- Returns:
- instance of the bindable class type, never
null
-