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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends T>
resolve(String name)
-