Uses of Class
org.plasma.sdo.profile.ConcurrencyType

Packages that use ConcurrencyType
org.plasma.sdo  
org.plasma.sdo.core   
org.plasma.sdo.profile   
 

Uses of ConcurrencyType in org.plasma.sdo
 

Methods in org.plasma.sdo that return ConcurrencyType
 ConcurrencyType Concurrent.getType()
           
 

Methods in org.plasma.sdo with parameters of type ConcurrencyType
 Property PlasmaType.findProperty(ConcurrencyType concurrencyType, ConcurrentDataFlavor dataFlavor)
          Returns the declared property from this type and its base types tagged with the given concurrency type and data flavor.
 boolean PlasmaProperty.isConcurrent(ConcurrencyType type, ConcurrentDataFlavor dataFlavor)
          Returns true if this property is tagged as concurrent for the given concurrency type and data flavor.
 void Concurrent.setType(ConcurrencyType value)
           
 

Uses of ConcurrencyType in org.plasma.sdo.core
 

Methods in org.plasma.sdo.core with parameters of type ConcurrencyType
 Property CoreType.findProperty(ConcurrencyType concurrencyType, ConcurrentDataFlavor dataFlavor)
           
 boolean CoreProperty.isConcurrent(ConcurrencyType type, ConcurrentDataFlavor dataFlavor)
           
 

Uses of ConcurrencyType in org.plasma.sdo.profile
 

Methods in org.plasma.sdo.profile that return ConcurrencyType
 ConcurrencyType SDOConcurrent.getType()
           
static ConcurrencyType ConcurrencyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConcurrencyType[] ConcurrencyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.plasma.sdo.profile with parameters of type ConcurrencyType
 void SDOConcurrent.setType(ConcurrencyType value)
           
 



Copyright © 2013. All Rights Reserved.