|
Spring Data MongoDB | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MongoEntityInformation<T,ID extends Serializable>
Mongo specific EntityInformation.
| Method Summary | |
|---|---|
String |
getCollectionName()
Returns the name of the collection the entity shall be persisted to. |
String |
getIdAttribute()
Returns the attribute that the id will be persisted to. |
| Methods inherited from interface org.springframework.data.repository.core.EntityInformation |
|---|
getId, getIdType, isNew |
| Methods inherited from interface org.springframework.data.repository.core.EntityMetadata |
|---|
getJavaType |
| Method Detail |
|---|
String getCollectionName()
String getIdAttribute()
|
Spring Data MongoDB | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||