Uses of Class
com.querydsl.sql.codegen.support.ForeignKeyData
Packages that use ForeignKeyData
-
Uses of ForeignKeyData in com.querydsl.sql.codegen
Methods in com.querydsl.sql.codegen that return types with arguments of type ForeignKeyDataModifier and TypeMethodDescriptionKeyDataFactory.getImportedKeys(DatabaseMetaData md, String catalog, String schema, String tableName) Methods in com.querydsl.sql.codegen with parameters of type ForeignKeyDataModifier and TypeMethodDescriptionbooleanAbstractNamingStrategy.shouldGenerateForeignKey(SchemaAndTable schemaAndTable, ForeignKeyData foreignKeyData) booleanNamingStrategy.shouldGenerateForeignKey(SchemaAndTable schemaAndTable, ForeignKeyData foreignKeyData) Returnstrueif the foreign key reference should be generated in the table, otherwisefalse.