@DefaultAnnotation(value=javax.annotation.Nonnull.class)

Package com.mysema.query.codegen

Code generations models and serializers

See:
          Description

Interface Summary
Serializer Serializer defines a common interface for EntityModel serializers
SerializerConfig  
TypeModel TypeModel represents Java types
TypeModels  
 

Class Summary
AbstractTypeModel AbstractTypeModel is an abstract base class for TypeModel implementations
ClassTypeModel ClassTypeModel is a minimal implementation of the TypeModel interface
ConstructorModel ConstructorModel represents a constructor for a DTO query type.
DTOSerializer DTOSerializer is a Serializer implementation for DTO types
EmbeddableSerializer EmbeddableSerializer is a Serializer implementation for embeddable types
EntityModel EntityModel represents a model of a query domain type with properties
EntityModelFactory A Reflection based Factory implementation for ClassModel instance
EntitySerializer EntitySerializer is a Serializer implementation for entity types
MethodModel  
ParameterModel ParameterModel represents a parameter in a Constructor
PropertyModel PropertyModel represents a property in a query domain type.
SimpleSerializerConfig  
SimpleTypeModel SimpleTypeModel represents a java type
SupertypeSerializer SupertypeSerializer is a Serializer implementation for supertypes
TypeExtendsModel TypeExtendsModel is a TypeModel for type variables and wildcard types
TypeMappings  
TypeModelAdapter TypeModelAdapter is a basic adapter implementation for the TypeModel interface
TypeModelFactory TypeModelFactory is a factory class for TypeModel instances
TypeSuperModel TypeSuperModel is a TypeModel for type variables and wildcard types
 

Enum Summary
TypeCategory TypeCategory defines the expression type used for a Field
 

Package com.mysema.query.codegen Description

Code generations models and serializers



Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.