play.db.jpa
Class StringList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<String>
play.db.jpa.StringList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess, org.hibernate.usertype.UserType
public class StringList
- extends ArrayList<String>
- implements org.hibernate.usertype.UserType
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
StringList
public StringList()
StringList
public StringList(StringList s)
sqlTypes
public int[] sqlTypes()
- Specified by:
sqlTypes in interface org.hibernate.usertype.UserType
returnedClass
public Class returnedClass()
- Specified by:
returnedClass in interface org.hibernate.usertype.UserType
equals
public boolean equals(Object arg0,
Object arg1)
throws org.hibernate.HibernateException
- Specified by:
equals in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
hashCode
public int hashCode(Object arg0)
throws org.hibernate.HibernateException
- Specified by:
hashCode in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
nullSafeGet
public Object nullSafeGet(ResultSet inResultSet,
String[] names,
Object o)
throws org.hibernate.HibernateException,
SQLException
- Specified by:
nullSafeGet in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
SQLException
nullSafeSet
public void nullSafeSet(PreparedStatement inPreparedStatement,
Object o,
int i)
throws org.hibernate.HibernateException,
SQLException
- Specified by:
nullSafeSet in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
SQLException
deepCopy
public Object deepCopy(Object o)
throws org.hibernate.HibernateException
- Specified by:
deepCopy in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
isMutable
public boolean isMutable()
- Specified by:
isMutable in interface org.hibernate.usertype.UserType
disassemble
public Serializable disassemble(Object o)
throws org.hibernate.HibernateException
- Specified by:
disassemble in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
assemble
public Object assemble(Serializable o,
Object owner)
throws org.hibernate.HibernateException
- Specified by:
assemble in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
replace
public Object replace(Object original,
Object target,
Object owner)
throws org.hibernate.HibernateException
- Specified by:
replace in interface org.hibernate.usertype.UserType
- Throws:
org.hibernate.HibernateException
getSeparator
public char getSeparator()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly