Class JpaRepositoryContributor

java.lang.Object
org.springframework.data.repository.aot.generate.RepositoryContributor
org.springframework.data.jpa.repository.aot.JpaRepositoryContributor

public class JpaRepositoryContributor extends RepositoryContributor
JPA-specific RepositoryContributor contributing an AOT repository fragment using the EntityManager directly to run queries.

The underlying Metamodel requires Hibernate to build metamodel information.

Since:
4.0
Author:
Christoph Strobl, Mark Paluch