Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [Teneo] Seems that EAttributes of type EByteArray are not mapped correctly against hibernate
[Teneo] Seems that EAttributes of type EByteArray are not mapped correctly against hibernate [message #602652] Thu, 15 February 2007 19:20
Michael Kanaley is currently offline Michael KanaleyFriend
Messages: 89
Registered: July 2009
Member
Teneo is mapping to a Hibernate <array> mapping with byte elements - it is
thinking that the array is of some complex type.

Instead, I think this should just be using Hibernate's <binary> mapping.

The trivial workaround for this is to use the Hibernate Type annotation
like:
@Type(type="binary")
-mike
Previous Topic:Why is the unique attribute of EAttribute ignored?
Next Topic:[Teneo] IdentifierCacheHandler does not work for EObjects with hashCode implementations
Goto Forum:
  


Current Time: Mon Sep 23 01:50:08 GMT 2024

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

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

Back to the top