com.github.drinkjava2.jdialects
Class DialectPaginationTemplate

java.lang.Object
  extended by com.github.drinkjava2.jdialects.DialectPaginationTemplate

public class DialectPaginationTemplate
extends Object

Initialize pagination templates, this file is generated by source code generate tool by extracting from Hibernate 5.3.6.final

Since:
1.0.1
Author:
Yong Zhu

Constructor Summary
DialectPaginationTemplate()
           
 
Method Summary
protected static String initializePaginSQLTemplate(Dialect d)
          Return pagination template of this Dialect
protected static String initializeTopLimitSqlTemplate(Dialect d)
          Return top limit sql template of this Dialect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialectPaginationTemplate

public DialectPaginationTemplate()
Method Detail

initializePaginSQLTemplate

protected static String initializePaginSQLTemplate(Dialect d)
Return pagination template of this Dialect


initializeTopLimitSqlTemplate

protected static String initializeTopLimitSqlTemplate(Dialect d)
Return top limit sql template of this Dialect



Copyright © 2018. All rights reserved.