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 TypeMethodDescriptionboolean
AbstractNamingStrategy.shouldGenerateForeignKey
(SchemaAndTable schemaAndTable, ForeignKeyData foreignKeyData) boolean
NamingStrategy.shouldGenerateForeignKey
(SchemaAndTable schemaAndTable, ForeignKeyData foreignKeyData) Returnstrue
if the foreign key reference should be generated in the table, otherwisefalse
.