|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.type.AbstractType
org.hibernate.type.NullableType
org.hibernate.type.ImmutableType
org.jbpm.db.hibernate.AccessType
public class AccessType
| Field Summary |
|---|
| Fields inherited from class org.hibernate.type.AbstractType |
|---|
LEGACY_DEFAULT_SIZE, LEGACY_DICTATED_SIZE |
| Constructor Summary | |
|---|---|
AccessType()
|
|
| Method Summary | |
|---|---|
Object |
fromStringValue(String xml)
|
Object |
get(ResultSet rs,
String name)
|
String |
getName()
|
Class |
getReturnedClass()
|
String |
objectToSQLString(Object value,
org.hibernate.dialect.Dialect dialect)
|
void |
set(PreparedStatement st,
Object value,
int index)
|
int |
sqlType()
|
Object |
stringToObject(String xml)
|
String |
toString(Object value)
|
| Methods inherited from class org.hibernate.type.ImmutableType |
|---|
deepCopy, isMutable, replace |
| Methods inherited from class org.hibernate.type.NullableType |
|---|
defaultSize, defaultSizes, dictatedSize, dictatedSizes, fromXMLNode, fromXMLString, getColumnSpan, isDirty, isEqual, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, nullSafeToString, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toXMLString |
| Methods inherited from class org.hibernate.type.AbstractType |
|---|
assemble, beforeAssemble, compare, disassemble, getHashCode, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isEqual, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.hibernate.type.Type |
|---|
assemble, beforeAssemble, compare, deepCopy, defaultSizes, dictatedSizes, disassemble, fromXMLNode, getColumnSpan, getHashCode, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, replace, resolve, semiResolve, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString |
| Constructor Detail |
|---|
public AccessType()
| Method Detail |
|---|
public Object get(ResultSet rs,
String name)
throws SQLException
get in class org.hibernate.type.NullableTypeSQLExceptionpublic Class getReturnedClass()
getReturnedClass in interface org.hibernate.type.Type
public void set(PreparedStatement st,
Object value,
int index)
throws SQLException
set in class org.hibernate.type.NullableTypeSQLExceptionpublic int sqlType()
sqlType in class org.hibernate.type.NullableTypepublic String getName()
getName in interface org.hibernate.type.Type
public String objectToSQLString(Object value,
org.hibernate.dialect.Dialect dialect)
throws Exception
objectToSQLString in interface org.hibernate.type.LiteralTypeException
public Object stringToObject(String xml)
throws Exception
stringToObject in interface org.hibernate.type.IdentifierTypeExceptionpublic String toString(Object value)
toString in interface org.hibernate.type.StringRepresentableTypetoString in class org.hibernate.type.NullableTypepublic Object fromStringValue(String xml)
fromStringValue in interface org.hibernate.type.StringRepresentableTypefromStringValue in class org.hibernate.type.NullableType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||