@Deprecated public class DataSourceSchemaCreatedEvent extends ApplicationEvent
ApplicationEvent
used internally to indicate that the schema of a new
DataSource
has been created. This happens when schema-*.sql files
are executed or when Hibernate initializes the database.source
Constructor and Description |
---|
DataSourceSchemaCreatedEvent(DataSource source)
Deprecated.
Create a new
DataSourceSchemaCreatedEvent . |
public DataSourceSchemaCreatedEvent(DataSource source)
DataSourceSchemaCreatedEvent
.source
- the source DataSource
.