Class StringType
Object
com.liferay.portal.dao.orm.hibernate.StringType
- All Implemented Interfaces:
Serializable,org.hibernate.usertype.UserType
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble(Serializable cached, Object owner) disassemble(Object value) booleanintbooleannullSafeGet(ResultSet resultSet, String[] names, org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor, Object owner) voidnullSafeSet(PreparedStatement preparedStatement, Object target, int index, org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor) int[]sqlTypes()
-
Constructor Details
-
StringType
public StringType()
-
-
Method Details
-
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
-
returnedClass
- Specified by:
returnedClassin interfaceorg.hibernate.usertype.UserType
-
sqlTypes
public int[] sqlTypes()- Specified by:
sqlTypesin interfaceorg.hibernate.usertype.UserType
-