Uses of Enum
org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.LimitingRowsStrategy
Packages that use AbstractSQL.SQLStatement.LimitingRowsStrategy
-
Uses of AbstractSQL.SQLStatement.LimitingRowsStrategy in org.apache.ibatis.jdbc
Fields in org.apache.ibatis.jdbc declared as AbstractSQL.SQLStatement.LimitingRowsStrategyModifier and TypeFieldDescription(package private) AbstractSQL.SQLStatement.LimitingRowsStrategy
AbstractSQL.SQLStatement.limitingRowsStrategy
Methods in org.apache.ibatis.jdbc that return AbstractSQL.SQLStatement.LimitingRowsStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AbstractSQL.SQLStatement.LimitingRowsStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.