| Package | Description |
|---|---|
| com.mysema.query.codegen |
Code generations models and serializers
|
| com.mysema.query.sql.codegen |
| Modifier and Type | Class and Description |
|---|---|
class |
CodegenModule
CodegenModule provides a module 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) |
Copyright © 2007–2014 Mysema Ltd. All rights reserved.