| Package | Description |
|---|---|
| net.as_development.asdk.db_service.impl | |
| net.as_development.asdk.db_service.impl.backend.creator |
| Modifier and Type | Method and Description |
|---|---|
static EntityBase |
EntityHelper.createEntityFromRow(EntityMetaInfo aMeta,
Row aRow) |
static EntityBase |
EntityHelper.createNewEntityInstance(EntityMetaInfo aMeta) |
EntityBase |
PersistentEntity.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
static Row |
EntityHelper.createRowFromEntity(EntityMetaInfo aMeta,
EntityBase aEntity) |
void |
PersistentStateHandler.setEntity(EntityBase aEntity) |
void |
PersistentEntity.setEntity(EntityBase aEntity) |
| Constructor and Description |
|---|
PersistentEntity(EntityMetaInfo aDescriptor,
EntityBase aEntity) |
PersistentStateHandler(EntityBase aEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSVDump.setEntityClass(Class<? extends EntityBase> aEntityClass)
set the entity class used for import/export here.
|
Copyright © 2016 as-development.net. All rights reserved.