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