Searched refs:getPrimaryKey (Results 1 - 20 of 20) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DEJBLocalObject.java86 public Object getPrimaryKey() throws EJBException; method in interface:EJBLocalObject
H A DEntityContext.java55 * 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 DEJBObject.java89 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 DEntityContextImpl.java148 public Object getPrimaryKey() throws IllegalStateException { method in class:EntityContextImpl
172 Object pkey = getPrimaryKey(); // throws IllegalStateException
255 Object pk = getPrimaryKey();
H A DReadOnlyBeanContainer.java296 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 DEJBObjectImpl.java174 public Object getPrimaryKey() throws RemoteException { method in class:EJBObjectImpl
H A DEJBLocalObjectImpl.java198 public Object getPrimaryKey() method in class:EJBLocalObjectImpl
H A DEJBLocalObjectInvocationHandler.java249 // Can only be remove, isIdentical, getEJBLocalHome, or getPrimaryKey,
286 // Object getPrimaryKey();
289 returnValue = super.getPrimaryKey();
H A DEJBObjectInvocationHandler.java264 } else if( methodName.equals("getPrimaryKey") ) {
268 returnValue = super.getPrimaryKey();
H A DEJBTimerServiceWrapper.java237 ((EntityContext /** XXX Impl XXX **/) ejbContext_).getPrimaryKey();
H A DEntityContainer.java785 // 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 DEJBTimerService.java547 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 DTimerBean.java704 ((EntityContext)context).getPrimaryKey() : null;
/glassfish-3.1.2/persistence/cmp/generator-database/src/main/java/com/sun/jdo/spi/persistence/generator/database/
H A DDDLGenerator.java154 if (table.getPrimaryKey() != null) {
377 String[] twoParam = { table.getName().getName() , getColumnNames(table.getPrimaryKey().getColumns()) };
406 UniqueKeyElement pk = table.getPrimaryKey();
H A DDBElementFactory.java217 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 DJDOEJB20HelperImpl.java130 key = o.getPrimaryKey();
H A DJDOEJB11HelperImpl.java123 key = o.getPrimaryKey();
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/mapping/impl/
H A DMappingClassElementImpl.java480 UniqueKeyElement key = table.getPrimaryKey();
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/util/
H A DModelValidator.java1609 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 DMappingFile.java1002 UniqueKeyElement uke = primTabEl.getPrimaryKey();
1172 UniqueKeyElement pk = primaryTable.getPrimaryKey();

Completed in 56 milliseconds