org.hibernate.tool.stat
Class StatisticsTreeModel
java.lang.Object
org.hibernate.tool.stat.AbstractTreeModel
org.hibernate.tool.stat.StatisticsTreeModel
- All Implemented Interfaces:
- TreeModel
public class StatisticsTreeModel
- extends AbstractTreeModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsTreeModel
public StatisticsTreeModel(org.hibernate.stat.Statistics stats)
getChild
public Object getChild(Object parent,
int index)
getChildCount
public int getChildCount(Object parent)
getIndexOfChild
public int getIndexOfChild(Object parent,
Object child)
getRoot
public Object getRoot()
isLeaf
public boolean isLeaf(Object node)
isQueries
public boolean isQueries(Object o)
isCollections
public boolean isCollections(Object o)
isEntities
public boolean isEntities(Object o)
isCache
public boolean isCache(Object o)
isContainer
public boolean isContainer(Object o)