|
Spring Data Document | |||||||||
| 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,MongoPersistentProperty>
org.springframework.data.mongodb.core.mapping.BasicMongoPersistentEntity<T>
public class BasicMongoPersistentEntity<T>
MongoDB specific MongoPersistentEntity implementation that adds Mongo specific meta-data such as the
collection name and the like.
| Constructor Summary | |
|---|---|
BasicMongoPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
Creates a new BasicMongoPersistentEntity with the given TypeInformation. |
|
| Method Summary | |
|---|---|
void |
addPersistentProperty(MongoPersistentProperty property)
|
String |
getCollection()
Returns the collection the entity shall be persisted to. |
MongoPersistentProperty |
getVersionProperty()
Returns the MongoPersistentProperty that represents the version attribute of an entity. |
boolean |
hasVersionProperty()
Returns whether the entity has a property representing the version of the entity. |
void |
setApplicationContext(ApplicationContext applicationContext)
|
| Methods inherited from class org.springframework.data.mapping.model.BasicPersistentEntity |
|---|
addAssociation, 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 BasicMongoPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
BasicMongoPersistentEntity with the given TypeInformation. Will default the
collection name to the entities simple type name.
typeInformation - | Method Detail |
|---|
public void addPersistentProperty(MongoPersistentProperty property)
addPersistentProperty in interface org.springframework.data.mapping.model.MutablePersistentEntity<T,MongoPersistentProperty>addPersistentProperty in class org.springframework.data.mapping.model.BasicPersistentEntity<T,MongoPersistentProperty>
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionpublic String getCollection()
MongoPersistentEntity
getCollection in interface MongoPersistentEntity<T>public MongoPersistentProperty getVersionProperty()
MongoPersistentEntityMongoPersistentProperty that represents the version attribute of an entity. Will not be
null if MongoPersistentEntity.hasVersionProperty().
getVersionProperty in interface MongoPersistentEntity<T>public boolean hasVersionProperty()
MongoPersistentEntity
hasVersionProperty in interface MongoPersistentEntity<T>
|
Spring Data Document | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||