public class DefaultContextModelListener extends Object implements ContextModelListener
ContextModelListener with empty methods.| Constructor and Description |
|---|
DefaultContextModelListener() |
| 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.
|
public void foundColumn(GeneratorColumn column)
ContextModelListenerfoundColumn in interface ContextModelListenercolumn - the new columnpublic void foundEntityClass(EntityClass<?> entityClass)
ContextModelListenerfoundEntityClass in interface ContextModelListenerentityClass - the found classpublic void foundGenerator(IdGenerator generator)
ContextModelListenerfoundGenerator in interface ContextModelListenergenerator - the new generatorpublic void foundTable(GeneratorTable table)
ContextModelListenerfoundTable in interface ContextModelListenertable - the new tableCopyright © 2020 fastnate.org. All rights reserved.