org.riotfamily.components.model.wrapper
Class HibernateWrapperFactory

java.lang.Object
  extended by org.riotfamily.components.model.wrapper.HibernateWrapperFactory
All Implemented Interfaces:
ValueWrapperFactory

public class HibernateWrapperFactory
extends Object
implements ValueWrapperFactory

Since:
7.0
Author:
Felix Gnass [fgnass at neteye dot de]

Constructor Summary
HibernateWrapperFactory(org.hibernate.SessionFactory sessionFactory)
           
 
Method Summary
 ValueWrapper<?> createWapper(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateWrapperFactory

public HibernateWrapperFactory(org.hibernate.SessionFactory sessionFactory)
Method Detail

createWapper

public ValueWrapper<?> createWapper(Object value)
                             throws WrappingException
Specified by:
createWapper in interface ValueWrapperFactory
Throws:
WrappingException