Ray Greenwell
9fafebd487
Support creating arrays of java.sql.Date.
2010-09-29 18:31:31 +00:00
Ray Greenwell
020d33c8aa
Was looking at how some things work and made a few drive-by optimizations
...
to FindAllQuery.
- We don't need to destructively modify the Set of keys to fetch if we hold
on to one iterator.
- We can create an ArrayList that won't need to grow if our keys Iterable
happens to be a Collection.
- And, just generally prefer Lists factories to specific constructors.
2010-09-20 23:21:06 +00:00
Andrzej Kapolka
8c5f333f73
Is there a reason why this didn't return TIME? It seems to work.
2010-09-17 02:46:17 +00:00
Michael Bayne
07e4bdec4a
Move overview.html to a place where Maven's javadoc plugin will find it.
2010-09-09 20:31:51 +00:00
Michael Bayne
33f6351af5
Add link to project website to docs.
2010-09-09 20:28:34 +00:00
Michael Bayne
0fea1dfb07
Nix link since we're not including protected bits in the docs.
2010-09-09 20:27:18 +00:00
Michael Bayne
5fe094a804
Import needed for Javadoc comment.
2010-09-09 05:26:16 +00:00
Michael Bayne
3f7a7be9da
Some Javadoc fixing. Though it's very annoying that I have to use @
...
instead of @. Thanks for making things totally unreadable in the source file
javadoc. How about \@ instead?
2010-08-27 18:11:22 +00:00
Michael Bayne
28f9439b5f
More layout standardizing.
2010-08-27 17:49:18 +00:00