Class DataSourceSchemaCreatedEvent

  • All Implemented Interfaces:
    Serializable

    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.
    Since:
    2.0.0
    See Also:
    Serialized Form