Package | Description |
---|---|
org.medimob.orm.query |
Modifier and Type | Class and Description |
---|---|
class |
BetweenCriterion
Created by Poopaou on 30/01/2015.
|
class |
InCriterion
Created by Poopaou on 30/01/2015.
|
class |
OperatorCriterion
Created by Poopaou on 30/01/2015.
|
Modifier and Type | Method and Description |
---|---|
static NotCriterion |
Restrictions.between(String property,
Object start,
Object end) |
static NotCriterion |
Restrictions.glob(String property,
String value) |
static NotCriterion |
Restrictions.in(String property,
Collection values) |
static NotCriterion |
Restrictions.in(String property,
Object... values) |
static NotCriterion |
Restrictions.like(String property,
String value) |
static NotCriterion |
Restrictions.regexp(String property,
String value) |
Copyright © 2015. All Rights Reserved.