Uses of Class
nl.karpi.bm.Regio

Packages that use Regio
nl.karpi.bm.generated   
 

Uses of Regio in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated declared as Regio
protected  Regio Klantgroep.regio
           
 

Fields in nl.karpi.bm.generated with type parameters of type Regio
static java.util.Comparator<Regio> Regio.COMPARATOR_OMSCHRIJVING
          A comparator that compares on omschrijving
static java.util.Comparator<Regio> Regio.COMPARATOR_REGIONR
          A comparator that compares on regionr
 

Methods in nl.karpi.bm.generated that return Regio
 Regio Regio.cloneShallow()
           
static Regio Regio.findAndLockByPK(java.math.BigInteger regionr)
           
static Regio Regio.findAndLockByPK(int id)
           
static Regio Regio.findAndLockByPK(long id)
           
static Regio Regio.findByOmschrijving(java.lang.String omschrijving)
           
static Regio Regio.findByPK(java.math.BigInteger regionr)
           
static Regio Regio.findByPK(int id)
           
static Regio Regio.findByPK(long id)
           
static Regio Regio.findByRegionr(java.math.BigInteger regionr)
           
 Regio Klantgroep.getRegio()
          Regio
 Regio Regio.withKlantgroepsWhereIAmRegio(java.util.List<Klantgroep> value)
           
 Regio Regio.withOmschrijving(java.lang.String value)
           
 Regio Regio.withOpmerking(java.lang.String value)
           
 Regio Regio.withRegionr(java.math.BigInteger value)
           
 

Methods in nl.karpi.bm.generated that return types with arguments of type Regio
static java.util.List<Regio> Regio.findAll()
          find all entities
static java.util.List<Regio> Regio.findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
 

Methods in nl.karpi.bm.generated with parameters of type Regio
 int Regio.ComparatorRegionr.compare(Regio o1, Regio o2)
           
 int Regio.ComparatorOmschrijving.compare(Regio o1, Regio o2)
           
 int Regio.compareTo(Regio o)
          default compare on primary key
 void Klantgroep.setRegio(Regio value)
           
static void Regio.shallowCopy(Regio original, Regio copy)
          shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT
 Klantgroep Klantgroep.withRegio(Regio value)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.