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