public interface JpaRepositoryFactory
Modifier and Type | Method and Description |
---|---|
<A extends AggregateRoot<I>,I> |
createRepository(Class<A> aggregateRootClass,
Class<I> identifierClass) |
boolean |
isSupporting(javax.persistence.EntityManager entityManager) |
boolean isSupporting(javax.persistence.EntityManager entityManager)
<A extends AggregateRoot<I>,I> Repository<A,I> createRepository(Class<A> aggregateRootClass, Class<I> identifierClass)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.