Uses of Class
nl.karpi.bm.Ean

Packages that use Ean
nl.karpi.bm.generated   
 

Uses of Ean in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated with type parameters of type Ean
static java.util.Comparator<Ean> Ean.COMPARATOR_EANNR
          A comparator that compares on eannr
static java.util.Comparator<Ean> Ean.COMPARATOR_EANPREFIX
          A comparator that compares on eanprefix
 

Methods in nl.karpi.bm.generated that return Ean
 Ean Ean.cloneShallow()
           
static Ean Ean.findAndLockByPK(java.math.BigInteger eannr)
           
static Ean Ean.findAndLockByPK(int id)
           
static Ean Ean.findAndLockByPK(long id)
           
static Ean Ean.findByEannr(java.math.BigInteger eannr)
           
static Ean Ean.findByEanprefix(java.math.BigInteger eanprefix)
           
static Ean Ean.findByPK(java.math.BigInteger eannr)
           
static Ean Ean.findByPK(int id)
           
static Ean Ean.findByPK(long id)
           
 Ean Ean.withDirection(java.math.BigInteger value)
           
 Ean Ean.withEanboundary(java.math.BigInteger value)
           
 Ean Ean.withEanindex(java.math.BigInteger value)
           
 Ean Ean.withEannr(java.math.BigInteger value)
           
 Ean Ean.withEanprefix(java.math.BigInteger value)
           
 

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

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



Copyright © 2010 KnowledgePlaza. All Rights Reserved.