Uses of Class
nl.karpi.bm.Statistiekcode

Packages that use Statistiekcode
nl.karpi.bm.generated   
 

Uses of Statistiekcode in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated declared as Statistiekcode
protected  Statistiekcode Kwaliteit.statistiekcode
           
 

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

Methods in nl.karpi.bm.generated that return Statistiekcode
 Statistiekcode Statistiekcode.cloneShallow()
           
static Statistiekcode Statistiekcode.findAndLockByPK(java.math.BigInteger statistiekcodenr)
           
static Statistiekcode Statistiekcode.findAndLockByPK(int id)
           
static Statistiekcode Statistiekcode.findAndLockByPK(long id)
           
static Statistiekcode Statistiekcode.findByCode(java.lang.String code)
           
static Statistiekcode Statistiekcode.findByPK(java.math.BigInteger statistiekcodenr)
           
static Statistiekcode Statistiekcode.findByPK(int id)
           
static Statistiekcode Statistiekcode.findByPK(long id)
           
static Statistiekcode Statistiekcode.findByStatistiekcodenr(java.math.BigInteger statistiekcodenr)
           
 Statistiekcode Kwaliteit.getStatistiekcode()
          Statistiekcode
 Statistiekcode Statistiekcode.withCode(java.lang.String value)
           
 Statistiekcode Statistiekcode.withKwaliteitsWhereIAmStatistiekcode(java.util.List<Kwaliteit> value)
           
 Statistiekcode Statistiekcode.withOmschrijving(java.lang.String value)
           
 Statistiekcode Statistiekcode.withStatistiekcodenr(java.math.BigInteger value)
           
 

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

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



Copyright © 2010 KnowledgePlaza. All Rights Reserved.