Searched refs:getEJBLocalObjectForPrimaryKey (Results 1 - 5 of 5) 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/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/ejb/
H A DSunContainerHelper.java171 return ((Container)container).getEJBLocalObjectForPrimaryKey(pk);
192 rc = ((Container)container).getEJBLocalObjectForPrimaryKey(pk, context);
/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 DReadOnlyBeanContainer.java728 getEJBLocalObjectForPrimaryKey(primaryKey);
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 38 milliseconds