public abstract class DatabaseSeeder<T> extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
DatabaseSeeder() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected abstract Class<T> |
getEntityClass() |
protected abstract void |
saveEntities(List<T> entities) |
Copyright © 2021. All rights reserved.