public interface HSearchTypeDescriptor extends TypeDescriptor
TypeDescriptor
backed by HSearch type meta-data.Modifier and Type | Method and Description |
---|---|
Class<?> |
getIndexedEntityType()
Returns the Java type of the represented indexed entity.
|
boolean |
isAnalyzed(String propertyName)
Whether the given property of this indexed entity is analyzed or not.
|
boolean |
isEmbedded(String propertyName)
Whether the given property denotes an embedded entity or not.
|
hasProperty
Class<?> getIndexedEntityType()
boolean isAnalyzed(String propertyName)
propertyName
- the name of the propertytrue
if the given property is analyed, false
otherwise.boolean isEmbedded(String propertyName)
propertyName
- the name of the propertytrue
if the given property denotes an entity embedded into this one, false
otherwise.Copyright © 2013. All rights reserved.