Skip to content

Commit

Permalink
HHH-12424 - Fix unintended binary compatibility breaks between 5.1 an…
Browse files Browse the repository at this point in the history
…d 5.3
  • Loading branch information
sebersole committed Mar 22, 2018
1 parent bf0741c commit 24a0787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hibernate-core/src/main/java/org/hibernate/Session.java
Expand Up @@ -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);

/**
Expand Down

0 comments on commit 24a0787

Please sign in to comment.