net.sourceforge.squirrel_sql.plugins.hibernate.server
Class ObjectSubstitute
java.lang.Object
net.sourceforge.squirrel_sql.plugins.hibernate.server.ObjectSubstitute
- All Implemented Interfaces:
- Serializable
public class ObjectSubstitute
- extends Object
- implements Serializable
- See Also:
- Serialized Form
PLAIN_VALUES
public static final String PLAIN_VALUES
- See Also:
- Constant Field Values
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.