|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldDescriptor | |
|---|---|
| org.hibernate.search.metadata | |
| org.hibernate.search.metadata.impl | |
| Uses of FieldDescriptor in org.hibernate.search.metadata |
|---|
| Methods in org.hibernate.search.metadata that return FieldDescriptor | |
|---|---|
FieldDescriptor |
IndexedTypeDescriptor.getIndexedField(String fieldName)
Retrieves the field descriptor for a given field name. |
| Methods in org.hibernate.search.metadata that return types with arguments of type FieldDescriptor | |
|---|---|
Set<FieldDescriptor> |
IndexedTypeDescriptor.getFieldsForProperty(String propertyName)
Returns the set of index descriptors for the indexed field generated by the property with the given name. |
Set<FieldDescriptor> |
FieldContributor.getIndexedFields()
|
| Uses of FieldDescriptor in org.hibernate.search.metadata.impl |
|---|
| Classes in org.hibernate.search.metadata.impl that implement FieldDescriptor | |
|---|---|
class |
FieldDescriptorImpl
|
class |
NumericFieldDescriptorImpl
|
| Methods in org.hibernate.search.metadata.impl that return FieldDescriptor | |
|---|---|
FieldDescriptor |
IndexedTypeDescriptorForUnindexedType.getIndexedField(String fieldName)
|
FieldDescriptor |
IndexedTypeDescriptorImpl.getIndexedField(String fieldName)
|
| Methods in org.hibernate.search.metadata.impl that return types with arguments of type FieldDescriptor | |
|---|---|
Set<FieldDescriptor> |
IndexedTypeDescriptorForUnindexedType.getFieldsForProperty(String propertyName)
|
Set<FieldDescriptor> |
IndexedTypeDescriptorImpl.getFieldsForProperty(String propertyName)
|
Set<FieldDescriptor> |
IndexedTypeDescriptorForUnindexedType.getIndexedFields()
|
Set<FieldDescriptor> |
IndexedTypeDescriptorImpl.getIndexedFields()
|
Set<FieldDescriptor> |
PropertyDescriptorImpl.getIndexedFields()
|
| Constructor parameters in org.hibernate.search.metadata.impl with type arguments of type FieldDescriptor | |
|---|---|
PropertyDescriptorImpl(String name,
boolean id,
Set<FieldDescriptor> fieldDescriptors)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||