org.hibernate.search.spi.internals
Class PolymorphicIndexHierarchy

java.lang.Object
  extended by org.hibernate.search.spi.internals.PolymorphicIndexHierarchy

public class PolymorphicIndexHierarchy
extends Object

Helper class which keeps track of all super classes and interfaces of the indexed entities.


Constructor Summary
PolymorphicIndexHierarchy()
           
 
Method Summary
 void addIndexedClass(Class<?> indexedClass)
           
 Set<Class<?>> getIndexedClasses(Class<?>[] classes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolymorphicIndexHierarchy

public PolymorphicIndexHierarchy()
Method Detail

addIndexedClass

public void addIndexedClass(Class<?> indexedClass)

getIndexedClasses

public Set<Class<?>> getIndexedClasses(Class<?>[] classes)


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved