I have Roo 1.1.15 and used DBRE to process a MS SQL database of a dozen tables. For each table, this created a java files and several .aj files, but does not create a file with Roo_DbManaged.aj in the name for any of the tables. I read about this file in almost all the documentation, yet it is missing. The dbre.xml file has all the tables and their fields.

The files created are the same for all tables, just the table name part of the file name is different:
Client.java
Client_Roo_Configurable.aj
Client_Roo_Entity.aj
Client_Roo_JavaBean.aj
Client_Roo_ToString.aj
ClientPK.java
ClientPK_Roo_Configurable.aj
ClientPK_Roo_Identifier.aj
ClientPK_Roo_Json.aj
ClientPK_Roo_Serializable.aj



Is this normal for 1.1.15 and MSSQL or is there something strange going on?