public class EnumIntegerType extends BaseEnumType
EnumStringType as the
type.| Modifier | Constructor and Description |
|---|---|
protected |
EnumIntegerType(SqlType sqlType,
Class<?>[] classes)
Here for others to subclass.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getPrimaryClass()
Return the class most associated with this persister or null if none.
|
static EnumIntegerType |
getSingleton() |
boolean |
isEscapedValue()
Return whether we need to escape this value in SQL expressions.
|
Object |
javaToSqlArg(FieldType fieldType,
Object obj)
Convert a Java object and return the appropriate argument to a SQL insert or update statement.
|
Object |
makeConfigObject(FieldType fieldType)
This makes a configuration object for the data-type or returns null if none.
|
Object |
parseDefaultString(FieldType fieldType,
String defaultStr)
Convert a default string object and return the appropriate argument to a SQL insert or update statement.
|
Object |
resultToSqlArg(FieldType fieldType,
DatabaseResults results,
int columnPos)
Return the SQL argument object extracted from the results associated with column in position columnPos.
|
Object |
sqlArgToJava(FieldType fieldType,
Object sqlArg,
int columnPos)
Return the object converted from the SQL arg to java.
|
enumVal, isValidForFieldconvertIdNumber, dataIsEqual, generateId, getAssociatedClasses, getAssociatedClassNames, getDefaultWidth, getSqlOtherType, getSqlType, isAppropriateId, isArgumentHolderRequired, isComparable, isEscapedDefaultValue, isPrimitive, isSelfGeneratedId, isValidForVersion, isValidGeneratedType, moveToNextValue, resultStringToJavaisStreamType, resultToJavaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisStreamType, resultToJavapublic static EnumIntegerType getSingleton()
public Object parseDefaultString(FieldType fieldType, String defaultStr)
FieldConverterpublic Object resultToSqlArg(FieldType fieldType, DatabaseResults results, int columnPos) throws SQLException
FieldConverterfieldType - Associated FieldType which may be null.SQLException - If there is a problem accessing the results data.public Object sqlArgToJava(FieldType fieldType, Object sqlArg, int columnPos) throws SQLException
FieldConvertersqlArgToJava in interface FieldConvertersqlArgToJava in class BaseFieldConverterfieldType - Associated FieldType which may be null.sqlArg - SQL argument converted with FieldConverter.resultToSqlArg(FieldType, DatabaseResults, int) which will not be
null.SQLException - If there are problems with the conversion.public Object javaToSqlArg(FieldType fieldType, Object obj)
FieldConverterjavaToSqlArg in interface FieldConverterjavaToSqlArg in class BaseFieldConverterpublic boolean isEscapedValue()
DataPersisterisEscapedValue in interface DataPersisterisEscapedValue in class BaseDataTypepublic Object makeConfigObject(FieldType fieldType) throws SQLException
DataPersisterFieldType.getDataTypeConfigObj().makeConfigObject in interface DataPersistermakeConfigObject in class BaseDataTypeSQLException - If there are problems creating the config object. Needed for subclasses.public Class<?> getPrimaryClass()
DataPersistergetPrimaryClass in interface DataPersistergetPrimaryClass in class BaseDataTypeThis documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.