Uses of Class
nl.karpi.bm.Rol

Packages that use Rol
nl.karpi.bm   
nl.karpi.bm.generated   
 

Uses of Rol in nl.karpi.bm
 

Methods in nl.karpi.bm that return types with arguments of type Rol
static java.util.List<Rol> Rol.findAllActive()
          find all entities that are active; - have no rol2vrdmut - have a remaining length of <> 0
 

Methods in nl.karpi.bm with parameters of type Rol
 void Rol2Vrdmut.setRol(Rol value)
           
 

Uses of Rol in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated declared as Rol
protected  Rol Rol2Vrdmut.rol
           
 

Fields in nl.karpi.bm.generated with type parameters of type Rol
static java.util.Comparator<Rol> Rol.COMPARATOR_ID
          A comparator that compares on id
static java.util.Comparator<Rol> Rol.COMPARATOR_ROLNR
          A comparator that compares on rolnr
 

Methods in nl.karpi.bm.generated that return Rol
 Rol Rol.cloneShallow()
           
static Rol Rol.findAndLockByPK(java.math.BigInteger rolnr)
           
static Rol Rol.findAndLockByPK(int id)
           
static Rol Rol.findAndLockByPK(long id)
           
static Rol Rol.findById(java.lang.String id)
           
static Rol Rol.findByPK(java.math.BigInteger rolnr)
           
static Rol Rol.findByPK(int id)
           
static Rol Rol.findByPK(long id)
           
static Rol Rol.findByRolnr(java.math.BigInteger rolnr)
           
 Rol Rol2Vrdmut.getRol()
          Rol
 Rol Rol.withBreedte(java.math.BigDecimal value)
           
 Rol Rol.withId(java.lang.String value)
           
 Rol Rol.withKeuze(java.lang.String value)
           
 Rol Rol.withLocatie(java.lang.String value)
           
 Rol Rol.withOpmerking(java.lang.String value)
           
 Rol Rol.withPool(java.lang.String value)
           
 Rol Rol.withRol2VrdmutsWhereIAmRol(java.util.List<Rol2Vrdmut> value)
           
 Rol Rol.withRolnr(java.math.BigInteger value)
           
 

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

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



Copyright © 2010 KnowledgePlaza. All Rights Reserved.