minor cleanup
This commit is contained in:
parent
233a3b176c
commit
3d764e15d5
|
@ -66,11 +66,6 @@ public abstract class AbstractSqmPath<T> extends AbstractSqmExpression<T> implem
|
|||
this.lhs = lhs;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getMappingRole() {
|
||||
return navigablePath.getUnqualifiedFullPath();
|
||||
}
|
||||
|
||||
@Override
|
||||
public SqmPathSource<T> getNodeType() {
|
||||
return (SqmPathSource<T>) super.getNodeType();
|
||||
|
|
|
@ -37,13 +37,6 @@ public interface SqmPath<T> extends SqmExpression<T>, SemanticPathPart, JpaPath<
|
|||
*/
|
||||
NavigablePath getNavigablePath();
|
||||
|
||||
/**
|
||||
* The mapping model role this path represents.
|
||||
*
|
||||
* @see org.hibernate.metamodel.spi.DomainMetamodel#getModelPartByRole
|
||||
*/
|
||||
String getMappingRole();
|
||||
|
||||
/**
|
||||
* The path source that this path refers to (and that most likely
|
||||
* created it).
|
||||
|
|
Loading…
Reference in New Issue