net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects
Class PersistentCollectionType
java.lang.Object
net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects.PersistentCollectionType
- All Implemented Interfaces:
- IType
public class PersistentCollectionType
- extends Object
- implements IType
PersistentCollectionType
public PersistentCollectionType(String propertyName,
SingleType singleType,
boolean wasInitalized)
getKidTypes
public ArrayList<? extends IType> getKidTypes()
- Specified by:
getKidTypes in interface IType
getResults
public ArrayList<? extends IResult> getResults()
- Specified by:
getResults in interface IType
- Returns:
- null if this Type does not have results
toString
public String toString()
- Overrides:
toString in class Object
getSingleType
public SingleType getSingleType()
isInitalized
public boolean isInitalized()
Copyright © 2001-2012. All Rights Reserved.