类分层结构
- java.lang.Object
- org.springframework.jdbc.datasource.AbstractDataSource (implements javax.sql.DataSource)
- org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.orm.jpa.AbstractEntityManagerFactoryBean (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.orm.jpa.EntityManagerFactoryInfo, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.dao.support.PersistenceExceptionTranslator, java.io.Serializable)
- org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean (implements org.springframework.context.weaving.LoadTimeWeaverAware, org.springframework.context.ResourceLoaderAware)
- org.springframework.beans.factory.config.AbstractFactoryBean<T> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
- org.springframework.transaction.support.AbstractPlatformTransactionManager (implements org.springframework.transaction.PlatformTransactionManager, java.io.Serializable)
- org.springframework.jdbc.datasource.DataSourceTransactionManager (implements org.springframework.beans.factory.InitializingBean, org.springframework.transaction.support.ResourceTransactionManager)
- org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
- org.daijie.jdbc.BaseMultipleDataSourceConfiguration (implements org.springframework.context.EnvironmentAware)
- org.daijie.jdbc.jpa.ClassFileTransformerAdapter (implements java.lang.instrument.ClassFileTransformer)
- org.daijie.jdbc.DataSourceUtil
- org.daijie.jdbc.DbContextHolder
- org.daijie.jdbc.jpa.JpaMultipleDataSourceConfiguration
- org.daijie.jdbc.jpa.JpaMultipleEntityManagerFactoryBuilder
- org.daijie.jdbc.jpa.JpaMultipleEntityManagerFactoryBuilder.Builder
- org.daijie.jdbc.MultipleDataSourceProperties
- org.daijie.jdbc.jpa.MultipleEntityManagerBeanDefinitionRegistrarPostProcessor (implements org.springframework.beans.factory.config.BeanFactoryPostProcessor)
- org.daijie.jdbc.jpa.MultipleExtendedEntityManagerCreator
- org.daijie.jdbc.jpa.MultiplePersistenceUnitManager (implements org.springframework.beans.factory.InitializingBean, org.springframework.context.weaving.LoadTimeWeaverAware, org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager, org.springframework.context.ResourceLoaderAware)
- org.daijie.jdbc.jpa.MultipleProxySessionFactory (implements javax.persistence.EntityManagerFactory)
- org.daijie.jdbc.jpa.MultipleSessionImpl (implements javax.persistence.EntityManager)
- org.daijie.jdbc.jpa.MultipleSharedEntityManagerCreator
- org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo (implements org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo)
- org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration
- org.daijie.jdbc.mybatis.transaction.MybatisMultipleTransaction (implements org.apache.ibatis.transaction.Transaction)
- org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport (implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
- org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport (implements org.springframework.data.repository.config.RepositoryConfigurationExtension)
- org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.data.repository.core.support.RepositoryFactoryInformation<T,ID>)
- org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<T,S,ID> (implements org.springframework.beans.factory.BeanFactoryAware)
- org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<T,S,ID>
- org.springframework.data.repository.core.support.RepositoryFactorySupport (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware)
- org.springframework.data.jpa.repository.support.JpaRepositoryFactory
- org.springframework.transaction.support.ResourceHolderSupport (implements org.springframework.transaction.support.ResourceHolder)
- org.springframework.jdbc.datasource.ConnectionHolder
- org.springframework.transaction.support.ResourceHolderSynchronization<H,K> (implements org.springframework.transaction.support.TransactionSynchronization)
- org.daijie.jdbc.interceptor.SelectDataSourceInterceptor (implements org.daijie.core.factory.proxy.AroundAspectFactory, org.springframework.core.Ordered)
- org.springframework.data.jpa.repository.support.SimpleJpaRepository<T,ID> (implements org.springframework.data.jpa.repository.JpaRepository<T,ID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.mybatis.spring.transaction.SpringManagedTransactionFactory (implements org.apache.ibatis.transaction.TransactionFactory)
- org.mybatis.spring.SqlSessionTemplate (implements org.springframework.beans.factory.DisposableBean, org.apache.ibatis.session.SqlSession)
- java.lang.Throwable (implements java.io.Serializable)
- org.daijie.jdbc.ValidateJdbcProperty
接口分层结构
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.daijie.jdbc.jpa.repository.BaseSearchJpaRepository<E,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.daijie.jdbc.jpa.repository.BaseSearchJpaRepository<E,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.daijie.jdbc.jpa.repository.BaseSearchJpaRepository<E,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.daijie.jdbc.jpa.repository.BaseSearchJpaRepository<E,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.daijie.jdbc.jpa.repository.BaseSearchJpaRepository<E,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (并 extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
注释类型分层结构
Copyright © 2018. All rights reserved.