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

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

public class ObjectSubstitute
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String PLAIN_VALUES
           
 
Method Summary
 String getClassName()
           
 HibernatePropertyInfo getHibernatePropertyInfo(String propertyName)
           
 Collection<? extends ObjectSubstitute> getPersistentCollection(String propertyName)
           
 MappedClassInfoData getPlainValueArrayMappedClassInfo()
           
 String getTypeName(String propertyName)
           
 Object getValue(String propertyName)
           
 boolean isNull(String propertyName)
           
 boolean isPersistenCollection(String propertyName)
           
 String toString()
           
 boolean wasInitialized(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLAIN_VALUES

public static final String PLAIN_VALUES
See Also:
Constant Field Values
Method Detail

getClassName

public String getClassName()

getValue

public Object getValue(String propertyName)
Returns:
May return ObjectSubstitute or plain primitive mapped value

getTypeName

public String getTypeName(String propertyName)

wasInitialized

public boolean wasInitialized(String propertyName)

getPersistentCollection

public Collection<? extends ObjectSubstitute> getPersistentCollection(String propertyName)

isPersistenCollection

public boolean isPersistenCollection(String propertyName)

isNull

public boolean isNull(String propertyName)

getHibernatePropertyInfo

public HibernatePropertyInfo getHibernatePropertyInfo(String propertyName)

toString

public String toString()
Overrides:
toString in class Object

getPlainValueArrayMappedClassInfo

public MappedClassInfoData getPlainValueArrayMappedClassInfo()


Copyright © 2001-2012. All Rights Reserved.