| Package | Description |
|---|---|
| org.molgenis.omx.xgap | |
| org.molgenis.omx.xgap.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
Polymorphism |
Polymorphism.create(Entity entity) |
static Polymorphism |
Polymorphism.findById(Database db,
Integer id) |
static Polymorphism |
Polymorphism.findByIdentifier(Database db,
String identifier) |
Polymorphism |
SNP_Polymorphism.getPolymorphism()
Get the .
|
Polymorphism |
SNP_Polymorphism.getPolymorphism(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Polymorphism> |
Polymorphism.find(Database db,
QueryRule... rules)
Shorthand for db.find(Polymorphism.class, org.molgenis.framework.db.QueryRule ...
|
List<Polymorphism> |
SNP.getPolymorphism()
Get the The polymorphism that belongs to this SNP..
|
List<Polymorphism> |
SNP.getPolymorphism(Database db)
Deprecated.
|
static Query<? extends Polymorphism> |
Polymorphism.query(Database db)
Shorthand for db.query(Polymorphism.class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SNP.setPolymorphism(Polymorphism... polymorphism) |
void |
SNP_Polymorphism.setPolymorphism(Polymorphism polymorphism)
Set the .
|
| Modifier and Type | Method and Description |
|---|---|
void |
SNP.setPolymorphism(List<Polymorphism> polymorphism)
Set the The polymorphism that belongs to this SNP..
|
| Constructor and Description |
|---|
Polymorphism(Polymorphism copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
PolymorphismSecurityDecorator<E extends Polymorphism>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
Polymorphism |
PolymorphismJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Polymorphism> |
PolymorphismJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolymorphismJpaMapper.create(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 |
PolymorphismJpaMapper.destroy(Polymorphism polymorphism) |
void |
PolymorphismJpaMapper.edit(Polymorphism polymorphism) |
| Modifier and Type | Method and Description |
|---|---|
int |
PolymorphismJpaMapper.executeAdd(List<? extends Polymorphism> entities) |
int |
PolymorphismJpaMapper.executeRemove(List<? extends Polymorphism> entities) |
int |
PolymorphismJpaMapper.executeUpdate(List<? extends Polymorphism> entities) |
void |
PolymorphismJpaMapper.prepareFileAttachements(List<Polymorphism> entities,
File baseDir) |
void |
PolymorphismJpaMapper.resolveForeignKeys(List<Polymorphism> entities) |
boolean |
PolymorphismJpaMapper.saveFileAttachements(List<Polymorphism> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
Polymorphism |
PolymorphismService.create(Polymorphism polymorphism) |
Polymorphism |
PolymorphismService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Polymorphism> |
PolymorphismService.readAll() |
EntityPager<Polymorphism> |
PolymorphismService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
Polymorphism |
PolymorphismService.create(Polymorphism polymorphism) |
void |
PolymorphismService.update(Polymorphism polymorphism) |
Copyright © 2013. All Rights Reserved.