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:
Emmanuel Bernard 2009-12-08 16:09:42 +00:00
parent 7af9b42d23
commit cab99355a9
1 changed files with 0 additions and 5 deletions

View File

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