Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Criteria to SQL

    Hi,

    i use GwtRpcDataSource (smartGWT) to get data from the database.
    I have implemented all the server side code to fetch,add,update and remove.

    The last problem is how to do the filtering, is there a way to convert smartgwt Criteria to sql or hibernate ??

    At least how the list of fieldnames and values. Did someone work this out ?

    #2
    Yes. It's autoamtic and deeply configurable in the Pro / Power / EE versions, and you also don't have to maintain all the code you've written so far, which is unnecessary. See the Pro / EE Showcase for details (link is in the FAQ).

    Comment


      #3
      Currently I am using the free version case I am a single developer and the app i am writing is only for use by very few people.

      Is there a way to get the field names and values that i could perform conversion to sql myself ?

      Comment


        #4
        Criteria.getValues()

        Comment

        Working...
        X