Class EntityGenerator<T>

java.lang.Object
mocka.core.generator.AbstractGenerator<T>
mocka.orm.generator.EntityGenerator<T>
Type Parameters:
T - the entity type to generate
All Implemented Interfaces:
Generator<T>

public class EntityGenerator<T> extends AbstractGenerator<T>
EntityGenerator is a concrete generator responsible for creating ORM-managed entity instances via ORMResolver.

Actual entity creation logic is delegated to ORMResolver, which resolves and invokes the appropriate ORMCreator.