Class AdhocQueryConfiguration
java.lang.Object
org.apache.fineract.adhocquery.starter.AdhocQueryConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadHocReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, AdHocReadPlatformServiceImpl.AdHocMapper adHocRowMapper) adHocRowMapper(org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) adHocWritePlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, AdHocRepository adHocRepository, AdHocDataValidator adHocCommandFromApiJsonDeserializer, org.apache.fineract.infrastructure.security.service.SqlValidator sqlValidator)
-
Constructor Details
-
AdhocQueryConfiguration
public AdhocQueryConfiguration()
-
-
Method Details
-
adHocRowMapper
@Bean public AdHocReadPlatformServiceImpl.AdHocMapper adHocRowMapper(org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) -
adHocReadPlatformService
@Bean @ConditionalOnMissingBean(AdHocReadPlatformService.class) public AdHocReadPlatformService adHocReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, AdHocReadPlatformServiceImpl.AdHocMapper adHocRowMapper) -
adHocWritePlatformService
@Bean @ConditionalOnMissingBean(AdHocWritePlatformService.class) public AdHocWritePlatformService adHocWritePlatformService(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, AdHocRepository adHocRepository, AdHocDataValidator adHocCommandFromApiJsonDeserializer, org.apache.fineract.infrastructure.security.service.SqlValidator sqlValidator)
-