org.hibernate.search.metadata
Interface PropertyDescriptor

All Superinterfaces:
FieldContributor
All Known Implementing Classes:
PropertyDescriptorImpl

public interface PropertyDescriptor
extends FieldContributor

Author:
Hardy Ferentschik

Method Summary
 String getName()
          Name of the property.
 boolean isId()
          Returns true if the property is the document id, false otherwise
 
Methods inherited from interface org.hibernate.search.metadata.FieldContributor
getIndexedFields
 

Method Detail

getName

String getName()
Name of the property.

Returns:
name of the property

isId

boolean isId()
Returns true if the property is the document id, false otherwise

Returns:
true if the property is the document id, false otherwise
See Also:
org.hibernate.search.annotations.DocumentId}


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