| Package | Description |
|---|---|
| org.molgenis.omx.xgap | |
| org.molgenis.omx.xgap.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
PairedSample |
PairedSample.create(Entity entity) |
static PairedSample |
PairedSample.findById(Database db,
Integer id) |
static PairedSample |
PairedSample.findByIdentifier(Database db,
String identifier) |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends PairedSample> |
PairedSample.find(Database db,
QueryRule... rules)
Shorthand for db.find(PairedSample.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends PairedSample> |
PairedSample.query(Database db)
Shorthand for db.query(PairedSample.class).
|
| Constructor and Description |
|---|
PairedSample(PairedSample copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
PairedSampleSecurityDecorator<E extends PairedSample>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
PairedSample |
PairedSampleJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<PairedSample> |
PairedSampleJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
PairedSampleJpaMapper.create(PairedSample entity)
This method first saves the objects that are being refered to by entity,
then the entity itself and
finally the objects that refer to this object
|
void |
PairedSampleJpaMapper.destroy(PairedSample pairedSample) |
void |
PairedSampleJpaMapper.edit(PairedSample pairedSample) |
| Modifier and Type | Method and Description |
|---|---|
int |
PairedSampleJpaMapper.executeAdd(List<? extends PairedSample> entities) |
int |
PairedSampleJpaMapper.executeRemove(List<? extends PairedSample> entities) |
int |
PairedSampleJpaMapper.executeUpdate(List<? extends PairedSample> entities) |
void |
PairedSampleJpaMapper.prepareFileAttachements(List<PairedSample> entities,
File baseDir) |
void |
PairedSampleJpaMapper.resolveForeignKeys(List<PairedSample> entities) |
boolean |
PairedSampleJpaMapper.saveFileAttachements(List<PairedSample> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
PairedSample |
PairedSampleService.create(PairedSample pairedSample) |
PairedSample |
PairedSampleService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PairedSample> |
PairedSampleService.readAll() |
EntityPager<PairedSample> |
PairedSampleService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
PairedSample |
PairedSampleService.create(PairedSample pairedSample) |
void |
PairedSampleService.update(PairedSample pairedSample) |
Copyright © 2013. All Rights Reserved.