• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hibernate in Action: is it for me?

 
Ranch Hand
Posts: 1282
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am a curious java amateur who tries to use hibernate in home projects; nevertheless i'm using this new tec and enjoying, but sometimes probs arise and its hard to solve them.
One example: when writting a query, one can use:

But, what if instead of a string i've a char[]?

I just read from this forum: (and quote the author)

I think what we tried to do with Hibernate in Action was to really explain the principles underlying ORM technology and Hibernate, so that you can understand why things are designed and work in a certain way, and why we should use ORM in the first place. Then, we try to show how these things relate to the business of building actual applications, and really how to actually use Hibernate and ORM effectively in practice.


All said, do you think its worth having the book?
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From the positive things written elsewhere in the forums (even before the current promotion), I'd say that it definitely sounds like the answer to your question is a yes. Never hurts to have something that goes more in-depth into a technology, moreso when written by the creators...
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

But, what if instead of a string i've a char[]?



Yes, sure : String is array of character...
 
miguel lisboa
Ranch Hand
Posts: 1282
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is this what you mean?

 
The moustache of a titan! The ad of a flea:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic