Uses of Package
org.hibernate.boot
-
Packages that use org.hibernate.boot Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.cfgxml.spi org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an incrementally built understanding of the application's domain model (its entities, attributes, etc).org.hibernate.boot.model.process.spi org.hibernate.boot.spi org.hibernate.cfg org.hibernate.cfg.annotations.reflection Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.org.hibernate.cfg.beanvalidation org.hibernate.dialect org.hibernate.dialect.unique Support for Dialect-specific unique constraint definitionorg.hibernate.integrator.spi org.hibernate.mapping org.hibernate.tool.schema.spi -
Classes in org.hibernate.boot used by org.hibernate.boot Class Description CacheRegionDefinition Models the definition of caching settings for a particular region.CacheRegionDefinition.CacheRegionType MappingException Indicates a problem parsing a mapping document.Metadata Represents the ORM model as determined from all provided mapping sources.MetadataBuilder Contract for specifying various overrides to be used in metamodel building.MetadataSources Entry point into working with sources of metadata information (mapping XML, annotations).SchemaAutoTooling Defines the possible values for "hbm2ddl_auto"SessionFactoryBuilder The contract for building aSessionFactory
given a number of options.TempTableDdlTransactionHandling Enum describing how creation and dropping of temporary tables should be done in terms of transaction handling. -
Classes in org.hibernate.boot used by org.hibernate.boot.cfgxml.spi Class Description CacheRegionDefinition Models the definition of caching settings for a particular region.MetadataSources Entry point into working with sources of metadata information (mapping XML, annotations). -
Classes in org.hibernate.boot used by org.hibernate.boot.model Class Description CacheRegionDefinition Models the definition of caching settings for a particular region. -
Classes in org.hibernate.boot used by org.hibernate.boot.model.process.spi Class Description MetadataSources Entry point into working with sources of metadata information (mapping XML, annotations). -
Classes in org.hibernate.boot used by org.hibernate.boot.spi Class Description CacheRegionDefinition Models the definition of caching settings for a particular region.Metadata Represents the ORM model as determined from all provided mapping sources.MetadataBuilder Contract for specifying various overrides to be used in metamodel building.MetadataSources Entry point into working with sources of metadata information (mapping XML, annotations).SchemaAutoTooling Defines the possible values for "hbm2ddl_auto"SessionFactoryBuilder The contract for building aSessionFactory
given a number of options.TempTableDdlTransactionHandling Enum describing how creation and dropping of temporary tables should be done in terms of transaction handling. -
Classes in org.hibernate.boot used by org.hibernate.cfg Class Description MetadataSources Entry point into working with sources of metadata information (mapping XML, annotations). -
Classes in org.hibernate.boot used by org.hibernate.cfg.annotations.reflection Class Description AttributeConverterInfo Delayed information about an AttributeConverter. -
Classes in org.hibernate.boot used by org.hibernate.cfg.beanvalidation Class Description Metadata Represents the ORM model as determined from all provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.dialect Class Description TempTableDdlTransactionHandling Enum describing how creation and dropping of temporary tables should be done in terms of transaction handling. -
Classes in org.hibernate.boot used by org.hibernate.dialect.unique Class Description Metadata Represents the ORM model as determined from all provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.integrator.spi Class Description Metadata Represents the ORM model as determined from all provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.mapping Class Description Metadata Represents the ORM model as determined from all provided mapping sources. -
Classes in org.hibernate.boot used by org.hibernate.tool.schema.spi Class Description Metadata Represents the ORM model as determined from all provided mapping sources.