| Package | Description |
|---|---|
| com.querydsl.apt |
APT-related classes
|
| com.querydsl.codegen |
Code generations models and serializers
|
| com.querydsl.jpa.codegen |
JPA and Hibernate model based code generation
|
| com.querydsl.maven |
Maven plugins
|
| com.querydsl.sql.codegen |
JDBC schema inspection based code generation
|
| Class and Description |
|---|
EntityType
EntityType represents a model of a query domain type with properties |
Property
Property represents a property in a query domain type. |
QueryTypeFactory
QueryTypeFactory defines an interface for mapping domain types to Querydsl expression types |
Serializer
Serializer defines a common interface for EntityType serializers |
SerializerConfig
SerializerConfig defines serialization options to be used in the Serializer |
| TypeMappings |
| Class and Description |
|---|
AbstractModule
AbstractModule provides a base class for annotation based dependency injection |
AnnotationHelper
AnnotationHelper defines a interface to provide custom annotation processing
for TypeFactory. |
| DefaultVariableNameFunction
Default variable name generation strategy which un-capitalizes the first letter of the class name.
|
Delegate
Delegate defines a delegate method which dispatches to an external static method |
EntitySerializer
EntitySerializer is a Serializer implementation for entity types |
EntityType
EntityType represents a model of a query domain type with properties |
Property
Property represents a property in a query domain type. |
| PropertyHandling
Defines handling of fields and getters in property extractions
|
| PropertyHandling.Config
Property handling options
|
QueryTypeFactory
QueryTypeFactory defines an interface for mapping domain types to Querydsl expression types |
Serializer
Serializer defines a common interface for EntityType serializers |
SerializerConfig
SerializerConfig defines serialization options to be used in the Serializer |
Supertype
Supertype defines a tuple of a Type and an optional EntityType instance used for
supertype references in EntityType instances |
| TypeMappings |
| Class and Description |
|---|
EntityType
EntityType represents a model of a query domain type with properties |
Property
Property represents a property in a query domain type. |
SerializerConfig
SerializerConfig defines serialization options to be used in the Serializer |
TypeFactory
TypeFactory is a factory class for Type instances |
| Class and Description |
|---|
AnnotationHelper
AnnotationHelper defines a interface to provide custom annotation processing
for TypeFactory. |
GenericExporter
GenericExporter provides query type serialization logic for cases where APT annotation processors
can't be used. |
| Class and Description |
|---|
AbstractModule
AbstractModule provides a base class for annotation based dependency injection |
BeanSerializer
BeanSerializer is a Serializer implementation which serializes EntityType
instances into JavaBean classes |
CodegenModule
CodegenModule provides a module for general serialization |
EntitySerializer
EntitySerializer is a Serializer implementation for entity types |
EntityType
EntityType represents a model of a query domain type with properties |
Property
Property represents a property in a query domain type. |
QueryTypeFactory
QueryTypeFactory defines an interface for mapping domain types to Querydsl expression types |
Serializer
Serializer defines a common interface for EntityType serializers |
SerializerConfig
SerializerConfig defines serialization options to be used in the Serializer |
| TypeMappings |
Copyright © 2007–2016 Querydsl. All rights reserved.