Package com.pugwoo.dbhelper.sql
Class SQLAssert
java.lang.Object
com.pugwoo.dbhelper.sql.SQLAssert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidallSameClass(Collection<T> list) static <T> booleanisAllSameClass(Collection<T> list) static voidonlyOneKeyColumn(Class<?> clazz)
-
Constructor Details
-
SQLAssert
public SQLAssert()
-
-
Method Details
-
onlyOneKeyColumn
-
allSameClass
- Throws:
InvalidParameterException
-
isAllSameClass
-