I would like to know whether Spring Data MongoDB supports such a feature as generating DDL (mongodb document structures) from java classes.
In other words something similar to Hibernate's hbm2ddl.auto capability.
|
I would like to know whether Spring Data MongoDB supports such a feature as generating DDL (mongodb document structures) from java classes. In other words something similar to Hibernate's hbm2ddl.auto capability. |
|||||||
|
|
Spring Data gives you the ability to do the templating and other object conversions. But no auto DDLs yet. |
|||
|
|