public class FunCustodial extends Object
| コンストラクタと説明 |
|---|
FunCustodial() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected static void |
buildExceptionTableInfo(ExceptionMessageBuilder br,
Entity entity) |
static int |
calculateHashcode(int result,
Object value) |
static void |
checkClassificationCode(Entity entity,
String columnDbName,
ClassificationMeta meta,
Object code) |
static void |
checkSpecifiedProperty(Entity entity,
String propertyName,
EntityModifiedProperties specifiedProperties) |
static String |
convertEmptyToNull(String value) |
static String |
handleShortChar(String parameterName,
String value,
Integer size,
ShortCharHandlingMode mode) |
static void |
handleUndefinedClassificationCode(String tableDbName,
String columnDbName,
ClassificationMeta meta,
Object code,
boolean allowedByOption) |
static boolean |
isSameValue(Object value1,
Object value2) |
static boolean |
isSameValueBytes(byte[] bytes1,
byte[] bytes2) |
static void |
showUndefinedClassificationCodeMessage(String tableDbName,
String columnDbName,
ClassificationMeta meta,
Object code) |
protected static void |
throwNonSpecifiedColumnAccessException(Entity entity,
String propertyName,
EntityModifiedProperties specifiedProperties) |
protected static void |
throwUndefinedClassificationCodeException(String tableDbName,
String columnDbName,
ClassificationMeta meta,
Object code) |
static Boolean |
toBoolean(Object obj) |
static String |
toClassTitle(Object entity) |
static <NUMBER extends Number> |
toNumber(Object obj,
Class<NUMBER> type) |
static String |
toStringBytes(byte[] bytes) |
static String |
toStringDate(Date date,
TimeZone timeZone,
String pattern) |
public static String toStringBytes(byte[] bytes)
public static String handleShortChar(String parameterName, String value, Integer size, ShortCharHandlingMode mode)
parameterName - The name of the parameter. (NotNull)value - The value of the parameter. (NullAllowed)size - The size of parameter type. (NullAllowed)mode - The handling mode. (NotNull)public static void checkSpecifiedProperty(Entity entity, String propertyName, EntityModifiedProperties specifiedProperties)
protected static void throwNonSpecifiedColumnAccessException(Entity entity, String propertyName, EntityModifiedProperties specifiedProperties)
protected static void buildExceptionTableInfo(ExceptionMessageBuilder br, Entity entity)
public static void checkClassificationCode(Entity entity, String columnDbName, ClassificationMeta meta, Object code)
public static void handleUndefinedClassificationCode(String tableDbName, String columnDbName, ClassificationMeta meta, Object code, boolean allowedByOption)
protected static void throwUndefinedClassificationCodeException(String tableDbName, String columnDbName, ClassificationMeta meta, Object code)
public static void showUndefinedClassificationCodeMessage(String tableDbName, String columnDbName, ClassificationMeta meta, Object code)
public static boolean isSameValueBytes(byte[] bytes1,
byte[] bytes2)
public static int calculateHashcode(int result,
Object value)
Copyright © 2014–2019 The DBFlute Project. All rights reserved.