HHH-12424 - Fix unintended binary compatibility breaks between 5.1 and 5.3
This commit is contained in:
parent
bf0741caf4
commit
24a078732c
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue