Package it.ovunque.bd
Class DataInSecondiHibernate
java.lang.Object
it.ovunque.bd.DataInSecondiHibernate
- All Implemented Interfaces:
org.hibernate.usertype.UserType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble(Serializable memorizzato, Object proprietario) disassemble(Object valore) booleanintbooleannullSafeGet(ResultSet risultati, String[] nomi, Object proprietario) Deprecated.voidnullSafeSet(PreparedStatement sql, Object valore, int indice) Deprecated.int[]sqlTypes()
-
Constructor Details
-
DataInSecondiHibernate
public DataInSecondiHibernate()
-
-
Method Details
-
assemble
public Object assemble(Serializable memorizzato, Object proprietario) throws org.hibernate.HibernateException - Specified by:
assemblein interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateException
-
deepCopy
- Specified by:
deepCopyin interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateException
-
disassemble
- Specified by:
disassemblein interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateException
-
isMutable
public boolean isMutable()- Specified by:
isMutablein interfaceorg.hibernate.usertype.UserType
-
nullSafeGet
@Deprecated public Object nullSafeGet(ResultSet risultati, String[] nomi, Object proprietario) throws org.hibernate.HibernateException, SQLException Deprecated.- Specified by:
nullSafeGetin interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateExceptionSQLException
-
nullSafeSet
@Deprecated public void nullSafeSet(PreparedStatement sql, Object valore, int indice) throws org.hibernate.HibernateException, SQLException Deprecated.- Specified by:
nullSafeSetin interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateExceptionSQLException
-
replace
public Object replace(Object originale, Object bersaglio, Object proprietario) throws org.hibernate.HibernateException - Specified by:
replacein interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateException
-
returnedClass
- Specified by:
returnedClassin interfaceorg.hibernate.usertype.UserType
-
sqlTypes
public int[] sqlTypes()- Specified by:
sqlTypesin interfaceorg.hibernate.usertype.UserType
-
equals
- Specified by:
equalsin interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateException
-
hashCode
- Specified by:
hashCodein interfaceorg.hibernate.usertype.UserType- Throws:
org.hibernate.HibernateException
-