Package com.blazebit.persistence
Interface Path
-
public interface PathCAREFUL, this is an experimental API and will change! A resolved path expression.- Since:
- 1.2.1
- Author:
- Christian Beikov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FromgetFrom()The from node on which this path is based.Class<?>getJavaType()The java type of the path.StringgetPath()The qualified path as string.javax.persistence.metamodel.Type<?>getType()The type of the path.
-
-
-
Method Detail
-
getFrom
From getFrom()
The from node on which this path is based.- Returns:
- The from node
-
getPath
String getPath()
The qualified path as string.- Returns:
- The qualified path
-
getType
javax.persistence.metamodel.Type<?> getType()
The type of the path.- Returns:
- The type
-
getJavaType
Class<?> getJavaType()
The java type of the path.- Returns:
- The type
-
-