|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionFactoryServiceRegistryFactory
Contract for builder of SessionFactoryServiceRegistry
instances.
Method Summary | |
---|---|
SessionFactoryServiceRegistryImpl |
buildServiceRegistry(SessionFactoryImplementor sessionFactory,
Configuration configuration)
Create the registry. |
SessionFactoryServiceRegistryImpl |
buildServiceRegistry(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata)
Create the registry. |
Method Detail |
---|
SessionFactoryServiceRegistryImpl buildServiceRegistry(SessionFactoryImplementor sessionFactory, Configuration configuration)
sessionFactory
- The (in flux) session factory. Generally this is useful for grabbing a reference for later
use. However, care should be taken when invoking on the session factory until after it has been fully
initialized.configuration
- The configuration object.
SessionFactoryServiceRegistryImpl buildServiceRegistry(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata)
sessionFactory
- The (in flux) session factory. Generally this is useful for grabbing a reference for later
use. However, care should be taken when invoking on the session factory until after it has been fully
initialized.metadata
- The configuration object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |