FileDocCategorySizeDatePackage
AuxiliaryDatabaseObject.javaAPI DocHibernate 3.2.5929Wed Aug 10 07:13:00 BST 2005org.hibernate.mapping

AuxiliaryDatabaseObject

public interface AuxiliaryDatabaseObject implements Serializable, RelationalModel
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.
author
Steve Ebersole

Fields Summary
Constructors Summary
Methods Summary
public voidaddDialectScope(java.lang.String dialectName)
Add the given dialect name to the scope of dialects to which this database object applies.

param
dialectName The name of a dialect.

public booleanappliesToDialect(org.hibernate.dialect.Dialect dialect)
Does this database object apply to the given dialect?

param
dialect The dialect to check against.
return
True if this database object does apply to the given dialect.