Class AlwaysFieldGeneration
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.pojo.generator.AbstractFieldGeneration<AlwaysGeneratedValue>
ch.tocco.nice2.persist.core.impl.hibernate.pojo.generator.AlwaysFieldGeneration
- All Implemented Interfaces:
Serializable, org.hibernate.generator.AnnotationBasedGenerator<AlwaysGeneratedValue>, org.hibernate.generator.BeforeExecutionGenerator, org.hibernate.generator.Generator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnumSet<org.hibernate.generator.EventType> protected StringgetFieldName(AlwaysGeneratedValue annotation) protected StringgetFieldType(AlwaysGeneratedValue 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
-
AlwaysFieldGeneration
public AlwaysFieldGeneration()
-
-
Method Details
-
getEventTypes
-
getFieldName
- Specified by:
getFieldNamein classAbstractFieldGeneration<AlwaysGeneratedValue>
-
getFieldType
- Specified by:
getFieldTypein classAbstractFieldGeneration<AlwaysGeneratedValue>
-