Package org.qubership.atp.dataset.db.jpa
Class PostgreSqlUuidGenerationStrategy
java.lang.Object
org.qubership.atp.dataset.db.jpa.PostgreSqlUuidGenerationStrategy
- All Implemented Interfaces:
Serializable,org.hibernate.id.UUIDGenerationStrategy
public class PostgreSqlUuidGenerationStrategy
extends Object
implements org.hibernate.id.UUIDGenerationStrategy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateUUID(org.hibernate.engine.spi.SharedSessionContractImplementor session) int
-
Constructor Details
-
PostgreSqlUuidGenerationStrategy
public PostgreSqlUuidGenerationStrategy()
-
-
Method Details
-
getGeneratedVersion
public int getGeneratedVersion()- Specified by:
getGeneratedVersionin interfaceorg.hibernate.id.UUIDGenerationStrategy
-