Interface DATranscxt.SmapFactory<M extends DATranscxt.SemanticsMap>

Enclosing class:
DATranscxt
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 static interface DATranscxt.SmapFactory<M extends DATranscxt.SemanticsMap>

Callback for buiding a connection's semantics map, with map-key = table.

Example:
initConfigs(conn) -gt; new SynmanticsMap(conn);
Since:
1.4.25
Author:
odys-z@github.com
  • Method Summary

    Modifier and Type
    Method
    Description
    ctor(String conn)
     
  • Method Details