Class MatrixType
java.lang.Object
fr.ifremer.isisfish.types.hibernate.MatrixType
- All Implemented Interfaces:
org.hibernate.usertype.CompositeUserType
MatrixType.java
Created: 23 janv. 2006
- Version:
- $Revision$ Mise a jour: $Date$ par : $Author$
- Author:
- Arnaud Thimel <thimel@codelutin.com>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassemble
(Serializable cached, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) disassemble
(Object value, org.hibernate.engine.spi.SharedSessionContractImplementor session) boolean
String[]
org.hibernate.type.Type[]
getPropertyValue
(Object component, int property) int
boolean
nullSafeGet
(ResultSet rs, String[] names, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) void
nullSafeSet
(PreparedStatement st, Object value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session) replace
(Object original, Object target, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) void
setPropertyValue
(Object component, int property, Object value)
-
Field Details
-
HIBERNATE_COLUMN_NAME_SEPARATOR
- See Also:
-
-
Constructor Details
-
MatrixType
public MatrixType()
-
-
Method Details
-
isMutable
public boolean isMutable()- Specified by:
isMutable
in interfaceorg.hibernate.usertype.CompositeUserType
-
returnedClass
- Specified by:
returnedClass
in interfaceorg.hibernate.usertype.CompositeUserType
-
equals
- Specified by:
equals
in interfaceorg.hibernate.usertype.CompositeUserType
- Throws:
org.hibernate.HibernateException
-
hashCode
- Specified by:
hashCode
in interfaceorg.hibernate.usertype.CompositeUserType
- Throws:
org.hibernate.HibernateException
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.hibernate.usertype.CompositeUserType
- Throws:
org.hibernate.HibernateException
-
getPropertyNames
- Specified by:
getPropertyNames
in interfaceorg.hibernate.usertype.CompositeUserType
-
getPropertyTypes
public org.hibernate.type.Type[] getPropertyTypes()- Specified by:
getPropertyTypes
in interfaceorg.hibernate.usertype.CompositeUserType
-
getPropertyValue
public Object getPropertyValue(Object component, int property) throws org.hibernate.HibernateException - Specified by:
getPropertyValue
in interfaceorg.hibernate.usertype.CompositeUserType
- Throws:
org.hibernate.HibernateException
-
setPropertyValue
public void setPropertyValue(Object component, int property, Object value) throws org.hibernate.HibernateException - Specified by:
setPropertyValue
in interfaceorg.hibernate.usertype.CompositeUserType
- Throws:
org.hibernate.HibernateException
-