Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Teneo: indexed collections are not indexed in correct way with SessionController
Teneo: indexed collections are not indexed in correct way with SessionController [message #601571] Tue, 23 January 2007 08:39
Ilya Klyuchnikov is currently offline Ilya KlyuchnikovFriend
Messages: 74
Registered: July 2009
Member
I have such mapping:

<class entity-name="Funnel" abstract="false" lazy="false"
discriminator-value="Funnel" table="`funnel`">
.....
<list name="event" fetch="subselect" lazy="true"
cascade="merge,persist,save-update,lock,refresh">
<key update="true">
<column name="`funnel_id`" not-null="true" unique="false"/>
</key>
<list-index column="`funnel_event_idx`"/>
<one-to-many entity-name="FunnelEvent"/>
</list>
....
</class>

When I do not use SessionController all is OK.

But when I use SessionController for HibernateResource funnel_event_idx
is always null when I create and add new event to funnel.

Any syuggestions?

Thanks.

Ilya
Previous Topic:Problem with Interactive OCL Console used with Sample Ecore Editor
Next Topic:Teneo: indexed collections are not indexed in correct way with SessionController
Goto Forum:
  


Current Time: Thu Oct 10 11:59:05 GMT 2024

Powered by FUDForum. Page generated in 0.02743 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top