org.granite.tide.spring.data
Class FilterableJpaRepositoryFactoryBean<R extends org.springframework.data.jpa.repository.JpaRepository<T,I>,T,I extends Serializable>

java.lang.Object
  extended by org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID>
      extended by org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<T,S,ID>
          extended by org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<R,T,I>
              extended by org.granite.tide.spring.data.FilterableJpaRepositoryFactoryBean<R,T,I>
All Implemented Interfaces:
Aware, BeanFactoryAware, FactoryBean<R>, InitializingBean, org.springframework.data.repository.core.support.RepositoryFactoryInformation<T,I>

public class FilterableJpaRepositoryFactoryBean<R extends org.springframework.data.jpa.repository.JpaRepository<T,I>,T,I extends Serializable>
extends org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<R,T,I>


Constructor Summary
FilterableJpaRepositoryFactoryBean()
           
 
Method Summary
protected  org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory(EntityManager entityManager)
           
 
Methods inherited from class org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean
afterPropertiesSet, doCreateRepositoryFactory, setEntityManager
 
Methods inherited from class org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
createRepositoryFactory, setBeanFactory, setTransactionManager
 
Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
getEntityInformation, getObject, getObjectType, getQueryMethods, getRepositoryInformation, isSingleton, setCustomImplementation, setNamedQueries, setQueryLookupStrategyKey, setRepositoryInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterableJpaRepositoryFactoryBean

public FilterableJpaRepositoryFactoryBean()
Method Detail

createRepositoryFactory

protected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory(EntityManager entityManager)
Overrides:
createRepositoryFactory in class org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<R extends org.springframework.data.jpa.repository.JpaRepository<T,I>,T,I extends Serializable>