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