mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-25 21:04:51 +00:00
HHH-11241 : checkstyle fixes
(cherry picked from commit 3805752731a110c7712c026bee46bc751c16eb99)
This commit is contained in:
parent
7469df8da1
commit
c3d1573fdf
@ -1822,6 +1822,7 @@ public String[] getRootTableIdentifierColumnNames() {
|
||||
* {@literal this} is the concrete EntityPersister (since the
|
||||
* concrete EntityPersister cannot have duplicated property names).
|
||||
*/
|
||||
@Override
|
||||
public String[] toColumns(String alias, String propertyName) throws QueryException {
|
||||
return propertyMapping.toColumns( alias, propertyName );
|
||||
}
|
||||
@ -1836,6 +1837,7 @@ public String[] toColumns(String alias, String propertyName) throws QueryExcepti
|
||||
* {@literal this} is the concrete EntityPersister (since the
|
||||
* concrete EntityPersister cannot have duplicated property names).
|
||||
*/
|
||||
@Override
|
||||
public String[] toColumns(String propertyName) throws QueryException {
|
||||
return propertyMapping.getColumnNames( propertyName );
|
||||
}
|
||||
@ -1850,6 +1852,7 @@ public String[] toColumns(String propertyName) throws QueryException {
|
||||
* {@literal this} is the concrete EntityPersister (since the
|
||||
* concrete EntityPersister cannot have duplicated property names).
|
||||
*/
|
||||
@Override
|
||||
public Type toType(String propertyName) throws QueryException {
|
||||
return propertyMapping.toType( propertyName );
|
||||
}
|
||||
@ -1864,6 +1867,7 @@ public Type toType(String propertyName) throws QueryException {
|
||||
* {@literal this} is the concrete EntityPersister (since the
|
||||
* concrete EntityPersister cannot have duplicated property names).
|
||||
*/
|
||||
@Override
|
||||
public String[] getPropertyColumnNames(String propertyName) {
|
||||
return propertyMapping.getColumnNames( propertyName );
|
||||
}
|
||||
@ -4560,6 +4564,7 @@ public boolean consumesCollectionAlias() {
|
||||
* {@literal this} is the concrete EntityPersister (since the
|
||||
* concrete EntityPersister cannot have duplicated property names).
|
||||
*/
|
||||
@Override
|
||||
public Type getPropertyType(String propertyName) throws MappingException {
|
||||
return propertyMapping.toType( propertyName );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user