public class MapType
extends Object
implements Serializable, org.hibernate.usertype.UserType
| Constructor and Description |
|---|
MapType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
assemble(Serializable cached,
Object owner) |
Object |
deepCopy(Object object) |
Serializable |
disassemble(Object value) |
boolean |
equals(Object x,
Object y) |
int |
hashCode(Object x) |
boolean |
isMutable() |
Object |
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) |
Object |
replace(Object original,
Object target,
Object owner) |
Class<Map> |
returnedClass() |
int[] |
sqlTypes() |
public Object assemble(Serializable cached,
Object owner)
assemble in interface org.hibernate.usertype.UserTypepublic Object deepCopy(Object object)
deepCopy in interface org.hibernate.usertype.UserTypepublic Serializable disassemble(Object value)
disassemble in interface org.hibernate.usertype.UserTypepublic boolean equals(Object x,
Object y)
equals in interface org.hibernate.usertype.UserTypepublic int hashCode(Object x)
hashCode in interface org.hibernate.usertype.UserTypepublic boolean isMutable()
isMutable in interface org.hibernate.usertype.UserTypepublic Object nullSafeGet(ResultSet resultSet,
String[] names,
org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor,
Object owner)
throws SQLException
nullSafeGet in interface org.hibernate.usertype.UserTypeSQLExceptionpublic void nullSafeSet(PreparedStatement preparedStatement,
Object target,
int index,
org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor)
throws SQLException
nullSafeSet in interface org.hibernate.usertype.UserTypeSQLExceptionpublic Object replace(Object original,
Object target,
Object owner)
replace in interface org.hibernate.usertype.UserTypepublic Class<Map> returnedClass()
returnedClass in interface org.hibernate.usertype.UserTypepublic int[] sqlTypes()
sqlTypes in interface org.hibernate.usertype.UserType