Package | Description |
---|---|
com.querydsl.codegen |
Code generations models and serializers
|
com.querydsl.sql.codegen |
JDBC schema inspection based code generation
|
Modifier and Type | Class and Description |
---|---|
class |
CodegenModule
CodegenModule provides a module for general serialization |
Modifier and Type | Method and Description |
---|---|
<T> AbstractModule |
AbstractModule.bind(Class<T> clazz) |
<T> AbstractModule |
AbstractModule.bind(Class<T> iface,
Class<? extends T> implementation) |
<T> AbstractModule |
AbstractModule.bind(Class<T> iface,
T implementation) |
<T> AbstractModule |
AbstractModule.bind(String name,
Class<? extends T> implementation) |
<T> AbstractModule |
AbstractModule.bind(String name,
T implementation) |
<T> AbstractModule |
AbstractModule.bindInstance(String name,
Class<? extends T> implementation) |
Modifier and Type | Class and Description |
---|---|
class |
SQLCodegenModule
SQLCodegenModule is a dependency injection module with codegen configuration |
Modifier and Type | Method and Description |
---|---|
static void |
SpatialSupport.addSupport(AbstractModule module)
Register spatial types to the given codegen module
|
Copyright © 2007–2016 Querydsl. All rights reserved.