HHH-7716 Added import for RowSelection used in buildLimitHandler.

This commit is contained in:
Esen Sagynov 2012-10-25 11:15:47 -04:00 committed by brmeyer
parent f52d0a9d63
commit f647ecf7ae
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import org.hibernate.dialect.function.StandardSQLFunction;
import org.hibernate.dialect.function.VarArgsSQLFunction;
import org.hibernate.dialect.pagination.LimitHandler;
import org.hibernate.dialect.pagination.CUBRIDLimitHandler;
import org.hibernate.engine.spi.RowSelection;
import org.hibernate.type.StandardBasicTypes;
/**