public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canRetrieveMultiRowGeneratedKeys(IntrospectedTable introspectedTable) |
static boolean |
generateDeleteByPrimaryKey(IntrospectedTable introspectedTable) |
static boolean |
generateMultipleRowInsert(IntrospectedTable introspectedTable) |
static boolean |
generateSelectByPrimaryKey(IntrospectedTable introspectedTable) |
static boolean |
generateUpdateByPrimaryKey(IntrospectedTable introspectedTable) |
public static boolean generateDeleteByPrimaryKey(IntrospectedTable introspectedTable)
public static boolean generateMultipleRowInsert(IntrospectedTable introspectedTable)
public static boolean canRetrieveMultiRowGeneratedKeys(IntrospectedTable introspectedTable)
public static boolean generateSelectByPrimaryKey(IntrospectedTable introspectedTable)
public static boolean generateUpdateByPrimaryKey(IntrospectedTable introspectedTable)
Copyright © 2006–2025 MyBatis.org. All rights reserved.