Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Uses of Interface
com.sigmadynamics.sdo.interfaces.EntityInterface

Packages that use EntityInterface
com.sigmadynamics.sdo.base Customizable base classes for generated ILS classes. 
com.sigmadynamics.sdo.interfaces Interfaces implemented by generated ILS code. 
com.sigmadynamics.sdo.support Base classes for generated ILS classes. 

 

Uses of EntityInterface in com.sigmadynamics.sdo.base

 

Classes in com.sigmadynamics.sdo.base that implement EntityInterface
 class Entity
          User: ujjwal Date: Jun 2, 2003
 class EntityData
           
 class SessionBase
          User: ujjwal Date: Jun 25, 2003

 

Uses of EntityInterface in com.sigmadynamics.sdo.interfaces

 

Subinterfaces of EntityInterface in com.sigmadynamics.sdo.interfaces
 interface SessionInterface
          Classes of this interface are used to interact with a Session in the context of an integration point call.

 

Methods in com.sigmadynamics.sdo.interfaces that return EntityInterface
 EntityInterface EntityDataInterface.entity()
           

 

Methods in com.sigmadynamics.sdo.interfaces that return types with arguments of type EntityInterface
 java.util.Set<EntityInterface> EntityCacheInterface.getKeys()
          Returns a copy of the cache's keys.

 

Methods in com.sigmadynamics.sdo.interfaces with parameters of type EntityInterface
 EntityDataInterface EntityCacheInterface.get(EntityInterface entity)
           

 

Uses of EntityInterface in com.sigmadynamics.sdo.support

 

Classes in com.sigmadynamics.sdo.support that implement EntityInterface
 class SDEntity
           
 class SDEntityData
          A wrapper around an SDEntity that makes the entity's metadata cacheable by a single SDEntityCache.
 class SDSessionBase
          The base session implementation.

 

Methods in com.sigmadynamics.sdo.support that return types with arguments of type EntityInterface
 java.util.Set<EntityInterface> SDEntityCache.getKeys()
          Returns a new set containing the cache's keys.

 

Methods in com.sigmadynamics.sdo.support with parameters of type EntityInterface
 EntityDataInterface SDEntityCache.get(EntityInterface entity)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.