/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/ |
H A D | EJBLocalObject.java | 86 public Object getPrimaryKey() throws EJBException; method in interface:EJBLocalObject
|
H A D | EntityContext.java | 55 * getPrimaryKey() method) may change, as the container assigns the instance 116 * result of getEJBObject().getPrimaryKey(). 124 Object getPrimaryKey() throws IllegalStateException; method in interface:EntityContext
|
H A D | EJBObject.java | 89 public Object getPrimaryKey() throws RemoteException; method in interface:EJBObject
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/ |
H A D | EntityContextImpl.java | 148 public Object getPrimaryKey() throws IllegalStateException { method in class:EntityContextImpl 172 Object pkey = getPrimaryKey(); // throws IllegalStateException 255 Object pk = getPrimaryKey();
|
H A D | ReadOnlyBeanContainer.java | 296 beanStateSynch.ejb__refresh(entityCtx.getPrimaryKey()); 312 (entityCtx.getPrimaryKey()); 352 entityCtx.getPrimaryKey() + " at " + 381 Object pk = context.getPrimaryKey(); 434 ReadOnlyBeanInfo robInfo = addToCache(context.getPrimaryKey(), true); 449 robCache.remove(ctx.getPrimaryKey(), true); 471 robCache.remove(readOnlyCtx.getPrimaryKey(), true);
|
H A D | EJBObjectImpl.java | 174 public Object getPrimaryKey() throws RemoteException { method in class:EJBObjectImpl
|
H A D | EJBLocalObjectImpl.java | 198 public Object getPrimaryKey() method in class:EJBLocalObjectImpl
|
H A D | EJBLocalObjectInvocationHandler.java | 249 // Can only be remove, isIdentical, getEJBLocalHome, or getPrimaryKey, 286 // Object getPrimaryKey(); 289 returnValue = super.getPrimaryKey();
|
H A D | EJBObjectInvocationHandler.java | 264 } else if( methodName.equals("getPrimaryKey") ) { 268 returnValue = super.getPrimaryKey();
|
H A D | EJBTimerServiceWrapper.java | 237 ((EntityContext /** XXX Impl XXX **/) ejbContext_).getPrimaryKey();
|
H A D | EntityContainer.java | 785 // this is necessary to make EntityContext.getPrimaryKey and 1316 Object primaryKey = context.getPrimaryKey(); 1707 Object pkey = context.getPrimaryKey(); 1969 Object primaryKey = context.getPrimaryKey(); 2137 activeTxCache.remove(this, context.getPrimaryKey()); 2316 if (!ejbObjImpl.getPrimaryKey().equals(other.getPrimaryKey())) { 2706 Object primaryKey = context.getPrimaryKey();
|
H A D | EJBTimerService.java | 547 TimerPrimaryKey timerId = getPrimaryKey(timer); 571 TimerPrimaryKey timerId = getPrimaryKey(timer); 1477 timerIdsForTimedObject.add(getPrimaryKey(timer)); 2169 private TimerPrimaryKey getPrimaryKey(TimerState timer) { method in class:EJBTimerService
|
H A D | TimerBean.java | 704 ((EntityContext)context).getPrimaryKey() : null;
|
/glassfish-3.1.2/persistence/cmp/generator-database/src/main/java/com/sun/jdo/spi/persistence/generator/database/ |
H A D | DDLGenerator.java | 154 if (table.getPrimaryKey() != null) { 377 String[] twoParam = { table.getName().getName() , getColumnNames(table.getPrimaryKey().getColumns()) }; 406 UniqueKeyElement pk = table.getPrimaryKey();
|
H A D | DBElementFactory.java | 217 UniqueKeyElement pk = refTbl.getPrimaryKey();
|
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/cmp/ |
H A D | JDOEJB20HelperImpl.java | 130 key = o.getPrimaryKey();
|
H A D | JDOEJB11HelperImpl.java | 123 key = o.getPrimaryKey();
|
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/mapping/impl/ |
H A D | MappingClassElementImpl.java | 480 UniqueKeyElement key = table.getPrimaryKey();
|
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/util/ |
H A D | ModelValidator.java | 1609 KeyElement key = column.getDeclaringTable().getPrimaryKey(); 1825 if ((table != null) && (table.getPrimaryKey() == null)) 2486 ((table != null) ? table.getPrimaryKey() : null),
|
/glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/ |
H A D | MappingFile.java | 1002 UniqueKeyElement uke = primTabEl.getPrimaryKey(); 1172 UniqueKeyElement pk = primaryTable.getPrimaryKey();
|