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

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

Uses of FieldSettingsDescriptor in org.hibernate.search.metadata
 

Subinterfaces of FieldSettingsDescriptor in org.hibernate.search.metadata
 interface FieldDescriptor
          Metadata related to a single field.
 interface NumericFieldSettingsDescriptor
          Metadata related to a numeric field
 

Methods in org.hibernate.search.metadata with type parameters of type FieldSettingsDescriptor
<T extends FieldSettingsDescriptor>
T
FieldSettingsDescriptor.as(Class<T> type)
          Narrows the type of this descriptor down to the specified type.
 

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

Classes in org.hibernate.search.metadata.impl that implement FieldSettingsDescriptor
 class FieldDescriptorImpl
           
 class NumericFieldDescriptorImpl
           
 

Methods in org.hibernate.search.metadata.impl with type parameters of type FieldSettingsDescriptor
<T extends FieldSettingsDescriptor>
T
FieldDescriptorImpl.as(Class<T> type)
           
 



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