Package org.hibernate.testing.util.uuid
Class IdGeneratorCreationContext
- java.lang.Object
-
- org.hibernate.testing.util.uuid.IdGeneratorCreationContext
-
- All Implemented Interfaces:
org.hibernate.generator.GeneratorCreationContext,org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
public class IdGeneratorCreationContext extends Object implements org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
-
-
Constructor Summary
Constructors Constructor Description IdGeneratorCreationContext(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.boot.model.relational.DatabasegetDatabase()StringgetDefaultCatalog()StringgetDefaultSchema()org.hibernate.id.factory.IdentifierGeneratorFactorygetIdentifierGeneratorFactory()org.hibernate.mapping.PersistentClassgetPersistentClass()org.hibernate.mapping.PropertygetProperty()org.hibernate.mapping.RootClassgetRootClass()org.hibernate.service.ServiceRegistrygetServiceRegistry()
-
-
-
Constructor Detail
-
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 Detail
-
getIdentifierGeneratorFactory
public org.hibernate.id.factory.IdentifierGeneratorFactory getIdentifierGeneratorFactory()
- Specified by:
getIdentifierGeneratorFactoryin interfaceorg.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
-
getRootClass
public org.hibernate.mapping.RootClass getRootClass()
- Specified by:
getRootClassin interfaceorg.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
-
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
public String getDefaultCatalog()
- Specified by:
getDefaultCatalogin interfaceorg.hibernate.generator.GeneratorCreationContext
-
getDefaultSchema
public String 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
-
-