Class DinoJdbcRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable>

java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID>
org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<T,S,ID>
org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean<T,S,ID>
cn.dinodev.spring.data.jdbc.DinoJdbcRepositoryFactoryBean<T,S,ID>
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, org.springframework.data.repository.core.support.RepositoryFactoryInformation<S,ID>

public class DinoJdbcRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> extends org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean<T,S,ID>
Author:
Cody Lu
  • Field Summary

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
    DinoJdbcRepositoryFactoryBean(Class<? extends T> repositoryInterface, org.springframework.beans.factory.BeanFactory beanFactory)
     
  • Method Summary

    Methods inherited from class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean

    afterPropertiesSet, doCreateRepositoryFactory, setApplicationEventPublisher, setBeanFactory, setConverter, setDataAccessStrategy, setDialect, setJdbcOperations, setMappingContext, setQueryMappingConfiguration

    Methods inherited from class org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport

    createRepositoryFactory, setEnableDefaultTransactions, setTransactionManager

    Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport

    addRepositoryFactoryCustomizer, createDefaultQueryMethodEvaluationContextProvider, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setBeanClassLoader, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setMappingContext, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragments

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DinoJdbcRepositoryFactoryBean

      public DinoJdbcRepositoryFactoryBean(Class<? extends T> repositoryInterface, org.springframework.beans.factory.BeanFactory beanFactory)