mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 14:44:48 +00:00
HHH-11081 : remove AbstractFromImpl#shouldBeRendered
This commit is contained in:
parent
e2eb7128c3
commit
516d8a7e68
@ -96,11 +96,6 @@ public String renderProjection(RenderingContext renderingContext) {
|
||||
return getAlias();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldBeRendered() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String render(RenderingContext renderingContext) {
|
||||
return renderProjection( renderingContext );
|
||||
|
Loading…
x
Reference in New Issue
Block a user