Uses of Class
nl.karpi.bm.Kwaliteitgroep

Packages that use Kwaliteitgroep
nl.karpi.bm.generated   
 

Uses of Kwaliteitgroep in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated declared as Kwaliteitgroep
protected  Kwaliteitgroep Kwaliteit.kwaliteitgroep
           
 

Fields in nl.karpi.bm.generated with type parameters of type Kwaliteitgroep
static java.util.Comparator<Kwaliteitgroep> Kwaliteitgroep.COMPARATOR_CODE
          A comparator that compares on code
static java.util.Comparator<Kwaliteitgroep> Kwaliteitgroep.COMPARATOR_KWALITEITGROEPNR
          A comparator that compares on kwaliteitgroepnr
 

Methods in nl.karpi.bm.generated that return Kwaliteitgroep
 Kwaliteitgroep Kwaliteitgroep.cloneShallow()
           
static Kwaliteitgroep Kwaliteitgroep.findAndLockByPK(java.math.BigInteger kwaliteitgroepnr)
           
static Kwaliteitgroep Kwaliteitgroep.findAndLockByPK(int id)
           
static Kwaliteitgroep Kwaliteitgroep.findAndLockByPK(long id)
           
static Kwaliteitgroep Kwaliteitgroep.findByCode(java.lang.String code)
           
static Kwaliteitgroep Kwaliteitgroep.findByKwaliteitgroepnr(java.math.BigInteger kwaliteitgroepnr)
           
static Kwaliteitgroep Kwaliteitgroep.findByPK(java.math.BigInteger kwaliteitgroepnr)
           
static Kwaliteitgroep Kwaliteitgroep.findByPK(int id)
           
static Kwaliteitgroep Kwaliteitgroep.findByPK(long id)
           
 Kwaliteitgroep Kwaliteit.getKwaliteitgroep()
          Kwaliteitgroep
 Kwaliteitgroep Kwaliteitgroep.withCode(java.lang.String value)
           
 Kwaliteitgroep Kwaliteitgroep.withKwaliteitgroepnr(java.math.BigInteger value)
           
 Kwaliteitgroep Kwaliteitgroep.withKwaliteitsWhereIAmKwaliteitgroep(java.util.List<Kwaliteit> value)
           
 Kwaliteitgroep Kwaliteitgroep.withNaam(java.lang.String value)
           
 

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

Methods in nl.karpi.bm.generated with parameters of type Kwaliteitgroep
 int Kwaliteitgroep.ComparatorKwaliteitgroepnr.compare(Kwaliteitgroep o1, Kwaliteitgroep o2)
           
 int Kwaliteitgroep.ComparatorCode.compare(Kwaliteitgroep o1, Kwaliteitgroep o2)
           
 int Kwaliteitgroep.compareTo(Kwaliteitgroep o)
          default compare on primary key
 void Kwaliteit.setKwaliteitgroep(Kwaliteitgroep value)
           
static void Kwaliteitgroep.shallowCopy(Kwaliteitgroep original, Kwaliteitgroep copy)
          shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT
 Kwaliteit Kwaliteit.withKwaliteitgroep(Kwaliteitgroep value)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.