Interface SupportedChecker
- All Known Implementing Classes:
SupportedChecker.Implementation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Checks if a class is supported by the Spring-Data-Eclipse-Store library.
Some classes are not supported, because Eclipse Store doesn't support them.
Lazy is not supported, because a lot of hidden stuff must be done to keep Lazy-References really Lazy when
creating a working copy.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSupported(Class<?> clazz) Checks if a class is supported by the Spring-Data-Eclipse-Store library.
-
Method Details
-
isSupported
Checks if a class is supported by the Spring-Data-Eclipse-Store library.Some classes are not supported, because Eclipse Store doesn't support them.
-