We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4ad41 commit ae60181Copy full SHA for ae60181
hibernate-core/src/main/java/org/hibernate/query/spi/QueryProducerImplementor.java
@@ -17,11 +17,13 @@
17
import jakarta.persistence.criteria.CriteriaUpdate;
18
19
/**
20
- * The internal contract for QueryProducer implementations. Acts as the value passed to
21
- * produced queries and provides them with access to needed functionality.
+ * The internal contract for {@link QueryProducer} implementations.
+ *
22
+ * @deprecated This interface is no longer needed and will be removed.
23
*
24
* @author Steve Ebersole
25
*/
26
+@Deprecated(since = "7.0", forRemoval = true)
27
public interface QueryProducerImplementor extends QueryProducer {
28
SessionFactoryImplementor getFactory();
29
0 commit comments