net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects
Class HibernatePropertyReader

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects.HibernatePropertyReader

public class HibernatePropertyReader
extends Object


Constructor Summary
HibernatePropertyReader(String propertyName, ObjectSubstitute obj)
           
 
Method Summary
 HibernatePropertyInfo getHibernatePropertyInfo()
           
 String getName()
           
 Collection<? extends ObjectSubstitute> getPersistentCollection()
           
 String getTypeName()
           
 Object getValue()
           
 boolean isNull()
           
 boolean isPersistenCollection()
           
 boolean wasInitialized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernatePropertyReader

public HibernatePropertyReader(String propertyName,
                               ObjectSubstitute obj)
Method Detail

getName

public String getName()

getValue

public Object getValue()

getTypeName

public String getTypeName()

wasInitialized

public boolean wasInitialized()

isPersistenCollection

public boolean isPersistenCollection()

getPersistentCollection

public Collection<? extends ObjectSubstitute> getPersistentCollection()

isNull

public boolean isNull()

getHibernatePropertyInfo

public HibernatePropertyInfo getHibernatePropertyInfo()


Copyright © 2001-2012. All Rights Reserved.