querydsl/querydsl-codegen/src/main/java/com/mysema/query/codegen
Timo Westkämper 4739193f03 Integrate ColumnMetadata handling into code generation
Update RelationalPathBase subclasses and tests
2013-10-29 21:53:56 +02:00
..
AbstractModule.java Format code 2013-03-19 13:17:12 +02:00
BeanSerializer.java #433 Add Generated annotation 2013-06-08 21:34:59 +03:00
CodeGenerationException.java #106 began to refactor codegen logic to own modules 2012-04-04 22:33:57 +03:00
CodegenModule.java Improve PackageVerification tests 2013-03-28 20:51:56 +02:00
Delegate.java Format code 2013-03-19 13:17:12 +02:00
EmbeddableSerializer.java Add "L" prefix to serialVersionUID fields, since they are long constants. 2013-10-20 10:42:10 -07:00
EntitySerializer.java Integrate ColumnMetadata handling into code generation 2013-10-29 21:53:56 +02:00
EntityType.java #368 Fix Property handling 2013-03-18 23:18:43 +02:00
GenericExporter.java Add QueryProjection handling to GenericExporter #480 2013-08-29 19:31:00 +03:00
GroovyBeanSerializer.java Format code 2013-03-19 13:17:12 +02:00
JavaTypeMappings.java #403 Improve date/time type handling for constructors 2013-06-15 14:16:37 +03:00
Keywords.java replace Arrays.asList usage with ImmutableList.of/copyOf 2012-12-10 22:22:59 +02:00
package-info.java #106 began to refactor codegen logic to own modules 2012-04-04 22:33:57 +03:00
ParameterizedTypeImpl.java simplified generics handling in codegen module 2012-11-12 12:35:22 +02:00
ProjectionSerializer.java Use CodeWriter.getClassConstant() to generate class expressions instead of appending DOT_CLASS which is only for Java. 2013-10-20 10:43:35 -07:00
Property.java Integrate ColumnMetadata handling into code generation 2013-10-29 21:53:56 +02:00
QueryTypeFactory.java updated javadocs 2012-07-22 14:32:31 +03:00
QueryTypeFactoryImpl.java Format code 2013-03-19 13:17:12 +02:00
Serializer.java updated javadocs 2012-07-22 14:32:31 +03:00
SerializerConfig.java Implemented support for a user defined name of the default variable in query types using the @Config annotation 2013-02-11 13:55:10 +01:00
SimpleSerializerConfig.java Implemented support for a user defined name of the default variable in query types using the @Config annotation 2013-02-11 13:55:10 +01:00
Supertype.java Format code 2013-03-19 13:17:12 +02:00
SupertypeSerializer.java #247 fixed clashes with local class names in code generation 2012-10-13 14:27:52 +03:00
TypeFactory.java Fix primitive handling in code generation #472 2013-08-09 17:56:39 +03:00
TypeMappings.java #414 Fix primitive array handling 2013-05-16 21:28:01 +03:00
TypeResolver.java #416 Improve handling of raw types 2013-05-21 22:24:48 +03:00