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 StringName of sub property for hibernate configuration file.protected org.hibernate.cfg.ConfigurationHoldsConfiguration.protected org.hibernate.SessionFactoryHoldsSessionFactory.protected org.hibernate.boot.MetadataHoldsMetadata.protected org.hibernate.boot.MetadataSourcesHoldsMetadataSources.protected org.hibernate.service.ServiceRegistryHoldsServiceRegistry.protected org.hibernate.type.spi.TypeConfigurationHoldsTypeConfiguration.
-
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.
-