| Package | Description |
|---|---|
| org.molgenis.omx.converters | |
| org.molgenis.omx.observ | |
| org.molgenis.omx.observ.value | |
| org.molgenis.omx.observ.value.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
MrefValue |
TupleToMrefValueConverter.fromTuple(Tuple tuple,
String colName,
ObservableFeature feature) |
MrefValue |
TupleToMrefValueConverter.updateFromTuple(Tuple tuple,
String colName,
ObservableFeature feature,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MrefValue> |
Characteristic.getValueMrefValueCollection() |
Collection<MrefValue> |
Characteristic.getValueMrefValueCollection(Database db) |
| Modifier and Type | Method and Description |
|---|---|
void |
Characteristic.setValueMrefValueCollection(Collection<MrefValue> collection) |
| Modifier and Type | Method and Description |
|---|---|
MrefValue |
MrefValue.create(Entity entity) |
static MrefValue |
MrefValue.findById(Database db,
Integer id) |
MrefValue |
MrefValue_Value.getMrefValue()
Get the .
|
MrefValue |
MrefValue_Value.getMrefValue(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<? extends MrefValue> |
MrefValue.find(Database db,
QueryRule... rules)
Shorthand for db.find(MrefValue.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends MrefValue> |
MrefValue.query(Database db)
Shorthand for db.query(MrefValue.class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MrefValue_Value.setMrefValue(MrefValue mrefValue)
Set the .
|
| Constructor and Description |
|---|
MrefValue(MrefValue copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
MrefValueSecurityDecorator<E extends MrefValue>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
MrefValue |
MrefValueJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<MrefValue> |
MrefValueJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
MrefValueJpaMapper.create(MrefValue 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 |
MrefValueJpaMapper.destroy(MrefValue mrefValue) |
void |
MrefValueJpaMapper.edit(MrefValue mrefValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
MrefValueJpaMapper.executeAdd(List<? extends MrefValue> entities) |
int |
MrefValueJpaMapper.executeRemove(List<? extends MrefValue> entities) |
int |
MrefValueJpaMapper.executeUpdate(List<? extends MrefValue> entities) |
void |
MrefValueJpaMapper.prepareFileAttachements(List<MrefValue> entities,
File baseDir) |
void |
MrefValueJpaMapper.resolveForeignKeys(List<MrefValue> entities) |
boolean |
MrefValueJpaMapper.saveFileAttachements(List<MrefValue> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
MrefValue |
MrefValueService.create(MrefValue mrefValue) |
MrefValue |
MrefValueService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<MrefValue> |
MrefValueService.readAll() |
EntityPager<MrefValue> |
MrefValueService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
MrefValue |
MrefValueService.create(MrefValue mrefValue) |
void |
MrefValueService.update(MrefValue mrefValue) |
Copyright © 2013. All Rights Reserved.