clean an unused import

Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
Gavin King 2024-04-27 00:35:36 +02:00
parent f55f1c7a43
commit 60a732152f
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ import org.hibernate.engine.spi.EntityHolder;
import org.hibernate.engine.spi.SessionFactoryImplementor;
import org.hibernate.engine.spi.SharedSessionContractImplementor;
import org.hibernate.engine.spi.SubselectFetch;
import org.hibernate.event.spi.AutoFlushEvent;
import org.hibernate.internal.EmptyScrollableResults;
import org.hibernate.metamodel.mapping.MappingModelExpressible;
import org.hibernate.query.Query;