public class AssignedUuidGenerator
extends org.hibernate.id.UUIDGenerator
Modifier and Type | Field and Description |
---|---|
static String |
ASSIGNED_ID_GENERATOR |
static String |
ASSIGNED_ID_STRATEGY |
Constructor and Description |
---|
AssignedUuidGenerator() |
Modifier and Type | Method and Description |
---|---|
Serializable |
generate(org.hibernate.engine.spi.SharedSessionContractImplementor session,
Object obj) |
buildSessionFactoryUniqueIdentifierGenerator, configure
public static final String ASSIGNED_ID_GENERATOR
public static final String ASSIGNED_ID_STRATEGY
public Serializable generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object obj)
generate
in interface org.hibernate.id.IdentifierGenerator
generate
in class org.hibernate.id.UUIDGenerator
Copyright © 2020. All rights reserved.