Class DateStoredAsLongUserType
java.lang.Object
org.bonitasoft.engine.persistence.DateStoredAsLongUserType
- All Implemented Interfaces:
Serializable,org.hibernate.usertype.UserType
public class DateStoredAsLongUserType
extends Object
implements org.hibernate.usertype.UserType, Serializable
- Author:
- Emmanuel Duchastenier
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble(Serializable cached, Object owner) disassemble(Object value) booleanintbooleannullSafeGet(ResultSet rs, String[] names, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) voidnullSafeSet(PreparedStatement st, Object value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session) Class<?>int[]sqlTypes()
-
Constructor Details
-
DateStoredAsLongUserType
public DateStoredAsLongUserType()
-
-
Method Details
-
returnedClass
- Specified by:
returnedClassin interfaceorg.hibernate.usertype.UserType
-
sqlTypes
public int[] sqlTypes()- Specified by:
sqlTypesin interfaceorg.hibernate.usertype.UserType
-
assemble
- Specified by:
assemblein interfaceorg.hibernate.usertype.UserType
-
deepCopy
- Specified by:
deepCopyin interfaceorg.hibernate.usertype.UserType
-
disassemble
- Specified by:
disassemblein interfaceorg.hibernate.usertype.UserType
-
equals
- Specified by:
equalsin interfaceorg.hibernate.usertype.UserType
-
hashCode
- Specified by:
hashCodein interfaceorg.hibernate.usertype.UserType
-
isMutable
public boolean isMutable()- Specified by:
isMutablein interfaceorg.hibernate.usertype.UserType
-
replace
- Specified by:
replacein interfaceorg.hibernate.usertype.UserType
-