static <T> AggregationQuery<T> |
AggregationQuery.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> EntityDelete<T> |
EntityDelete.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> EntityInsert<T> |
EntityInsert.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> EntityQuery<T> |
EntityQuery.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> EntityUpdate<T> |
EntityUpdate.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> EntityUpdate<T> |
EntityUpdate.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> EntityQuery<T> |
EntityQuery.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> EntityInsert<T> |
EntityInsert.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> EntityDelete<T> |
EntityDelete.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> AggregationQuery<T> |
AggregationQuery.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> AggregationQuery<T> |
AggregationQuery.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
static <T> EntityDelete<T> |
EntityDelete.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
static <T> EntityInsert<T> |
EntityInsert.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
static <T> EntityQuery<T> |
EntityQuery.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
static <T> EntityUpdate<T> |
EntityUpdate.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
static <T> EntityUpdate<T> |
EntityUpdate.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
static <T> EntityQuery<T> |
EntityQuery.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
static <T> EntityInsert<T> |
EntityInsert.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
static <T> EntityDelete<T> |
EntityDelete.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
static <T> AggregationQuery<T> |
AggregationQuery.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |