Hi hibernate-dev,<br>I have an interest in modifying hibernate core to support an<br>alternative persistence model common in some domains like the medical<br>domain. how do I go about it?<br><br>here is a small description of the problem and a solution:<br>problem:<br>Objects map one to one to tables as specified at design time which is<br>normally what most applications require. Object relational mapping<br>runtimes like hibernate core cater well for this common case. However,<br>some applications require a catalog of entities and their attributes.<br>Other applications require a more dynamic mapping to a set of few<br>fixed tables regardless of the number of domain objects.<br><br>solution:<br>Persist entities to an EAVCR meta-model which stores values of<br>attributes in a generic Data table. The values can only be stored as a<br>generic type (String) but types can be tightened at runtime. This also<br>means that all dynamic entities, heterogeneous as they maybe,
 are<br>stored in one table and cataloged by a few more. Using such model<br>complicates the native SQL to access the data so it maybe necessary to<br>map the SQL to hide such complexity. Fortunately, domains using this<br>model require entity centric queries (load all data for a patient)<br>which is more coarse grained.<br><br>does this sound interesting to anyone on this list?<br>Thanks.<br><br>--Iyad<br><p>&#32;



      <hr size=1>Ahhh...imagining that irresistible "new car" smell?<br> Check out
<a href="http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM-">new cars at Yahoo! Autos.</a>