static SqlBcQuery |
SqlBcQuery.build(SessionService sessionService,
SqlBcDescription bcDescription,
String id,
String parentId,
QueryParameters queryParameters,
org.springframework.orm.jpa.vendor.Database database) |
long |
SqlBcJdbcTemplate.count(SqlBcDescription bcDescription,
String parentId,
QueryParameters queryParameters) |
<T> T |
SqlBcJdbcTemplate.one(SqlBcDescription bcDescription,
String id,
String parentId,
QueryParameters queryParameters,
org.springframework.jdbc.core.RowMapper<T> rowMapper) |
<T> io.tesler.api.data.ResultPage<T> |
SqlBcJdbcTemplate.page(SqlBcDescription bcDescription,
String parentId,
QueryParameters queryParameters,
org.springframework.jdbc.core.RowMapper<T> rowMapper) |