Uses of Class
com.sun.jdo.api.persistence.model.jdo.ConcurrencyGroupElement

Packages that use ConcurrencyGroupElement
com.sun.jdo.api.persistence.model.jdo   
com.sun.jdo.api.persistence.model.jdo.impl   
com.sun.jdo.api.persistence.model.mapping.impl   
com.sun.jdo.api.persistence.model.util   
 

Uses of ConcurrencyGroupElement in com.sun.jdo.api.persistence.model.jdo
 

Methods in com.sun.jdo.api.persistence.model.jdo that return ConcurrencyGroupElement
 ConcurrencyGroupElement PersistenceClassElement.getConcurrencyGroup(String name)
          Returns the concurrency group with the supplied name from the collection of groups maintained by this class.
 ConcurrencyGroupElement PersistenceClassElement.Impl.getConcurrencyGroup(String name)
          Find a concurrency group by name.
 ConcurrencyGroupElement[] PersistenceFieldElement.getConcurrencyGroups()
          Returns the array of concurrency groups to which this field belongs.
 ConcurrencyGroupElement[] PersistenceClassElement.getConcurrencyGroups()
          Returns the collection of fields groups by this class in the form of an array.
 ConcurrencyGroupElement[] PersistenceClassElement.Impl.getConcurrencyGroups()
          Get all concurrency groups.
 

Methods in com.sun.jdo.api.persistence.model.jdo with parameters of type ConcurrencyGroupElement
 void PersistenceClassElement.addConcurrencyGroup(ConcurrencyGroupElement group)
          Add the supplied group to the collection of concurrency groups for this class.
 void PersistenceClassElement.addConcurrencyGroups(ConcurrencyGroupElement[] groups)
          Add the supplied groups to the collection of concurrency groups for this class.
 void PersistenceClassElement.Impl.changeConcurrencyGroups(ConcurrencyGroupElement[] groups, int action)
          Change the set of concurrency groups.
 boolean PersistenceClassElement.containsConcurrencyGroup(ConcurrencyGroupElement group)
          Tests whether the supplied group is in the collection of groups maintained by this class.
 void PersistenceClassElement.removeConcurrencyGroup(ConcurrencyGroupElement group)
          Remove the supplied group from the collection of concurrency groups for this class.
 void PersistenceClassElement.removeConcurrencyGroups(ConcurrencyGroupElement[] groups)
          Removed the supplied groups from the collection of concurrency groups for this class.
 void PersistenceClassElement.setConcurrencyGroups(ConcurrencyGroupElement[] groups)
          Sets the collection of concurrency groups maintained by this class to the contents of the supplied array.
 

Uses of ConcurrencyGroupElement in com.sun.jdo.api.persistence.model.jdo.impl
 

Methods in com.sun.jdo.api.persistence.model.jdo.impl that return ConcurrencyGroupElement
 ConcurrencyGroupElement PersistenceClassElementImpl.getConcurrencyGroup(String name)
          Find a concurrency group by name.
 ConcurrencyGroupElement[] PersistenceClassElementImpl.getConcurrencyGroups()
          Get all concurrency groups.
 

Methods in com.sun.jdo.api.persistence.model.jdo.impl with parameters of type ConcurrencyGroupElement
 void PersistenceClassElementImpl.changeConcurrencyGroups(ConcurrencyGroupElement[] groups, int action)
          Change the set of concurrency groups.
 

Uses of ConcurrencyGroupElement in com.sun.jdo.api.persistence.model.mapping.impl
 

Methods in com.sun.jdo.api.persistence.model.mapping.impl that return ConcurrencyGroupElement
 ConcurrencyGroupElement[] MappingFieldElementImpl.getConcurrencyGroups()
          Returns the array of concurrency groups to which this field belongs.
 

Uses of ConcurrencyGroupElement in com.sun.jdo.api.persistence.model.util
 

Methods in com.sun.jdo.api.persistence.model.util with parameters of type ConcurrencyGroupElement
static void DumpMapping.printConcurrencyGroupElements(int tabs, ConcurrencyGroupElement[] groups)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.