Uses of Interface
com.blazebit.persistence.From
| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
-
Uses of From in com.blazebit.persistence
Methods in com.blazebit.persistence that return From Modifier and Type Method Description FromFromBuilder. getFrom(String alias)Returns the from element for the given alias or null.FromFromProvider. getFrom(String alias)Returns the from element for the given alias or null.FromPath. getFrom()The from node on which this path is based.FromFromBuilder. getFromByPath(String path)Returns the from element for the given path, creating it if necessary.FromFromProvider. getFromByPath(String path)Returns the from element for the given path, creating it if necessary.FromModificationCriteriaBuilder. getRoot()Returns the query root.