public class PropertyDescriptorImpl extends Object implements PropertyDescriptor
| Constructor and Description |
|---|
PropertyDescriptorImpl(String name,
boolean id,
Set<FieldDescriptor> fieldDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<FieldDescriptor> |
getIndexedFields() |
String |
getName()
Name of the property.
|
int |
hashCode() |
boolean |
isId()
Returns
true if the property is the document id, false otherwise |
String |
toString() |
public PropertyDescriptorImpl(String name, boolean id, Set<FieldDescriptor> fieldDescriptors)
public String getName()
PropertyDescriptorgetName in interface PropertyDescriptorpublic boolean isId()
PropertyDescriptortrue if the property is the document id, false otherwiseisId in interface PropertyDescriptortrue if the property is the document id, false otherwiseDocumentIdpublic Set<FieldDescriptor> getIndexedFields()
getIndexedFields in interface FieldContributorFieldDescriptors for the fields contributed by this elementCopyright © 2006–2016 Hibernate. All rights reserved.