Search:

Type: Posts; User: petercm; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    3,453

    If you really want or need to break the...

    If you really want or need to break the abstraction layer and bypass JPA

    ((Session)entityManager().getDelegate()).createCriteria(MyObject.class);

    seems to work fine for me on tomcat.

    It...
  2. Replies
    4
    Views
    864

    Thanks for the update. In case anyone ends up...

    Thanks for the update.

    In case anyone ends up here via Google or something I believe the answer to my 2nd question about the @GeneratedValue is to provide the ID field and @Id annotation myself...
  3. Replies
    4
    Views
    864

    Just wanted to make sure I wasn't just doing it...

    Just wanted to make sure I wasn't just doing it wrong before posting a bug.

    http://jira.springframework.org/browse/ROO-589

    I also tried the other methodMethod attributes which I assume are...
  4. Replies
    4
    Views
    864

    Read-only Entity(s)?

    I've looked around a bit but haven't seen anyone else asking about this. If I have read-only access to existing tables (in my case HR data), there doesn't seem to be a way to turn off the persist,...
Results 1 to 4 of 4