Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.cfg.beanvalidation | |
org.hibernate.cfg.search | |
org.hibernate.ejb | |
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.envers.entities.mapper.relation.lazy | |
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
Modifier and Type | Method and Description |
---|---|
EventListeners |
Configuration.getEventListeners() |
Modifier and Type | Method and Description |
---|---|
static void |
BeanValidationActivator.activateBeanValidation(EventListeners eventListeners,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
static void |
HibernateSearchEventListenerRegister.enableHibernateSearch(EventListeners eventListeners,
Properties properties)
Deprecated.
as of release 3.4.0.CR2, replaced by Hibernate Search's
org.hibernate.search.cfg.EventListenerRegister#enableHibernateSearch(EventListeners, Properties) |
Modifier and Type | Method and Description |
---|---|
EventListeners |
Ejb3Configuration.getEventListeners() |
Modifier and Type | Method and Description |
---|---|
EventListeners |
SessionImplementor.getListeners()
Retrieves the configured event listeners from this event source.
|
Modifier and Type | Method and Description |
---|---|
EventListeners |
AbstractDelegateSessionImplementor.getListeners() |
Modifier and Type | Method and Description |
---|---|
EventListeners |
SessionFactoryImpl.getEventListeners() |
EventListeners |
StatelessSessionImpl.getListeners() |
EventListeners |
SessionImpl.getListeners() |
Constructor and Description |
---|
SessionFactoryImpl(Configuration cfg,
Mapping mapping,
Settings settings,
EventListeners listeners,
SessionFactoryObserver observer) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved