klyn.data.sql.internal.SQLMappedEntity.newInstance
method
public newInstance() as Object:
Description

Creates one entity through its public zero-argument constructor.

Returns

New entity instance.

Throws
  • EntityMappingException when no zero-argument constructor exists.
Example
entity = mapped.newInstance()