net.sourceforge.squirrel_sql.plugins.hibernate.server
Class PropertySubstitute

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.server.PropertySubstitute
All Implemented Interfaces:
Serializable

public class PropertySubstitute
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 HibernatePropertyInfo getHibernatePropertyInfo()
           
 ArrayList<ObjectSubstitute> getObjectSubstituteCollection()
           
 Object getSingleValue()
           
 boolean isInitialized()
           
 boolean isNull()
           
 boolean isPersistenCollection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHibernatePropertyInfo

public HibernatePropertyInfo getHibernatePropertyInfo()

getObjectSubstituteCollection

public ArrayList<ObjectSubstitute> getObjectSubstituteCollection()

isInitialized

public boolean isInitialized()

getSingleValue

public Object getSingleValue()

isPersistenCollection

public boolean isPersistenCollection()

isNull

public boolean isNull()


Copyright © 2001-2012. All Rights Reserved.