remove getSupportedProperties(): it's no longer part of the spec
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18164 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
7af9b42d23
commit
cab99355a9
|
@ -400,11 +400,6 @@ public abstract class AbstractEntityManagerImpl implements HibernateEntityManage
|
|||
return null; //To change body of implemented methods use File | Settings | File Templates.
|
||||
}
|
||||
|
||||
public Set<String> getSupportedProperties() {
|
||||
//FIXME
|
||||
return null; //To change body of implemented methods use File | Settings | File Templates.
|
||||
}
|
||||
|
||||
public void flush() {
|
||||
try {
|
||||
if ( !isTransactionInProgress() ) {
|
||||
|
|
Loading…
Reference in New Issue