public class IntegerListAsStringType extends org.jadira.usertype.spi.shared.AbstractParameterizedUserType<List<Integer>,String,StringColumnIntegerListMapper>
| 构造器和说明 |
|---|
IntegerListAsStringType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
applyConfiguration(org.hibernate.SessionFactory sessionFactory) |
List<Integer> |
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) |
getParameterValues, setParameterValuesdoNullSafeGet, doNullSafeSet, fromXMLString, getColumnMapper, objectToSQLString, returnedClass, sqlTypes, toXMLStringafterNullSafeOperation, assemble, beforeNullSafeOperation, deepCopy, disassemble, equals, hashCode, isMutable, replacepublic List<Integer> nullSafeGet(ResultSet rs, String[] names, org.hibernate.engine.spi.SessionImplementor session, Object owner) throws org.hibernate.HibernateException, SQLException
nullSafeGet 在接口中 org.hibernate.usertype.UserTypenullSafeGet 在类中 org.jadira.usertype.spi.shared.AbstractSingleColumnUserType<List<Integer>,String,StringColumnIntegerListMapper>org.hibernate.HibernateExceptionSQLExceptionpublic void nullSafeSet(PreparedStatement st, Object value, int index, org.hibernate.engine.spi.SessionImplementor session) throws org.hibernate.HibernateException, SQLException
nullSafeSet 在接口中 org.hibernate.usertype.UserTypenullSafeSet 在类中 org.jadira.usertype.spi.shared.AbstractSingleColumnUserType<List<Integer>,String,StringColumnIntegerListMapper>org.hibernate.HibernateExceptionSQLExceptionpublic void applyConfiguration(org.hibernate.SessionFactory sessionFactory)
applyConfiguration 在接口中 org.jadira.usertype.spi.shared.IntegratorConfiguredTypeapplyConfiguration 在类中 org.jadira.usertype.spi.shared.AbstractParameterizedUserType<List<Integer>,String,StringColumnIntegerListMapper>Copyright © 2008–2014 Matrix. All rights reserved.