Searched defs:postFind (Results 1 - 4 of 4) sorted by relevance
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/ |
H A D | Container.java | 229 Object postFind(EjbInvocation inv, Object primaryKeys, Object[] findParams) method in interface:Container
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/ |
H A D | ReadOnlyBeanContainer.java | 775 public Object postFind(EjbInvocation inv, Object primaryKeys, method in class:ReadOnlyBeanContainer 781 Object returnValue = super.postFind(inv, primaryKeys, findParams);
|
H A D | EntityContainer.java | 111 * ejb.ejbFind---, container.postFind, container.postInvokeTx, 815 return postFind(inv, pKeys, null); 870 * Note: postFind will not be called if ejbFindXXX throws an exception 872 public Object postFind(EjbInvocation inv, Object primaryKeys, method in class:EntityContainer 1759 // called from postCreate, postFind, 1802 // called from postFind, getEJBObjectForPrimaryKey, 1830 // postFind, getEJBObjectForPrimaryKey 1845 // called from getEJBObject, postCreate, postFind,
|
H A D | BaseContainer.java | 3956 public Object postFind(EjbInvocation inv, Object primaryKeys, method in class:BaseContainer
|
Completed in 31 milliseconds