@UsesOrderedConfiguration(value=HibernateConfigurer.class) public interface HibernateSessionSource
Configuration
, resulting in a SessionFactory
.
The service's configuration is a chain of command of
configurator objects.Modifier and Type | Method and Description |
---|---|
org.hibernate.Session |
create()
Creates a new session using the
SessionFactory created at service startup. |
org.hibernate.cfg.Configuration |
getConfiguration()
Returns the final configuration used to create the
SessionFactory . |
org.hibernate.SessionFactory |
getSessionFactory()
Returns the SessionFactory from which Hibernate sessions are created.
|
org.hibernate.Session create()
SessionFactory
created at service startup.org.hibernate.SessionFactory getSessionFactory()
org.hibernate.cfg.Configuration getConfiguration()
SessionFactory
. The configuration is immutable.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.