Uses of Class
com.sun.jdo.api.persistence.model.jdo.ConcurrencyGroupElement
Packages that use ConcurrencyGroupElement
Package
Description
-
Uses of ConcurrencyGroupElement in com.sun.jdo.api.persistence.model.jdo
Methods in com.sun.jdo.api.persistence.model.jdo that return ConcurrencyGroupElementModifier and TypeMethodDescriptionPersistenceClassElement.getConcurrencyGroup(String name) Returns the concurrency group with the supplied name from the collection of groups maintained by this class.PersistenceClassElement.Impl.getConcurrencyGroup(String name) Find a concurrency group by name.PersistenceClassElement.getConcurrencyGroups()Returns the collection of fields groups by this class in the form of an array.PersistenceClassElement.Impl.getConcurrencyGroups()Get all concurrency groups.PersistenceFieldElement.getConcurrencyGroups()Returns the array of concurrency groups to which this field belongs.Methods in com.sun.jdo.api.persistence.model.jdo with parameters of type ConcurrencyGroupElementModifier and TypeMethodDescriptionvoidPersistenceClassElement.addConcurrencyGroup(ConcurrencyGroupElement group) Add the supplied group to the collection of concurrency groups for this class.voidPersistenceClassElement.addConcurrencyGroups(ConcurrencyGroupElement[] groups) Add the supplied groups to the collection of concurrency groups for this class.voidPersistenceClassElement.Impl.changeConcurrencyGroups(ConcurrencyGroupElement[] groups, int action) Change the set of concurrency groups.booleanPersistenceClassElement.containsConcurrencyGroup(ConcurrencyGroupElement group) Tests whether the supplied group is in the collection of groups maintained by this class.voidPersistenceClassElement.removeConcurrencyGroup(ConcurrencyGroupElement group) Remove the supplied group from the collection of concurrency groups for this class.voidPersistenceClassElement.removeConcurrencyGroups(ConcurrencyGroupElement[] groups) Removed the supplied groups from the collection of concurrency groups for this class.voidPersistenceClassElement.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 ConcurrencyGroupElementModifier and TypeMethodDescriptionPersistenceClassElementImpl.getConcurrencyGroup(String name) Find a concurrency group by name.PersistenceClassElementImpl.getConcurrencyGroups()Get all concurrency groups.Methods in com.sun.jdo.api.persistence.model.jdo.impl with parameters of type ConcurrencyGroupElementModifier and TypeMethodDescriptionvoidPersistenceClassElementImpl.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 ConcurrencyGroupElementModifier and TypeMethodDescriptionMappingFieldElementImpl.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 ConcurrencyGroupElementModifier and TypeMethodDescriptionstatic voidDumpMapping.printConcurrencyGroupElements(int tabs, ConcurrencyGroupElement[] groups)