Uses of Class
net.java.ao.schema.ddl.DDLForeignKey
Packages that use DDLForeignKey
-
Uses of DDLForeignKey in net.java.ao
Methods in net.java.ao that return types with arguments of type DDLForeignKeyModifier and TypeMethodDescriptionprotected Iterable<DDLForeignKey>DatabaseProvider.findForeignKeysForField(DDLTable table, DDLField field) Methods in net.java.ao with parameters of type DDLForeignKeyModifier and TypeMethodDescriptionprotected SQLActionDatabaseProvider.renderAlterTableAddKey(DDLForeignKey key) Generates the database-specific DDL statement required to add a foreign key to a table.protected SQLActionDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key) Generates the database-specific DDL statement required to remove a foreign key from a table.protected StringDatabaseProvider.renderForeignKey(DDLForeignKey key) Renders the specified foreign key representation into the database-specific DDL. -
Uses of DDLForeignKey in net.java.ao.db
Methods in net.java.ao.db with parameters of type DDLForeignKeyModifier and TypeMethodDescriptionprotected SQLActionH2DatabaseProvider.renderAlterTableDropKey(DDLForeignKey key) protected SQLActionHSQLDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key) protected SQLActionNuoDBDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key) protected SQLActionOracleDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key) protected SQLActionPostgreSQLDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key) protected SQLActionSQLServerDatabaseProvider.renderAlterTableDropKey(DDLForeignKey key) protected StringNuoDBDatabaseProvider.renderForeignKey(DDLForeignKey key) Foreign keys which reference primary table aren't supported because of a open issue and are rendered in commentary block. -
Uses of DDLForeignKey in net.java.ao.schema.ddl
Methods in net.java.ao.schema.ddl that return DDLForeignKeyMethods in net.java.ao.schema.ddl with parameters of type DDLForeignKeyModifier and TypeMethodDescriptionstatic DDLActionDDLActions.newAlterAddKey(DDLForeignKey key) voidDDLTable.setForeignKeys(DDLForeignKey[] foreignKeys) voidDDLAction.setKey(DDLForeignKey key) DDLActionBuilder.setKey(DDLForeignKey key)