Class RatingExtractor

java.lang.Object
com.openmeet.shared.data.rating.RatingExtractor
All Implemented Interfaces:
ResultSetExtractor<Rating>

public class RatingExtractor extends Object implements ResultSetExtractor<Rating>
The extractor is used to convert the ResultSet returned by the database query into a Rating object.
See Also:
  • Constructor Details

    • RatingExtractor

      public RatingExtractor()
  • Method Details