|
Spring Data Elasticsearch | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.data.mapping.model.AbstractPersistentProperty<P>
org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<ElasticsearchPersistentProperty>
org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
public class SimpleElasticsearchPersistentProperty
Elasticsearch specific PersistentProperty
implementation processing
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty |
---|
ElasticsearchPersistentProperty.PropertyToFieldNameConverter |
Field Summary |
---|
Fields inherited from class org.springframework.data.mapping.model.AbstractPersistentProperty |
---|
association, field, information, name, owner, propertyDescriptor, rawType |
Constructor Summary | |
---|---|
SimpleElasticsearchPersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
org.springframework.data.mapping.PersistentEntity<?,ElasticsearchPersistentProperty> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
|
Method Summary | |
---|---|
protected org.springframework.data.mapping.Association<ElasticsearchPersistentProperty> |
createAssociation()
|
String |
getFieldName()
|
boolean |
isIdProperty()
|
Methods inherited from class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty |
---|
getSpelExpression, isAssociation, isTransient |
Methods inherited from class org.springframework.data.mapping.model.AbstractPersistentProperty |
---|
equals, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getType, getTypeInformation, hashCode, isArray, isCollectionLike, isEntity, isMap, shallBePersisted |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.data.mapping.PersistentProperty |
---|
getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityType, getRawType, getSetter, getSpelExpression, getType, getTypeInformation, isArray, isAssociation, isCollectionLike, isEntity, isMap, isTransient, shallBePersisted |
Constructor Detail |
---|
public SimpleElasticsearchPersistentProperty(Field field, PropertyDescriptor propertyDescriptor, org.springframework.data.mapping.PersistentEntity<?,ElasticsearchPersistentProperty> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
Method Detail |
---|
public String getFieldName()
getFieldName
in interface ElasticsearchPersistentProperty
public boolean isIdProperty()
isIdProperty
in interface org.springframework.data.mapping.PersistentProperty<ElasticsearchPersistentProperty>
isIdProperty
in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<ElasticsearchPersistentProperty>
protected org.springframework.data.mapping.Association<ElasticsearchPersistentProperty> createAssociation()
createAssociation
in class org.springframework.data.mapping.model.AbstractPersistentProperty<ElasticsearchPersistentProperty>
|
Spring Data Elasticsearch | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |