I have gone thru the Slim3 document.

Can we have this?

@MOdel
class Parent {
  List<Child> childs = new ArrayList<Child>();
}

@Model Child {

}

If so, how to get parents based on child's property in Slim3?

TQ.




On Mar 18, 3:13 pm, Yasuo Higa <[email protected]> wrote:
> Hi all,
>
> We are pleased to announce the release ofSlim31.0.0.
>
> Slim3is a full-stack MVC framework optimized for Google App Engine/Java.
>
> The main features ofSlim3are as follows:
> * Global Transactions
> * Faster than JDO/JPA
> * Fast spin-up
> * HOT reloading
> * Type safe query
>
> You can find more information aboutSlim3here:http://slim3.org
>
> Release Notes:http://sites.google.com/site/slim3appengine/release-notes
>
> Download:http://slim3.googlecode.com/files/slim3-blank-1.0.0.zip
>
> Thanks,
>
> Yasuo Higa

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to