netbeans createQuery()

View: New views
1 Messages — Rating Filter:   Alert me  

netbeans createQuery()

by Steve Howerton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If netbeans ide has a queryproperty set to
SELECT c FROM Content c
How can I change this query to say ..limit the resultset to less records like 10 or 20 instead of the whole database.

I am not sure what that SQL string would look like.