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

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

public class ObjectSubstituteRoot
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ObjectSubstituteRoot(ArrayList<ObjectSubstitute> objectSubstituteArray)
           
ObjectSubstituteRoot(ObjectSubstitute objectSubstitute)
           
 
Method Summary
 ObjectSubstitute getArrayItemAt(int i)
           
 int getArraySize()
           
 ObjectSubstitute getObjectSubstitute()
           
 MappedClassInfoData getPlainValueArrayMappedClassInfo()
           
 boolean isArray()
           
static List<ObjectSubstitute> toObjectSubstitutes(List<ObjectSubstituteRoot> nonArrayRoots)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSubstituteRoot

public ObjectSubstituteRoot(ArrayList<ObjectSubstitute> objectSubstituteArray)

ObjectSubstituteRoot

public ObjectSubstituteRoot(ObjectSubstitute objectSubstitute)
Method Detail

isArray

public boolean isArray()

getArraySize

public int getArraySize()

getArrayItemAt

public ObjectSubstitute getArrayItemAt(int i)

getObjectSubstitute

public ObjectSubstitute getObjectSubstitute()

toObjectSubstitutes

public static List<ObjectSubstitute> toObjectSubstitutes(List<ObjectSubstituteRoot> nonArrayRoots)

getPlainValueArrayMappedClassInfo

public MappedClassInfoData getPlainValueArrayMappedClassInfo()


Copyright © 2001-2012. All Rights Reserved.