Class GeneratedValuesProcessor


  • public class GeneratedValuesProcessor
    extends Object
    Responsible for retrieving database-generated attribute values after an insert or update statement is executed.

    Note that this class has responsibility for regular attributes of the entity. The primary key / id attribute is handled separately, being the responsibility of an instance of InsertGeneratedIdentifierDelegate.

    See Also:
    OnExecutionGenerator