Composite Auto Gen Key
class CompositeAutoGenKey<KeyType : Any>(val dtoKClass: KClass<KeyType>) : DeclaredGeneratedKeys<KeyType>
Declare that a composite, auto-generated key of type KeyType. It is recommended to create object of this class only once.