|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HibernateLazyService
Interface for server-side remote lazy loading calls
| Method Summary | |
|---|---|
long |
count(java.lang.String className,
java.lang.String propertyName,
java.io.Serializable id)
Get collection size |
java.lang.Object |
invoke(java.lang.String className,
java.lang.String propertyName,
java.io.Serializable id)
Invoke remote lazy loading |
java.lang.Object |
invoke(java.lang.String className,
java.lang.String propertyName,
java.io.Serializable id,
int from,
int size)
Invoke remote lazy loading |
| Method Detail |
|---|
java.lang.Object invoke(java.lang.String className,
java.lang.String propertyName,
java.io.Serializable id)
throws java.rmi.RemoteException
className - name of parent classpropertyName - name of property to loadid - current entity id
java.rmi.RemoteException - error
java.lang.Object invoke(java.lang.String className,
java.lang.String propertyName,
java.io.Serializable id,
int from,
int size)
throws java.rmi.RemoteException
className - name of parent classpropertyName - name of property to loadid - current entity idfrom - starting row numbersize - max rows to return
java.rmi.RemoteException - error
long count(java.lang.String className,
java.lang.String propertyName,
java.io.Serializable id)
throws java.rmi.RemoteException
className - name of parent classpropertyName - name of property to loadid - current entity id
java.rmi.RemoteException - error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||