| 程序包 | 说明 |
|---|---|
| plus.ibatis.hbatis.orm.criteria | |
| plus.ibatis.hbatis.orm.criteria.statement | |
| plus.ibatis.hbatis.orm.criteria.support | |
| plus.ibatis.hbatis.orm.mapper |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Restrictions<E> |
Restrictions.and() |
protected Restrictions<E> |
Restrictions.and() |
Restrictions<E> |
Restrictions.and(Consumer<ICriteriaOpt<E>> criteraOptConsumer) |
Restrictions<E> |
Restrictions.and(Consumer<ICriteriaOpt<E>> criteraOptConsumer) |
Restrictions<E> |
Restrictions.and(Criterion<E,?>... criteris) |
Restrictions<E> |
Restrictions.and(Criterion<E,?>... criteris) |
Restrictions<E> |
Restrictions.and(Criterion<E,?> c) |
Restrictions<E> |
Restrictions.and(Criterion<E,?> c) |
Restrictions<E> |
Restrictions.and(ICriteriaOpt<E> criteraOpt) |
Restrictions<E> |
Restrictions.and(ICriteriaOpt<E> criteraOpt) |
Restrictions<E> |
Restrictions.andAny(List<Criterion<E,?>> criterions)
And (cnd1 or cnd2 ... or cndn)
|
Restrictions<E> |
Restrictions.andAny(List<Criterion<E,?>> criterions)
And (cnd1 or cnd2 ... or cndn)
|
Restrictions<E> |
Restrictions.andSome(List<Criterion<E,?>> criterions) |
Restrictions<E> |
Restrictions.andSome(List<Criterion<E,?>> criterions) |
static <E> Restrictions<E> |
Restrictions.newInstance(EntityNode<E> entityNode) |
static <E> Restrictions<E> |
Restrictions.newInstance(EntityNode<E> entityNode) |
protected Restrictions<E> |
Restrictions.or() |
protected Restrictions<E> |
Restrictions.or() |
Restrictions<E> |
Restrictions.or(Consumer<ICriteriaOpt<E>> criteraOptConsumer) |
Restrictions<E> |
Restrictions.or(Consumer<ICriteriaOpt<E>> criteraOptConsumer) |
Restrictions<E> |
Restrictions.or(Criterion<E,?>... criteris) |
Restrictions<E> |
Restrictions.or(Criterion<E,?>... criteris) |
Restrictions<E> |
Restrictions.or(ICriteriaOpt<E> criteraOpt) |
Restrictions<E> |
Restrictions.or(ICriteriaOpt<E> criteraOpt) |
Restrictions<E> |
Restrictions.orAny(List<Criterion<E,?>> criterions) |
Restrictions<E> |
Restrictions.orAny(List<Criterion<E,?>> criterions) |
Restrictions<E> |
Restrictions.orSome(List<Criterion<E,?>> criterions)
Or (cnd1 and cnd2 ... and cndn)
|
Restrictions<E> |
Restrictions.orSome(List<Criterion<E,?>> criterions)
Or (cnd1 and cnd2 ... and cndn)
|
| 限定符和类型 | 方法和说明 |
|---|---|
Restrictions<E> |
AggregationStatement.getRestrictions() |
Restrictions<E> |
InsertStatement.getRestrictions() |
Restrictions<E> |
SelectStatement.getRestrictions() |
Restrictions<E> |
UpdateStatement.getRestrictions() |
Restrictions<E> |
UpdateStatement.getRestrictions() |
Restrictions<E> |
SelectStatement.getRestrictions() |
Restrictions<E> |
InsertStatement.getRestrictions() |
Restrictions<E> |
AggregationStatement.getRestrictions() |
Restrictions<E> |
SelectStatement.newRestrictions() |
Restrictions<E> |
SelectStatement.newRestrictions() |
Restrictions<E> |
AggregationStatement.restrictions() |
Restrictions<E> |
InsertStatement.restrictions() |
Restrictions<E> |
SelectStatement.restrictions() |
Restrictions<E> |
UpdateStatement.restrictions() |
Restrictions<E> |
UpdateStatement.restrictions() |
Restrictions<E> |
SelectStatement.restrictions() |
Restrictions<E> |
InsertStatement.restrictions() |
Restrictions<E> |
AggregationStatement.restrictions() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AggregationStatement.setRestrictions(Restrictions<E> restrictions) |
void |
SelectStatement.setRestrictions(Restrictions<E> restrictions) |
void |
UpdateStatement.setRestrictions(Restrictions<E> restrictions) |
void |
UpdateStatement.setRestrictions(Restrictions<E> restrictions) |
void |
SelectStatement.setRestrictions(Restrictions<E> restrictions) |
void |
AggregationStatement.setRestrictions(Restrictions<E> restrictions) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
HbatisStatementMapper.countByRestrictions(Restrictions<T> restrictions)
count by restrictions
|
long |
HbatisStatementMapper.countByRestrictions(Restrictions<T> restrictions)
count by restrictions
|
int |
HbatisStatementMapper.deleteByRestrictions(Restrictions<T> restrictions)
delete by restrictions
|
int |
HbatisStatementMapper.deleteByRestrictions(Restrictions<T> restrictions)
delete by restrictions
|
Copyright © 2024. All rights reserved.