AuxiliaryDatabaseObjectpublic interface AuxiliaryDatabaseObject implements Serializable, RelationalModelAuxiliary database objects (i.e., triggers, stored procedures, etc) defined
in the mappings. Allows Hibernate to manage their lifecycle as part of
creating/dropping the schema. |
Methods Summary |
---|
public void | addDialectScope(java.lang.String dialectName)Add the given dialect name to the scope of dialects to which
this database object applies.
| public boolean | appliesToDialect(org.hibernate.dialect.Dialect dialect)Does this database object apply to the given dialect?
|
|