org.wicketopia.persistence.hibernate.decorator
Class HibernatePropertyDecorator

java.lang.Object
  extended by org.wicketopia.persistence.hibernate.decorator.HibernatePropertyDecorator
All Implemented Interfaces:
org.metastopheles.MetaDataDecorator<org.metastopheles.PropertyMetaData>

public class HibernatePropertyDecorator
extends Object
implements org.metastopheles.MetaDataDecorator<org.metastopheles.PropertyMetaData>


Constructor Summary
HibernatePropertyDecorator(org.apache.wicket.model.IModel<org.hibernate.cfg.Configuration> configuration)
           
 
Method Summary
 void decorate(org.metastopheles.PropertyMetaData propertyMetaData)
           
 HibernatePropertyDecorator ignoreIdentifiers(boolean flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernatePropertyDecorator

public HibernatePropertyDecorator(org.apache.wicket.model.IModel<org.hibernate.cfg.Configuration> configuration)
Method Detail

decorate

public void decorate(org.metastopheles.PropertyMetaData propertyMetaData)
Specified by:
decorate in interface org.metastopheles.MetaDataDecorator<org.metastopheles.PropertyMetaData>

ignoreIdentifiers

public HibernatePropertyDecorator ignoreIdentifiers(boolean flag)


Copyright © 2010-2013. All Rights Reserved.