Uses of Interface
org.hcjf.layers.query.Joinable
-
Packages that use Joinable Package Description org.hcjf.layers.query -
-
Uses of Joinable in org.hcjf.layers.query
Classes in org.hcjf.layers.query that implement Joinable Modifier and Type Class Description classJoinableMapThis is a wrapper of map implementation wit the joinable implementation.Methods in org.hcjf.layers.query that return Joinable Modifier and Type Method Description JoinableJoinable. join(java.lang.String leftResource, java.lang.String rightResource, Joinable joinable)Join the data of this joinable instance with the data of the joinable parameter.JoinableJoinableMap. join(java.lang.String leftResource, java.lang.String rightResource, Joinable joinable)Join the information stored into this instance of the joinable with the informacion stored into the joinable parameter.Methods in org.hcjf.layers.query with parameters of type Joinable Modifier and Type Method Description JoinableJoinable. join(java.lang.String leftResource, java.lang.String rightResource, Joinable joinable)Join the data of this joinable instance with the data of the joinable parameter.JoinableJoinableMap. join(java.lang.String leftResource, java.lang.String rightResource, Joinable joinable)Join the information stored into this instance of the joinable with the informacion stored into the joinable parameter.
-