Class CachedDatasourceCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.datasource.AbstractDatasourceCompiler<S,D>
net.n2oapp.framework.config.metadata.compile.datasource.BaseDatasourceCompiler<N2oCachedDatasource,CachedDatasource>
net.n2oapp.framework.config.metadata.compile.datasource.CachedDatasourceCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<CachedDatasource,,N2oCachedDatasource, CompileContext<?, ?>> BaseSourceCompiler<CachedDatasource,N2oCachedDatasource, CompileContext<?, ?>>
@Component
public class CachedDatasourceCompiler
extends BaseDatasourceCompiler<N2oCachedDatasource,CachedDatasource>
Компиляция кэширующего источника данных
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oCachedDatasource source, CompileContext<?, ?> context, CompileProcessor p) Methods inherited from class net.n2oapp.framework.config.metadata.compile.datasource.BaseDatasourceCompiler
compileDatasource, initDependencies, initValidationsMethods inherited from class net.n2oapp.framework.config.metadata.compile.datasource.AbstractDatasourceCompiler
initDatasource
-
Constructor Details
-
CachedDatasourceCompiler
public CachedDatasourceCompiler()
-
-
Method Details
-
getSourceClass
-
compile
public CachedDatasource compile(N2oCachedDatasource source, CompileContext<?, ?> context, CompileProcessor p)
-