Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » mapping » [javadoc | source]
org.hibernate.mapping
public interface: AuxiliaryDatabaseObject [javadoc | source]

All Implemented Interfaces:
    RelationalModel, Serializable

All Known Implementing Classes:
    SimpleAuxiliaryDatabaseObject, AbstractAuxiliaryDatabaseObject

Auxiliary 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.
Method from org.hibernate.mapping.AuxiliaryDatabaseObject Summary:
addDialectScope,   appliesToDialect
Method from org.hibernate.mapping.AuxiliaryDatabaseObject Detail:
 public  void addDialectScope(String dialectName)
    Add the given dialect name to the scope of dialects to which this database object applies.
 public boolean appliesToDialect(Dialect dialect)
    Does this database object apply to the given dialect?