getEntityRepository<O extends Object> abstract method

EntityRepository<O>? getEntityRepository<O extends Object>({
  1. O? obj,
  2. Type? type,
  3. String? name,
  4. String? tableName,
})

Implementation

EntityRepository<O>? getEntityRepository<O extends Object>(
    {O? obj, Type? type, String? name, String? tableName});