Uses of Class
com.pugwoo.dbhelper.exception.NoKeyColumnAnnotationException
Packages that use NoKeyColumnAnnotationException
-
Uses of NoKeyColumnAnnotationException in com.pugwoo.dbhelper.sql
Methods in com.pugwoo.dbhelper.sql that throw NoKeyColumnAnnotationExceptionModifier and TypeMethodDescriptionstatic <T> StringSQLUtils.getKeysWhereSQL(DatabaseTypeEnum databaseType, T t, List<Object> keyValues) 获得主键where子句,包含where关键字。会自动处理软删除条件static StringSQLUtils.getKeysWhereSQLWithoutSoftDelete(DatabaseTypeEnum databaseType, Class<?> clazz) 获得主键where子句,包含where关键字 -
Uses of NoKeyColumnAnnotationException in com.pugwoo.dbhelper.utils
Methods in com.pugwoo.dbhelper.utils that throw NoKeyColumnAnnotationException