I am trying to build query in Play framework, I have select * from Candidate c where (:schools member of c.schools)
I\'m new to both hibernate and java, I\'m trying to define a simple user->groups->permissions model in playframework, I want the on delete cascade rule enforced at database level and I don\'t want the
Say I have these two models: public class City extends Model { @ManyToOne private Country country; } public class Country extends Model
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
Ok so, i have this site that i am putting together in the play framework. It basically connects to an FTP site on the back end, retrieves a list of folders/files and sends that to a basic ExtJS front-
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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\'m trying to figure out the pr开发者_JAVA百科oper tools for managing dependencies between JARs. I have a Play Framework app, which imports a JAR (based on another project I\'m writing). This JAR imp
Usually, a user makes a search, get a hitlist, and can then browse it. The hitlist is an intermediate result that remains consistent throughout the browsing and is typically stored in session state. E
Using Play! framework and it\'s JPASupport class I have run into a problem with a legacy database. I have the following class: