spring-orm

Serialized Form


Package org.springframework.orm

Class org.springframework.orm.ObjectOptimisticLockingFailureException extends org.springframework.dao.OptimisticLockingFailureException implements Serializable

Serialized Fields

persistentClass

java.lang.Object persistentClass

identifier

java.lang.Object identifier

Class org.springframework.orm.ObjectRetrievalFailureException extends org.springframework.dao.DataRetrievalFailureException implements Serializable

Serialized Fields

persistentClass

java.lang.Object persistentClass

identifier

java.lang.Object identifier

Package org.springframework.orm.hibernate3

Class org.springframework.orm.hibernate3.HibernateJdbcException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable

Class org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable

Class org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable

Class org.springframework.orm.hibernate3.HibernateQueryException extends org.springframework.dao.InvalidDataAccessResourceUsageException implements Serializable

Class org.springframework.orm.hibernate3.HibernateSystemException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable

Class org.springframework.orm.hibernate3.HibernateTransactionManager extends org.springframework.transaction.support.AbstractPlatformTransactionManager implements Serializable

Serialized Fields

sessionFactory

org.hibernate.SessionFactory sessionFactory

dataSource

javax.sql.DataSource dataSource

autodetectDataSource

boolean autodetectDataSource

prepareConnection

boolean prepareConnection

hibernateManagedSession

boolean hibernateManagedSession

earlyFlushBeforeCommit

boolean earlyFlushBeforeCommit

entityInterceptor

java.lang.Object entityInterceptor

jdbcExceptionTranslator

org.springframework.jdbc.support.SQLExceptionTranslator jdbcExceptionTranslator

defaultJdbcExceptionTranslator

org.springframework.jdbc.support.SQLExceptionTranslator defaultJdbcExceptionTranslator

beanFactory

org.springframework.beans.factory.BeanFactory beanFactory
Just needed for entityInterceptorBeanName.

See Also:
HibernateTransactionManager.setEntityInterceptorBeanName(java.lang.String)

Class org.springframework.orm.hibernate3.SpringSessionContext extends java.lang.Object implements Serializable

Serialized Fields

sessionFactory

org.hibernate.engine.SessionFactoryImplementor sessionFactory

Package org.springframework.orm.hibernate3.support

Class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener extends org.hibernate.event.def.DefaultMergeEventListener implements Serializable

Class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor extends org.hibernate.EmptyInterceptor implements Serializable


Package org.springframework.orm.hibernate4

Class org.springframework.orm.hibernate4.HibernateJdbcException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable

Class org.springframework.orm.hibernate4.HibernateObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable

Class org.springframework.orm.hibernate4.HibernateOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable

Class org.springframework.orm.hibernate4.HibernateQueryException extends org.springframework.dao.InvalidDataAccessResourceUsageException implements Serializable

Class org.springframework.orm.hibernate4.HibernateSystemException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable

Class org.springframework.orm.hibernate4.HibernateTransactionManager extends org.springframework.transaction.support.AbstractPlatformTransactionManager implements Serializable

Serialized Fields

sessionFactory

org.hibernate.SessionFactory sessionFactory

dataSource

javax.sql.DataSource dataSource

autodetectDataSource

boolean autodetectDataSource

prepareConnection

boolean prepareConnection

hibernateManagedSession

boolean hibernateManagedSession

Class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder extends org.hibernate.cfg.Configuration implements Serializable

Serialized Fields

resourcePatternResolver

org.springframework.core.io.support.ResourcePatternResolver resourcePatternResolver

Class org.springframework.orm.hibernate4.SpringJtaSessionContext extends org.hibernate.context.internal.JTASessionContext implements Serializable

Class org.springframework.orm.hibernate4.SpringSessionContext extends java.lang.Object implements Serializable

Serialized Fields

sessionFactory

org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory

jtaSessionContext

org.hibernate.context.spi.CurrentSessionContext jtaSessionContext

Package org.springframework.orm.jdo

Class org.springframework.orm.jdo.JdoObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable

Class org.springframework.orm.jdo.JdoOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable

Class org.springframework.orm.jdo.JdoResourceFailureException extends org.springframework.dao.DataAccessResourceFailureException implements Serializable

Class org.springframework.orm.jdo.JdoSystemException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable

Class org.springframework.orm.jdo.JdoTransactionManager extends org.springframework.transaction.support.AbstractPlatformTransactionManager implements Serializable

Serialized Fields

persistenceManagerFactory

javax.jdo.PersistenceManagerFactory persistenceManagerFactory

dataSource

javax.sql.DataSource dataSource

autodetectDataSource

boolean autodetectDataSource

jdoDialect

JdoDialect jdoDialect

Class org.springframework.orm.jdo.JdoUsageException extends org.springframework.dao.InvalidDataAccessApiUsageException implements Serializable


Package org.springframework.orm.jpa

Class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

logger

org.apache.commons.logging.Log logger
Logger available to subclasses


persistenceProvider

javax.persistence.spi.PersistenceProvider persistenceProvider

persistenceUnitName

java.lang.String persistenceUnitName

jpaPropertyMap

java.util.Map<K,V> jpaPropertyMap

entityManagerFactoryInterface

java.lang.Class<T> entityManagerFactoryInterface

entityManagerInterface

java.lang.Class<T> entityManagerInterface

jpaDialect

JpaDialect jpaDialect

jpaVendorAdapter

JpaVendorAdapter jpaVendorAdapter

beanClassLoader

java.lang.ClassLoader beanClassLoader

beanFactory

org.springframework.beans.factory.BeanFactory beanFactory

beanName

java.lang.String beanName

nativeEntityManagerFactory

javax.persistence.EntityManagerFactory nativeEntityManagerFactory
Raw EntityManagerFactory as returned by the PersistenceProvider


plusOperations

EntityManagerFactoryPlusOperations plusOperations

entityManagerFactory

javax.persistence.EntityManagerFactory entityManagerFactory

Class org.springframework.orm.jpa.DefaultJpaDialect extends java.lang.Object implements Serializable

Class org.springframework.orm.jpa.JpaObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable

Class org.springframework.orm.jpa.JpaOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable

Class org.springframework.orm.jpa.JpaSystemException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable

Class org.springframework.orm.jpa.JpaTransactionManager extends org.springframework.transaction.support.AbstractPlatformTransactionManager implements Serializable

Serialized Fields

entityManagerFactory

javax.persistence.EntityManagerFactory entityManagerFactory

persistenceUnitName

java.lang.String persistenceUnitName

jpaPropertyMap

java.util.Map<K,V> jpaPropertyMap

dataSource

javax.sql.DataSource dataSource

jpaDialect

JpaDialect jpaDialect

Class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean extends AbstractEntityManagerFactoryBean implements Serializable

Serialized Fields

persistenceUnitManager

PersistenceUnitManager persistenceUnitManager

internalPersistenceUnitManager

DefaultPersistenceUnitManager internalPersistenceUnitManager

persistenceUnitInfo

javax.persistence.spi.PersistenceUnitInfo persistenceUnitInfo

Class org.springframework.orm.jpa.LocalEntityManagerFactoryBean extends AbstractEntityManagerFactoryBean implements Serializable


Package org.springframework.orm.jpa.support

Class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor extends java.lang.Object implements Serializable

Serialized Fields

jndiEnvironment

java.lang.Object jndiEnvironment

resourceRef

boolean resourceRef

order

int order

extendedEntityManagersToClose

java.util.Map<K,V> extendedEntityManagersToClose

Package org.springframework.orm.jpa.vendor

Class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect extends DefaultJpaDialect implements Serializable

Serialized Fields

lazyDatabaseTransaction

boolean lazyDatabaseTransaction

Class org.springframework.orm.jpa.vendor.HibernateJpaDialect extends DefaultJpaDialect implements Serializable

Class org.springframework.orm.jpa.vendor.OpenJpaDialect extends DefaultJpaDialect implements Serializable

Class org.springframework.orm.jpa.vendor.TopLinkJpaDialect extends DefaultJpaDialect implements Serializable

Serialized Fields

lazyDatabaseTransaction

boolean lazyDatabaseTransaction
Deprecated. 


spring-orm