Hi, 
I'm working with an architecture that uses an adaptive model 
(http://www.adaptiveobjectmodel.com/) and I'm trying to add support for it 
into hibernate. 
Taking the code for "Dynamic map support" i implemented my own: 
 
 org.hibernate.EntityMode 
 org.hibernate.tuple.AbstractEntityTuplizer 
 org.hibernate.property.PropertyAccessor 
 org.hibernate.tuple.Instantiator 
 org.hibernate.proxy.AbstractLazyInitializer 
 org.hibernate.proxy.HibernateProxy 
 org.hibernate.proxy.ProxyFactory 
 
 but i don't understand how to put together all the bits and pieces. 
 
Is there a way to tell the engine to use my own implementation by default e.g. 
using hibernate.default_entity_mode? Or do I need to specify a custom 
tuplizer for every class? 

I saw that the manual refers to a "user-extension framework" but I could not 
find any concreate examples or documentation. Is there any available?
 
Thanks 
 
Alessandro.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to