Package | Description |
---|---|
org.hibernate.search.metadata | |
org.hibernate.search.metadata.impl |
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor |
IndexedTypeDescriptor.getProperty(String propertyName)
Retrieves the property descriptor for a given property name.
|
Modifier and Type | Method and Description |
---|---|
Set<PropertyDescriptor> |
IndexedTypeDescriptor.getIndexedProperties() |
Modifier and Type | Class and Description |
---|---|
class |
PropertyDescriptorImpl |
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor |
IndexedTypeDescriptorImpl.getProperty(String propertyName) |
PropertyDescriptor |
IndexedTypeDescriptorForUnindexedType.getProperty(String propertyName) |
Modifier and Type | Method and Description |
---|---|
Set<PropertyDescriptor> |
IndexedTypeDescriptorImpl.getIndexedProperties() |
Set<PropertyDescriptor> |
IndexedTypeDescriptorForUnindexedType.getIndexedProperties() |
Copyright © 2006–2016 Hibernate. All rights reserved.