HHH-12424 - Fix unintended binary compatibility breaks between 5.1 and 5.3

This commit is contained in:
Steve Ebersole 2018-03-22 13:01:34 -05:00
parent bf0741caf4
commit 24a078732c
1 changed files with 2 additions and 1 deletions

View File

@ -683,8 +683,9 @@ public interface Session extends SharedSessionContract, EntityManager, Hibernate
*
* @return The query instance for manipulation and execution
*
* @deprecated (since 5.3)
* @deprecated (since 5.3) with no real replacement.
*/
@Deprecated
org.hibernate.Query createFilter(Object collection, String queryString);
/**