Package org.hibernate.testing.util.uuid
Class IdGeneratorCreationContext
java.lang.Object
org.hibernate.testing.util.uuid.IdGeneratorCreationContext
- All Implemented Interfaces:
org.hibernate.generator.GeneratorCreationContext
public class IdGeneratorCreationContext
extends Object
implements org.hibernate.generator.GeneratorCreationContext
-
Constructor Summary
ConstructorsConstructorDescriptionIdGeneratorCreationContext(org.hibernate.boot.spi.MetadataImplementor domainModel, org.hibernate.mapping.RootClass entityMapping) IdGeneratorCreationContext(org.hibernate.service.ServiceRegistry serviceRegistry, org.hibernate.boot.spi.MetadataImplementor domainModel, org.hibernate.mapping.RootClass entityMapping) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.boot.model.relational.Databaseorg.hibernate.mapping.PersistentClassorg.hibernate.mapping.Propertyorg.hibernate.mapping.RootClassorg.hibernate.service.ServiceRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.generator.GeneratorCreationContext
getSqlStringGenerationContext, getType
-
Constructor Details
-
IdGeneratorCreationContext
public IdGeneratorCreationContext(org.hibernate.service.ServiceRegistry serviceRegistry, org.hibernate.boot.spi.MetadataImplementor domainModel, org.hibernate.mapping.RootClass entityMapping) -
IdGeneratorCreationContext
public IdGeneratorCreationContext(org.hibernate.boot.spi.MetadataImplementor domainModel, org.hibernate.mapping.RootClass entityMapping)
-
-
Method Details
-
getRootClass
public org.hibernate.mapping.RootClass getRootClass()- Specified by:
getRootClassin interfaceorg.hibernate.generator.GeneratorCreationContext
-
getDatabase
public org.hibernate.boot.model.relational.Database getDatabase()- Specified by:
getDatabasein interfaceorg.hibernate.generator.GeneratorCreationContext
-
getServiceRegistry
public org.hibernate.service.ServiceRegistry getServiceRegistry()- Specified by:
getServiceRegistryin interfaceorg.hibernate.generator.GeneratorCreationContext
-
getDefaultCatalog
- Specified by:
getDefaultCatalogin interfaceorg.hibernate.generator.GeneratorCreationContext
-
getDefaultSchema
- Specified by:
getDefaultSchemain interfaceorg.hibernate.generator.GeneratorCreationContext
-
getPersistentClass
public org.hibernate.mapping.PersistentClass getPersistentClass()- Specified by:
getPersistentClassin interfaceorg.hibernate.generator.GeneratorCreationContext
-
getProperty
public org.hibernate.mapping.Property getProperty()- Specified by:
getPropertyin interfaceorg.hibernate.generator.GeneratorCreationContext
-