|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Seq | |
|---|---|
| nl.karpi.bm.generated | |
| Uses of Seq in nl.karpi.bm.generated |
|---|
| Fields in nl.karpi.bm.generated with type parameters of type Seq | |
|---|---|
static java.util.Comparator<Seq> |
Seq.COMPARATOR_SEQID
A comparator that compares on seqId |
| Methods in nl.karpi.bm.generated that return Seq | |
|---|---|
Seq |
Seq.cloneShallow()
|
static Seq |
Seq.findAndLockByPK(java.lang.String seqId)
|
static Seq |
Seq.findByPK(java.lang.String seqId)
|
static Seq |
Seq.findBySeqId(java.lang.String seqId)
|
Seq |
Seq.withSeqId(java.lang.String value)
|
Seq |
Seq.withSeqVal(java.math.BigInteger value)
|
| Methods in nl.karpi.bm.generated that return types with arguments of type Seq | |
|---|---|
static java.util.List<Seq> |
Seq.findAll()
find all entities |
static java.util.List<Seq> |
Seq.findAllOrderedBy(java.lang.String orderedBy)
find all entities ordered by |
| Methods in nl.karpi.bm.generated with parameters of type Seq | |
|---|---|
int |
Seq.ComparatorSeqId.compare(Seq o1,
Seq o2)
|
int |
Seq.compareTo(Seq o)
default compare on primary key |
static void |
Seq.shallowCopy(Seq original,
Seq copy)
shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||