Uses of Class
com.sun.jdo.api.persistence.model.jdo.ConcurrencyGroupElement
-
-
Uses of ConcurrencyGroupElement in com.sun.jdo.api.persistence.model.jdo
Methods in com.sun.jdo.api.persistence.model.jdo that return ConcurrencyGroupElement Modifier and Type Method Description ConcurrencyGroupElementPersistenceClassElement. getConcurrencyGroup(String name)Returns the concurrency group with the supplied name from the collection of groups maintained by this class.ConcurrencyGroupElementPersistenceClassElement.Impl. getConcurrencyGroup(String name)Find a concurrency group by name.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.ConcurrencyGroupElement[]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 ConcurrencyGroupElement Modifier and Type Method Description voidPersistenceClassElement. 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 ConcurrencyGroupElement Modifier and Type Method Description ConcurrencyGroupElementPersistenceClassElementImpl. 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 Modifier and Type Method Description voidPersistenceClassElementImpl. 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 Modifier and Type Method Description 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 Modifier and Type Method Description static voidDumpMapping. printConcurrencyGroupElements(int tabs, ConcurrencyGroupElement[] groups)
-