@Deprecated
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.| Constructor and Description |
|---|
DataSourceSchemaCreatedEvent(javax.sql.DataSource source)
Deprecated.
Create a new
DataSourceSchemaCreatedEvent. |
public DataSourceSchemaCreatedEvent(javax.sql.DataSource source)
DataSourceSchemaCreatedEvent.source - the source DataSource.