eu.etaxonomy.cdm.model.common
Class PersistentMultiLanguageTextType

java.lang.Object
  extended by eu.etaxonomy.cdm.model.common.PersistentMultiLanguageTextType
All Implemented Interfaces:
org.hibernate.usertype.UserCollectionType

public class PersistentMultiLanguageTextType
extends Object
implements org.hibernate.usertype.UserCollectionType


Constructor Summary
PersistentMultiLanguageTextType()
           
 
Method Summary
 boolean contains(Object collection, Object obj)
           
 Iterator getElementsIterator(Object collection)
           
 Object indexOf(Object collection, Object element)
           
 Object instantiate(int anticipatedSize)
           
 org.hibernate.collection.PersistentCollection instantiate(org.hibernate.engine.SessionImplementor session, org.hibernate.persister.collection.CollectionPersister persister)
           
 Object replaceElements(Object original, Object target, org.hibernate.persister.collection.CollectionPersister collectionPersister, Object owner, Map copyCache, org.hibernate.engine.SessionImplementor sessionImplementor)
           
 org.hibernate.collection.PersistentCollection wrap(org.hibernate.engine.SessionImplementor sessionImplementor, Object collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentMultiLanguageTextType

public PersistentMultiLanguageTextType()
Method Detail

contains

public boolean contains(Object collection,
                        Object obj)
Specified by:
contains in interface org.hibernate.usertype.UserCollectionType

getElementsIterator

public Iterator getElementsIterator(Object collection)
Specified by:
getElementsIterator in interface org.hibernate.usertype.UserCollectionType

indexOf

public Object indexOf(Object collection,
                      Object element)
Specified by:
indexOf in interface org.hibernate.usertype.UserCollectionType

instantiate

public Object instantiate(int anticipatedSize)
Specified by:
instantiate in interface org.hibernate.usertype.UserCollectionType

instantiate

public org.hibernate.collection.PersistentCollection instantiate(org.hibernate.engine.SessionImplementor session,
                                                                 org.hibernate.persister.collection.CollectionPersister persister)
                                                          throws org.hibernate.HibernateException
Specified by:
instantiate in interface org.hibernate.usertype.UserCollectionType
Throws:
org.hibernate.HibernateException

replaceElements

public Object replaceElements(Object original,
                              Object target,
                              org.hibernate.persister.collection.CollectionPersister collectionPersister,
                              Object owner,
                              Map copyCache,
                              org.hibernate.engine.SessionImplementor sessionImplementor)
                       throws org.hibernate.HibernateException
Specified by:
replaceElements in interface org.hibernate.usertype.UserCollectionType
Throws:
org.hibernate.HibernateException

wrap

public org.hibernate.collection.PersistentCollection wrap(org.hibernate.engine.SessionImplementor sessionImplementor,
                                                          Object collection)
Specified by:
wrap in interface org.hibernate.usertype.UserCollectionType


Copyright © 2007-2012 EDIT. All Rights Reserved.