| Package | Description |
|---|---|
| com.mysema.query.apt |
APT related classes
|
| com.mysema.query.codegen |
Code generations models and serializers
|
| com.mysema.query.sql.codegen |
| Modifier and Type | Method and Description |
|---|---|
TypeMappings |
Configuration.getTypeMappings() |
TypeMappings |
DefaultConfiguration.getTypeMappings() |
| Constructor and Description |
|---|
ExtendedTypeFactory(ProcessingEnvironment env,
Configuration configuration,
Set<Class<? extends Annotation>> annotations,
TypeMappings typeMappings,
QueryTypeFactory queryTypeFactory,
com.google.common.base.Function<EntityType,String> variableNameFunction) |
TypeElementHandler(Configuration configuration,
ExtendedTypeFactory typeFactory,
TypeMappings typeMappings,
QueryTypeFactory queryTypeFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaTypeMappings
JavaTypeMappings defines mappings from
TypeCategory instances to Expression types |
| Modifier and Type | Field and Description |
|---|---|
protected TypeMappings |
EntitySerializer.typeMappings |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericExporter.setTypeMappingsClass(Class<? extends TypeMappings> typeMappingsClass)
Set the typemappings class to be used
|
| Constructor and Description |
|---|
EmbeddableSerializer(TypeMappings typeMappings,
Collection<String> keywords)
Create a new EmbeddableSerializer instance
|
EntitySerializer(TypeMappings mappings,
Collection<String> keywords)
Create a new EntitySerializer instance
|
ProjectionSerializer(TypeMappings typeMappings)
Create a new ProjectionSerializer instance
|
SupertypeSerializer(TypeMappings typeMappings,
Collection<String> keywords)
Create a new SupertypeSerializer instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaDataExporter.setTypeMappings(TypeMappings typeMappings) |
| Constructor and Description |
|---|
MetaDataSerializer(TypeMappings typeMappings,
NamingStrategy namingStrategy,
boolean innerClassesForKeys,
Set<String> imports,
Comparator<Property> columnComparator)
Deprecated.
|
MetaDataSerializer(TypeMappings typeMappings,
NamingStrategy namingStrategy,
boolean innerClassesForKeys,
Set<String> imports,
Comparator<Property> columnComparator,
Class<?> entityPathType)
Create a new MetaDataSerializer instance
|
Copyright © 2007–2021. All rights reserved.