| Package | Description |
|---|---|
| org.smallmind.persistence.orm.hibernate | |
| org.smallmind.persistence.orm.morphia | |
| org.smallmind.persistence.query |
| Modifier and Type | Method and Description |
|---|---|
static org.hibernate.Criteria |
CriteriaUtility.apply(org.hibernate.Criteria criteria,
Where where) |
static org.hibernate.Criteria |
CriteriaUtility.apply(org.hibernate.Criteria criteria,
Where where,
WhereOperandTransformer transformer) |
static org.hibernate.criterion.DetachedCriteria |
CriteriaUtility.apply(org.hibernate.criterion.DetachedCriteria detachedCriteria,
Where where) |
static org.hibernate.criterion.DetachedCriteria |
CriteriaUtility.apply(org.hibernate.criterion.DetachedCriteria detachedCriteria,
Where where,
WhereOperandTransformer transformer) |
| Modifier and Type | Method and Description |
|---|---|
static org.mongodb.morphia.query.Query<?> |
QueryUtility.apply(org.mongodb.morphia.query.Query<?> query,
Where where) |
static org.mongodb.morphia.query.Query<?> |
QueryUtility.apply(org.mongodb.morphia.query.Query<?> query,
Where where,
WhereOperandTransformer transformer) |
| Modifier and Type | Method and Description |
|---|---|
static Where |
Where.instance(WhereConjunction rootConjunction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WhereValidator.isValid(Where value,
javax.validation.ConstraintValidatorContext context) |
static void |
WhereUtility.walk(Where where,
WhereVisitor visitor) |
Copyright © 2017. All rights reserved.