Interface LazyServiceResolver<T>

All Known Subinterfaces:
DialectSelector
All Known Implementing Classes:
AggregatedDialectSelector, DefaultDialectSelector, DefaultJtaPlatformSelector
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface LazyServiceResolver<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends T>
     
  • Method Details