Package org.apache.openjpa.jdbc.schema
Interface SchemaGenerator.Listener
-
- Enclosing class:
- SchemaGenerator
public static interface SchemaGenerator.Listener
A listener for a potentially lengthy schema generation process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
schemaObjectGenerated(SchemaGenerator.Event e)
-
-
-
Method Detail
-
schemaObjectGenerated
boolean schemaObjectGenerated(SchemaGenerator.Event e)
-
-