Hi,
How do I stop reading clob
twice.
regards
prasad
chandrasekaran
On 08 Oct (12:58), Prasad Iyer wrote:
> How do I stop reading clob twice.
By asking the user forum.
--
Christian Bauer
[EMAIL PROTECTED]
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
>[...]
> Make a hibernate session transparently follow the lifetime of an EJB
> transaction, across EJB method calls. If I load an entity in FirstEJB,
> then call a method on SecondEJB (within the same transaction) which
> loads that same entity, it should be serviced from the same session
> cach
hbm2java does not (yet) generated addX(T x) methods, it only generats set and getters
- the
methods needed for hibernate to work.
Please submit a JIRA request for this one if you wish - and any suggestion on what the
addX(T x)/removeX(T x) should do (in respect to maintaining bidirectional
relati
I'm not sure if I'm overlooked something (a 'users' problem) or if
this is a significant problem that's been overlooked before (a
'devel' problem).
I'm using PostgreSQL with a 'sequence' generator. I also have
about 500 quasi-static objects preloaded into the database via an
XML<->DB tool.
T