Timo Westkämper
|
ba9fc9e72f
|
renamed SubQueryImpl to SubQueryExpressionImpl
|
2010-09-24 09:05:33 +00:00 |
|
Timo Westkämper
|
88f9f2180e
|
moved SerializerBase to com.mysema.query.support
|
2010-09-24 09:03:01 +00:00 |
|
Timo Westkämper
|
60d5043a3d
|
minor fixes based on Sonar reports
|
2010-09-24 08:28:18 +00:00 |
|
Timo Westkämper
|
fcd86dbcd8
|
Added companion object serialization
|
2010-09-24 08:21:34 +00:00 |
|
Timo Westkämper
|
99b7aca0e8
|
added tests
|
2010-09-24 08:05:26 +00:00 |
|
Timo Westkämper
|
77d2cea2c5
|
updated version to 2.0.0-beta-1-SNAPSHOT
|
2010-09-24 06:55:49 +00:00 |
|
Timo Westkämper
|
67d1e54a45
|
updated version to 2.0.0-beta-1
|
2010-09-24 06:54:21 +00:00 |
|
Timo Westkämper
|
570c588622
|
|
2010-09-23 16:45:16 +00:00 |
|
Timo Westkämper
|
bbe65044d5
|
fixed merge batch behaviour
|
2010-09-23 16:44:10 +00:00 |
|
Timo Westkämper
|
ea0f684051
|
fixed endsWith template
|
2010-09-23 16:35:35 +00:00 |
|
Timo Westkämper
|
6041f32c11
|
fixed ENDS_WITH default pattern
|
2010-09-23 15:27:53 +00:00 |
|
Vesa Martilla
|
163186f063
|
Fixed assert in AliasTest.
|
2010-09-23 14:46:26 +00:00 |
|
Vesa Martilla
|
2fbb0fbd59
|
Renamed DomainType -> Person.
Created a test that fails in AliasTest.
|
2010-09-23 14:45:42 +00:00 |
|
Vesa Martilla
|
01540f42ec
|
AliasTest: var -> val.
|
2010-09-23 13:52:19 +00:00 |
|
Timo Westkämper
|
bbcab404bd
|
updated javadocs
|
2010-09-23 13:48:46 +00:00 |
|
Vesa Martilla
|
c8ad401d8f
|
AliasTest: Arranged tests into smaller functions and added a few cases.
|
2010-09-23 13:38:08 +00:00 |
|
Timo Westkämper
|
99b3ad858a
|
fixed asc and desc signature
|
2010-09-23 12:14:30 +00:00 |
|
Timo Westkämper
|
517d345296
|
#638930 : Improved QTuple expressiveness
|
2010-09-23 12:14:04 +00:00 |
|
Timo Westkämper
|
ca941eea46
|
added @Nullable annotations
|
2010-09-23 11:46:45 +00:00 |
|
Timo Westkämper
|
d274f91456
|
updated docs
|
2010-09-23 11:42:16 +00:00 |
|
Timo Westkämper
|
abf0a0c577
|
|
2010-09-23 11:18:47 +00:00 |
|
Timo Westkämper
|
17b22c26f0
|
|
2010-09-23 11:11:33 +00:00 |
|
Timo Westkämper
|
c97652159d
|
added tests
|
2010-09-23 10:28:22 +00:00 |
|
Vesa Martilla
|
5f95097060
|
Created an additional constructor for Company in JPAIntegrationTest.
|
2010-09-23 08:47:37 +00:00 |
|
Timo Westkämper
|
e347f1c63d
|
added package-info with FindBugs defaults
|
2010-09-23 08:39:09 +00:00 |
|
Timo Westkämper
|
f675120c58
|
improved path resolving
|
2010-09-23 07:34:20 +00:00 |
|
Timo Westkämper
|
08f6648805
|
removed BooleanBuilder usage from SerializerBase
|
2010-09-23 07:11:35 +00:00 |
|
Timo Westkämper
|
f612932ee1
|
|
2010-09-22 18:08:34 +00:00 |
|
Timo Westkämper
|
18b5754054
|
|
2010-09-22 14:58:01 +00:00 |
|
Timo Westkämper
|
adc7917cc3
|
changed null handling to be compatible with Nullable cases
|
2010-09-22 14:49:01 +00:00 |
|
Timo Westkämper
|
0305cfc361
|
minor changes
|
2010-09-22 14:42:32 +00:00 |
|
Timo Westkämper
|
5db211da08
|
added hibernate apt configuration
|
2010-09-22 14:39:48 +00:00 |
|
Timo Westkämper
|
03ab886a78
|
#645255 : fixed hardcoded path separator
|
2010-09-22 14:32:16 +00:00 |
|
Vesa Martilla
|
c2a2d39be6
|
Added asserts to ScalaBeanSerializerTest.
|
2010-09-22 13:25:31 +00:00 |
|
Lassi Immonen
|
766dc48598
|
Added unique result
|
2010-09-22 13:06:03 +00:00 |
|
Timo Westkämper
|
5e3ab23fe9
|
added APT one jar configuration for HibernateAnnotationProcessor
|
2010-09-22 13:05:37 +00:00 |
|
Timo Westkämper
|
67338a4550
|
|
2010-09-22 12:47:37 +00:00 |
|
Timo Westkämper
|
0750fead5e
|
improved output
|
2010-09-22 12:45:10 +00:00 |
|
Timo Westkämper
|
99951ece9b
|
|
2010-09-22 12:38:25 +00:00 |
|
Vesa Martilla
|
aebaaa8372
|
ScalaMetaDataSerializer: Switched a for-loop to a foreach and java.util.HashSet to scala.collection.mutable.Set.
|
2010-09-22 12:10:54 +00:00 |
|
Timo Westkämper
|
a5e0fe70f5
|
simplified BooleanBuilder
|
2010-09-22 11:47:44 +00:00 |
|
Vesa Martilla
|
21c61ae964
|
Formatting of all Scala source files follows the Scala conventions more closely now.
|
2010-09-22 11:37:44 +00:00 |
|
Vesa Martilla
|
0107e914e1
|
Changed ScalaBeanSerializer.getAnnotationTypes to use scala.collection.mutable.Set[String].
|
2010-09-22 11:27:01 +00:00 |
|
Vesa Martilla
|
35cf7d52c7
|
Changed "for (v <- coll) {...}" into "coll foreach {v => ...}" and some for-loops into .map(...).
|
2010-09-22 10:44:51 +00:00 |
|
Timo Westkämper
|
3e4a102bf0
|
updated codegen dependency
|
2010-09-22 10:35:51 +00:00 |
|
Timo Westkämper
|
6731589018
|
added Mongodb docs stub
|
2010-09-22 10:34:38 +00:00 |
|
Vesa Martilla
|
0b3e732866
|
Replaced for-loops with more Scala-esque usage of map and flatMap.
|
2010-09-22 09:02:07 +00:00 |
|
Vesa Martilla
|
5d74561f1c
|
Changed vars to vals.
|
2010-09-22 08:19:32 +00:00 |
|
Timo Westkämper
|
6069f7f57a
|
added mongodb as module into root
|
2010-09-22 07:39:48 +00:00 |
|
Lassi Immonen
|
e1b9590844
|
Added iterate test
|
2010-09-22 05:48:56 +00:00 |
|