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

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

Uses of PropertyDescriptor in org.hibernate.search.metadata
 

Methods in org.hibernate.search.metadata that return PropertyDescriptor
 PropertyDescriptor IndexedTypeDescriptor.getProperty(String propertyName)
          Retrieves the property descriptor for a given property name.
 

Methods in org.hibernate.search.metadata that return types with arguments of type PropertyDescriptor
 Set<PropertyDescriptor> IndexedTypeDescriptor.getIndexedProperties()
           
 

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

Classes in org.hibernate.search.metadata.impl that implement PropertyDescriptor
 class PropertyDescriptorImpl
           
 

Methods in org.hibernate.search.metadata.impl that return PropertyDescriptor
 PropertyDescriptor IndexedTypeDescriptorForUnindexedType.getProperty(String propertyName)
           
 PropertyDescriptor IndexedTypeDescriptorImpl.getProperty(String propertyName)
           
 

Methods in org.hibernate.search.metadata.impl that return types with arguments of type PropertyDescriptor
 Set<PropertyDescriptor> IndexedTypeDescriptorForUnindexedType.getIndexedProperties()
           
 Set<PropertyDescriptor> IndexedTypeDescriptorImpl.getIndexedProperties()
           
 



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