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, generatedOnExecution, generatesOnInsert, generatesOnUpdate, generatesSometimes, getEventTypes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.generator.Generator
generatedOnExecution
-
Constructor Details
-
Assigned
public Assigned()Deprecated, for removal: This API element is subject to removal in a future version.
-
Assigned