Class QuerydslR2dbcRepositoryFactory

java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
com.infobip.spring.data.r2dbc.QuerydslR2dbcRepositoryFactory
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware

public class QuerydslR2dbcRepositoryFactory extends org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
    QuerydslR2dbcRepositoryFactory(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations, com.querydsl.sql.SQLQueryFactory sqlQueryFactory, org.springframework.r2dbc.core.DatabaseClient databaseClient, com.querydsl.sql.SQLTemplates sqlTemplates)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
    getRepositoryFragments(org.springframework.data.repository.core.RepositoryMetadata metadata)
     

    Methods inherited from class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory

    getEntityInformation, getQueryLookupStrategy, getRepositoryBaseClass, getTargetRepository

    Methods inherited from class org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport

    setEvaluationContextProvider, validate

    Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport

    addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setBeanClassLoader, setBeanFactory, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QuerydslR2dbcRepositoryFactory

      public QuerydslR2dbcRepositoryFactory(org.springframework.data.r2dbc.core.R2dbcEntityOperations operations, com.querydsl.sql.SQLQueryFactory sqlQueryFactory, org.springframework.r2dbc.core.DatabaseClient databaseClient, com.querydsl.sql.SQLTemplates sqlTemplates)
  • Method Details

    • getRepositoryFragments

      protected org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments getRepositoryFragments(org.springframework.data.repository.core.RepositoryMetadata metadata)
      Overrides:
      getRepositoryFragments in class org.springframework.data.repository.core.support.RepositoryFactorySupport