Interface | Description |
---|---|
NamingStrategy |
NamingStrategy defines a conversion strategy from table to class and column
to property names |
Class | Description |
---|---|
AbstractNamingStrategy |
AbstractNamingStrategy is an abstract base class for NamingStrategy implementations |
DefaultNamingStrategy |
DefaultNamingStrategy is the default implementation of the NamingStrategy
interface. |
ExtendedBeanSerializer |
ExtendedBeanSerializer outputs primary key based equals , hashCode and
toString implementations
Requires column annotation generation to be enabled |
ExtendedNamingStrategy |
ExtendedNamingStrategy works like the DefaultNamingStrategy , but tries to create foreign key
property names in a different way. |
KeyDataFactory |
KeyDataFactory is a factory for table key data |
MetaDataExporter |
MetadataExporter exports JDBC metadata to Querydsl query types |
MetaDataSerializer |
MetaDataSerializer defines the Query type serialization logic for MetaDataExporter . |
Naming |
Naming provides name normalization functionality |
OrdinalPositionComparator |
Compares
Property instances based on their ordinal position in the table |
OriginalNamingStrategy |
OriginalNamingStrategy preserves the table and column names in the conversion |
SpatialSupport |
SpatialSupport provides support for spatial types in code generation |
SQLCodegenModule |
SQLCodegenModule is a dependency injection module with codegen configuration |
SQLQueryTypeFactory |
SQLQueryTypeFactory is a QueryTypeFactory implementation with configuration
data from this module |
Copyright © 2007–2016 Querydsl. All rights reserved.