Interface StorageLayerInterface<S extends StorageSession>

  • All Superinterfaces:
    java.lang.reflect.InvocationHandler, LayerInterface
    All Known Implementing Classes:
    StorageLayer

    public interface StorageLayerInterface<S extends StorageSession>
    extends LayerInterface
    This kind of layers provides a interface with a storage implementation.
    Author:
    javaito
    • Method Detail

      • begin

        S begin()
        Return a session with the storage implementation.
        Returns:
        Storage implementation.