Uses of Class
nl.karpi.bm.Eangroup

Packages that use Eangroup
nl.karpi.bm.generated   
 

Uses of Eangroup in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated with type parameters of type Eangroup
static java.util.Comparator<Eangroup> Eangroup.COMPARATOR_AFMETINGCODE_BANDCODE_BANDGROEPNAAM_DESSINCODE_KLEURCODE_KWALITEITCODE
          A comparator that compares on afmetingcode bandcode bandgroepnaam dessincode kleurcode kwaliteitcode
static java.util.Comparator<Eangroup> Eangroup.COMPARATOR_EANGROUPNR
          A comparator that compares on eangroupnr
 

Methods in nl.karpi.bm.generated that return Eangroup
 Eangroup Eangroup.cloneShallow()
           
static Eangroup Eangroup.findAndLockByPK(java.math.BigInteger eangroupnr)
           
static Eangroup Eangroup.findAndLockByPK(int id)
           
static Eangroup Eangroup.findAndLockByPK(long id)
           
static Eangroup Eangroup.findByAfmetingcodeBandcodeBandgroepnaamDessincodeKleurcodeKwaliteitcode(java.lang.String afmetingcode, java.lang.String bandcode, java.lang.String bandgroepnaam, java.lang.String dessincode, java.lang.String kleurcode, java.lang.String kwaliteitcode)
           
static Eangroup Eangroup.findByEangroupnr(java.math.BigInteger eangroupnr)
           
static Eangroup Eangroup.findByPK(java.math.BigInteger eangroupnr)
           
static Eangroup Eangroup.findByPK(int id)
           
static Eangroup Eangroup.findByPK(long id)
           
 Eangroup Eangroup.withAfmetingcode(java.lang.String value)
           
 Eangroup Eangroup.withBandcode(java.lang.String value)
           
 Eangroup Eangroup.withBandgroepnaam(java.lang.String value)
           
 Eangroup Eangroup.withDessincode(java.lang.String value)
           
 Eangroup Eangroup.withEan(java.math.BigDecimal value)
           
 Eangroup Eangroup.withEangroupnr(java.math.BigInteger value)
           
 Eangroup Eangroup.withKleurcode(java.lang.String value)
           
 Eangroup Eangroup.withKwaliteitcode(java.lang.String value)
           
 

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

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



Copyright © 2010 KnowledgePlaza. All Rights Reserved.