- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- getSession(boolean) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
- 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.
- setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
- setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
- 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
-
- 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
-
- setMultiTenantConnectionProvider(MultiTenantConnectionProvider) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-