Skip navigation links
spring-orm
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractEntityManagerFactoryBean - Class in org.springframework.orm.jpa
Abstract FactoryBean that creates a local JPA EntityManagerFactory instance within a Spring application context.
AbstractEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
AbstractJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
Abstract JpaVendorAdapter implementation that defines common properties, to be translated into vendor-specific JPA properties by concrete subclasses.
AbstractJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
AbstractLobType - Class in org.springframework.orm.hibernate3.support
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
AbstractLobType() - Constructor for class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
AbstractLobType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
AbstractSessionFactoryBean - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
AbstractSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
 
addAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Add the given annotated classes in a batch.
addAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Add the given annotated classes in a batch.
addJarFileUrl(URL) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addManagedClassName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
Add a managed class name to the persistence provider's metadata.
addManagedPackage(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
Add a managed package to the persistence provider's metadata.
addMappingFileName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addPackages(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Add the given annotated packages in a batch.
addPackages(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Add the given annotated packages in a batch.
addProperty(String, String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
addSession(Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
addSession(Object, Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
addTransformer(ClassTransformer) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation throws an UnsupportedOperationException.
afterCommit() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
afterCommit() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Deprecated.
Unbind the Hibernate Session from the thread and close it (in single session mode), or process deferred close for all sessions that have been opened during the current request (in deferred close mode).
afterCompletion(int) - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and close it).
afterCompletion(int) - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
Unbind the Hibernate Session from the thread and close it).
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Deprecated.
 
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
 
afterConcurrentHandlingStarted(WebRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Build and expose the SessionFactory.
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
 
afterPropertiesSet() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Eagerly initialize the JDO dialect, creating a default one for the specified PersistenceManagerFactory if none set.
afterPropertiesSet() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Initialize the PersistenceManagerFactory for the given location.
afterPropertiesSet() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Eagerly initialize the JPA dialect, creating a default one for the specified EntityManagerFactory if none set.
afterPropertiesSet() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
afterPropertiesSet() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
afterSessionFactoryCreation() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Hook that allows post-processing after the SessionFactory has been successfully created.
afterSessionFactoryCreation() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Executes schema update if requested.
AnnotationSessionFactoryBean - Class in org.springframework.orm.hibernate3.annotation
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
AnnotationSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Deprecated.
 
applyFlushMode(Session, boolean) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Apply the flush mode that's been specified for this accessor to the given Session.
applyNamedParameterToQuery(Query, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Apply the given name parameter to the given Query object.
applyNamedParameterToQuery(Query, String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Apply the given name parameter to the given Query object.
applyNamedParameterToQuery(Query, String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Apply the given name parameter to the given Query object.
applyTransactionTimeout(Query, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Apply the current transaction timeout, if any, to the given Hibernate Query object.
applyTransactionTimeout(Criteria, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Apply the current transaction timeout, if any, to the given Hibernate Criteria object.
applyTransactionTimeout(Query, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Apply the current transaction timeout, if any, to the given JDO Query object.
applyTransactionTimeout(Query, EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Apply the current transaction timeout, if any, to the given JPA Query object.
areCallbacksLocalToHibernateTransactions() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
Deprecated.
 
assemble(Serializable, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
This implementation returns the passed-in value as-is.

B

beforeCommit(boolean) - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
beforeCommit(boolean) - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
beforeCompletion() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
beforeCompletion() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
beforeSessionFactoryDestruction() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Hook that allows shutdown processing before the SessionFactory will be closed.
beginTransaction(Transaction, TransactionDefinition) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation invokes the standard JDO Transaction.begin() method and also Transaction.setIsolationLevel(String) if necessary.
beginTransaction(Transaction, TransactionDefinition) - Method in interface org.springframework.orm.jdo.JdoDialect
Begin the given JDO transaction, applying the semantics specified by the given Spring transaction definition (in particular, an isolation level and a timeout).
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation invokes the standard JPA Transaction.begin method.
beginTransaction(EntityManager, TransactionDefinition) - Method in interface org.springframework.orm.jpa.JpaDialect
Begin the given JPA transaction, applying the semantics specified by the given Spring transaction definition (in particular, an isolation level and a timeout).
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
 
BlobByteArrayType - Class in org.springframework.orm.hibernate3.support
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
BlobByteArrayType() - Constructor for class org.springframework.orm.hibernate3.support.BlobByteArrayType
Deprecated.
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobByteArrayType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobByteArrayType
Deprecated.
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
BlobSerializableType - Class in org.springframework.orm.hibernate3.support
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
BlobSerializableType() - Constructor for class org.springframework.orm.hibernate3.support.BlobSerializableType
Deprecated.
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobSerializableType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobSerializableType
Deprecated.
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
BlobStringType - Class in org.springframework.orm.hibernate3.support
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
BlobStringType() - Constructor for class org.springframework.orm.hibernate3.support.BlobStringType
Deprecated.
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
BlobStringType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.BlobStringType
Deprecated.
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Deprecated.
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Deprecated.
 
buildOrObtainSession() - Method in class org.springframework.orm.hibernate4.SpringJtaSessionContext
 
buildOrObtainSession() - Method in class org.springframework.orm.hibernate5.SpringJtaSessionContext
 
buildQueryResultsRegion(String, Properties) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Deprecated.
 
buildSessionFactory() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Build the underlying Hibernate SessionFactory.
buildSessionFactory() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
 
buildSessionFactory(LocalSessionFactoryBuilder) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the SessionFactory instance, creating it via the given Configuration object that got prepared by this LocalSessionFactoryBean.
buildSessionFactory() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Build the SessionFactory.
buildSessionFactory(LocalSessionFactoryBuilder) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the SessionFactory instance, creating it via the given Configuration object that got prepared by this LocalSessionFactoryBean.
buildSessionFactory(AsyncTaskExecutor) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Build the Hibernate SessionFactory through background bootstrapping, using the given executor for a parallel initialization phase (e.g.
buildSettings(Properties, ServiceRegistry) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
 
buildTimestampsRegion(String, Properties) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Deprecated.
 
bulkUpdate(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Update/delete all objects according to the given query.
bulkUpdate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Update/delete all objects according to the given query, binding one value to a "?" parameter in the query string.
bulkUpdate(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Update/delete all objects according to the given query, binding a number of values to "?" parameters in the query string.
bulkUpdate(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
bulkUpdate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
bulkUpdate(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
bulkUpdate(String, Object...) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Update/delete all objects according to the given query, binding a number of values to "?" parameters in the query string.
bulkUpdate(String, Object...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
bulkUpdate(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Update/delete all objects according to the given query, binding a number of values to "?" parameters in the query string.
bulkUpdate(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 

C

checkDaoConfig() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
 
checkDaoConfig() - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
 
checkDaoConfig() - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
 
checkWriteOperationAllowed(Session) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Check whether write operations are allowed on the given Session.
checkWriteOperationAllowed(Session) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Check whether write operations are allowed on the given Session.
checkWriteOperationAllowed(Session) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Check whether write operations are allowed on the given Session.
cleanupTransaction(Object) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation does nothing, as the default beginTransaction implementation does not require any cleanup.
cleanupTransaction(Object) - Method in interface org.springframework.orm.jdo.JdoDialect
Clean up the transaction via the given transaction data.
cleanupTransaction(Object) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation does nothing, since the default beginTransaction implementation does not require any cleanup.
cleanupTransaction(Object) - Method in interface org.springframework.orm.jpa.JpaDialect
Clean up the transaction via the given transaction data.
cleanupTransaction(Object) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
clear() - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Remove all objects from the Session cache, and cancel all pending saves, updates and deletes.
clear() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
clear() - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
clear() - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Remove all objects from the Session cache, and cancel all pending saves, updates and deletes.
clear() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
clear() - Method in class org.springframework.orm.hibernate4.SessionHolder
 
clear() - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Remove all objects from the Session cache, and cancel all pending saves, updates and deletes.
clear() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
clear() - Method in class org.springframework.orm.hibernate5.SessionHolder
 
clear() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
clear() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
ClobStringType - Class in org.springframework.orm.hibernate3.support
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
ClobStringType() - Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
Deprecated.
Constructor used by Hibernate: fetches config-time LobHandler and config-time JTA TransactionManager from LocalSessionFactoryBean.
ClobStringType(LobHandler, TransactionManager) - Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
Deprecated.
Constructor used for testing: takes an explicit LobHandler and an explicit JTA TransactionManager (can be null).
close() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Deprecated.
This implementation does nothing: We're dealing with an externally managed DataSource.
closeConnection(Connection) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Deprecated.
This implementation calls DataSourceUtils.doCloseConnection(java.sql.Connection, javax.sql.DataSource), checking against a SmartDataSource.
closeEntityManager(EntityManager) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Close the given JPA EntityManager, catching and logging any cleanup exceptions thrown.
closeEntityManagerAfterFailedBegin(JpaTransactionManager.JpaTransactionObject) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Close the current transaction's EntityManager.
closeIterator(Iterator<?>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Immediately close an Iterator created by any of the various iterate(..) operations, instead of waiting until the session is closed or disconnected.
closeIterator(Iterator<?>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
closeIterator(Iterator<?>) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Immediately close an Iterator created by any of the various iterate(..) operations, instead of waiting until the session is closed or disconnected.
closeIterator(Iterator<?>) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
closeIterator(Iterator<?>) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Immediately close an Iterator created by any of the various iterate(..) operations, instead of waiting until the session is closed or disconnected.
closeIterator(Iterator<?>) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
closePersistenceManagerAfterFailedBegin(JdoTransactionManager.JdoTransactionObject) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Close the current transaction's EntityManager.
closeSession(Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Perform actual closing of the Hibernate Session, catching and logging any cleanup exceptions thrown.
closeSession(Session, SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Close the given Session.
closeSession(Session) - Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
Perform actual closing of the Hibernate Session, catching and logging any cleanup exceptions thrown.
closeSession(Session) - Static method in class org.springframework.orm.hibernate5.SessionFactoryUtils
Perform actual closing of the Hibernate Session, catching and logging any cleanup exceptions thrown.
configure(Properties) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Deprecated.
 
configure(Properties) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
Deprecated.
 
contains(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Check whether the given object is in the Session cache.
contains(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
contains(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Check whether the given object is in the Session cache.
contains(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
contains(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Check whether the given object is in the Session cache.
contains(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
containsSession(Session) - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
Deprecated.
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
as of Spring 3.2.7, in favor of HibernateTemplate usage
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate4.HibernateExceptionTranslator
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate5.HibernateExceptionTranslator
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Static method in class org.springframework.orm.hibernate5.SessionFactoryUtils
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
Convert the given HibernateException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(JDBCException, SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Convert the given Hibernate JDBCException to an appropriate exception from the org.springframework.dao hierarchy, using the given SQLExceptionTranslator.
convertJdbcAccessException(SQLException) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Convert the given SQLException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdbcAccessException(JDBCException, SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Convert the given Hibernate JDBCException to an appropriate exception from the org.springframework.dao hierarchy, using the given SQLExceptionTranslator.
convertJdoAccessException(JDOException) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Convert the given JDOException to an appropriate exception from the org.springframework.dao hierarchy.
convertJdoAccessException(JDOException) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Convert the given JDOException to an appropriate exception from the org.springframework.dao hierarchy.
convertJpaAccessExceptionIfPossible(RuntimeException) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Convert the given runtime exception to an appropriate exception from the org.springframework.dao hierarchy.
createApplicationManagedEntityManager(EntityManager, EntityManagerFactoryInfo) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an application-managed extended EntityManager proxy.
createApplicationManagedEntityManager(EntityManager, EntityManagerFactoryInfo, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an application-managed extended EntityManager proxy.
createContainerManagedEntityManager(EntityManager, EntityManagerFactoryInfo) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createContainerManagedEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createContainerManagedEntityManager(EntityManagerFactory, Map<?, ?>) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createContainerManagedEntityManager(EntityManagerFactory, Map<?, ?>, boolean) - Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create a container-managed extended EntityManager proxy.
createDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Execute schema creation script, determined by the Configuration object used for creating the SessionFactory.
createEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Obtain a new EntityManager from this accessor's EntityManagerFactory.
createEntityManager(EntityManagerFactory) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Create a JPA EntityManager to be bound to a request.
createEntityManagerFactoryProxy(EntityManagerFactory) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Create a proxy for the given EntityManagerFactory.
createEntityManagerForTransaction() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Create a JPA EntityManager to be used for a transaction.
createHibernateTemplate(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
Create a HibernateTemplate for the given SessionFactory.
createHibernateTemplate(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
Create a HibernateTemplate for the given SessionFactory.
createHibernateTemplate(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
Create a HibernateTemplate for the given SessionFactory.
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Subclasses must implement this method to create the EntityManagerFactory that will be returned by the getObject() method.
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
createNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
Initialize the EntityManagerFactory for the given configuration.
createSessionProxy(Session) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Create a close-suppressing proxy for the given Hibernate Session.
createSessionProxy(Session) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Create a close-suppressing proxy for the given Hibernate Session.
createSessionProxy(Session) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Create a close-suppressing proxy for the given Hibernate Session.
createSharedEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>, boolean) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>, Class<?>...) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map<?, ?>, boolean, Class<?>...) - Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createTransaction(JDBCContext, TransactionFactory.Context) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
Deprecated.
 
currentSession() - Method in class org.springframework.orm.hibernate3.SpringSessionContext
Deprecated.
Retrieve the Spring-managed Session for the current thread, if any.
currentSession() - Method in class org.springframework.orm.hibernate4.SpringSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentSession() - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
Conveniently obtain the current Hibernate Session.
currentSession() - Method in class org.springframework.orm.hibernate5.SpringSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentSession() - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
Conveniently obtain the current Hibernate Session.

D

Database - Enum in org.springframework.orm.jpa.vendor
Enumeration for common database platforms.
deepCopy(Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
This implementation returns the passed-in value as-is.
deepCopy(Object) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
Deprecated.
 
deepCopy(Object) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
Deprecated.
 
DEFAULT_ENTITY_MANAGER_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Default EntityManagerFactory bean name: "entityManagerFactory".
DEFAULT_PERSISTENCE_MANAGER_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
 
DEFAULT_PERSISTENCE_XML_LOCATION - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Default location of the persistence.xml file: "classpath*:META-INF/persistence.xml".
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
 
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
 
DEFAULT_SESSION_FACTORY_BEAN_NAME - Static variable in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
 
DefaultJdoDialect - Class in org.springframework.orm.jdo
Default implementation of the JdoDialect interface.
DefaultJdoDialect() - Constructor for class org.springframework.orm.jdo.DefaultJdoDialect
Create a new DefaultJdoDialect.
DefaultJdoDialect(Object) - Constructor for class org.springframework.orm.jdo.DefaultJdoDialect
Create a new DefaultJdoDialect.
DefaultJpaDialect - Class in org.springframework.orm.jpa
Default implementation of the JpaDialect interface.
DefaultJpaDialect() - Constructor for class org.springframework.orm.jpa.DefaultJpaDialect
 
DefaultPersistenceUnitManager - Class in org.springframework.orm.jpa.persistenceunit
Default implementation of the PersistenceUnitManager interface.
DefaultPersistenceUnitManager() - Constructor for class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
delete(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Delete the given persistent instance.
delete(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Delete the given persistent instance.
delete(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Delete the given persistent instance.
delete(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Delete the given persistent instance.
delete(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
delete(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
delete(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
delete(String, Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
delete(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Delete the given persistent instance.
delete(Object, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Delete the given persistent instance.
delete(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Delete the given persistent instance.
delete(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Delete the given persistent instance.
delete(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
delete(Object, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
delete(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
delete(String, Object, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
delete(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete the given persistent instance.
delete(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
delete(Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
delete(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
delete(String, Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
deleteAll(Collection<?>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Delete all given persistent instances.
deleteAll(Collection<?>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
deleteAll(Collection<?>) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Delete all given persistent instances.
deleteAll(Collection<?>) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
deleteAll(Collection<?>) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Delete all given persistent instances.
deleteAll(Collection<?>) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
destroy() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Close the SessionFactory on bean factory shutdown.
destroy() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Allows for schema export on shutdown.
destroy() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
destroy() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
destroy() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Close the PersistenceManagerFactory on bean factory shutdown.
destroy() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Close the EntityManagerFactory on bean factory shutdown.
determineDatabaseDialectClass(Database) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
Determine the Hibernate database dialect class for the given target database.
determineDatabaseDictionary(Database) - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
Determine the OpenJPA database dictionary name for the given database.
determinePersistenceUnitInfo(PersistenceUnitManager) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Determine the PersistenceUnitInfo to use for the EntityManagerFactory created by this bean.
determineTargetDatabaseName(Database) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
Determine the EclipseLink target database name for the given database.
disableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Disable the specified filters on the given Session.
disableFilters(Session) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Disable the specified filters on the given Session.
disableFilters(Session) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Disable the specified filters on the given Session.
disassemble(Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
This implementation returns the passed-in value as-is.
disconnectOnCompletion(Session) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Disconnect a pre-existing Hibernate Session on transaction completion, returning its database connection but preserving its entity state.
disconnectOnCompletion(Session) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Disconnect a pre-existing Hibernate Session on transaction completion, returning its database connection but preserving its entity state.
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doesNotHoldNonDefaultSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
doExecute(HibernateCallback<T>, boolean, boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Execute the action specified by the given action object within a Session.
doExecute(HibernateCallback<T>, boolean) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Execute the action specified by the given action object within a Session.
doExecute(HibernateCallback<T>, boolean) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Execute the action specified by the given action object within a Session.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
doGetPersistenceManager(PersistenceManagerFactory, boolean) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Obtain a JDO PersistenceManager via the given factory.
doGetSession(SessionFactory, boolean) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Get a Hibernate Session for the given SessionFactory.
doGetTransaction() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
doGetTransaction() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doGetTransaction() - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doGetTransactionalEntityManager(EntityManagerFactory, Map<?, ?>) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Obtain a JPA EntityManager from the given factory.
doGetTransactionalEntityManager(EntityManagerFactory, Map<?, ?>, boolean) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Obtain a JPA EntityManager from the given factory.
doInHibernate(Session) - Method in interface org.springframework.orm.hibernate3.HibernateCallback
Deprecated.
Gets called by HibernateTemplate.execute with an active Hibernate Session.
doInHibernate(Session) - Method in interface org.springframework.orm.hibernate4.HibernateCallback
Gets called by HibernateTemplate.execute with an active Hibernate Session.
doInHibernate(Session) - Method in interface org.springframework.orm.hibernate5.HibernateCallback
Gets called by HibernateTemplate.execute with an active Hibernate Session.
doReleasePersistenceManager(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Actually release a PersistenceManager for the given factory.
doResume(Object, Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
doResume(Object, Object) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doResume(Object, Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
doSuspend(Object) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
doSuspend(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
dropDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Execute schema drop script, determined by the Configuration object used for creating the SessionFactory.

E

EclipseLinkJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect implementation for Eclipse Persistence Services (EclipseLink).
EclipseLinkJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
EclipseLinkJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter implementation for Eclipse Persistence Services (EclipseLink).
EclipseLinkJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
enableFilter(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Return an enabled Hibernate Filter for the given filter name.
enableFilter(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
enableFilter(String) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return an enabled Hibernate Filter for the given filter name.
enableFilter(String) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
enableFilter(String) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Return an enabled Hibernate Filter for the given filter name.
enableFilter(String) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
enableFilters(Session) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Enable the specified filters on the given Session.
enableFilters(Session) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Enable the specified filters on the given Session.
enableFilters(Session) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Enable the specified filters on the given Session.
ENTITY_MANAGER_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Order value for TransactionSynchronization objects that clean up JPA EntityManagers.
entityIsTransient(MergeEvent, Map) - Method in class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
Deprecated.
Hibernate 3.1 implementation of ID transferral.
EntityManagerFactoryAccessor - Class in org.springframework.orm.jpa
Base class for any class that needs to access a JPA EntityManagerFactory, usually in order to obtain a JPA EntityManager.
EntityManagerFactoryAccessor() - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryAccessor
 
EntityManagerFactoryInfo - Interface in org.springframework.orm.jpa
Metadata interface for a Spring-managed JPA EntityManagerFactory.
EntityManagerFactoryUtils - Class in org.springframework.orm.jpa
Helper class featuring methods for JPA EntityManager handling, allowing for reuse of EntityManager instances within transactions.
EntityManagerFactoryUtils() - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryUtils
 
EntityManagerHolder - Class in org.springframework.orm.jpa
Holder wrapping a JPA EntityManager.
EntityManagerHolder(EntityManager) - Constructor for class org.springframework.orm.jpa.EntityManagerHolder
 
EntityManagerProxy - Interface in org.springframework.orm.jpa
Subinterface of EntityManager to be implemented by EntityManager proxies.
equals(Object, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
This implementation delegates to the Hibernate EqualsHelper.
equals(Object, Object) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
Deprecated.
 
equals(Object) - Method in class org.springframework.orm.hibernate4.SpringFlushSynchronization
 
equals(Object) - Method in class org.springframework.orm.hibernate5.SpringFlushSynchronization
 
evict(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Remove the given object from the Session cache.
evict(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
evict(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Remove the given object from the Session cache.
evict(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
evict(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Remove the given object from the Session cache.
evict(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
excludeUnlistedClasses() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
execute(HibernateCallback<T>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute the action specified by the given action object within a Session.
execute(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
execute(HibernateCallback<T>) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute the action specified by the given action object within a Session.
execute(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
execute(HibernateCallback<T>) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute the action specified by the given action object within a Session.
execute(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
executeFind(HibernateCallback<?>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
as of Spring 3.2.7, in favor of using a regular HibernateOperations.execute(org.springframework.orm.hibernate3.HibernateCallback<T>) call with a generic List type declared
executeFind(HibernateCallback<?>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
executeSchemaScript(Connection, String[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Execute the given schema script on the given JDBC Connection.
executeSchemaStatement(Statement, String) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Execute the given schema SQL on the given JDBC Statement.
executeWithNativeSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Execute the action specified by the given action object within a native Session.
executeWithNativeSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Execute the action specified by the given action object within a native Session.
executeWithNativeSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Execute the action specified by the given action object within a native Session.
executeWithNewSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Execute the action specified by the given action object within a new Session.
ExtendedEntityManagerCreator - Class in org.springframework.orm.jpa
Delegate for creating a variety of EntityManager proxies that follow the JPA spec's semantics for "extended" EntityManagers.
ExtendedEntityManagerCreator() - Constructor for class org.springframework.orm.jpa.ExtendedEntityManagerCreator
 
extractSqlStringFromException(JDOException) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Template method for extracting a SQL String from the given exception.

F

FilterDefinitionFactoryBean - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
FilterDefinitionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Deprecated.
 
find(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute an HQL query.
find(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute an HQL query, binding one value to a "?" parameter in the query string.
find(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute an HQL query, binding a number of values to "?" parameters in the query string.
find(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
find(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
find(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
find(String, Object...) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute an HQL query, binding a number of values to "?" parameters in the query string.
find(String, Object...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
find(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute an HQL query, binding a number of values to "?" parameters in the query string.
find(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByCriteria(DetachedCriteria) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a query based on a given Hibernate criteria object.
findByCriteria(DetachedCriteria, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a query based on the given Hibernate criteria object.
findByCriteria(DetachedCriteria) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByCriteria(DetachedCriteria, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByCriteria(DetachedCriteria) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on a given Hibernate criteria object.
findByCriteria(DetachedCriteria, int, int) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on the given Hibernate criteria object.
findByCriteria(DetachedCriteria) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByCriteria(DetachedCriteria, int, int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByCriteria(DetachedCriteria) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute a query based on a given Hibernate criteria object.
findByCriteria(DetachedCriteria, int, int) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute a query based on the given Hibernate criteria object.
findByCriteria(DetachedCriteria) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByCriteria(DetachedCriteria, int, int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByExample(T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a query based on the given example entity object.
findByExample(String, T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a query based on the given example entity object.
findByExample(T, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a query based on a given example entity object.
findByExample(String, T, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a query based on a given example entity object.
findByExample(T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByExample(String, T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByExample(T, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByExample(String, T, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByExample(T) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on the given example entity object.
findByExample(String, T) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on the given example entity object.
findByExample(T, int, int) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on a given example entity object.
findByExample(String, T, int, int) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query based on a given example entity object.
findByExample(T) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByExample(String, T) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByExample(T, int, int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByExample(String, T, int, int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByExample(T) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute a query based on the given example entity object.
findByExample(String, T) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute a query based on the given example entity object.
findByExample(T, int, int) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute a query based on a given example entity object.
findByExample(String, T, int, int) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute a query based on a given example entity object.
findByExample(T) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByExample(String, T) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByExample(T, int, int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByExample(String, T, int, int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute an HQL query, binding one value to a ":" named parameter in the query string.
findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute an HQL query, binding a number of values to ":" named parameters in the query string.
findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute an HQL query, binding one value to a ":" named parameter in the query string.
findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute an HQL query, binding a number of values to ":" named parameters in the query string.
findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute an HQL query, binding one value to a ":" named parameter in the query string.
findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute an HQL query, binding a number of values to ":" named parameters in the query string.
findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByNamedQuery(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a named query.
findByNamedQuery(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a named query, binding one value to a "?" parameter in the query string.
findByNamedQuery(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a named query binding a number of values to "?" parameters in the query string.
findByNamedQuery(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByNamedQuery(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByNamedQuery(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByNamedQuery(String, Object...) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a named query binding a number of values to "?" parameters in the query string.
findByNamedQuery(String, Object...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedQuery(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute a named query binding a number of values to "?" parameters in the query string.
findByNamedQuery(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a named query, binding one value to a ":" named parameter in the query string.
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a named query, binding a number of values to ":" named parameters in the query string.
findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a named query, binding one value to a ":" named parameter in the query string.
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a named query, binding a number of values to ":" named parameters in the query string.
findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute a named query, binding one value to a ":" named parameter in the query string.
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute a named query, binding a number of values to ":" named parameters in the query string.
findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a named query, binding the properties of the given bean to ":" named parameters in the query string.
findByNamedQueryAndValueBean(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a named query, binding the properties of the given bean to ":" named parameters in the query string.
findByNamedQueryAndValueBean(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute a named query, binding the properties of the given bean to ":" named parameters in the query string.
findByNamedQueryAndValueBean(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute an HQL query, binding the properties of the given bean to named parameters in the query string.
findByValueBean(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute an HQL query, binding the properties of the given bean to named parameters in the query string.
findByValueBean(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute an HQL query, binding the properties of the given bean to named parameters in the query string.
findByValueBean(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
findDefaultEntityManagerFactory(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Find a single default EntityManagerFactory in the Spring application context.
findEntityManagerFactory(ListableBeanFactory, String) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Find an EntityManagerFactory with the given name in the given Spring application context (represented as ListableBeanFactory).
findEntityManagerFactory(String, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Find an EntityManagerFactory with the given name in the current Spring application context, falling back to a single default EntityManagerFactory (if any) in case of no unit name specified.
findNamedEntityManagerFactory(String, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Find an EntityManagerFactory with the given name in the current Spring application context.
flush() - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Flush all pending saves, updates and deletes to the database.
flush() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
flush() - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Flush all pending saves, updates and deletes to the database.
flush() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
flush() - Method in class org.springframework.orm.hibernate4.SpringFlushSynchronization
 
flush() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
flush() - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Flush all pending saves, updates and deletes to the database.
flush() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
flush() - Method in class org.springframework.orm.hibernate5.SpringFlushSynchronization
 
flush() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
FLUSH_ALWAYS - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Flushing before every query statement is rarely necessary.
FLUSH_AUTO - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Automatic flushing is the default mode for a Hibernate Session.
FLUSH_COMMIT - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Flushing at commit only is intended for units of work where no intermediate flushing is desired, not even for find operations that might involve already modified instances.
FLUSH_EAGER - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Eager flushing leads to immediate synchronization with the database, even if in a transaction.
FLUSH_NEVER - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Never flush is a good strategy for read-only units of work.
flushIfNecessary(Session, boolean) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Flush the given Hibernate Session if necessary.

G

get(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
get(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
get(String, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
get(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
get(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
get(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
get(String, Serializable) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
get(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
get(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
get(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
get(String, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
get(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
getAnySession() - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
getBeanClassLoader() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getBeanClassLoader() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the ClassLoader that the application's beans are loaded with.
getBootstrapExecutor() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Return the asynchronous executor for background bootstrapping, if any.
getCharacterEncoding() - Method in class org.springframework.orm.hibernate3.support.BlobStringType
Deprecated.
Determine the character encoding to apply to the BLOB's bytes to turn them into a String.
getClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation returns the default ClassLoader.
getConfigTimeDataSource() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Return the DataSource for the currently configured Hibernate SessionFactory, to be used by LocalDataSourceConnectionProvoder.
getConfigTimeLobHandler() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Return the LobHandler for the currently configured Hibernate SessionFactory, to be used by UserType implementations like ClobStringType.
getConfigTimeTransactionManager() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Return the JTA TransactionManager for the currently configured Hibernate SessionFactory, to be used by LocalTransactionManagerLookup.
getConfiguration() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Return the Configuration object used to build the SessionFactory.
getConfiguration() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Return the Hibernate Configuration object used to build the SessionFactory.
getConfiguration() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Return the Hibernate Configuration object used to build the SessionFactory.
getConnection() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Deprecated.
This implementation delegates to the underlying DataSource.
getDatabase() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return the target database to operate on.
getDatabasePlatform() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return the name of the target database to operate on.
getDataSource() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Return the DataSource to be used by the SessionFactory.
getDataSource() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Deprecated.
Return the DataSource that this ConnectionProvider wraps.
getDataSource(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Determine the DataSource of the given SessionFactory.
getDataSource() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource(SessionFactory) - Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
Determine the DataSource of the given SessionFactory.
getDataSource() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource(SessionFactory) - Static method in class org.springframework.orm.hibernate5.SessionFactoryUtils
Determine the DataSource of the given SessionFactory.
getDataSource() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getDataSource() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the JDBC DataSource that this EntityManagerFactory obtains its JDBC Connections from.
getDataSource() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
getDataSourceLookup() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the JDBC DataSourceLookup that provides DataSources for the persistence provider, resolving data source names in persistence.xml against Spring-managed DataSource instances.
getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Deprecated.
Return the DataSource to use for retrieving Connections.
getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
Deprecated.
Return a TransactionAwareDataSourceProxy for the given DataSource, provided that it isn't a TransactionAwareDataSourceProxy already.
getDefaultAccessType() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Deprecated.
 
getDefaultDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
getDefaultJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Obtain a default SQLExceptionTranslator, lazily creating it if necessary.
getDefaultJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Obtain a default SQLExceptionTranslator, lazily creating it if necessary.
getDefaultJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the JTA-aware DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
getDefaultReleaseMode() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
Deprecated.
Sets connection release mode "on_close" as default.
getEntityInterceptor() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Return the current Hibernate entity interceptor, or null if none.
getEntityInterceptor() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Return the current Hibernate entity interceptor, or null if none.
getEntityInterceptor() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Return the current Hibernate entity interceptor, or null if none.
getEntityInterceptor() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Return the current Hibernate entity interceptor, or null if none.
getEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
getEntityManagerFactory() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Return the JPA EntityManagerFactory that should be used to create EntityManagers.
getEntityManagerFactory() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Return the EntityManagerFactory that this instance should manage transactions for.
getEntityManagerFactoryBeanName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Return the bean name of the EntityManagerFactory to fetch from Spring's root application context.
getEntityManagerFactoryInterface() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific EntityManagerFactory interface that the EntityManagerFactory proxy is supposed to implement.
getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getEntityManagerInterface() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the (potentially vendor-specific) EntityManager interface that this factory's EntityManagers will implement.
getEntityManagerInterface() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific EntityManager interface that this provider's EntityManagers will implement.
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getEntityName(Object) - Method in class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
Deprecated.
 
getFetchSize() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Return the fetch size specified for this HibernateTemplate.
getFetchSize() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Return the fetch size specified for this HibernateTemplate.
getFetchSize() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Return the fetch size specified for this HibernateTemplate.
getFilterNames() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Return the names of Hibernate filters to be activated, if any.
getFilterNames() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Return the names of Hibernate filters to be activated, if any.
getFilterNames() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Return the names of Hibernate filters to be activated, if any.
getFlushMode() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Return if a flush should be forced after executing the callback code.
getFlushMode() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Return the Hibernate FlushMode that this filter applies to its Session (in single session mode).
getHibernateProperties() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Return the Hibernate properties, if any.
getHibernateProperties() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Return the Hibernate properties, if any.
getHibernateProperties() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Return the Hibernate properties, if any.
getHibernateTemplate() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
Return the HibernateTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
getHibernateTemplate() - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
Return the HibernateTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
getHibernateTemplate() - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
Return the HibernateTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
getIdentifier() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the identifier of the object for which the locking failed.
getIdentifier() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the identifier of the object that was not found.
getJarFileUrls() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getJdbcConnection(PersistenceManager, boolean) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation returns a DataStoreConnectionHandle for JDO.
getJdbcConnection(PersistenceManager, boolean) - Method in interface org.springframework.orm.jdo.JdoDialect
Retrieve the JDBC Connection that the given JDO PersistenceManager uses underneath, if accessing a relational database.
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation always returns null, indicating that no JDBC Connection can be provided.
getJdbcConnection(EntityManager, boolean) - Method in interface org.springframework.orm.jpa.JpaDialect
Retrieve the JDBC Connection that the given JPA EntityManager uses underneath, if accessing a relational database.
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
 
getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Return the JDBC exception translator for this instance, if any.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Return the JDBC exception translator for this transaction manager, if any.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Return the JDBC exception translator for this dialect, if any.
getJdoDialect() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Return the JDO dialect to use for this transaction manager.
getJdoDialect() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Return the JDO dialect to use for this proxy.
getJdoIsolationLevel(TransactionDefinition) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Determine the JDO isolation level String to use for the given Spring transaction definition.
getJdoPropertyMap() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Allow Map access to the JDO properties to be passed to the JDOHelper, with the option to add or override specific entries.
getJpaDialect() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getJpaDialect() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the vendor-specific JpaDialect implementation for this EntityManagerFactory, or null if not known.
getJpaDialect() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Return the JPA dialect to use for this transaction manager.
getJpaDialect() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific JpaDialect implementation for this provider, or null if there is none.
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Allow Map access to the JPA properties to be passed to the persistence provider, with the option to add or override specific entries.
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Allow Map access to the JPA properties to be passed to the persistence provider, with the option to add or override specific entries.
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Allow Map access to the JPA properties to be passed to the persistence provider, with the option to add or override specific entries.
getJpaPropertyMap(PersistenceUnitInfo) - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return a Map of vendor-specific JPA properties for the given persistence unit, typically based on settings in this JpaVendorAdapter instance.
getJpaPropertyMap() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return a Map of vendor-specific JPA properties, typically based on settings in this JpaVendorAdapter instance.
getJpaPropertyMap(PersistenceUnitInfo) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getJpaPropertyMap(PersistenceUnitInfo) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getJpaVendorAdapter() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Return the JpaVendorAdapter implementation for this EntityManagerFactory, or null if not known.
getJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getJtaTransactionManager(SessionFactory, Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Try to retrieve the JTA TransactionManager from the given SessionFactory and/or Session.
getLoadTimeWeaver() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
getManagedClassNames() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getManagedPackages() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getManagedPackages() - Method in interface org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo
Return a list of managed Java packages, to be introspected by the persistence provider.
getMappingFileNames() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getMaxResults() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Return the maximum number of rows specified for this HibernateTemplate.
getMaxResults() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Return the maximum number of rows specified for this HibernateTemplate.
getMaxResults() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Return the maximum number of rows specified for this HibernateTemplate.
getMetadataSources() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Determine the Hibernate MetadataSources to use.
getNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getNativeEntityManagerFactory() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the raw underlying EntityManagerFactory.
getNewSession(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Get a new Hibernate Session from the given SessionFactory.
getNewSession(SessionFactory, Interceptor) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Get a new Hibernate Session from the given SessionFactory.
getNewTempClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation throws an UnsupportedOperationException.
getNonJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getObject() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Return the singleton SessionFactory.
getObject() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
getObject() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
getObject() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Return the singleton PersistenceManagerFactory.
getObject() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
getObject() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
getObject() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
getObject() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Return the singleton EntityManagerFactory.
getObject() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
getObject() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
getObjectType() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
getObjectType() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
getObjectType() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
getObjectType() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
getObjectType() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
getObjectType() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getObjectType() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
getObjectType() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
Deprecated.
 
getOpenJPAEntityManager(EntityManager) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
Return the OpenJPA-specific variant of EntityManager.
getOrder() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
getOrder() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
getOrder() - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
getParameters() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Deprecated.
Return the default parameters for the type.
getParticipateAttributeName() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Deprecated.
Return the name of the request attribute that identifies that a request is already intercepted.
getParticipateAttributeName() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Return the name of the request attribute that identifies that a request is already intercepted.
getParticipateAttributeName() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
Return the name of the request attribute that identifies that a request is already intercepted.
getParticipateAttributeName() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Return the name of the request attribute that identifies that a request is already filtered.
getParticipateAttributeName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
Return the name of the request attribute that identifies that a request is already filtered.
getPersistenceContext(String, boolean) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Return a specified persistence context for the given unit name, as defined through the "persistenceContexts" (or "extendedPersistenceContexts") map.
getPersistenceManager(PersistenceManagerFactory, boolean) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Obtain a JDO PersistenceManager via the given factory.
getPersistenceManager() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Return the PersistenceManagerFactory that this instance should manage transactions for.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Return the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Return the target PersistenceManagerFactory for this proxy.
getPersistenceManagerFactoryBeanName() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Return the bean name of the PersistenceManagerFactory to fetch from Spring's root application context.
getPersistenceManagerInterface() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Return the PersistenceManager interface to expose.
getPersistenceProvider() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getPersistenceProvider() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the underlying PersistenceProvider that the underlying EntityManagerFactory was created with.
getPersistenceProvider() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific persistence provider.
getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getPersistenceProviderClassName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceProviderPackageName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceProviderRootPackage() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the name of the persistence provider's root package (e.g.
getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getPersistenceUnit(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Return a specified persistence unit for the given unit name, as defined through the "persistenceUnits" map.
getPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getPersistenceUnitInfo() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the PersistenceUnitInfo used to create this EntityManagerFactory, if the in-container API was used.
getPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
getPersistenceUnitInfo(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the specified PersistenceUnitInfo from this manager's cache of processed persistence units, keeping it in the cache (i.e.
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Return the name of the persistence unit to access the EntityManagerFactory for, if any.
getPersistenceUnitName() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the name of the persistence unit used to create this EntityManagerFactory, or null if it is an unnamed default.
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Return the name of the persistence unit to manage transactions for, if any.
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Return the name of the persistence unit to access the EntityManagerFactory for, if any.
getPersistenceUnitPostProcessors() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the PersistenceUnitPostProcessors to be applied to each PersistenceUnitInfo that has been parsed by this manager.
getPersistenceUnitRootUrl() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceXMLSchemaVersion() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistentClass() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the persistent class of the object for which the locking failed.
getPersistentClass() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the persistent class of the object that was not found.
getPersistentClassName() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the name of the persistent class of the object for which the locking failed.
getPersistentClassName() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the name of the persistent class of the object that was not found.
getPreviousFlushMode() - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
getPreviousFlushMode() - Method in class org.springframework.orm.hibernate4.SessionHolder
 
getPreviousFlushMode() - Method in class org.springframework.orm.hibernate5.SessionHolder
 
getProperties() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getQueryCacheRegion() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Return the name of the cache region for queries executed by this template.
getQueryCacheRegion() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Return the name of the cache region for queries executed by this template.
getQueryCacheRegion() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Return the name of the cache region for queries executed by this template.
getQueryString() - Method in exception org.springframework.orm.hibernate3.HibernateQueryException
Deprecated.
Return the HQL query string that was invalid.
getQueryString() - Method in exception org.springframework.orm.hibernate4.HibernateQueryException
Return the HQL query string that was invalid.
getQueryString() - Method in exception org.springframework.orm.hibernate5.HibernateQueryException
Return the HQL query string that was invalid.
getResourceFactory() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
getResourceFactory() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
getResourceFactory() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
getResourceFactory() - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
getResourceFactory() - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
getResourceLoader() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Determine the Spring ResourceLoader to use for Hibernate metadata.
getSavepointManager() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
getSession() - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
Deprecated.
Return a Session for use by this interceptor.
getSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Return a Session for use by this template.
getSession(SessionFactory, boolean) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Get a Hibernate Session for the given SessionFactory.
getSession(SessionFactory, Interceptor, SQLExceptionTranslator) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Get a Hibernate Session for the given SessionFactory.
getSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
getSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
getSession() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
as of Spring 3.2.7, in favor of HibernateTemplate usage
getSession(boolean) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
as of Spring 3.2.7, in favor of HibernateTemplate usage
getSession(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Get a Session for the SessionFactory that this filter uses.
getSession() - Method in class org.springframework.orm.hibernate4.SessionHolder
 
getSession() - Method in class org.springframework.orm.hibernate5.SessionHolder
 
getSession(EntityManager) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
getSessionFactory() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Return the exposed SessionFactory.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Return the SessionFactory that this instance should manage transactions for.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
Return the Hibernate SessionFactory used by this DAO.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
Deprecated.
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactory() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactory() - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Return the SessionFactory that this instance should manage transactions for.
getSessionFactory() - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
Return the Hibernate SessionFactory used by this DAO.
getSessionFactory() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactory() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactory() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactory() - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Return the SessionFactory that this instance should manage transactions for.
getSessionFactory() - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
Return the Hibernate SessionFactory used by this DAO.
getSessionFactory() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactory() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactoryBeanName() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Return the bean name of the SessionFactory to fetch from Spring's root application context.
getSessionFactoryBeanName() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Return the bean name of the SessionFactory to fetch from Spring's root application context.
getSessionFactoryBeanName() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
Return the bean name of the SessionFactory to fetch from Spring's root application context.
getSharedCacheMode() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getSql() - Method in exception org.springframework.orm.hibernate3.HibernateJdbcException
Deprecated.
Return the SQL that led to the problem.
getSql() - Method in exception org.springframework.orm.hibernate4.HibernateJdbcException
Return the SQL that led to the problem.
getSql() - Method in exception org.springframework.orm.hibernate5.HibernateJdbcException
Return the SQL that led to the problem.
getSQLException() - Method in exception org.springframework.orm.hibernate3.HibernateJdbcException
Deprecated.
Return the underlying SQLException.
getSQLException() - Method in exception org.springframework.orm.hibernate4.HibernateJdbcException
Return the underlying SQLException.
getSQLException() - Method in exception org.springframework.orm.hibernate5.HibernateJdbcException
Return the underlying SQLException.
getTargetEntityManager() - Method in interface org.springframework.orm.jpa.EntityManagerProxy
Return the underlying EntityManager that this proxy will delegate to.
getTargetPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Return the target JDO PersistenceManagerFactory that this proxy delegates to.
getTransaction() - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
getTransaction() - Method in class org.springframework.orm.hibernate4.SessionHolder
 
getTransaction() - Method in class org.springframework.orm.hibernate5.SessionHolder
 
getTransactionalEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Obtain the transactional EntityManager for this accessor's EntityManagerFactory, if any.
getTransactionalEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Obtain a JPA EntityManager from the given factory.
getTransactionalEntityManager(EntityManagerFactory, Map<?, ?>) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Obtain a JPA EntityManager from the given factory.
getTransactionIdentifier(Transaction) - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
Deprecated.
 
getTransactionManager(Properties) - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
Deprecated.
 
getTransactionType() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getTypeClass() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Deprecated.
Return the type implementation class.
getTypeName() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Deprecated.
Return the name of the type.
getUserTransactionName() - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
Deprecated.
 
getValidatedSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
getValidatedSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
getValidationMode() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 

H

hashCode(Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
This implementation returns the hashCode of the given objectz.
hashCode() - Method in class org.springframework.orm.hibernate4.SpringFlushSynchronization
 
hashCode() - Method in class org.springframework.orm.hibernate5.SpringFlushSynchronization
 
hasTransactionalSession(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Return whether there is a transactional Hibernate Session for the current thread, that is, a Session bound to the current thread by Spring's transaction facilities.
HibernateAccessor - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateAccessor() - Constructor for class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
 
HibernateCallback<T> - Interface in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateCallback<T> - Interface in org.springframework.orm.hibernate4
Callback interface for Hibernate code.
HibernateCallback<T> - Interface in org.springframework.orm.hibernate5
Callback interface for Hibernate code.
HibernateDaoSupport - Class in org.springframework.orm.hibernate3.support
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateDaoSupport() - Constructor for class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
 
HibernateDaoSupport - Class in org.springframework.orm.hibernate4.support
Convenient super class for Hibernate-based data access objects.
HibernateDaoSupport() - Constructor for class org.springframework.orm.hibernate4.support.HibernateDaoSupport
 
HibernateDaoSupport - Class in org.springframework.orm.hibernate5.support
Convenient super class for Hibernate-based data access objects.
HibernateDaoSupport() - Constructor for class org.springframework.orm.hibernate5.support.HibernateDaoSupport
 
HibernateExceptionTranslator - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateExceptionTranslator() - Constructor for class org.springframework.orm.hibernate3.HibernateExceptionTranslator
Deprecated.
 
HibernateExceptionTranslator - Class in org.springframework.orm.hibernate4
PersistenceExceptionTranslator capable of translating HibernateException instances to Spring's DataAccessException hierarchy.
HibernateExceptionTranslator() - Constructor for class org.springframework.orm.hibernate4.HibernateExceptionTranslator
 
HibernateExceptionTranslator - Class in org.springframework.orm.hibernate5
PersistenceExceptionTranslator capable of translating HibernateException instances to Spring's DataAccessException hierarchy.
HibernateExceptionTranslator() - Constructor for class org.springframework.orm.hibernate5.HibernateExceptionTranslator
 
HibernateInterceptor - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 3.2.7, in favor of either HibernateTemplate usage or native Hibernate API usage within transactions, in combination with a general org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor. Note: This class does not have an equivalent replacement in orm.hibernate4. If you desperately need a scoped Session bound through AOP, consider the newly introduced OpenSessionInterceptor.
HibernateInterceptor() - Constructor for class org.springframework.orm.hibernate3.HibernateInterceptor
Deprecated.
 
HibernateJdbcException - Exception in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate3.HibernateJdbcException
Deprecated.
 
HibernateJdbcException - Exception in org.springframework.orm.hibernate4
Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.
HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate4.HibernateJdbcException
 
HibernateJdbcException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.
HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate5.HibernateJdbcException
 
HibernateJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect implementation for Hibernate EntityManager.
HibernateJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
HibernateJpaSessionFactoryBean - Class in org.springframework.orm.jpa.vendor
Deprecated.
as of Spring Framework 4.3.12 against Hibernate 5.2, in favor of a custom solution based on EntityManagerFactory#unwrap with explicit qualifiers and/or primary markers
HibernateJpaSessionFactoryBean() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
Deprecated.
 
HibernateJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter implementation for Hibernate EntityManager.
HibernateJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
Deprecated.
 
HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
Deprecated.
 
HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate4
Hibernate-specific subclass of ObjectRetrievalFailureException.
HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate4.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate4.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of ObjectRetrievalFailureException.
HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate5.HibernateObjectRetrievalFailureException
 
HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate5.HibernateObjectRetrievalFailureException
 
HibernateOperations - Interface in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateOperations - Interface in org.springframework.orm.hibernate4
Interface that specifies a basic set of Hibernate operations, implemented by HibernateTemplate.
HibernateOperations - Interface in org.springframework.orm.hibernate5
Interface that specifies a basic set of Hibernate operations, implemented by HibernateTemplate.
HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException
Deprecated.
 
HibernateOptimisticLockingFailureException(StaleStateException) - Constructor for exception org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException
Deprecated.
 
HibernateOptimisticLockingFailureException(OptimisticLockException) - Constructor for exception org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException
Deprecated.
 
HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate4
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate4.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException(StaleStateException) - Constructor for exception org.springframework.orm.hibernate4.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException(OptimisticEntityLockException) - Constructor for exception org.springframework.orm.hibernate4.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException(StaleStateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 
HibernateOptimisticLockingFailureException(OptimisticEntityLockException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 
HibernateQueryException - Exception in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate3.HibernateQueryException
Deprecated.
 
HibernateQueryException - Exception in org.springframework.orm.hibernate4
Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate4.HibernateQueryException
 
HibernateQueryException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate5.HibernateQueryException
 
HibernateSystemException - Exception in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate3.HibernateSystemException
Deprecated.
Create a new HibernateSystemException, wrapping an arbitrary HibernateException.
HibernateSystemException - Exception in org.springframework.orm.hibernate4
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate4.HibernateSystemException
Create a new HibernateSystemException, wrapping an arbitrary HibernateException.
HibernateSystemException - Exception in org.springframework.orm.hibernate5
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete org.springframework.dao exceptions.
HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateSystemException
Create a new HibernateSystemException, wrapping an arbitrary HibernateException.
HibernateTemplate - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateTemplate() - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory) - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory, boolean) - Constructor for class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Create a new HibernateTemplate instance.
HibernateTemplate - Class in org.springframework.orm.hibernate4
Helper class that simplifies Hibernate data access code.
HibernateTemplate() - Constructor for class org.springframework.orm.hibernate4.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory) - Constructor for class org.springframework.orm.hibernate4.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTemplate - Class in org.springframework.orm.hibernate5
Helper class that simplifies Hibernate data access code.
HibernateTemplate() - Constructor for class org.springframework.orm.hibernate5.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTemplate(SessionFactory) - Constructor for class org.springframework.orm.hibernate5.HibernateTemplate
Create a new HibernateTemplate instance.
HibernateTransactionManager - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Create a new HibernateTransactionManager instance.
HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Create a new HibernateTransactionManager instance.
HibernateTransactionManager - Class in org.springframework.orm.hibernate4
PlatformTransactionManager implementation for a single Hibernate SessionFactory.
HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate4.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate4.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager - Class in org.springframework.orm.hibernate5
PlatformTransactionManager implementation for a single Hibernate SessionFactory.
HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate5.HibernateTransactionManager
Create a new HibernateTransactionManager instance.
HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate5.HibernateTransactionManager
Create a new HibernateTransactionManager instance.

I

IdTransferringMergeEventListener - Class in org.springframework.orm.hibernate3.support
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
IdTransferringMergeEventListener() - Constructor for class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
Deprecated.
 
initDeferredClose(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Initialize deferred close for the current thread and the given SessionFactory.
initialize(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Force initialization of a Hibernate proxy or persistent collection.
initialize(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
initialize(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Force initialization of a Hibernate proxy or persistent collection.
initialize(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
initialize(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Force initialization of a Hibernate proxy or persistent collection.
initialize(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
Deprecated.
 
invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
Deprecated.
 
invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
 
isAllowCreate() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Return if a new Session should be created if no thread-bound found.
isAllowCreate() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Return whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
isAllowCreate() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Return whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
isAlwaysUseNewSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Return whether to always use a new Hibernate Session for this template.
isCacheQueries() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Return whether to cache all queries executed by this template.
isCacheQueries() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Return whether to cache all queries executed by this template.
isCacheQueries() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Return whether to cache all queries executed by this template.
isCheckWriteOperations() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Return whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
isCheckWriteOperations() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Return whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
isCheckWriteOperations() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Return whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
isDeferredCloseActive(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Determine whether deferred close is active for the current thread and the given SessionFactory.
isEmpty() - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
isExistingTransaction(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
isExposeNativeSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Return whether to expose the native Hibernate Session to HibernateCallback code, or rather a Session proxy.
isExposeNativeSession() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Return whether to expose the native Hibernate Session to HibernateCallback code, or rather a Session proxy.
isExposeNativeSession() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Return whether to expose the native Hibernate Session to HibernateCallback code, or rather a Session proxy.
isExposeTransactionAwareSessionFactory() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Return whether to expose a transaction-aware proxy for the SessionFactory.
isGenerateDdl() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return whether to generate DDL after the EntityManagerFactory has been initialized creating/updating all relevant tables.
isMinimalPutsEnabledByDefault() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Deprecated.
 
isMutable() - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
This implementation returns false.
isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
Deprecated.
 
isMutable() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
Deprecated.
 
isPersistenceManagerTransactional(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Return whether the given JDO PersistenceManager is transactional, that is, bound to the current thread by Spring's transaction facilities.
isPersistenceUnitOverrideAllowed() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return whether an override of a same-named persistence unit is allowed.
isPhysicallyConnected(Session) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Determine whether the given Session is (still) physically connected to the database, that is, holds an active JDBC Connection internally.
isSameConnectionForEntireSession(Session) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Return whether the given Hibernate Session will always hold the same JDBC Connection.
isSameConnectionForEntireSession(Session) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Return whether the given Hibernate Session will always hold the same JDBC Connection.
isSameConnectionForEntireSession(Session) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Return whether the given Hibernate Session will always hold the same JDBC Connection.
isSessionTransactional(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Return whether the given Hibernate Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
isShowSql() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return whether to show SQL in the log (or in the console).
isSingleSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Return whether to use a single session for each request.
isSingleSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Deprecated.
Return whether to use a single session for each request.
isSingleton() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
isSingleton() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
isSingleton() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
isSingleton() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
isSingleton() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
isSingleton() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
isSingleton() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
isSingleton() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaSessionFactoryBean
Deprecated.
 
isTransactionActive() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
isTransactionActive() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
isTransactionInProgress(JDBCContext, TransactionFactory.Context, Transaction) - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
Deprecated.
 
isTransactionManagerRequired() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
Deprecated.
 
isUseTransactionAwareDataSource() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Return whether to use a transaction-aware DataSource for the SessionFactory.
iterate(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a query for persistent instances.
iterate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a query for persistent instances, binding one value to a "?" parameter in the query string.
iterate(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Execute a query for persistent instances, binding a number of values to "?" parameters in the query string.
iterate(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
iterate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
iterate(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
iterate(String, Object...) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?" parameters in the query string.
iterate(String, Object...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
iterate(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Execute a query for persistent instances, binding a number of values to "?" parameters in the query string.
iterate(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 

J

JdoDialect - Interface in org.springframework.orm.jdo
SPI strategy that allows for customizing integration with a specific JDO provider, in particular regarding transaction management and exception translation.
JdoObjectRetrievalFailureException - Exception in org.springframework.orm.jdo
JDO-specific subclass of ObjectRetrievalFailureException.
JdoObjectRetrievalFailureException(JDOObjectNotFoundException) - Constructor for exception org.springframework.orm.jdo.JdoObjectRetrievalFailureException
 
JdoOptimisticLockingFailureException - Exception in org.springframework.orm.jdo
JDO-specific subclass of ObjectOptimisticLockingFailureException.
JdoOptimisticLockingFailureException(JDOOptimisticVerificationException) - Constructor for exception org.springframework.orm.jdo.JdoOptimisticLockingFailureException
 
JdoResourceFailureException - Exception in org.springframework.orm.jdo
JDO-specific subclass of DataAccessResourceFailureException.
JdoResourceFailureException(JDODataStoreException) - Constructor for exception org.springframework.orm.jdo.JdoResourceFailureException
 
JdoResourceFailureException(JDOFatalDataStoreException) - Constructor for exception org.springframework.orm.jdo.JdoResourceFailureException
 
JdoSystemException - Exception in org.springframework.orm.jdo
JDO-specific subclass of UncategorizedDataAccessException, for JDO system errors that do not match any concrete org.springframework.dao exceptions.
JdoSystemException(JDOException) - Constructor for exception org.springframework.orm.jdo.JdoSystemException
 
JdoTransactionManager - Class in org.springframework.orm.jdo
PlatformTransactionManager implementation for a single JDO PersistenceManagerFactory.
JdoTransactionManager() - Constructor for class org.springframework.orm.jdo.JdoTransactionManager
Create a new JdoTransactionManager instance.
JdoTransactionManager(PersistenceManagerFactory) - Constructor for class org.springframework.orm.jdo.JdoTransactionManager
Create a new JdoTransactionManager instance.
JdoUsageException - Exception in org.springframework.orm.jdo
JDO-specific subclass of InvalidDataAccessApiUsageException.
JdoUsageException(JDOUserException) - Constructor for exception org.springframework.orm.jdo.JdoUsageException
 
JdoUsageException(JDOFatalUserException) - Constructor for exception org.springframework.orm.jdo.JdoUsageException
 
JpaDialect - Interface in org.springframework.orm.jpa
SPI strategy that encapsulates certain functionality that standard JPA 2.0 does not offer, such as access to the underlying JDBC Connection.
JpaObjectRetrievalFailureException - Exception in org.springframework.orm.jpa
JPA-specific subclass of ObjectRetrievalFailureException.
JpaObjectRetrievalFailureException(EntityNotFoundException) - Constructor for exception org.springframework.orm.jpa.JpaObjectRetrievalFailureException
 
JpaOptimisticLockingFailureException - Exception in org.springframework.orm.jpa
JPA-specific subclass of ObjectOptimisticLockingFailureException.
JpaOptimisticLockingFailureException(OptimisticLockException) - Constructor for exception org.springframework.orm.jpa.JpaOptimisticLockingFailureException
 
JpaSystemException - Exception in org.springframework.orm.jpa
JPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concrete org.springframework.dao exceptions.
JpaSystemException(PersistenceException) - Constructor for exception org.springframework.orm.jpa.JpaSystemException
Deprecated.
JpaSystemException(RuntimeException) - Constructor for exception org.springframework.orm.jpa.JpaSystemException
 
JpaTransactionManager - Class in org.springframework.orm.jpa
PlatformTransactionManager implementation for a single JPA EntityManagerFactory.
JpaTransactionManager() - Constructor for class org.springframework.orm.jpa.JpaTransactionManager
Create a new JpaTransactionManager instance.
JpaTransactionManager(EntityManagerFactory) - Constructor for class org.springframework.orm.jpa.JpaTransactionManager
Create a new JpaTransactionManager instance.
JpaVendorAdapter - Interface in org.springframework.orm.jpa
SPI interface that allows to plug in vendor-specific behavior into Spring's EntityManagerFactory creators.

L

load(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(String, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Object, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Load the persistent instance with the given identifier into the given object, throwing an exception if not found.
load(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
load(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
load(String, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
load(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
load(Object, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
load(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(String, Serializable) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Object, Serializable) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Load the persistent instance with the given identifier into the given object, throwing an exception if not found.
load(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
load(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
load(String, Serializable) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
load(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
load(Object, Serializable) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
load(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(String, Serializable) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Object, Serializable) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Load the persistent instance with the given identifier into the given object, throwing an exception if not found.
load(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
load(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
load(String, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
load(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
load(Object, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
loadAll(Class<T>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Return all persistent instances of the given entity class.
loadAll(Class<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
loadAll(Class<T>) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Return all persistent instances of the given entity class.
loadAll(Class<T>) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
loadAll(Class<T>) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Return all persistent instances of the given entity class.
loadAll(Class<T>) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
LocalContainerEntityManagerFactoryBean - Class in org.springframework.orm.jpa
FactoryBean that creates a JPA EntityManagerFactory according to JPA's standard container bootstrap contract.
LocalContainerEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
LocalDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
LocalDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Deprecated.
 
LocalEntityManagerFactoryBean - Class in org.springframework.orm.jpa
FactoryBean that creates a JPA EntityManagerFactory according to JPA's standard standalone bootstrap contract.
LocalEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
 
LocalJtaDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
LocalJtaDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate3.LocalJtaDataSourceConnectionProvider
Deprecated.
 
LocalPersistenceManagerFactoryBean - Class in org.springframework.orm.jdo
FactoryBean that creates a JDO PersistenceManagerFactory.
LocalPersistenceManagerFactoryBean() - Constructor for class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
LocalRegionFactoryProxy - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
LocalRegionFactoryProxy() - Constructor for class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Deprecated.
Standard constructor.
LocalRegionFactoryProxy(Properties) - Constructor for class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Deprecated.
Properties constructor: not used by this class or formally required, but enforced by Hibernate when reflectively instantiating a RegionFactory.
LocalSessionFactoryBean - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
 
LocalSessionFactoryBean - Class in org.springframework.orm.hibernate4
FactoryBean that creates a Hibernate SessionFactory.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
LocalSessionFactoryBean - Class in org.springframework.orm.hibernate5
FactoryBean that creates a Hibernate SessionFactory.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
LocalSessionFactoryBuilder - Class in org.springframework.orm.hibernate4
A Spring-provided extension of the standard Hibernate Configuration class, adding SpringSessionContext as a default and providing convenient ways to specify a DataSource and an application class loader.
LocalSessionFactoryBuilder(DataSource) - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ClassLoader) - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ResourceLoader) - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder - Class in org.springframework.orm.hibernate5
A Spring-provided extension of the standard Hibernate Configuration class, adding SpringSessionContext as a default and providing convenient ways to specify a DataSource and an application class loader.
LocalSessionFactoryBuilder(DataSource) - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ClassLoader) - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ResourceLoader) - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ResourceLoader, MetadataSources) - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalTransactionManagerLookup - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
LocalTransactionManagerLookup() - Constructor for class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
Deprecated.
 
lock(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists.
lock(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists.
lock(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
lock(String, Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
lock(Object, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists.
lock(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists.
lock(Object, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
lock(String, Object, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
lock(Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists.
lock(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists.
lock(Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
lock(String, Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
logger - Variable in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Logger available to subclasses
logger - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Logger available to subclasses
logger - Variable in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
 
logger - Variable in class org.springframework.orm.hibernate4.HibernateTemplate
 
logger - Variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
logger - Variable in class org.springframework.orm.hibernate5.HibernateTemplate
 
logger - Variable in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
 
logger - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
logger - Variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
logger - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Logger available to subclasses
logger - Variable in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Logger available to subclasses
logger - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
lookup(String, Class<T>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Perform a JNDI lookup for the given resource by name.
lookupEntityManagerFactory(HttpServletRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Look up the EntityManagerFactory that this filter should use, taking the current HTTP request as argument.
lookupEntityManagerFactory() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Look up the EntityManagerFactory that this filter should use.
lookupPersistenceManagerFactory(HttpServletRequest) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Look up the PersistenceManagerFactory that this filter should use, taking the current HTTP request as argument.
lookupPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Look up the PersistenceManagerFactory that this filter should use.
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
lookupSessionFactory() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Look up the SessionFactory that this filter should use.
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
lookupSessionFactory() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
lookupSessionFactory() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.

M

merge(T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Copy the state of the given object onto the persistent object with the same identifier.
merge(String, T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Copy the state of the given object onto the persistent object with the same identifier.
merge(T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
merge(String, T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
merge(T) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Copy the state of the given object onto the persistent object with the same identifier.
merge(String, T) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Copy the state of the given object onto the persistent object with the same identifier.
merge(T) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
merge(String, T) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
merge(T) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Copy the state of the given object onto the persistent object with the same identifier.
merge(String, T) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Copy the state of the given object onto the persistent object with the same identifier.
merge(T) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
merge(String, T) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
MutablePersistenceUnitInfo - Class in org.springframework.orm.jpa.persistenceunit
Spring's base implementation of the JPA PersistenceUnitInfo interface, used to bootstrap an EntityManagerFactory in a container.
MutablePersistenceUnitInfo() - Constructor for class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 

N

newConfiguration() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Subclasses can override this method to perform custom initialization of the Configuration instance used for SessionFactory creation.
newJdbcExceptionTranslator(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Create an appropriate SQLExceptionTranslator for the given SessionFactory.
newPersistenceManagerFactory(String) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Subclasses can override this to perform custom initialization of the PersistenceManagerFactory instance, creating it for the specified name.
newPersistenceManagerFactory(Map<?, ?>) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Subclasses can override this to perform custom initialization of the PersistenceManagerFactory instance, creating it via the given Properties that got prepared by this LocalPersistenceManagerFactoryBean.
newSessionFactory(Configuration) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Subclasses can override this method to perform custom initialization of the SessionFactory instance, creating it via the given Configuration object that got prepared by this LocalSessionFactoryBean.
nextTimestamp() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Deprecated.
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
Template method to extract a value from the given result set.
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
Deprecated.
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
Deprecated.
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobStringType
Deprecated.
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.ClobStringType
Deprecated.
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
Template method to set the given parameter value on the given statement.
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
Deprecated.
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
Deprecated.
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobStringType
Deprecated.
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.ClobStringType
Deprecated.
 

O

ObjectOptimisticLockingFailureException - Exception in org.springframework.orm
Exception thrown on an optimistic locking violation for a mapped object.
ObjectOptimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a general ObjectOptimisticLockingFailureException with the given message, without any information on the affected object.
ObjectOptimisticLockingFailureException(Class<?>, Object) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(Class<?>, Object, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(Class<?>, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the given explicit message.
ObjectOptimisticLockingFailureException(String, Object) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(String, Object, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the default "optimistic locking failed" message.
ObjectOptimisticLockingFailureException(String, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
Create a new ObjectOptimisticLockingFailureException for the given object, with the given explicit message.
ObjectRetrievalFailureException - Exception in org.springframework.orm
Exception thrown if a mapped object could not be retrieved via its identifier.
ObjectRetrievalFailureException(String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a general ObjectRetrievalFailureException with the given message, without any information on the affected object.
ObjectRetrievalFailureException(Class<?>, Object) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the default "not found" message.
ObjectRetrievalFailureException(Class<?>, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the given explicit message and exception.
ObjectRetrievalFailureException(String, Object) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the default "not found" message.
ObjectRetrievalFailureException(String, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
Create a new ObjectRetrievalFailureException for the given object, with the given explicit message and exception.
obtainDefaultPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
obtainDefaultPersistenceUnitInfo() - Method in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager
Obtain the default PersistenceUnitInfo from this manager.
obtainPersistenceUnitInfo(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
obtainPersistenceUnitInfo(String) - Method in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager
Obtain the specified PersistenceUnitInfo from this manager.
OpenEntityManagerInViewFilter - Class in org.springframework.orm.jpa.support
Servlet Filter that binds a JPA EntityManager to the thread for the entire processing of the request.
OpenEntityManagerInViewFilter() - Constructor for class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
 
OpenEntityManagerInViewInterceptor - Class in org.springframework.orm.jpa.support
Spring web request interceptor that binds a JPA EntityManager to the thread for the entire processing of the request.
OpenEntityManagerInViewInterceptor() - Constructor for class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
OpenJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect implementation for Apache OpenJPA.
OpenJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.OpenJpaDialect
 
OpenJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter implementation for Apache OpenJPA.
OpenJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
OpenPersistenceManagerInViewFilter - Class in org.springframework.orm.jdo.support
Servlet Filter that binds a JDO PersistenceManager to the thread for the entire processing of the request.
OpenPersistenceManagerInViewFilter() - Constructor for class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
 
OpenPersistenceManagerInViewInterceptor - Class in org.springframework.orm.jdo.support
Spring web request interceptor that binds a JDO PersistenceManager to the thread for the entire processing of the request.
OpenPersistenceManagerInViewInterceptor() - Constructor for class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
openSession() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
Deprecated.
Open a Session for the SessionFactory that this interceptor uses.
openSession() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
Open a Session for the SessionFactory that this interceptor uses.
openSession(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Open a Session for the SessionFactory that this filter uses.
openSession() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Open a Session for the SessionFactory that this interceptor uses.
openSession() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
Open a Session for the SessionFactory that this interceptor uses.
openSession(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
Open a Session for the SessionFactory that this filter uses.
openSession() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
Open a Session for the SessionFactory that this interceptor uses.
OpenSessionInterceptor - Class in org.springframework.orm.hibernate3.support
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
OpenSessionInterceptor() - Constructor for class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
Deprecated.
 
OpenSessionInterceptor - Class in org.springframework.orm.hibernate4.support
Simple AOP Alliance MethodInterceptor implementation that binds a new Hibernate Session for each method invocation, if none bound before.
OpenSessionInterceptor() - Constructor for class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
 
OpenSessionInterceptor - Class in org.springframework.orm.hibernate5.support
Simple AOP Alliance MethodInterceptor implementation that binds a new Hibernate Session for each method invocation, if none bound before.
OpenSessionInterceptor() - Constructor for class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
 
OpenSessionInViewFilter - Class in org.springframework.orm.hibernate3.support
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
OpenSessionInViewFilter() - Constructor for class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
 
OpenSessionInViewFilter - Class in org.springframework.orm.hibernate4.support
Servlet Filter that binds a Hibernate Session to the thread for the entire processing of the request.
OpenSessionInViewFilter() - Constructor for class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
 
OpenSessionInViewFilter - Class in org.springframework.orm.hibernate5.support
Servlet Filter that binds a Hibernate Session to the thread for the entire processing of the request.
OpenSessionInViewFilter() - Constructor for class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
 
OpenSessionInViewInterceptor - Class in org.springframework.orm.hibernate3.support
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
OpenSessionInViewInterceptor() - Constructor for class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Deprecated.
Create a new OpenSessionInViewInterceptor, turning the default flushMode to FLUSH_NEVER.
OpenSessionInViewInterceptor - Class in org.springframework.orm.hibernate4.support
Spring web request interceptor that binds a Hibernate Session to the thread for the entire processing of the request.
OpenSessionInViewInterceptor() - Constructor for class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
OpenSessionInViewInterceptor - Class in org.springframework.orm.hibernate5.support
Spring web request interceptor that binds a Hibernate Session to the thread for the entire processing of the request.
OpenSessionInViewInterceptor() - Constructor for class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
 
org.springframework.orm - package org.springframework.orm
Root package for Spring's O/R Mapping integration classes.
org.springframework.orm.hibernate3 - package org.springframework.orm.hibernate3
Package providing integration of Hibernate 3.x with Spring concepts.
org.springframework.orm.hibernate3.annotation - package org.springframework.orm.hibernate3.annotation
Support package for the Hibernate 3 Annotation add-on, which supports JPA-compliant Java 5+ annotations for mappings.
org.springframework.orm.hibernate3.support - package org.springframework.orm.hibernate3.support
Classes supporting the org.springframework.orm.hibernate3 package.
org.springframework.orm.hibernate4 - package org.springframework.orm.hibernate4
Package providing integration of Hibernate 4.x with Spring concepts.
org.springframework.orm.hibernate4.support - package org.springframework.orm.hibernate4.support
Classes supporting the org.springframework.orm.hibernate4 package.
org.springframework.orm.hibernate5 - package org.springframework.orm.hibernate5
Package providing integration of Hibernate 5.x with Spring concepts.
org.springframework.orm.hibernate5.support - package org.springframework.orm.hibernate5.support
Classes supporting the org.springframework.orm.hibernate5 package.
org.springframework.orm.jdo - package org.springframework.orm.jdo
Package providing integration of JDO (Java Date Objects) with Spring concepts.
org.springframework.orm.jdo.support - package org.springframework.orm.jdo.support
Classes supporting the org.springframework.orm.jdo package.
org.springframework.orm.jpa - package org.springframework.orm.jpa
Package providing integration of JPA (Java Persistence API) with Spring concepts.
org.springframework.orm.jpa.persistenceunit - package org.springframework.orm.jpa.persistenceunit
Internal support for managing JPA persistence units.
org.springframework.orm.jpa.support - package org.springframework.orm.jpa.support
Classes supporting the org.springframework.orm.jpa package.
org.springframework.orm.jpa.vendor - package org.springframework.orm.jpa.vendor
Support classes for adapting to specific JPA vendors.
ORIGINAL_DEFAULT_PERSISTENCE_UNIT_NAME - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
ORIGINAL_DEFAULT_PERSISTENCE_UNIT_ROOT_LOCATION - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Default location for the persistence unit root URL: "classpath:", indicating the root of the classpath.

P

PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Deprecated.
Suffix that gets appended to the SessionFactory toString() representation for the "participate in existing session handling" request attribute.
PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Suffix that gets appended to the SessionFactory toString() representation for the "participate in existing session handling" request attribute.
PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
Suffix that gets appended to the SessionFactory toString() representation for the "participate in existing session handling" request attribute.
PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Suffix that gets appended to the PersistenceManagerFactory toString representation for the "participate in existing persistence manager handling" request attribute.
PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
Suffix that gets appended to the EntityManagerFactory toString representation for the "participate in existing entity manager handling" request attribute.
persist(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Persist the given transient instance.
persist(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Persist the given transient instance.
persist(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
persist(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
persist(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Persist the given transient instance.
persist(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Persist the given transient instance.
persist(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
persist(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
persist(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Persist the given transient instance.
persist(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Persist the given transient instance.
persist(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
persist(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
PERSISTENCE_MANAGER_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Order value for TransactionSynchronization objects that clean up JDO PersistenceManagers.
PersistenceAnnotationBeanPostProcessor - Class in org.springframework.orm.jpa.support
BeanPostProcessor that processes PersistenceUnit and PersistenceContext annotations, for injection of the corresponding JPA resources EntityManagerFactory and EntityManager.
PersistenceAnnotationBeanPostProcessor() - Constructor for class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
PersistenceManagerFactoryUtils - Class in org.springframework.orm.jdo
Helper class featuring methods for JDO PersistenceManager handling, allowing for reuse of PersistenceManager instances within transactions.
PersistenceManagerFactoryUtils() - Constructor for class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
 
PersistenceManagerHolder - Class in org.springframework.orm.jdo
Holder wrapping a JDO PersistenceManager.
PersistenceManagerHolder(PersistenceManager) - Constructor for class org.springframework.orm.jdo.PersistenceManagerHolder
 
PersistenceUnitManager - Interface in org.springframework.orm.jpa.persistenceunit
Interface that defines an abstraction for finding and managing JPA PersistenceUnitInfos.
PersistenceUnitPostProcessor - Interface in org.springframework.orm.jpa.persistenceunit
Callback interface for post-processing a JPA PersistenceUnitInfo.
postHandle(WebRequest, ModelMap) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Deprecated.
Flush the Hibernate Session before view rendering, if necessary.
postHandle(WebRequest, ModelMap) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
postHandle(WebRequest, ModelMap) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
 
postHandle(WebRequest, ModelMap) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
postHandle(WebRequest, ModelMap) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessAfterInstantiation(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessBeforeDestruction(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessBeforeInstantiation(Class<?>, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessConfiguration(Configuration) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
To be implemented by subclasses that want to perform custom post-processing of the Configuration object after this FactoryBean performed its default initialization.
postProcessEntityManagerFactory(EntityManagerFactory) - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Optional callback for post-processing the native EntityManagerFactory before active use.
postProcessEntityManagerFactory(EntityManagerFactory, PersistenceUnitInfo) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Hook method allowing subclasses to customize the EntityManagerFactory after its creation via the PersistenceProvider.
postProcessEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
postProcessMappings(Configuration) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Deprecated.
Reads metadata from annotated classes and packages into the AnnotationConfiguration instance.
postProcessMappings(Configuration) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
To be implemented by subclasses that want to register further mappings on the Configuration object after this FactoryBean registered its specified mappings.
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Hook method allowing subclasses to customize each PersistenceUnitInfo.
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - Method in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor
Post-process the given PersistenceUnitInfo, for example registering further entity classes and jar files.
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
preHandle(WebRequest) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Deprecated.
Open a new Hibernate Session according to the settings of this HibernateAccessor and bind it to the thread via the TransactionSynchronizationManager.
preHandle(WebRequest) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Open a new Hibernate Session according and bind it to the thread via the TransactionSynchronizationManager.
preHandle(WebRequest) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
Open a new Hibernate Session according and bind it to the thread via the TransactionSynchronizationManager.
preHandle(WebRequest) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
preHandle(WebRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
 
prepareCriteria(Criteria) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Prepare the given Criteria object, applying cache settings and/or a transaction timeout.
prepareCriteria(Criteria) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Prepare the given Criteria object, applying cache settings and/or a transaction timeout.
prepareCriteria(Criteria) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Prepare the given Criteria object, applying cache settings and/or a transaction timeout.
prepareFlushMode(Session, boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
prepareForCommit(DefaultTransactionStatus) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
 
preparePersistenceUnitInfos() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Prepare the PersistenceUnitInfos according to the configuration of this manager: scanning for persistence.xml files, parsing all matching files, configuring and post-processing them.
prepareQuery(Query) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Prepare the given Query object, applying cache settings and/or a transaction timeout.
prepareQuery(Query) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Prepare the given Query object, applying cache settings and/or a transaction timeout.
prepareQuery(Query) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Prepare the given Query object, applying cache settings and/or a transaction timeout.
prepareTransaction(EntityManager, boolean, String) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
 
prepareTransaction(EntityManager, boolean, String) - Method in interface org.springframework.orm.jpa.JpaDialect
Prepare a JPA transaction, applying the specified semantics.
prepareTransaction(EntityManager, boolean, String) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
processDeferredClose(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Process all Hibernate Sessions that have been registered for deferred close for the given SessionFactory.

R

refresh(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Re-read the state of the given persistent instance.
refresh(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Re-read the state of the given persistent instance.
refresh(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
refresh(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
refresh(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Re-read the state of the given persistent instance.
refresh(Object, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Re-read the state of the given persistent instance.
refresh(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
refresh(Object, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
refresh(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Re-read the state of the given persistent instance.
refresh(Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Re-read the state of the given persistent instance.
refresh(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
refresh(Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
releaseJdbcConnection(ConnectionHandle, PersistenceManager) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation does nothing, assuming that the Connection will implicitly be closed with the PersistenceManager.
releaseJdbcConnection(ConnectionHandle, PersistenceManager) - Method in interface org.springframework.orm.jdo.JdoDialect
Release the given JDBC Connection, which has originally been retrieved via getJdbcConnection.
releaseJdbcConnection(ConnectionHandle, EntityManager) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation does nothing, assuming that the Connection will implicitly be closed with the EntityManager.
releaseJdbcConnection(ConnectionHandle, EntityManager) - Method in interface org.springframework.orm.jpa.JpaDialect
Release the given JDBC Connection, which has originally been retrieved via getJdbcConnection.
releasePersistenceManager(PersistenceManager, PersistenceManagerFactory) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Close the given PersistenceManager, created via the given factory, if it is not managed externally (i.e.
releaseSession(Session, SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Close the given Session, created via the given factory, if it is not managed externally (i.e.
releaseSession(Session) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
as of Spring 3.2.7, in favor of HibernateTemplate usage
removeSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
replace(Object, Object, Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Deprecated.
This implementation returns the passed-in original as-is.
replicate(Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Persist the state of the given detached instance according to the given replication mode, reusing the current identifier value.
replicate(String, Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Persist the state of the given detached instance according to the given replication mode, reusing the current identifier value.
replicate(Object, ReplicationMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
replicate(String, Object, ReplicationMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
replicate(Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Persist the state of the given detached instance according to the given replication mode, reusing the current identifier value.
replicate(String, Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Persist the state of the given detached instance according to the given replication mode, reusing the current identifier value.
replicate(Object, ReplicationMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
replicate(String, Object, ReplicationMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
replicate(Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Persist the state of the given detached instance according to the given replication mode, reusing the current identifier value.
replicate(String, Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Persist the state of the given detached instance according to the given replication mode, reusing the current identifier value.
replicate(Object, ReplicationMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
replicate(String, Object, ReplicationMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
requiresDestruction(Object) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
resume() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
resume() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
returnedClass() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
Deprecated.
 
returnedClass() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
Deprecated.
 
returnedClass() - Method in class org.springframework.orm.hibernate3.support.BlobStringType
Deprecated.
 
returnedClass() - Method in class org.springframework.orm.hibernate3.support.ClobStringType
Deprecated.
 

S

save(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Persist the given transient instance.
save(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Persist the given transient instance.
save(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
save(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
save(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Persist the given transient instance.
save(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Persist the given transient instance.
save(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
save(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
save(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Persist the given transient instance.
save(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Persist the given transient instance.
save(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
save(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
saveOrUpdate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
saveOrUpdate(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
saveOrUpdate(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
scanPackages(Configuration) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Deprecated.
Perform Spring-based scanning for entity classes.
scanPackages(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Perform Spring-based scanning for entity classes, registering them as annotated classes with this Configuration.
scanPackages(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Perform Spring-based scanning for entity classes, registering them as annotated classes with this Configuration.
ScopedBeanInterceptor - Class in org.springframework.orm.hibernate3.support
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
ScopedBeanInterceptor() - Constructor for class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
Deprecated.
 
SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate4.SessionFactoryUtils
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate5.SessionFactoryUtils
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
SessionFactoryUtils - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
 
SessionFactoryUtils - Class in org.springframework.orm.hibernate4
Helper class featuring methods for Hibernate Session handling.
SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate4.SessionFactoryUtils
 
SessionFactoryUtils - Class in org.springframework.orm.hibernate5
Helper class featuring methods for Hibernate Session handling.
SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate5.SessionFactoryUtils
 
SessionHolder - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
SessionHolder(Object, Session) - Constructor for class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
SessionHolder - Class in org.springframework.orm.hibernate4
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate4.SessionHolder
 
SessionHolder - Class in org.springframework.orm.hibernate5
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate5.SessionHolder
 
setAllowCreate(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Set if a new Session should be created when no transactional Session can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Set whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Set whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
setAllowResultAccessAfterCompletion(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set whether to allow result access after completion, typically via Hibernate's ScrollableResults mechanism.
setAllowResultAccessAfterCompletion(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Set whether to allow result access after completion, typically via Hibernate's ScrollableResults mechanism.
setAlwaysUseNewSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Set whether to always use a new Hibernate Session for this template.
setAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Deprecated.
Specify annotated classes, for which mappings will be read from class-level annotation metadata.
setAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Specify annotated entity classes to register with this Hibernate SessionFactory.
setAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Specify annotated entity classes to register with this Hibernate SessionFactory.
setAnnotatedPackages(String...) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Deprecated.
Specify the names of annotated packages, for which package-level annotation metadata will be read.
setAnnotatedPackages(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Specify the names of annotated packages, for which package-level annotation metadata will be read.
setAnnotatedPackages(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Specify the names of annotated packages, for which package-level annotation metadata will be read.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory, if set via LocalSessionFactoryBean's setDataSource.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory, if set via LocalSessionFactoryBean's setDataSource.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory, if set via LocalSessionFactoryBean's setDataSource.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set whether to autodetect a JDBC DataSource used by the JDO PersistenceManagerFactory, as returned by the getConnectionFactory() method.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Retrieves an EntityManagerFactory by persistence unit name, if none set explicitly.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Retrieves an EntityManagerFactory by persistence unit name, if none set explicitly.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
setBeanName(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Deprecated.
If no explicit filter name has been specified, the bean name of the FilterDefinitionFactoryBean will be used.
setBeanName(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Deprecated.
If no explicit type name has been specified, the bean name of the TypeDefinitionBean will be used.
setBeanName(String) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
setBootstrapExecutor(AsyncTaskExecutor) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Specify an asynchronous executor for background bootstrapping, e.g.
setBootstrapExecutor(AsyncTaskExecutor) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify an asynchronous executor for background bootstrapping, e.g.
setCacheableMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set locations of cacheable Hibernate mapping files, for example as web app resource "/WEB-INF/mapping/example.hbm.xml".
setCacheableMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set locations of cacheable Hibernate mapping files, for example as web app resource "/WEB-INF/mapping/example.hbm.xml".
setCacheableMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set locations of cacheable Hibernate mapping files, for example as web app resource "/WEB-INF/mapping/example.hbm.xml".
setCacheQueries(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Set whether to cache all queries executed by this template.
setCacheQueries(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Set whether to cache all queries executed by this template.
setCacheQueries(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Set whether to cache all queries executed by this template.
setCacheRegionFactory(RegionFactory) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set the Hibernate RegionFactory to use for the SessionFactory.
setCacheRegionFactory(RegionFactory) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the Hibernate RegionFactory to use for the SessionFactory.
setCacheRegionFactory(RegionFactory) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Set the Hibernate RegionFactory to use for the SessionFactory.
setCheckWriteOperations(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Set whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
setCheckWriteOperations(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Set whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
setCheckWriteOperations(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Set whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
setCollectionCacheStrategies(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Specify the cache strategies for persistent collections (with specific roles).
setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set the location of a single Hibernate XML config file, for example as classpath resource "classpath:hibernate.cfg.xml".
setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the location of a single Hibernate XML config file, for example as classpath resource "classpath:hibernate.cfg.xml".
setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set the location of a single Hibernate XML config file, for example as classpath resource "classpath:hibernate.cfg.xml".
setConfigLocation(Resource) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set the location of the JDO properties config file, for example as classpath resource "classpath:kodo.properties".
setConfigLocations(Resource...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set the locations of multiple Hibernate XML config files, for example as classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
setConfigLocations(Resource...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the locations of multiple Hibernate XML config files, for example as classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
setConfigLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set the locations of multiple Hibernate XML config files, for example as classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
setConfigurationClass(Class<?>) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Specify the Hibernate Configuration class to use.
setCurrentTenantIdentifierResolver(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set a Hibernate 4.1/4.2/4.3 CurrentTenantIdentifierResolver to be passed on to the SessionFactory: as an instance, a Class, or a String class name.
setCurrentTenantIdentifierResolver(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Set a Hibernate 4.1/4.2/4.3 CurrentTenantIdentifierResolver to be passed on to the SessionFactory: as an instance, a Class, or a String class name.
setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set a CurrentTenantIdentifierResolver to be passed on to the SessionFactory.
setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Overridden to reliably pass a CurrentTenantIdentifierResolver to the SessionFactory.
setDatabase(Database) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Specify the target database to operate on, as a value of the Database enum: DB2, DERBY, H2, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE
setDatabasePlatform(String) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Specify the name of the target database to operate on.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Set the DataSource to be used by the SessionFactory.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the DataSource to be used by the SessionFactory.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set the DataSource to be used by the SessionFactory.
setDataSource(DataSource) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database.
setDataSourceLookup(DataSourceLookup) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JDBC DataSourceLookup that provides DataSources for the persistence provider, resolving data source names in persistence.xml against Spring-managed DataSource instances.
setDataSources(Map<String, DataSource>) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JDBC DataSources that the JPA persistence provider is supposed to use for accessing the database, resolving data source names in persistence.xml against Spring-managed DataSources.
setDefaultDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
setDefaultFilterCondition(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Deprecated.
Specify a default filter condition for the filter, if any.
setDefaultJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
setDefaultPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the name of the default persistence unit, if any.
setDefaultPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the default persistence unit name, to be used in case of no unit name specified in an @PersistenceUnit / @PersistenceContext annotation.
setDefaultPersistenceUnitRootLocation(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Set the default persistence unit root location, to be applied if no unit-specific persistence unit root could be determined.
setEarlyFlushBeforeCommit(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Set whether to perform an early flush before proceeding with a commit.
setEntityCacheStrategies(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Specify the cache strategies for entities (persistent classes or named entities).
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Set the JPA EntityManagerFactory that should be used to create EntityManagers.
setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Set the EntityManagerFactory that this instance should manage transactions for.
setEntityManagerFactoryBeanName(String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Set the bean name of the EntityManagerFactory to fetch from Spring's root application context.
setEntityManagerFactoryInterface(Class<? extends EntityManagerFactory>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the (potentially vendor-specific) EntityManagerFactory interface that this EntityManagerFactory proxy is supposed to implement.
setEntityManagerInterface(Class<? extends EntityManager>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the (potentially vendor-specific) EntityManager interface that this factory's EntityManagers are supposed to implement.
setEntityManagerInterface(Class<? extends EntityManager>) - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
Specify the EntityManager interface to expose.
setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Deprecated.
Specify custom type filters for Spring-based scanning for entity classes.
setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Specify custom type filters for Spring-based scanning for entity classes.
setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Specify custom type filters for Spring-based scanning for entity classes.
setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Specify custom type filters for Spring-based scanning for entity classes.
setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Specify custom type filters for Spring-based scanning for entity classes.
setEventListeners(Map<String, Object>) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Specify the Hibernate event listeners to register, with listener types as keys and listener objects as values.
setExceptionConversionEnabled(boolean) - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
Deprecated.
Set whether to convert any HibernateException raised to a Spring DataAccessException, compatible with the org.springframework.dao exception hierarchy.
setExcludeUnlistedClasses(boolean) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setExposeNativeSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Set whether to expose the native Hibernate Session to HibernateCallback code.
setExposeNativeSession(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Set whether to expose the native Hibernate Session to HibernateCallback code.
setExposeNativeSession(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Set whether to expose the native Hibernate Session to HibernateCallback code.
setExposeTransactionAwareSessionFactory(boolean) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Set whether to expose a transaction-aware current Session from the SessionFactory's getCurrentSession() method, returning the Session that's associated with the current Spring-managed transaction, if any.
setExtendedPersistenceContexts(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the extended persistence contexts for EntityManager lookups, as a Map from persistence unit name to persistence context JNDI name (which needs to resolve to an EntityManager instance).
setFetchSize(int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Set the fetch size for this HibernateTemplate.
setFetchSize(int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Set the fetch size for this HibernateTemplate.
setFetchSize(int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Set the fetch size for this HibernateTemplate.
setFilterDefinitions(FilterDefinition...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Specify the Hibernate FilterDefinitions to register with the SessionFactory.
setFilterName(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Deprecated.
Set the name of the filter.
setFilterName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Set the name of a Hibernate filter to be activated for all Sessions that this accessor works with.
setFilterNames(String...) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Set one or more names of Hibernate filters to be activated for all Sessions that this accessor works with.
setFilterNames(String...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Set one or more names of Hibernate filters to be activated for all Sessions that this accessor works with.
setFilterNames(String...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Set one or more names of Hibernate filters to be activated for all Sessions that this accessor works with.
setFlushMode(int) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Set the flush behavior to one of the constants in this class.
setFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Specify the Hibernate FlushMode to apply to this filter's Session.
setFlushModeName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Set the flush behavior by the name of the respective constant in this class, e.g.
setGenerateDdl(boolean) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Set whether to generate DDL after the EntityManagerFactory has been initialized, creating/updating all relevant tables.
setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Set whether to operate on a Hibernate-managed Session instead of a Spring-managed Session, that is, whether to obtain the Session through Hibernate's SessionFactory.getCurrentSession() instead of SessionFactory.openSession() (with a Spring TransactionSynchronizationManager check preceding it).
setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set whether to operate on a Hibernate-managed Session instead of a Spring-managed Session, that is, whether to obtain the Session through Hibernate's SessionFactory.getCurrentSession() instead of SessionFactory.openSession() (with a Spring TransactionSynchronizationManager check preceding it).
setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Set whether to operate on a Hibernate-managed Session instead of a Spring-managed Session, that is, whether to obtain the Session through Hibernate's SessionFactory.getCurrentSession() instead of SessionFactory.openSession() (with a Spring TransactionSynchronizationManager check preceding it).
setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set Hibernate properties, such as "hibernate.dialect".
setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set Hibernate properties, such as "hibernate.dialect".
setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set Hibernate properties, such as "hibernate.dialect".
setHibernateTemplate(HibernateTemplate) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
Set the HibernateTemplate for this DAO explicitly, as an alternative to specifying a SessionFactory.
setHibernateTemplate(HibernateTemplate) - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
Set the HibernateTemplate for this DAO explicitly, as an alternative to specifying a SessionFactory.
setHibernateTemplate(HibernateTemplate) - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
Set the HibernateTemplate for this DAO explicitly, as an alternative to specifying a SessionFactory.
setImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set a Hibernate 5.0 ImplicitNamingStrategy for the SessionFactory.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Set the JDBC exception translator for this instance.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
Deprecated.
Set the JDBC exception translator for the SessionFactory, exposed via the PersistenceExceptionTranslator interface.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Set the JDBC exception translator for this transaction manager.
setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Set the JDBC exception translator for this dialect.
setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the JDO dialect to use for this transaction manager.
setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set the JDO dialect to use for the PersistenceExceptionTranslator functionality of this factory.
setJdoDialect(JdoDialect) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Set the JDO dialect to use for this proxy.
setJdoProperties(Properties) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set JDO properties, such as"javax.jdo.PersistenceManagerFactoryClass".
setJdoPropertyMap(Map<String, Object>) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Specify JDO properties as a Map, to be passed into JDOHelper.getPersistenceManagerFactory (if any).
setJndiEnvironment(Properties) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Set the JNDI environment to use for JNDI lookups.
setJndiTemplate(Object) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Set the JNDI template to use for JNDI lookups.
setJpaDialect(JpaDialect) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the vendor-specific JpaDialect implementation to associate with this EntityManagerFactory.
setJpaDialect(JpaDialect) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Set the JPA dialect to use for this transaction manager.
setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify JPA properties, to be passed into Persistence.createEntityManagerFactory (if any).
setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Specify JPA properties, to be passed into EntityManagerFactory.createEntityManager(Map) (if any).
setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Specify JPA properties, to be passed into EntityManagerFactory.createEntityManager(Map) (if any).
setJpaPropertyMap(Map<String, ?>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify JPA properties as a Map, to be passed into Persistence.createEntityManagerFactory (if any).
setJpaPropertyMap(Map<String, Object>) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Specify JPA properties as a Map, to be passed into EntityManagerFactory.createEntityManager(Map) (if any).
setJpaPropertyMap(Map<String, ?>) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Specify JPA properties as a Map, to be passed into EntityManagerFactory.createEntityManager(Map) (if any).
setJpaVendorAdapter(JpaVendorAdapter) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the JpaVendorAdapter implementation for the desired JPA provider, if any.
setJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database.
setJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setJtaTransactionManager(TransactionManager) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set the JTA TransactionManager to be used for Hibernate's TransactionManagerLookup.
setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the Spring JtaTransactionManager or the JTA TransactionManager to be used with Hibernate, if any.
setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Set the Spring JtaTransactionManager or the JTA TransactionManager to be used with Hibernate, if any.
setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set the Spring JtaTransactionManager or the JTA TransactionManager to be used with Hibernate, if any.
setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Set the Spring JtaTransactionManager or the JTA TransactionManager to be used with Hibernate, if any.
setLazyDatabaseTransaction(boolean) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
Set whether to lazily start a database resource transaction within a Spring-managed EclipseLink transaction.
setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
setLobHandler(LobHandler) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set the LobHandler to be used by the SessionFactory.
setMappingDirectoryLocations(Resource...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set locations of directories that contain Hibernate mapping resources, like "WEB-INF/mappings".
setMappingDirectoryLocations(Resource...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set locations of directories that contain Hibernate mapping resources, like "WEB-INF/mappings".
setMappingDirectoryLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set locations of directories that contain Hibernate mapping resources, like "WEB-INF/mappings".
setMappingJarLocations(Resource...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set locations of jar files that contain Hibernate mapping resources, like "WEB-INF/lib/example.hbm.jar".
setMappingJarLocations(Resource...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set locations of jar files that contain Hibernate mapping resources, like "WEB-INF/lib/example.hbm.jar".
setMappingJarLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set locations of jar files that contain Hibernate mapping resources, like "WEB-INF/lib/example.hbm.jar".
setMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set locations of Hibernate mapping files, for example as classpath resource "classpath:example.hbm.xml".
setMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set locations of Hibernate mapping files, for example as classpath resource "classpath:example.hbm.xml".
setMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set locations of Hibernate mapping files, for example as classpath resource "classpath:example.hbm.xml".
setMappingResources(String...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set Hibernate mapping resources to be found in the class path, like "example.hbm.xml" or "mypackage/example.hbm.xml".
setMappingResources(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set Hibernate mapping resources to be found in the class path, like "example.hbm.xml" or "mypackage/example.hbm.xml".
setMappingResources(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set Hibernate mapping resources to be found in the class path, like "example.hbm.xml" or "mypackage/example.hbm.xml".
setMappingResources(String...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify one or more mapping resources (equivalent to <mapping-file> entries in persistence.xml) for the default persistence unit.
setMappingResources(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify one or more mapping resources (equivalent to <mapping-file> entries in persistence.xml) for the default persistence unit.
setMaxResults(int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Set the maximum number of rows for this HibernateTemplate.
setMaxResults(int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Set the maximum number of rows for this HibernateTemplate.
setMaxResults(int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Set the maximum number of rows for this HibernateTemplate.
setMetadataSources(MetadataSources) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Specify a Hibernate MetadataSources service to use (e.g.
setMultiTenantConnectionProvider(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set a Hibernate 4.1/4.2/4.3 MultiTenantConnectionProvider to be passed on to the SessionFactory: as an instance, a Class, or a String class name.
setMultiTenantConnectionProvider(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Set a Hibernate 4.1/4.2/4.3 MultiTenantConnectionProvider to be passed on to the SessionFactory: as an instance, a Class, or a String class name.
setMultiTenantConnectionProvider(MultiTenantConnectionProvider) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set a MultiTenantConnectionProvider to be passed on to the SessionFactory.
setMultiTenantConnectionProvider(MultiTenantConnectionProvider) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Set a MultiTenantConnectionProvider to be passed on to the SessionFactory.
setNamingStrategy(NamingStrategy) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set a Hibernate NamingStrategy for the SessionFactory, determining the physical column and table names given the info in the mapping document.
setNamingStrategy(NamingStrategy) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set a Hibernate NamingStrategy for the SessionFactory, determining the physical column and table names given the info in the mapping document.
setNonJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setOrder(int) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
setPackagesToScan(String...) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Deprecated.
Specify packages to search using Spring-based scanning for entity classes in the classpath.
setPackagesToScan(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Specify packages to search for autodetection of your entity classes in the classpath.
setPackagesToScan(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Specify packages to search for autodetection of your entity classes in the classpath.
setPackagesToScan(String...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set whether to use Spring-based scanning for entity classes in the classpath instead of using JPA's standard scanning of jar files with persistence.xml markers in them.
setPackagesToScan(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Set whether to use Spring-based scanning for entity classes in the classpath instead of using JPA's standard scanning of jar files with persistence.xml markers in them.
setParameters(Properties) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Deprecated.
Specify default parameters for the type.
setParameterTypes(Map<String, String>) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Deprecated.
Set the parameter types for the filter, with parameter names as keys and type names as values.
setPersistenceContexts(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the transactional persistence contexts for EntityManager lookups, as a Map from persistence unit name to persistence context JNDI name (which needs to resolve to an EntityManager instance).
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the PersistenceManagerFactory that this instance should manage transactions for.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Set the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Set the target PersistenceManagerFactory for this proxy.
setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
Set the target JDO PersistenceManagerFactory that this proxy should delegate to.
setPersistenceManagerFactoryBeanName(String) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Set the bean name of the PersistenceManagerFactory to fetch from Spring's root application context.
setPersistenceManagerFactoryName(String) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Specify the name of the desired PersistenceManagerFactory.
setPersistenceManagerInterface(Class<? extends PersistenceManager>) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Specify the PersistenceManager interface to expose, possibly including vendor extensions.
setPersistenceProvider(PersistenceProvider) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Set the PersistenceProvider instance to use for creating the EntityManagerFactory.
setPersistenceProviderClass(Class<? extends PersistenceProvider>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Set the PersistenceProvider implementation class to use for creating the EntityManagerFactory.
setPersistenceProviderClassName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setPersistenceProviderPackageName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setPersistenceProviderPackageName(String) - Method in interface org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo
Set the persistence provider's own package name, for exclusion from class transformation.
setPersistenceUnitManager(PersistenceUnitManager) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set the PersistenceUnitManager to use for obtaining the JPA persistence unit that this FactoryBean is supposed to build an EntityManagerFactory for.
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the name of the EntityManagerFactory configuration.
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Set the name of the persistence unit to access the EntityManagerFactory for.
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Set the name of the persistence unit to manage transactions for.
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Uses the specified persistence unit name as the name of the default persistence unit, if applicable.
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Set the name of the persistence unit to access the EntityManagerFactory for.
setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set the PersistenceUnitPostProcessors to be applied to the PersistenceUnitInfo used for creating this EntityManagerFactory.
setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Set the PersistenceUnitPostProcessors to be applied to each PersistenceUnitInfo that has been parsed by this manager.
setPersistenceUnitRootLocation(String) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set a persistence unit root location for the default persistence unit.
setPersistenceUnitRootUrl(URL) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setPersistenceUnits(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the persistence units for EntityManagerFactory lookups, as a Map from persistence unit name to persistence unit JNDI name (which needs to resolve to an EntityManagerFactory instance).
setPersistenceXmlLocation(String) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set the location of the persistence.xml file we want to use.
setPersistenceXmlLocation(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the location of the persistence.xml files to load.
setPersistenceXmlLocations(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify multiple locations of persistence.xml files to load.
setPersistenceXMLSchemaVersion(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Set a Hibernate 5.0 PhysicalNamingStrategy for the SessionFactory.
setPrepareConnection(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.
setPrepareConnection(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.
setPrepareConnection(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.
setPrepareConnection(boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.
setPrepareConnection(boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.
setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate4.SessionHolder
 
setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate5.SessionHolder
 
setProperties(Properties) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setQueryCacheRegion(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
Set the name of the cache region for queries executed by this template.
setQueryCacheRegion(String) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Set the name of the cache region for queries executed by this template.
setQueryCacheRegion(String) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Set the name of the cache region for queries executed by this template.
setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Deprecated.
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
Specify a Spring ResourceLoader to use for Hibernate metadata.
setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
setResourceRef(boolean) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Set whether the lookup occurs in a J2EE container, i.e.
setSavepointManager(SavepointManager) - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
setSchemaUpdate(boolean) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Set whether to execute a schema update after SessionFactory initialization.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Deprecated.
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Deprecated.
Set the SessionFactory that this instance should manage transactions for.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Deprecated.
Set the Hibernate SessionFactory to be used by this DAO.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInterceptor
Deprecated.
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set the SessionFactory that this instance should manage transactions for.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.HibernateDaoSupport
Set the Hibernate SessionFactory to be used by this DAO.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInterceptor
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
Set the SessionFactory that this instance should manage transactions for.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
Set the Hibernate SessionFactory to be used by this DAO.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
setSessionFactoryBeanName(String) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Set the bean name of the SessionFactory to fetch from Spring's root application context.
setSessionFactoryBeanName(String) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Set the bean name of the SessionFactory to fetch from Spring's root application context.
setSessionFactoryBeanName(String) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
Set the bean name of the SessionFactory to fetch from Spring's root application context.
setSharedCacheMode(SharedCacheMode) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify the JPA 2.0 shared cache mode for this persistence unit, overriding a value in persistence.xml if set.
setSharedCacheMode(SharedCacheMode) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JPA 2.0 shared cache mode for all of this manager's persistence units, overriding any value in persistence.xml if set.
setSharedCacheMode(SharedCacheMode) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setShowSql(boolean) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Set whether to show SQL in the log (or in the console).
setSingleSession(boolean) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Set whether to use a single session for each request.
setSingleSession(boolean) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Deprecated.
Set whether to use a single session for each request.
setSynchronizedWithTransaction(boolean) - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
Set whether to automatically join ongoing transactions (according to the JPA 2.1 SynchronizationType rules).
setTargetPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Set the target JDO PersistenceManagerFactory that this proxy should delegate to.
setTransaction(Transaction) - Method in class org.springframework.orm.hibernate3.SessionHolder
Deprecated.
 
setTransaction(Transaction) - Method in class org.springframework.orm.hibernate4.SessionHolder
 
setTransaction(Transaction) - Method in class org.springframework.orm.hibernate5.SessionHolder
 
setTransactionActive(boolean) - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
setTransactionActive(boolean) - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
setTypeClass(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Deprecated.
Set the type implementation class.
setTypeDefinitions(TypeDefinitionBean...) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Specify the Hibernate type definitions to register with the SessionFactory, as Spring TypeDefinitionBean instances.
setTypeName(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Deprecated.
Set the name of the type.
setUseTransactionAwareDataSource(boolean) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Set whether to use a transaction-aware DataSource for the SessionFactory, i.e.
setValidationMode(ValidationMode) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify the JPA 2.0 validation mode for this persistence unit, overriding a value in persistence.xml if set.
setValidationMode(ValidationMode) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JPA 2.0 validation mode for all of this manager's persistence units, overriding any value in persistence.xml if set.
setValidationMode(ValidationMode) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
SharedEntityManagerBean - Class in org.springframework.orm.jpa.support
FactoryBean that exposes a shared JPA EntityManager reference for a given EntityManagerFactory.
SharedEntityManagerBean() - Constructor for class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
SharedEntityManagerCreator - Class in org.springframework.orm.jpa
Delegate for creating a shareable JPA EntityManager reference for a given EntityManagerFactory.
SharedEntityManagerCreator() - Constructor for class org.springframework.orm.jpa.SharedEntityManagerCreator
 
shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.orm.jdo.JdoTransactionManager
This implementation returns "true": a JDO commit will properly handle transactions that have been marked rollback-only at a global level.
shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.orm.jpa.JpaTransactionManager
This implementation returns "true": a JPA commit will properly handle transactions that have been marked rollback-only at a global level.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Returns "false" so that the filter may re-bind the opened Hibernate Session to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Returns "false" so that the filter may re-bind the opened Hibernate Session to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
Returns "false" so that the filter may re-bind the opened Hibernate Session to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Returns "false" so that the filter may re-bind the opened PersistenceManager to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch.
shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Returns "false" so that the filter may re-bind the opened EntityManager to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch.
shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Deprecated.
Returns "false" so that the filter may provide a Hibernate Session to each error dispatches.
shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Returns "false" so that the filter may provide a Hibernate Session to each error dispatches.
shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
Returns "false" so that the filter may provide a Hibernate Session to each error dispatches.
shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Returns "false" so that the filter may provide an PersistenceManager to each error dispatches.
shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Returns "false" so that the filter may provide an EntityManager to each error dispatches.
SmartPersistenceUnitInfo - Interface in org.springframework.orm.jpa.persistenceunit
Extension of the standard JPA PersistenceUnitInfo interface, for advanced collaboration between Spring's LocalContainerEntityManagerFactoryBean and PersistenceUnitManager implementations.
SpringFlushSynchronization - Class in org.springframework.orm.hibernate4
Simple synchronization adapter that propagates a flush() call to the underlying Hibernate Session.
SpringFlushSynchronization(Session) - Constructor for class org.springframework.orm.hibernate4.SpringFlushSynchronization
 
SpringFlushSynchronization - Class in org.springframework.orm.hibernate5
Simple synchronization adapter that propagates a flush() call to the underlying Hibernate Session.
SpringFlushSynchronization(Session) - Constructor for class org.springframework.orm.hibernate5.SpringFlushSynchronization
 
SpringJtaSessionContext - Class in org.springframework.orm.hibernate4
Spring-specific subclass of Hibernate's JTASessionContext, setting FlushMode.MANUAL for read-only transactions.
SpringJtaSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate4.SpringJtaSessionContext
 
SpringJtaSessionContext - Class in org.springframework.orm.hibernate5
Spring-specific subclass of Hibernate's JTASessionContext, setting FlushMode.MANUAL for read-only transactions.
SpringJtaSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate5.SpringJtaSessionContext
 
SpringPersistenceManagerProxyBean - Class in org.springframework.orm.jdo.support
Proxy that implements the PersistenceManager interface, delegating to the current thread-bound PersistenceManager (the Spring-managed transactional PersistenceManager or the single OpenPersistenceManagerInView PersistenceManager, if any) on each invocation.
SpringPersistenceManagerProxyBean() - Constructor for class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
SpringSessionContext - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
SpringSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate3.SpringSessionContext
Deprecated.
Create a new SpringSessionContext for the given Hibernate SessionFactory.
SpringSessionContext - Class in org.springframework.orm.hibernate4
Implementation of Hibernate 3.1's CurrentSessionContext interface that delegates to Spring's SessionFactoryUtils for providing a Spring-managed current Session.
SpringSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate4.SpringSessionContext
Create a new SpringSessionContext for the given Hibernate SessionFactory.
SpringSessionContext - Class in org.springframework.orm.hibernate5
Implementation of Hibernate 3.1's CurrentSessionContext interface that delegates to Spring's SessionFactoryUtils for providing a Spring-managed current Session.
SpringSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate5.SpringSessionContext
Create a new SpringSessionContext for the given Hibernate SessionFactory.
SpringSessionSynchronization - Class in org.springframework.orm.hibernate4
Callback for resource cleanup at the end of a Spring-managed transaction for a pre-bound Hibernate Session.
SpringSessionSynchronization(SessionHolder, SessionFactory) - Constructor for class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
SpringSessionSynchronization(SessionHolder, SessionFactory, boolean) - Constructor for class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
SpringSessionSynchronization - Class in org.springframework.orm.hibernate5
Callback for resource cleanup at the end of a Spring-managed transaction for a pre-bound Hibernate Session.
SpringSessionSynchronization(SessionHolder, SessionFactory) - Constructor for class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
SpringSessionSynchronization(SessionHolder, SessionFactory, boolean) - Constructor for class org.springframework.orm.hibernate5.SpringSessionSynchronization
 
SpringTransactionFactory - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
SpringTransactionFactory() - Constructor for class org.springframework.orm.hibernate3.SpringTransactionFactory
Deprecated.
 
sqlTypes() - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
Deprecated.
 
sqlTypes() - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
Deprecated.
 
sqlTypes() - Method in class org.springframework.orm.hibernate3.support.BlobStringType
Deprecated.
 
sqlTypes() - Method in class org.springframework.orm.hibernate3.support.ClobStringType
Deprecated.
 
StandardPersistenceManagerProxyBean - Class in org.springframework.orm.jdo.support
Proxy that implements the PersistenceManager interface, delegating to a thread-bound PersistenceManager on each invocation - as defined by the JDO 3.0 specification.
StandardPersistenceManagerProxyBean() - Constructor for class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
start(Settings, Properties) - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Deprecated.
 
stop() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Deprecated.
 
supportsAggressiveRelease() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Deprecated.
This implementation returns false: We cannot guarantee to receive the same Connection within a transaction, not even when dealing with a JNDI DataSource.
supportsAggressiveRelease() - Method in class org.springframework.orm.hibernate3.LocalJtaDataSourceConnectionProvider
Deprecated.
This implementation returns true, since we're assuming a JTA DataSource.
supportsAggressiveRelease() - Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
Deprecated.
This implementation returns true: We can guarantee to receive the same Connection within a transaction, as we are exposing a TransactionAwareDataSourceProxy.
suspend() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
 
suspend() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 

T

toString(Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Deprecated.
Stringify the given Session for debug logging.
toString() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
TransactionAwareDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
TransactionAwareDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
Deprecated.
 
TransactionAwarePersistenceManagerFactoryProxy - Class in org.springframework.orm.jdo
Proxy for a target JDO PersistenceManagerFactory, returning the current thread-bound PersistenceManager (the Spring-managed transactional PersistenceManager or the single OpenPersistenceManagerInView PersistenceManager) on getPersistenceManager(), if any.
TransactionAwarePersistenceManagerFactoryProxy() - Constructor for class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
translateException(JDOException) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation delegates to PersistenceManagerFactoryUtils.
translateException(JDOException) - Method in interface org.springframework.orm.jdo.JdoDialect
Translate the given JDOException to a corresponding exception from Spring's generic DataAccessException hierarchy.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
Deprecated.
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.hibernate4.HibernateExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.hibernate5.HibernateExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation delegates to EntityManagerFactoryUtils.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
TypeDefinitionBean - Class in org.springframework.orm.hibernate3
Deprecated.
as of Spring 4.3, in favor of Hibernate 4.x/5.x
TypeDefinitionBean() - Constructor for class org.springframework.orm.hibernate3.TypeDefinitionBean
Deprecated.
 

U

update(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated.
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
update(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
update(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
update(String, Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Deprecated.
 
update(Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
update(Object, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
update(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
update(String, Object, LockMode) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
 
update(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
update(Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
update(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
update(String, Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
updateDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Execute schema update script, determined by the Configuration object used for creating the SessionFactory.

V

validateDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated.
Execute schema creation script, determined by the Configuration object used for creating the SessionFactory.
valueOf(String) - Static method in enum org.springframework.orm.jpa.vendor.Database
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.orm.jpa.vendor.Database
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapSessionFactoryIfNecessary(SessionFactory) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Deprecated.
Wrap the given SessionFactory with a proxy, if demanded.
writeReplace() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
spring-orm