Class JpqlQueryBuilder.Entity
java.lang.Object
org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Entity
- All Implemented Interfaces:
JpqlQueryBuilder.Origin
- Enclosing class:
JpqlQueryBuilder
The root entity.
- Since:
- 4.0
- Author:
- Mark Paluch, Choi Wang Gyu
-
Method Summary
-
Method Details
-
getName
Description copied from interface:JpqlQueryBuilder.OriginReturns the simple name of the origin (e.g.Class.getSimpleName()or JOIN path name).- Specified by:
getNamein interfaceJpqlQueryBuilder.Origin- Returns:
- the simple name of the origin (e.g.
Class.getSimpleName())
-
getPath
Description copied from interface:JpqlQueryBuilder.OriginReturns the path in dot-path notation to identify the origin uniquely. Entities typically return their entity name while joins return a dot-path.- Specified by:
getPathin interfaceJpqlQueryBuilder.Origin- Returns:
- the dot-path of this origin.
-
getAlias
-
equals
-
hashCode
-
toString
-