Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.transaction.support.AbstractPlatformTransactionManager (implements org.springframework.transaction.PlatformTransactionManager, java.io.Serializable)
      • org.apache.isis.persistence.jdo.spring.integration.JdoTransactionManager (implements org.springframework.beans.factory.InitializingBean, org.springframework.transaction.support.ResourceTransactionManager)
    • org.apache.isis.persistence.jdo.spring.integration.DefaultJdoDialect (implements org.apache.isis.persistence.jdo.spring.integration.JdoDialect, org.springframework.dao.support.PersistenceExceptionTranslator)
    • org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
    • org.apache.isis.persistence.jdo.spring.IsisModulePersistenceJdoSpring
    • org.apache.isis.persistence.jdo.spring.integration.LocalPersistenceManagerFactoryBean (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.dao.support.PersistenceExceptionTranslator)
    • org.apache.isis.persistence.jdo.spring.support.OpenPersistenceManagerInViewInterceptor (implements org.springframework.web.context.request.WebRequestInterceptor)
    • org.apache.isis.persistence.jdo.spring.integration.PersistenceManagerFactoryUtils
    • org.springframework.transaction.support.ResourceHolderSupport (implements org.springframework.transaction.support.ResourceHolder)
    • org.apache.isis.persistence.jdo.spring.support.SpringPersistenceManagerProxyBean (implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
    • org.apache.isis.persistence.jdo.spring.support.StandardPersistenceManagerProxyBean (implements org.springframework.beans.factory.FactoryBean<T>)
    • java.lang.Throwable (implements java.io.Serializable)
      • java.lang.Exception
        • java.lang.RuntimeException
          • org.springframework.core.NestedRuntimeException
            • org.springframework.dao.DataAccessException
              • org.springframework.dao.NonTransientDataAccessException
                • org.springframework.dao.DataRetrievalFailureException
                • org.springframework.dao.InvalidDataAccessApiUsageException
                • org.springframework.dao.NonTransientDataAccessResourceException
                  • org.springframework.dao.DataAccessResourceFailureException
                • org.springframework.dao.UncategorizedDataAccessException
              • org.springframework.dao.TransientDataAccessException
    • org.apache.isis.persistence.jdo.spring.integration.TransactionAwarePersistenceManagerFactoryProxy (implements org.springframework.beans.factory.FactoryBean<T>)

Interface Hierarchy

  • org.apache.isis.persistence.jdo.spring.integration.JdoDialect