Uses of Class
org.gcube.common.searchservice.searchlibrary.resultset.elements.ResultElementBase

Packages that use ResultElementBase
org.gcube.common.searchservice.searchlibrary.resultset.elements   
 

Uses of ResultElementBase in org.gcube.common.searchservice.searchlibrary.resultset.elements
 

Subclasses of ResultElementBase in org.gcube.common.searchservice.searchlibrary.resultset.elements
 class ResultElementBean
          This class acts as a generic placeholder for the records that can be inserted and extracted from the ResultSet payload parts treating the payload as a java bean object.
 class ResultElementBLOBBase
          This class is the base class that must be extended by anyone wishing to implement a custom Record element class for BLOB records.
 class ResultElementBLOBGeneric
          This class acts as a generic placeholder for the records that can be inserted and extracted from the ResultSet payload parts
 class ResultElementGeneric
          This class acts as a generic placeholder for the records that can be inserted and extracted from the ResultSet payload parts
 class ResultElementXBean
          This class acts as a generic placeholder for the records that can be inserted and extracted from the ResultSet payload parts treating the payload as a java bean object.