Package org.hibernate.id
Class Assigned
java.lang.Object
org.hibernate.generator.Assigned
org.hibernate.id.Assigned
- All Implemented Interfaces:
Serializable
,Generator
Deprecated, for removal: This API element is subject to removal in a future version.
An
IdentifierGenerator
that returns the current identifier assigned to an instance.- See Also:
- Implementation Note:
- This also implements the
assigned
generation type inhbm.xml
mappings.
-
Constructor Summary
ConstructorsConstructorDescriptionAssigned()
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.hibernate.generator.Assigned
allowAssignedIdentifiers, allowMutation, generatedBeforeExecution, generatedOnExecution, generatedOnExecution, generatesOnInsert, generatesOnUpdate, generatesSometimes, getEventTypes
-
Constructor Details
-
Assigned
public Assigned()Deprecated, for removal: This API element is subject to removal in a future version.
-
Assigned