Package com.viglet.turing.spring.jpa
Class TurUuidGenerator
java.lang.Object
org.hibernate.id.uuid.UuidGenerator
com.viglet.turing.spring.jpa.TurUuidGenerator
- All Implemented Interfaces:
Serializable,org.hibernate.generator.BeforeExecutionGenerator,org.hibernate.generator.Generator
public class TurUuidGenerator
extends org.hibernate.id.uuid.UuidGenerator
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTurUuidGenerator(TurUuid config, Member idMember, org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext creationContext) -
Method Summary
Methods inherited from class org.hibernate.id.uuid.UuidGenerator
getEventTypes, getValueGenerator, getValueTransformerMethods inherited from class java.lang.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, generatedOnExecution, generatesOnInsert, generatesOnUpdate, generatesSometimes
-
Constructor Details
-
TurUuidGenerator
-
-
Method Details