Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import jakarta.persistence.metamodel.Type;
import org.hibernate.CacheMode;
import org.hibernate.FlushMode;
import org.hibernate.Internal;
import org.hibernate.query.QueryFlushMode;
import org.hibernate.HibernateException;
import org.hibernate.LockOptions;
Expand Down Expand Up @@ -64,13 +63,8 @@
/**
* Base implementation of {@link org.hibernate.query.Query}.
*
* @apiNote This class is now considered internal implementation
* and will move to an internal package in a future version.
* Application programs should never depend directly on this class.
*
* @author Steve Ebersole
*/
@Internal
public abstract class AbstractQuery<R>
extends AbstractSelectionQuery<R>
implements QueryImplementor<R> {
Expand Down