| Package | Description |
|---|---|
| org.hibernate.search.metadata | |
| org.hibernate.search.metadata.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldDescriptor
Metadata related to a single field.
|
interface |
NumericFieldSettingsDescriptor
Metadata related to a numeric field
|
| Modifier and Type | Method and Description |
|---|---|
<T extends FieldSettingsDescriptor> |
FieldSettingsDescriptor.as(Class<T> type)
Narrows the type of this descriptor down to the specified
type. |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldDescriptorImpl |
class |
NumericFieldDescriptorImpl |
| Modifier and Type | Method and Description |
|---|---|
<T extends FieldSettingsDescriptor> |
FieldDescriptorImpl.as(Class<T> type) |
Copyright © 2006–2017 Hibernate. All rights reserved.