Searched defs:getEJBLocalObjectForPrimaryKey (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/
H A DContainer.java144 EJBLocalObject getEJBLocalObjectForPrimaryKey(Object pkey, EJBContext ctx); method in interface:Container
145 EJBLocalObject getEJBLocalObjectForPrimaryKey(Object pkey); method in interface:Container
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEntityContainer.java887 ref = getEJBLocalObjectForPrimaryKey(primaryKey);
906 ref = getEJBLocalObjectForPrimaryKey(primaryKey);
918 return getEJBLocalObjectForPrimaryKey(primaryKeys);
950 * In the above case, getA() eventualy calls getEJBLocalObjectForPrimaryKey(PK_of_A, Ctx_of_B)
961 * In the above case, getA() eventualy calls getEJBLocalObjectForPrimaryKey(PK_of_A, Ctx_of_B)
970 * In the above case, getA() eventualy calls getEJBLocalObjectForPrimaryKey(PK_of_A, Ctx_of_B)
980 public EJBLocalObject getEJBLocalObjectForPrimaryKey method in class:EntityContainer
1017 public EJBLocalObject getEJBLocalObjectForPrimaryKey(Object pkey) { method in class:EntityContainer
1760 // getEJBLocalObjectForPrimaryKey, removeBean
H A DBaseContainer.java2590 public EJBLocalObject getEJBLocalObjectForPrimaryKey(Object pkey, EJBContext ctx) method in class:BaseContainer
2594 "getEJBLocalObjectForPrimaryKey(pkey, ctx)"));
2598 public EJBLocalObject getEJBLocalObjectForPrimaryKey(Object pkey) { method in class:BaseContainer
2601 "getEJBLocalObjectForPrimaryKey"));

Completed in 302 milliseconds