public interface ContextModelListener
entity classes or
generators.| Modifier and Type | Method and Description |
|---|---|
void |
foundColumn(GeneratorColumn column)
Called when a new table column was discovered.
|
void |
foundEntityClass(EntityClass<?> entityClass)
Called when a new entity class was discovered.
|
void |
foundGenerator(IdGenerator generator)
Called when a new generator was discovered.
|
void |
foundTable(GeneratorTable table)
Called when a new table was discovered.
|
void foundColumn(GeneratorColumn column)
column - the new columnvoid foundEntityClass(EntityClass<?> entityClass)
entityClass - the found classvoid foundGenerator(IdGenerator generator)
generator - the new generatorvoid foundTable(GeneratorTable table)
table - the new tableCopyright © 2020 fastnate.org. All rights reserved.