public class DataSourceSchemaCreatedEvent
extends org.springframework.context.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)
Create a new
DataSourceSchemaCreatedEvent . |
public DataSourceSchemaCreatedEvent(DataSource source)
DataSourceSchemaCreatedEvent
.source
- the source DataSource
.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.