Package com.isomorphic.hibernate
Class HB6Provider
java.lang.Object
com.isomorphic.hibernate.HB6Provider
- All Implemented Interfaces:
HBProviderInterface
HB provider for Hibernate 5/6.
SessionFactory
is created in initialization block and used to create Session
objects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of sub property for hibernate configuration file.protected org.hibernate.cfg.Configuration
HoldsConfiguration
.protected org.hibernate.SessionFactory
HoldsSessionFactory
.protected org.hibernate.boot.Metadata
HoldsMetadata
.protected org.hibernate.boot.MetadataSources
HoldsMetadataSources
.protected org.hibernate.service.ServiceRegistry
HoldsServiceRegistry
.protected org.hibernate.type.spi.TypeConfiguration
HoldsTypeConfiguration
.
-
Field Details
-
CONFIG
Name of sub property for hibernate configuration file.- See Also:
-
configuration
protected org.hibernate.cfg.Configuration configurationHoldsConfiguration
. -
factory
protected org.hibernate.SessionFactory factoryHoldsSessionFactory
. -
serviceRegistry
protected org.hibernate.service.ServiceRegistry serviceRegistryHoldsServiceRegistry
. -
metadataSources
protected org.hibernate.boot.MetadataSources metadataSourcesHoldsMetadataSources
. -
metadata
protected org.hibernate.boot.Metadata metadataHoldsMetadata
. -
typeConfiguration
protected org.hibernate.type.spi.TypeConfiguration typeConfigurationHoldsTypeConfiguration
.
-