| Package | Description |
|---|---|
| org.molgenis.omx.observ | |
| org.molgenis.omx.observ.db |
| Modifier and Type | Method and Description |
|---|---|
Protocol_Subprotocols |
Protocol_Subprotocols.create(Entity entity) |
static Protocol_Subprotocols |
Protocol_Subprotocols.findByAutoid(Database db,
Integer autoid) |
static Protocol_Subprotocols |
Protocol_Subprotocols.findBySubprotocolsProtocol(Database db,
Integer subprotocols,
Integer protocol) |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Protocol_Subprotocols> |
Protocol_Subprotocols.find(Database db,
QueryRule... rules)
Shorthand for db.find(Protocol_Subprotocols.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends Protocol_Subprotocols> |
Protocol_Subprotocols.query(Database db)
Shorthand for db.query(Protocol_Subprotocols.class).
|
| Constructor and Description |
|---|
Protocol_Subprotocols(Protocol_Subprotocols copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
Protocol_SubprotocolsSecurityDecorator<E extends Protocol_Subprotocols>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
Protocol_Subprotocols |
Protocol_SubprotocolsJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Protocol_Subprotocols> |
Protocol_SubprotocolsJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol_SubprotocolsJpaMapper.create(Protocol_Subprotocols 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 |
Protocol_SubprotocolsJpaMapper.destroy(Protocol_Subprotocols protocol_subprotocols) |
void |
Protocol_SubprotocolsJpaMapper.edit(Protocol_Subprotocols protocol_subprotocols) |
| Modifier and Type | Method and Description |
|---|---|
int |
Protocol_SubprotocolsJpaMapper.executeAdd(List<? extends Protocol_Subprotocols> entities) |
int |
Protocol_SubprotocolsJpaMapper.executeRemove(List<? extends Protocol_Subprotocols> entities) |
int |
Protocol_SubprotocolsJpaMapper.executeUpdate(List<? extends Protocol_Subprotocols> entities) |
void |
Protocol_SubprotocolsJpaMapper.prepareFileAttachements(List<Protocol_Subprotocols> entities,
File baseDir) |
void |
Protocol_SubprotocolsJpaMapper.resolveForeignKeys(List<Protocol_Subprotocols> entities) |
boolean |
Protocol_SubprotocolsJpaMapper.saveFileAttachements(List<Protocol_Subprotocols> entities,
File baseDir) |
Copyright © 2013. All Rights Reserved.