|
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.BasicPersistentEntity<T,ElasticsearchPersistentProperty>
org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity<T>
T
- public class SimpleElasticsearchPersistentEntity<T>
Elasticsearch specific PersistentEntity
implementation holding
Constructor Summary | |
---|---|
SimpleElasticsearchPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
|
Method Summary | |
---|---|
String |
getIndexName()
|
String |
getIndexType()
|
void |
setApplicationContext(ApplicationContext applicationContext)
|
Methods inherited from class org.springframework.data.mapping.model.BasicPersistentEntity |
---|
addAssociation, addPersistentProperty, doWithAssociations, doWithProperties, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getType, getTypeAlias, getTypeInformation, isConstructorArgument, isIdProperty, verify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.data.mapping.PersistentEntity |
---|
doWithAssociations, doWithProperties, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getType, getTypeAlias, getTypeInformation, isConstructorArgument, isIdProperty |
Constructor Detail |
---|
public SimpleElasticsearchPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
Method Detail |
---|
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext
in interface ApplicationContextAware
BeansException
public String getIndexName()
getIndexName
in interface ElasticsearchPersistentEntity<T>
public String getIndexType()
getIndexType
in interface ElasticsearchPersistentEntity<T>
|
Spring Data Elasticsearch | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |