Documentation

ToolEvents
in package

Table of Contents

Constants

postGenerateSchema  = 'postGenerateSchema'
The postGenerateSchema event is triggered in SchemaTool#getSchemaFromMetadata() after all entity classes have been transformed into the related Schema structure.
postGenerateSchemaTable  = 'postGenerateSchemaTable'
The postGenerateSchemaTable event occurs in SchemaTool#getSchemaFromMetadata() whenever an entity class is transformed into its table representation. It receives the current non-complete Schema instance, the Entity Metadata Class instance and the Schema Table instance of this entity.

Constants

postGenerateSchema

The postGenerateSchema event is triggered in SchemaTool#getSchemaFromMetadata() after all entity classes have been transformed into the related Schema structure.

public mixed postGenerateSchema = 'postGenerateSchema'

The EventArgs contain the EntityManager and the created Schema instance.

postGenerateSchemaTable

The postGenerateSchemaTable event occurs in SchemaTool#getSchemaFromMetadata() whenever an entity class is transformed into its table representation. It receives the current non-complete Schema instance, the Entity Metadata Class instance and the Schema Table instance of this entity.

public mixed postGenerateSchemaTable = 'postGenerateSchemaTable'

        
On this page

Search results