java.lang.Object
com.cosium.spring.data.jpa.entity.graph.repository.query.EntityGraphAwareJpaQueryMethodFactory
All Implemented Interfaces:
org.springframework.data.jpa.repository.query.JpaQueryMethodFactory

public class EntityGraphAwareJpaQueryMethodFactory extends Object implements org.springframework.data.jpa.repository.query.JpaQueryMethodFactory
Author:
Réda Housni Alaoui
  • Constructor Details

    • EntityGraphAwareJpaQueryMethodFactory

      public EntityGraphAwareJpaQueryMethodFactory(org.springframework.data.jpa.provider.QueryExtractor extractor)
  • Method Details

    • build

      public org.springframework.data.jpa.repository.query.JpaQueryMethod build(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
      Specified by:
      build in interface org.springframework.data.jpa.repository.query.JpaQueryMethodFactory