I\'m using siena in a playframework app, also with google开发者_Go百科 app engine. I would like to build a query to get entities filtering with a field \"date\" of type java.util.Date, if it\'s possib
Actually: return all().filter(\"name\", name).count() == 0; May be a b开发者_开发知识库etter way ?Regarding performance I would go for something like:
i\'m trying to create basic application on Play Frramework(1.2.2) + siena (2.0.2) + crudsiena(2.0.1) + gae(1.4). all of these i got from play\'s dependency management system.
I\'m having trouble getting a field which is in an object which is inside another object. I can get some fields, but others no.
This is my User class public class User extends Model { @Id public Long id; public String nome; public String email;
I am trying to get some basic unit tests up and running on the Play! framework using the Siena persistence library with GAE as the intended deployment target.
I went about creating a custom TabControl widget so that I could accurately paint the tab with a close X on the right edge of the tab.I have a custom array class that holds all of the tabs.