Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@hschink hschink released this 14 Dec 16:32
· 19 commits to master since this release

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.