Class StatisticsTreeModel

java.lang.Object
org.hibernate.tool.internal.util.AbstractTreeModel
org.hibernate.tool.internal.stat.StatisticsTreeModel
All Implemented Interfaces:
TreeModel

public class StatisticsTreeModel extends AbstractTreeModel
  • Constructor Details

    • StatisticsTreeModel

      public StatisticsTreeModel(org.hibernate.stat.Statistics stats)
  • Method Details

    • 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)