public class EndpointReferenceType extends Object implements org.hibernate.usertype.UserType
| Constructor and Description |
|---|
EndpointReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
assemble(Serializable arg0,
Object owner) |
Object |
deepCopy(Object arg0) |
Serializable |
disassemble(Object arg0) |
boolean |
equals(Object arg0,
Object arg1) |
int |
hashCode(Object arg0) |
boolean |
isMutable() |
Object |
nullSafeGet(ResultSet rset,
String[] names,
org.hibernate.engine.spi.SessionImplementor si,
Object owner) |
void |
nullSafeSet(PreparedStatement statement,
Object epr,
int index,
org.hibernate.engine.spi.SessionImplementor arg3) |
Object |
replace(Object arg0,
Object arg1,
Object arg2) |
Class |
returnedClass() |
int[] |
sqlTypes() |
public Object assemble(Serializable arg0, Object owner)
assemble in interface org.hibernate.usertype.UserTypeUserType.assemble(java.io.Serializable, java.lang.Object)public Object deepCopy(Object arg0)
deepCopy in interface org.hibernate.usertype.UserTypeUserType.deepCopy(java.lang.Object)public Serializable disassemble(Object arg0)
disassemble in interface org.hibernate.usertype.UserTypeUserType.disassemble(java.lang.Object)public boolean equals(Object arg0, Object arg1)
equals in interface org.hibernate.usertype.UserTypeUserType.equals(java.lang.Object, java.lang.Object)public int hashCode(Object arg0)
hashCode in interface org.hibernate.usertype.UserTypeUserType.hashCode(java.lang.Object)public boolean isMutable()
isMutable in interface org.hibernate.usertype.UserTypepublic Object nullSafeGet(ResultSet rset, String[] names, org.hibernate.engine.spi.SessionImplementor si, Object owner) throws SQLException
nullSafeGet in interface org.hibernate.usertype.UserTypeSQLExceptionUserType.nullSafeGet(java.sql.ResultSet, java.lang.String[], org.hibernate.engine.spi.SessionImplementor,
java.lang.Object)public void nullSafeSet(PreparedStatement statement, Object epr, int index, org.hibernate.engine.spi.SessionImplementor arg3) throws org.hibernate.HibernateException, SQLException
nullSafeSet in interface org.hibernate.usertype.UserTypeorg.hibernate.HibernateExceptionSQLExceptionUserType.nullSafeSet(java.sql.PreparedStatement, java.lang.Object, int,
org.hibernate.engine.spi.SessionImplementor)public Object replace(Object arg0, Object arg1, Object arg2)
replace in interface org.hibernate.usertype.UserTypeUserType.replace(java.lang.Object, java.lang.Object, java.lang.Object)public Class returnedClass()
returnedClass in interface org.hibernate.usertype.UserTypeUserType.returnedClass()public int[] sqlTypes()
sqlTypes in interface org.hibernate.usertype.UserTypeUserType.sqlTypes()Copyright © 2017. All rights reserved.