HHH-7716 Added imports for CUBRID limit handler.

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

View File

@ -31,6 +31,8 @@ import org.hibernate.cfg.Environment;
import org.hibernate.dialect.function.NoArgSQLFunction;
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.type.StandardBasicTypes;
/**