[RSS]
On top of the generic XML editing features, the XML editor for the Hibernate Reverse Engineering file provides additional code code completion for the following elements.

  • table-filter
    • EMPTY
    • match-catalog
    • match-schema
    • match-name
    • exclude (true|false)
    • package
  • schema-selection
    • match-catalog
    • match-schema
    • match-table
  • type-mapping (sql-type)
    • sql-type (hibernate-type)
    • sql-type name
    • sql-type jdbc-type
    • sql-type length
    • sql-type precision
    • sql-type scale
    • sql-type not-null
  • table
    • catalog
    • schema
    • name
    • class