Class Junction
java.lang.Object
ch.tocco.nice2.persist.core.api.qb2.Condition
ch.tocco.nice2.persist.core.api.qb2.Junction
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Junction
static Junction
create
(TypeManager typeManager, EntityModel entityModel) Creates a new node representing this condition.boolean
get
(int index) getType()
int
hashCode()
boolean
isEmpty()
iterator()
static Junction
static Junction
static Junction
static Junction
int
size()
toString()
Methods inherited from class ch.tocco.nice2.persist.core.api.qb2.Condition
createPathNode, createPathNode, getType
-
Method Details
-
getType
-
or
-
and
-
not
-
or
-
and
-
not
-
create
Description copied from class:Condition
Creates a new node representing this condition. -
add
-
add
-
add
-
size
public int size() -
isEmpty
public boolean isEmpty() -
iterator
-
get
-
equals
-
hashCode
public int hashCode() -
toString
-