Module io.github.mmm.orm
Package io.github.mmm.orm.statement
Class WhereClause<E,SELF extends WhereClause<E,SELF>>
java.lang.Object
io.github.mmm.orm.statement.AbstractDbClause
io.github.mmm.orm.statement.AbstractTypedClause<E,SELF>
io.github.mmm.orm.statement.PredicateClause<E,SELF>
io.github.mmm.orm.statement.WhereClause<E,SELF>
- Type Parameters:
E- type of theEntityBeanto query.SELF- type of this class itself.
- All Implemented Interfaces:
DbClause,MainDbClause<E>,TypedClause<E>
- Direct Known Subclasses:
DeleteWhere,SelectWhere,UpdateWhere
public abstract class WhereClause<E,SELF extends WhereClause<E,SELF>>
extends PredicateClause<E,SELF>
implements MainDbClause<E>
- Since:
- 1.0.0
-
Field Summary
Fields inherited from class io.github.mmm.orm.statement.PredicateClause
NAME_PREDICATES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.mmm.orm.statement.PredicateClause
and, and, getPredicates, isOmitMethods inherited from class io.github.mmm.orm.statement.AbstractTypedClause
selfMethods inherited from class io.github.mmm.orm.statement.AbstractDbClause
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.github.mmm.orm.statement.MainDbClause
get
-
Constructor Details
-
WhereClause
public WhereClause()The constructor.
-