Interface JpqlQueryBuilder.Origin
- All Known Implementing Classes:
JpqlQueryBuilder.Entity,JpqlQueryBuilder.Join
- Enclosing class:
JpqlQueryBuilder
public static interface JpqlQueryBuilder.Origin
An origin that is used to select data from. selection origins are used with paths to define where a path is
anchored.
- Author:
- Mark Paluch, Choi Wang Gyu
-
Method Summary
-
Method Details
-
getName
String getName()Returns the simple name of the origin (e.g.Class.getSimpleName()or JOIN path name).- Returns:
- the simple name of the origin (e.g.
Class.getSimpleName())
-