Java org.springframework.data.mongodb.repository.query MongoEntityInformation fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mongodb.repository.query MongoEntityInformation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mongodb.repository.query MongoEntityInformation.

The text is from its open source code.

Method

StringgetCollectionName()
Returns the name of the collection the entity shall be persisted to.
ClassgetJavaType()
Returns the actual domain class type.