Skip to content

Commit 482cd86

Browse files
committed
Do not mark AbstractQuery as internal
adn keep it as an SPI, since it is extended in Hibernate Search
1 parent 565a56c commit 482cd86

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hibernate-core/src/main/java/org/hibernate/query/spi/AbstractQuery.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import jakarta.persistence.metamodel.Type;
2424
import org.hibernate.CacheMode;
2525
import org.hibernate.FlushMode;
26-
import org.hibernate.Internal;
2726
import org.hibernate.query.QueryFlushMode;
2827
import org.hibernate.HibernateException;
2928
import org.hibernate.LockOptions;
@@ -64,13 +63,8 @@
6463
/**
6564
* Base implementation of {@link org.hibernate.query.Query}.
6665
*
67-
* @apiNote This class is now considered internal implementation
68-
* and will move to an internal package in a future version.
69-
* Application programs should never depend directly on this class.
70-
*
7166
* @author Steve Ebersole
7267
*/
73-
@Internal
7468
public abstract class AbstractQuery<R>
7569
extends AbstractSelectionQuery<R>
7670
implements QueryImplementor<R> {

0 commit comments

Comments
 (0)