Fix issue where SQL calls don't use the default limit properly
All threads resolved!
Compare changes
+ 4
− 14
@@ -17,9 +17,9 @@ import java.time.Instant;
@@ -27,7 +27,6 @@ import org.eclipsefoundation.persistence.model.ParameterizedSQLStatement.Clause;
@@ -50,13 +49,14 @@ import jakarta.transaction.Transactional;
@@ -209,17 +209,7 @@ public abstract class BaseHibernateDao implements PersistenceDao {