public class LongStringType extends StringType
String Java class but with more storage in the database.DEFAULT_WIDTH| Modifier | Constructor and Description |
|---|---|
protected |
LongStringType(SqlType sqlType,
Class<?>[] classes)
Here for others to subclass.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultWidth()
Return the default width associated with this type or 0 if none.
|
Class<?> |
getPrimaryClass()
Return the class most associated with this persister or null if none.
|
static LongStringType |
getSingleton() |
boolean |
isAppropriateId()
Return true if this data type can be an id column in a class.
|
parseDefaultString, resultToSqlArgconvertIdNumber, dataIsEqual, generateId, getAssociatedClasses, getAssociatedClassNames, getSqlOtherType, getSqlType, isArgumentHolderRequired, isComparable, isEscapedDefaultValue, isEscapedValue, isPrimitive, isSelfGeneratedId, isValidForField, isValidForVersion, isValidGeneratedType, makeConfigObject, moveToNextValue, resultStringToJavaisStreamType, javaToSqlArg, resultToJava, sqlArgToJavaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisStreamType, javaToSqlArg, resultToJava, sqlArgToJavapublic static LongStringType getSingleton()
public boolean isAppropriateId()
DataPersisterisAppropriateId in interface DataPersisterisAppropriateId in class BaseDataTypepublic int getDefaultWidth()
DataPersistergetDefaultWidth in interface DataPersistergetDefaultWidth in class StringTypepublic 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.