org.yestech.lib.hibernate.client
Interface Initializer

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
HibernateServerRemote
All Known Implementing Classes:
HibernateServerBean

public interface Initializer
extends java.rmi.Remote


Method Summary
 java.util.Collection initializeCollection(java.lang.String role, java.io.Serializable id)
           
 java.lang.Object initializeEntity(java.lang.String className, java.io.Serializable id, int token)
           
 

Method Detail

initializeEntity

java.lang.Object initializeEntity(java.lang.String className,
                                  java.io.Serializable id,
                                  int token)
                                  throws java.rmi.RemoteException,
                                         java.lang.ClassNotFoundException,
                                         org.hibernate.HibernateException,
                                         javax.naming.NamingException
Throws:
java.rmi.RemoteException
java.lang.ClassNotFoundException
org.hibernate.HibernateException
javax.naming.NamingException

initializeCollection

java.util.Collection initializeCollection(java.lang.String role,
                                          java.io.Serializable id)
                                          throws java.rmi.RemoteException,
                                                 java.lang.ClassNotFoundException,
                                                 org.hibernate.HibernateException,
                                                 javax.naming.NamingException
Throws:
java.rmi.RemoteException
java.lang.ClassNotFoundException
org.hibernate.HibernateException
javax.naming.NamingException


Copyright © 2009 YES Technology Association. All Rights Reserved.