Class AotRepositoryContextSupport

java.lang.Object
org.springframework.data.repository.config.AotRepositoryContextSupport
All Implemented Interfaces:
EnvironmentCapable, AotContext, AotRepositoryContext

public abstract class AotRepositoryContextSupport extends Object implements AotRepositoryContext
Support class for AotRepositoryContext implementations delegating to an underlying AotContext.
Since:
4.0
Author:
Mark Paluch