Class Assigned

java.lang.Object
org.hibernate.id.Assigned
All Implemented Interfaces:
Serializable, ExportableProducer, BeforeExecutionGenerator, Generator, Configurable, StandardGenerator, IdentifierGenerator

public class Assigned extends Object implements IdentifierGenerator, StandardGenerator
An IdentifierGenerator that returns the current identifier assigned to an instance.
See Also:
Implementation Note:
This also implements the assigned generation type in hbm.xml mappings.