Interface | Description |
---|---|
KeyData |
Common interface for
ForeignKeyData and InverseForeignKeyData |
Mapping |
Specifies mapping customization options.
|
Class | Description |
---|---|
ColumnData |
ColumnData defines column data |
ForeignKeyData |
ForeignKeyData defines foreign key data |
IndexData |
IndexData defines index data |
InverseForeignKeyData |
InverseForeignKeyData defines inverse foreign key data |
NotNullImpl |
NotNullImpl is an implementation of the NotNull interface |
NumericMapping |
NumericMapping customizes mappings of various numeric precisions to data types. |
PrimaryKeyData |
PrimaryKeyData defines primary key data |
RenameMapping |
RenameMapping overrides schemas, tables, columns and combinations of the three. |
SizeImpl |
SizeImpl is an implementation of the Size interface |
TypeMapping |
TypeMapping customizes the mapping from table + column to a type. |
Copyright © 2007–2016 Querydsl. All rights reserved.