Class InsertFieldGeneration
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.pojo.generator.AbstractFieldGeneration<InsertGeneratedValue>
ch.tocco.nice2.persist.core.impl.hibernate.pojo.generator.InsertFieldGeneration
- All Implemented Interfaces:
Serializable, org.hibernate.generator.AnnotationBasedGenerator<InsertGeneratedValue>, org.hibernate.generator.BeforeExecutionGenerator, org.hibernate.generator.Generator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnumSet<org.hibernate.generator.EventType> protected StringgetFieldName(InsertGeneratedValue annotation) protected StringgetFieldType(InsertGeneratedValue annotation) Methods inherited from class AbstractFieldGeneration
generate, initializeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.generator.BeforeExecutionGenerator
generatedOnExecutionMethods inherited from interface org.hibernate.generator.Generator
allowAssignedIdentifiers, allowMutation, generatedBeforeExecution, generatedOnExecution, generatesOnForceIncrement, generatesOnInsert, generatesOnUpdate, generatesSometimes
-
Constructor Details
-
InsertFieldGeneration
public InsertFieldGeneration()
-
-
Method Details
-
getEventTypes
-
getFieldName
- Specified by:
getFieldNamein classAbstractFieldGeneration<InsertGeneratedValue>
-
getFieldType
- Specified by:
getFieldTypein classAbstractFieldGeneration<InsertGeneratedValue>
-