Uses of Interface
cz.encircled.joiner.query.join.JoinGraphRegistry
-
Packages that use JoinGraphRegistry Package Description cz.encircled.joiner.core cz.encircled.joiner.query.join -
-
Uses of JoinGraphRegistry in cz.encircled.joiner.core
Methods in cz.encircled.joiner.core with parameters of type JoinGraphRegistry Modifier and Type Method Description voidJoiner. setJoinGraphRegistry(JoinGraphRegistry joinGraphRegistry) -
Uses of JoinGraphRegistry in cz.encircled.joiner.query.join
Classes in cz.encircled.joiner.query.join that implement JoinGraphRegistry Modifier and Type Class Description classDefaultJoinGraphRegistryConcurrentHashMap-based implementation ofJoinGraphRegistry
-