141142143144145146147
throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); } @Override public boolean isBound(Parameter<?> param) { throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); }
146147148149150151152
throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); } @Override public <T> T getParameterValue(Parameter<T> param) { throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); }
151152153154155156157
throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); } @Override public Object getParameterValue(String name) { throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); }
156157158159160161162
throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); } @Override public Object getParameterValue(int position) { throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); }
161162163164165166167
throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); } @Override public Query setFlushMode(FlushModeType flushMode) { throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); }
166167168169170171172
throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); } @Override public FlushModeType getFlushMode() { throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); }
171172173174175176177
throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); } @Override public Query setLockMode(LockModeType lockMode) { throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); }
176177178179180181182
throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); } @Override public LockModeType getLockMode() { throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); }
181182183184185186187
throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); } @Override public <T> T unwrap(Class<T> cls) { throw new NotSupportedException( "OGM-21", "JP-QL queries are not supported yet" ); }
88899091929394
} @Override public Criteria createCriteria(Class persistentClass) { //TODO plug the Lucene engine throw new NotSupportedException( "OGM-23", "Criteria queries are not supported yet" ); }