Uses of Class
nl.karpi.bm.Artikelbandgroep

Packages that use Artikelbandgroep
nl.karpi.bm.generated   
 

Uses of Artikelbandgroep in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated declared as Artikelbandgroep
protected  Artikelbandgroep Artikelband.artikelbandgroep
           
 

Fields in nl.karpi.bm.generated with type parameters of type Artikelbandgroep
static java.util.Comparator<Artikelbandgroep> Artikelbandgroep.COMPARATOR_ARTIKELBANDGROEPNR
          A comparator that compares on artikelbandgroepnr
 

Methods in nl.karpi.bm.generated that return Artikelbandgroep
 Artikelbandgroep Artikelbandgroep.cloneShallow()
           
static Artikelbandgroep Artikelbandgroep.findAndLockByPK(java.math.BigInteger artikelbandgroepnr)
           
static Artikelbandgroep Artikelbandgroep.findAndLockByPK(int id)
           
static Artikelbandgroep Artikelbandgroep.findAndLockByPK(long id)
           
static Artikelbandgroep Artikelbandgroep.findByArtikelbandgroepnr(java.math.BigInteger artikelbandgroepnr)
           
static Artikelbandgroep Artikelbandgroep.findByPK(java.math.BigInteger artikelbandgroepnr)
           
static Artikelbandgroep Artikelbandgroep.findByPK(int id)
           
static Artikelbandgroep Artikelbandgroep.findByPK(long id)
           
 Artikelbandgroep Artikelband.getArtikelbandgroep()
          Artikelbandgroep
 Artikelbandgroep Artikelbandgroep.withArtikelbandgroepnr(java.math.BigInteger value)
           
 Artikelbandgroep Artikelbandgroep.withArtikelbandsWhereIAmArtikelbandgroep(java.util.List<Artikelband> value)
           
 Artikelbandgroep Artikelbandgroep.withNaam(java.lang.String value)
           
 

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

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



Copyright © 2010 KnowledgePlaza. All Rights Reserved.