|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuxiliaryDatabaseObject
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 Summary | |
---|---|
void |
addDialectScope(String dialectName)
Add the given dialect name to the scope of dialects to which this database object applies. |
boolean |
appliesToDialect(Dialect dialect)
Does this database object apply to the given dialect? |
Methods inherited from interface org.hibernate.mapping.RelationalModel |
---|
sqlCreateString, sqlDropString |
Method Detail |
---|
void addDialectScope(String dialectName)
dialectName
- The name of a dialect.boolean appliesToDialect(Dialect dialect)
dialect
- The dialect to check against.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |