Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » most optimal wy to persisted list?
most optimal wy to persisted list? [message #385744] Fri, 27 February 2009 03:41 Go to previous message
Phillip Ross is currently offline Phillip Ross
Messages: 2
Registered: July 2009
Junior Member
Hi all...

I'm just wondering, for EclipseLink, what is the most optimal way to
persist List fields of an entity. The @BasicCollection does not include
persisting the index of the List elements (as far as I can tell) so when
the EntityManager is cleared or a new one which does not alreayd know
about the in-memory version of the List is used... the index values are
lost. In the current implementation, there are lists being serialized
to byte arrays and stored as LOB columns which is not... optimal :)

Any advice on this? Portability to other JPA providers is of little
concern, if any.

Thanks!
- Phillip
 
Read Message
Read Message
Previous Topic:ObjectTypeConverter problems
Next Topic:PersistenceUnitInfo xxx has transactionType JTA, but doesnt have jtaDataSource
Goto Forum:
  


Current Time: Sat May 25 22:35:55 EDT 2013

Powered by FUDForum. Page generated in 0.01627 seconds