public class EntityInterceptingJpaRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable>
extends org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<T,S,ID>
JpaRepositoryFactoryBean that adds a
JpaRepositoryInterceptor to the
JpaRepository it creates.| Modifier and Type | Class and Description |
|---|---|
static class |
EntityInterceptingJpaRepositoryFactoryBean.EntityInterceptorProxyPostProcessor |
| Constructor and Description |
|---|
EntityInterceptingJpaRepositoryFactoryBean(Class<? extends T> repositoryInterface) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.repository.core.support.RepositoryFactorySupport |
createRepositoryFactory(javax.persistence.EntityManager entityManager) |
void |
setAcrossContextBeanRegistry(com.foreach.across.core.context.registry.AcrossContextBeanRegistry acrossContextBeanRegistry) |
void |
setTransactionManager(String transactionManager) |
afterPropertiesSet, doCreateRepositoryFactory, setEntityManager, setEntityPathResolver, setEscapeCharacter, setMappingContext, setQueryMethodFactorycreateRepositoryFactory, setBeanFactory, setEnableDefaultTransactionsgetEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragments@Autowired public void setAcrossContextBeanRegistry(com.foreach.across.core.context.registry.AcrossContextBeanRegistry acrossContextBeanRegistry)
public void setTransactionManager(String transactionManager)
protected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory(javax.persistence.EntityManager entityManager)
Copyright © 2020. All rights reserved.