public final class NoteCreationSourceEnum extends NoteCreationSource implements Serializable, Comparable, org.hibernate.usertype.EnhancedUserType
Possible types of creation sources for user tagged items
| Constructor and Description |
|---|
NoteCreationSourceEnum()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
assemble(Serializable cached,
Object owner) |
Object |
deepCopy(Object value) |
Serializable |
disassemble(Object value) |
boolean |
equals(Object x,
Object y) |
Object |
fromXMLString(String string) |
int |
hashCode(Object value) |
boolean |
isMutable() |
Object |
nullSafeGet(ResultSet resultSet,
String[] values,
Object owner) |
void |
nullSafeSet(PreparedStatement statement,
Object value,
int index) |
String |
objectToSQLString(Object object) |
Object |
replace(Object original,
Object target,
Object owner) |
Class |
returnedClass() |
int[] |
sqlTypes() |
String |
toXMLString(Object object) |
compareTo, equals, fromString, getValue, hashCode, literals, names, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic NoteCreationSourceEnum()
nullSafeGet(java.sql.ResultSet, String[], Object).public int[] sqlTypes()
sqlTypes in interface org.hibernate.usertype.UserTypeUserType.sqlTypes()public Object deepCopy(Object value) throws org.hibernate.HibernateException
deepCopy in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionUserType.deepCopy(Object)public boolean isMutable()
isMutable in interface org.hibernate.usertype.UserTypeUserType.isMutable()public boolean equals(Object x, Object y) throws org.hibernate.HibernateException
equals in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionUserType.equals(Object, Object)public Class returnedClass()
returnedClass in interface org.hibernate.usertype.UserTypeUserType.returnedClass()public Object nullSafeGet(ResultSet resultSet, String[] values, Object owner) throws org.hibernate.HibernateException, SQLException
nullSafeGet in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionSQLExceptionUserType.nullSafeGet(java.sql.ResultSet, String[], Object)public void nullSafeSet(PreparedStatement statement, Object value, int index) throws org.hibernate.HibernateException, SQLException
nullSafeSet in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionSQLExceptionUserType.nullSafeSet(java.sql.PreparedStatement, Object, int)public Object replace(Object original, Object target, Object owner)
replace in interface org.hibernate.usertype.UserTypeUserType.replace(Object original, Object target, Object owner)public Object assemble(Serializable cached, Object owner)
assemble in interface org.hibernate.usertype.UserTypeUserType.assemble(java.io.Serializable cached, Object owner)public Serializable disassemble(Object value)
disassemble in interface org.hibernate.usertype.UserTypeUserType.disassemble(Object value)public int hashCode(Object value)
hashCode in interface org.hibernate.usertype.UserTypeUserType.hashCode(Object value)public String objectToSQLString(Object object)
objectToSQLString in interface org.hibernate.usertype.EnhancedUserTypeEnhancedUserType.objectToSQLString(Object object)public String toXMLString(Object object)
toXMLString in interface org.hibernate.usertype.EnhancedUserTypeEnhancedUserType.toXMLString(Object object)Copyright © 2019 Communote team. All rights reserved.