siena
Build siena query using date comparation in playframework+gae
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[详细]
2023-04-01 08:15 分类:问答With Siena, what is the best way to know if an entity doesn't exist in GAE?
Actually: return all().filter(\"name\", name).count() == 0; May be a b开发者_开发知识库etter way ?Regarding performance I would go for something like:[详细]
2023-03-27 23:42 分类:问答Cannot configure crudsiena module for play framework 1.2.2
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.[详细]
2023-03-21 00:02 分类:问答Can't get a string field from an object in another object in siena
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.[详细]
2023-03-09 10:46 分类:问答Play Gae persistence not working for Set<Long>
This is my User class public class User extends Model { @Id public Long id; public String nome; public String email;[详细]
2023-03-04 20:11 分类:问答Play! + Siena + GAE + JUnit
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.[详细]
2023-01-08 10:24 分类:问答Proper way to override Control.ControlCollection
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.[详细]
2022-12-20 19:18 分类:问答