Releases: hschink/sql-schema-comparer-eclipse-plugin
Releases · hschink/sql-schema-comparer-eclipse-plugin
v0.0.2
Release v0.0.2 includes to major improvements:
Ignore entity methods with no mapping strategy
At the moment we're not able to determine how class types (except Java's String
and Date
type) and collection types are mapped to the database schema. Thus, we shouldn't consider methods returning those types.
Allow to exclude classes from the schema mapping
It is possible to define a file .scc.ignore
consisting of names of files that should be excluded from the schema mapping. This feature is convenient if certain entity classes don't have a mapping table in the SQL schema and, thus, would be considered as erroneous.