com.mysema.query.apt
Interface Configuration
- All Known Implementing Classes:
- DefaultConfiguration, HibernateConfiguration, JPAConfiguration
public interface Configuration
Configuration defines the configuration options for APT based Querydsl code generation
- Author:
- tiwe
getTypeMappings
TypeMappings getTypeMappings()
getConfig
VisitorConfig getConfig(TypeElement e,
List<? extends Element> elements)
getDTOSerializer
Serializer getDTOSerializer()
getEntitiesAnnotation
@Nullable
Class<? extends Annotation> getEntitiesAnnotation()
getEmbeddedAnnotation
@Nullable
Class<? extends Annotation> getEmbeddedAnnotation()
getEmbeddableAnnotation
@Nullable
Class<? extends Annotation> getEmbeddableAnnotation()
getEmbeddableSerializer
Serializer getEmbeddableSerializer()
getEntityAnnotation
Class<? extends Annotation> getEntityAnnotation()
getEntitySerializer
Serializer getEntitySerializer()
getNamePrefix
String getNamePrefix()
getSerializerConfig
SerializerConfig getSerializerConfig(EntityType entityType)
getSkipAnnotation
@Nullable
Class<? extends Annotation> getSkipAnnotation()
getSuperTypeAnnotation
@Nullable
Class<? extends Annotation> getSuperTypeAnnotation()
getSupertypeSerializer
Serializer getSupertypeSerializer()
isBlockedField
boolean isBlockedField(VariableElement field)
isBlockedGetter
boolean isBlockedGetter(ExecutableElement getter)
isUseFields
boolean isUseFields()
isUseGetters
boolean isUseGetters()
isValidConstructor
boolean isValidConstructor(ExecutableElement constructor)
isValidField
boolean isValidField(VariableElement field)
isValidGetter
boolean isValidGetter(ExecutableElement getter)
getKeywords
Collection<String> getKeywords()
isDefaultOverwrite
boolean isDefaultOverwrite()
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.