Uses of Class
org.hibernate.metamodel.mapping.internal.GeneratedValuesProcessor
-
Packages that use GeneratedValuesProcessor Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of GeneratedValuesProcessor in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return GeneratedValuesProcessor Modifier and Type Method Description protected GeneratedValuesProcessorAbstractEntityPersister. createGeneratedValuesProcessor(EventType timing, List<AttributeMapping> generatedAttributes)GeneratedValuesProcessorAbstractEntityPersister. getInsertGeneratedValuesProcessor()GeneratedValuesProcessorAbstractEntityPersister. getUpdateGeneratedValuesProcessor()
-