minor cleanup

This commit is contained in:
Steve Ebersole 2019-09-22 10:52:43 -05:00
parent 233a3b176c
commit 3d764e15d5
2 changed files with 0 additions and 12 deletions

View File

@ -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();

View File

@ -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).