Class IntegerType
Object
com.liferay.portal.dao.orm.hibernate.IntegerType
- All Implemented Interfaces:
Serializable
,org.hibernate.usertype.UserType
- Author:
- Brian Wing Shun Chan, Bruno Farache
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble
(Serializable cached, Object owner) disassemble
(Object value) boolean
int
boolean
nullSafeGet
(ResultSet resultSet, String[] names, org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor, Object owner) void
nullSafeSet
(PreparedStatement preparedStatement, Object target, int index, org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor) int[]
sqlTypes()
-
Field Details
-
DEFAULT_VALUE
-
-
Constructor Details
-
IntegerType
public IntegerType()
-
-
Method Details
-
assemble
- Specified by:
assemble
in interfaceorg.hibernate.usertype.UserType
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.hibernate.usertype.UserType
-
disassemble
- Specified by:
disassemble
in interfaceorg.hibernate.usertype.UserType
-
equals
- Specified by:
equals
in interfaceorg.hibernate.usertype.UserType
-
hashCode
- Specified by:
hashCode
in interfaceorg.hibernate.usertype.UserType
-
isMutable
public boolean isMutable()- Specified by:
isMutable
in interfaceorg.hibernate.usertype.UserType
-
replace
- Specified by:
replace
in interfaceorg.hibernate.usertype.UserType
-
returnedClass
- Specified by:
returnedClass
in interfaceorg.hibernate.usertype.UserType
-
sqlTypes
public int[] sqlTypes()- Specified by:
sqlTypes
in interfaceorg.hibernate.usertype.UserType
-