Class NameQueryBuilder

  • All Implemented Interfaces:
    com.tibco.patterns.deduplication.QueryBuilder<com.tibco.patterns.deduplication.KeyedNetricsRecord>

    public class NameQueryBuilder
    extends java.lang.Object
    implements com.tibco.patterns.deduplication.QueryBuilder<com.tibco.patterns.deduplication.KeyedNetricsRecord>
    Sample implementation of com.tibco.patterns.deduplication.QueryBuilder for simple records.
    • Constructor Summary

      Constructors 
      Constructor Description
      NameQueryBuilder​(java.lang.String tableName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.tibco.patterns.deduplication.KeyedQuery buildQuery​(com.tibco.patterns.deduplication.KeyedNetricsRecord record)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NameQueryBuilder

        public NameQueryBuilder​(java.lang.String tableName)
    • Method Detail

      • buildQuery

        public com.tibco.patterns.deduplication.KeyedQuery buildQuery​(com.tibco.patterns.deduplication.KeyedNetricsRecord record)
        Specified by:
        buildQuery in interface com.tibco.patterns.deduplication.QueryBuilder<com.tibco.patterns.deduplication.KeyedNetricsRecord>