Java org.springframework.data.solr.core.mapping SolrPersistentEntity fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.solr.core.mapping SolrPersistentEntity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.solr.core.mapping SolrPersistentEntity.

The text is from its open source code.

Method

voiddoWithProperties(PropertyHandler

handler)
Applies the given PropertyHandler to all PersistentProperty s contained in this PersistentEntity .

SolrPersistentPropertygetPersistentProperty(String name)
PersistentPropertyAccessorgetPropertyAccessor(B bean)
Returns a PersistentPropertyAccessor to access property values of the given bean.
booleanisConstructorArgument(PersistentProperty property)
Returns whether the given PersistentProperty is referred to by a constructor argument of the PersistentEntity .