Class 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 Detail

      • EntityInformationProxyPostProcessor

        public EntityInformationProxyPostProcessor()
    • Method Detail

      • postProcess

        public final void postProcess​(org.springframework.aop.framework.ProxyFactory factory,
                                      org.springframework.data.repository.core.RepositoryInformation repositoryInformation)
        Specified by:
        postProcess in interface org.springframework.data.repository.core.support.RepositoryProxyPostProcessor