Package org.springframework.data.repository.invoker

Examples of org.springframework.data.repository.invoker.RepositoryInvoker.invokeFindOne()


    Class<?> domainType = targetType.getType();

    RepositoryInformation info = repositories.getRepositoryInformationFor(domainType);
    RepositoryInvoker invoker = repositoryInvokerFactory.getInvokerFor(domainType);

    return invoker.invokeFindOne(conversionService.convert(source, info.getIdType()));
  }

  /*
   * (non-Javadoc)
   * @see org.springframework.core.convert.converter.ConditionalGenericConverter#matches(org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.