| Package | Description |
|---|---|
| org.ibatis.persist.criteria |
| Modifier and Type | Method and Description |
|---|---|
Root<X> |
Root.alias(String name) |
Root<T> |
CriteriaUpdate.from(Class<T> entityClass)
Create and add a query root corresponding to the entity that is the target of the update.
|
Root<T> |
CriteriaDelete.from(Class<T> entityClass)
Create and add a query root corresponding to the entity that is the target of the delete.
|
<X> Root<X> |
AbstractQuery.from(Class<X> entityClass)
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing
roots.
|
<X> Root<X> |
AbstractQuery.from(EntityType<X> entity)
Create and add a query root corresponding to the given entity,
forming a cartesian product with any existing roots.
|
Root<T> |
CriteriaUpdate.getRoot()
Return the query root.
|
Root<T> |
CriteriaDelete.getRoot()
Return the query root.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Root<?>> |
AbstractQuery.getRoots()
Return the query roots.
|
Copyright © 2084–2018 dukeware.com. All rights reserved.