Uses of Interface
com.blazebit.persistence.From
-
Packages that use 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.Methods in com.blazebit.persistence that return types with arguments of type From Modifier and Type Method Description Set<From>FromBuilder. getRoots()Returns the query roots.Set<From>FromProvider. getRoots()Returns the query roots.
-