File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
hibernate-core/src/main/java/org/hibernate/query/spi Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 2323import jakarta .persistence .metamodel .Type ;
2424import org .hibernate .CacheMode ;
2525import org .hibernate .FlushMode ;
26- import org .hibernate .Internal ;
2726import org .hibernate .query .QueryFlushMode ;
2827import org .hibernate .HibernateException ;
2928import org .hibernate .LockOptions ;
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
7468public abstract class AbstractQuery <R >
7569 extends AbstractSelectionQuery <R >
7670 implements QueryImplementor <R > {
You can’t perform that action at this time.
0 commit comments