Uses of Interface
org.hibernate.search.metadata.IndexedTypeDescriptor

Packages that use IndexedTypeDescriptor
org.hibernate.search   
org.hibernate.search.impl   
org.hibernate.search.metadata.impl   
 

Uses of IndexedTypeDescriptor in org.hibernate.search
 

Methods in org.hibernate.search that return IndexedTypeDescriptor
 IndexedTypeDescriptor SearchFactory.getIndexedTypeDescriptor(Class<?> entityType)
          Returns a descriptor for the specified entity type describing its indexed state.
 

Uses of IndexedTypeDescriptor in org.hibernate.search.impl
 

Methods in org.hibernate.search.impl that return IndexedTypeDescriptor
 IndexedTypeDescriptor ImmutableSearchFactory.getIndexedTypeDescriptor(Class<?> entityType)
           
 IndexedTypeDescriptor MutableSearchFactory.getIndexedTypeDescriptor(Class<?> entityType)
           
 

Uses of IndexedTypeDescriptor in org.hibernate.search.metadata.impl
 

Classes in org.hibernate.search.metadata.impl that implement IndexedTypeDescriptor
 class IndexedTypeDescriptorForUnindexedType
          Dummy descriptor for an unindexed type
 class IndexedTypeDescriptorImpl
           
 



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