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.

@FunctionalInterface public interface SupportedChecker
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
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isSupported(Class<?> clazz)
    Checks if a class is supported by the Spring-Data-Eclipse-Store library.
  • Method Details

    • isSupported

      boolean isSupported(Class<?> clazz)
      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.