Uses of Class
nl.karpi.bm.Sequence

Packages that use Sequence
nl.karpi.bm.generated   
 

Uses of Sequence in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated with type parameters of type Sequence
static java.util.Comparator<Sequence> Sequence.COMPARATOR_SEQNAME
          A comparator that compares on seqName
 

Methods in nl.karpi.bm.generated that return Sequence
 Sequence Sequence.cloneShallow()
           
static Sequence Sequence.findAndLockByPK(java.lang.String seqName)
           
static Sequence Sequence.findByPK(java.lang.String seqName)
           
static Sequence Sequence.findBySeqName(java.lang.String seqName)
           
 Sequence Sequence.withSeqCount(java.math.BigInteger value)
           
 Sequence Sequence.withSeqName(java.lang.String value)
           
 

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

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



Copyright © 2010 KnowledgePlaza. All Rights Reserved.