Package com.querydsl.sql.codegen.support
package com.querydsl.sql.codegen.support
Support classes
-
ClassDescription
ColumnData
defines column dataModels a custom type for the AntMetaDataExporterForeignKeyData
defines foreign key dataIndexData
defines index dataInverseForeignKeyData
defines inverse foreign key dataCommon interface forForeignKeyData
andInverseForeignKeyData
Specifies mapping customization options.NotNullImpl
is an implementation of theNotNull
interfaceNumericMapping
customizes mappings of various numeric precisions to data types.PrimaryKeyData
defines primary key dataRenameMapping
overrides schemas, tables, columns and combinations of the three.SizeImpl
is an implementation of theSize
interfaceTypeMapping
customizes the mapping from table + column to a type.