| Author |
Hibernate in Action: is it for me?
|
miguel lisboa
Ranch Hand
Joined: Feb 08, 2004
Posts: 1281
|
|
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?
|
java amateur
|
 |
Theodore Casser
Ranch Hand
Joined: Mar 14, 2001
Posts: 1902
|
|
|
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...
|
Theodore Jonathan Casser
SCJP/SCSNI/SCBCD/SCWCD/SCDJWS/SCMAD/SCEA/MCTS/MCPD... and so many more letters than you can shake a stick at!
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
But, what if instead of a string i've a char[]?
Yes, sure : String is array of character...
|
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
|
 |
miguel lisboa
Ranch Hand
Joined: Feb 08, 2004
Posts: 1281
|
|
is this what you mean?
|
 |
 |
|
|
subject: Hibernate in Action: is it for me?
|
|
|