protected class AbstractSqlLikeQueryBuilder.QueryPropertyPath
extends java.lang.Object
Constructor and Description |
---|
QueryPropertyPath(@NotNull PersistentPropertyPath propertyPath,
java.lang.String tableAlias)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Association> |
getAssociations() |
java.lang.String |
getColumnName() |
NamingStrategy |
getNamingStrategy() |
java.lang.String |
getPath() |
PersistentProperty |
getProperty() |
java.lang.String |
getTableAlias() |
boolean |
shouldEscape() |
public QueryPropertyPath(@NotNull @NotNull PersistentPropertyPath propertyPath, @Nullable java.lang.String tableAlias)
propertyPath
- The propertyPathtableAlias
- The tableAlias@NonNull public java.util.List<Association> getAssociations()
@NonNull public PersistentProperty getProperty()
@NonNull public java.lang.String getPath()
@Nullable public java.lang.String getTableAlias()
public java.lang.String getColumnName()
public NamingStrategy getNamingStrategy()
public boolean shouldEscape()