MappedSchema

constructor(schemaFamily: Class<*>, version: Int, mappedTypes: Iterable<Class<*>>)

Parameters

schemaFamily

A class to fully qualify the name of a schema family (i.e. excludes version)

version

The version number of this instance within the family.

mappedTypes

The JPA entity classes that the ORM layer needs to be configure with for this schema.