org.yestech.lib.hibernate.client
Class RemotableSetType

java.lang.Object
  extended by org.yestech.lib.hibernate.client.RemotableSetType

public class RemotableSetType
extends java.lang.Object


Nested Class Summary
static class RemotableSetType.Wrapper
           
 
Constructor Summary
RemotableSetType()
           
 
Method Summary
 boolean contains(java.lang.Object collection, java.lang.Object entity)
           
 java.util.Iterator getElementsIterator(java.lang.Object collection)
           
 java.lang.Class<java.util.Set> getReturnedClass()
           
 java.lang.Object indexOf(java.lang.Object collection, java.lang.Object entity)
           
 java.lang.Object instantiate()
           
 org.hibernate.collection.PersistentCollection instantiate(org.hibernate.engine.SessionImplementor session, org.hibernate.persister.collection.CollectionPersister persister)
           
 java.lang.Object replaceElements(java.lang.Object original, java.lang.Object target, org.hibernate.persister.collection.CollectionPersister persister, java.lang.Object owner, java.util.Map copyCache, org.hibernate.engine.SessionImplementor session)
           
 org.hibernate.collection.PersistentCollection wrap(org.hibernate.engine.SessionImplementor session, java.lang.Object collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotableSetType

public RemotableSetType()
Method Detail

instantiate

public org.hibernate.collection.PersistentCollection instantiate(org.hibernate.engine.SessionImplementor session,
                                                                 org.hibernate.persister.collection.CollectionPersister persister)
                                                          throws org.hibernate.HibernateException
Throws:
org.hibernate.HibernateException

wrap

public org.hibernate.collection.PersistentCollection wrap(org.hibernate.engine.SessionImplementor session,
                                                          java.lang.Object collection)

getElementsIterator

public java.util.Iterator getElementsIterator(java.lang.Object collection)

contains

public boolean contains(java.lang.Object collection,
                        java.lang.Object entity)

indexOf

public java.lang.Object indexOf(java.lang.Object collection,
                                java.lang.Object entity)

replaceElements

public java.lang.Object replaceElements(java.lang.Object original,
                                        java.lang.Object target,
                                        org.hibernate.persister.collection.CollectionPersister persister,
                                        java.lang.Object owner,
                                        java.util.Map copyCache,
                                        org.hibernate.engine.SessionImplementor session)
                                 throws org.hibernate.HibernateException
Throws:
org.hibernate.HibernateException

instantiate

public java.lang.Object instantiate()

getReturnedClass

public java.lang.Class<java.util.Set> getReturnedClass()


Copyright © 2009 YES Technology Association. All Rights Reserved.