public abstract class AbstractSeed<T extends GumgaIdable<ID>,ID extends Serializable> extends Object implements AppSeed
| Constructor and Description |
|---|
AbstractSeed() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
createObject(String[] args) |
void |
loadSeed() |
abstract String |
pathFile() |
abstract GumgaService<T,ID> |
service() |
@Transactional
public void loadSeed()
throws IOException
loadSeed in interface AppSeedIOExceptionpublic abstract GumgaService<T,ID> service()
public abstract String pathFile()
Copyright © 2017 Gumga. All rights reserved.