Interface RepositoryFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RepositoryFactory
Creates the backend-specific, stateless repository for one entity type.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T, ID extends Serializable>
    Repository<T,ID>
    create(Tx tx, Class<T> type)