Class EntityInformationProxyPostProcessor<T,ID>
- java.lang.Object
-
- org.socialsignin.spring.data.dynamodb.repository.util.EntityInformationProxyPostProcessor<T,ID>
-
- All Implemented Interfaces:
org.springframework.data.repository.core.support.RepositoryProxyPostProcessor
- Direct Known Subclasses:
DynamoDBMappingContextProcessor,Entity2DynamoDBTableSynchronizer
public abstract class EntityInformationProxyPostProcessor<T,ID> extends java.lang.Object implements org.springframework.data.repository.core.support.RepositoryProxyPostProcessor
-
-
Constructor Summary
Constructors Constructor Description EntityInformationProxyPostProcessor()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidpostProcess(org.springframework.aop.framework.ProxyFactory factory, org.springframework.data.repository.core.RepositoryInformation repositoryInformation)protected abstract voidregisteredEntity(DynamoDBEntityInformation<T,ID> entityInformation)
-
-
-
Method Detail
-
registeredEntity
protected abstract void registeredEntity(DynamoDBEntityInformation<T,ID> entityInformation)
-
postProcess
public final void postProcess(org.springframework.aop.framework.ProxyFactory factory, org.springframework.data.repository.core.RepositoryInformation repositoryInformation)- Specified by:
postProcessin interfaceorg.springframework.data.repository.core.support.RepositoryProxyPostProcessor
-
-