public class MatrixType extends Object implements org.hibernate.usertype.CompositeUserType
| Constructor and Description |
|---|
MatrixType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
assemble(Serializable cached,
org.hibernate.engine.spi.SessionImplementor session,
Object owner) |
Object |
deepCopy(Object value) |
Serializable |
disassemble(Object value,
org.hibernate.engine.spi.SessionImplementor session) |
boolean |
equals(Object x,
Object y) |
String[] |
getPropertyNames() |
org.hibernate.type.Type[] |
getPropertyTypes() |
Object |
getPropertyValue(Object component,
int property) |
int |
hashCode(Object x) |
boolean |
isMutable() |
Object |
nullSafeGet(ResultSet rs,
String[] names,
org.hibernate.engine.spi.SessionImplementor session,
Object owner) |
void |
nullSafeSet(PreparedStatement st,
Object value,
int index,
org.hibernate.engine.spi.SessionImplementor session) |
Object |
replace(Object original,
Object target,
org.hibernate.engine.spi.SessionImplementor session,
Object owner) |
Class |
returnedClass() |
void |
setPropertyValue(Object component,
int property,
Object value) |
public boolean isMutable()
isMutable in interface org.hibernate.usertype.CompositeUserTypepublic Class returnedClass()
returnedClass in interface org.hibernate.usertype.CompositeUserTypepublic boolean equals(Object x, Object y) throws org.hibernate.HibernateException
equals in interface org.hibernate.usertype.CompositeUserTypeorg.hibernate.HibernateExceptionpublic int hashCode(Object x) throws org.hibernate.HibernateException
hashCode in interface org.hibernate.usertype.CompositeUserTypeorg.hibernate.HibernateExceptionpublic Object deepCopy(Object value) throws org.hibernate.HibernateException
deepCopy in interface org.hibernate.usertype.CompositeUserTypeorg.hibernate.HibernateExceptionpublic String[] getPropertyNames()
getPropertyNames in interface org.hibernate.usertype.CompositeUserTypepublic org.hibernate.type.Type[] getPropertyTypes()
getPropertyTypes in interface org.hibernate.usertype.CompositeUserTypepublic Object getPropertyValue(Object component, int property) throws org.hibernate.HibernateException
getPropertyValue in interface org.hibernate.usertype.CompositeUserTypeorg.hibernate.HibernateExceptionpublic void setPropertyValue(Object component, int property, Object value) throws org.hibernate.HibernateException
setPropertyValue in interface org.hibernate.usertype.CompositeUserTypeorg.hibernate.HibernateExceptionpublic Object nullSafeGet(ResultSet rs, String[] names, org.hibernate.engine.spi.SessionImplementor session, Object owner) throws org.hibernate.HibernateException, SQLException
nullSafeGet in interface org.hibernate.usertype.CompositeUserTypeorg.hibernate.HibernateExceptionSQLExceptionpublic void nullSafeSet(PreparedStatement st, Object value, int index, org.hibernate.engine.spi.SessionImplementor session) throws org.hibernate.HibernateException, SQLException
nullSafeSet in interface org.hibernate.usertype.CompositeUserTypeorg.hibernate.HibernateExceptionSQLExceptionpublic Serializable disassemble(Object value, org.hibernate.engine.spi.SessionImplementor session) throws org.hibernate.HibernateException
disassemble in interface org.hibernate.usertype.CompositeUserTypeorg.hibernate.HibernateExceptionpublic Object assemble(Serializable cached, org.hibernate.engine.spi.SessionImplementor session, Object owner) throws org.hibernate.HibernateException
assemble in interface org.hibernate.usertype.CompositeUserTypeorg.hibernate.HibernateExceptionCopyright © 1999–2015 CodeLutin. All rights reserved.