In hibernate,There is property hibernate.hbm2ddl.auto for Relational Database.
The hibernate.hbm2ddl.auto option turns on automatic generation of database
schemas directly into the database.
In Relational Database we can use this property.
Is there any property in hibernate for MongoDB through which we can directly generate MongoDB schemas into Mongo server?