Skip to content

Commit ae60181

Browse files
committed
deprecate QueryProducerImplementor
this interface simply isn't used anywhere
1 parent 3d4ad41 commit ae60181

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: hibernate-core/src/main/java/org/hibernate/query/spi/QueryProducerImplementor.java

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
import jakarta.persistence.criteria.CriteriaUpdate;
1818

1919
/**
20-
* The internal contract for QueryProducer implementations. Acts as the value passed to
21-
* produced queries and provides them with access to needed functionality.
20+
* The internal contract for {@link QueryProducer} implementations.
21+
*
22+
* @deprecated This interface is no longer needed and will be removed.
2223
*
2324
* @author Steve Ebersole
2425
*/
26+
@Deprecated(since = "7.0", forRemoval = true)
2527
public interface QueryProducerImplementor extends QueryProducer {
2628
SessionFactoryImplementor getFactory();
2729

0 commit comments

Comments
 (0)