Class AndSource<T>

    • Method Detail

      • read

        public com.google.gwtorm.server.ResultSet<T> read()
                                                   throws com.google.gwtorm.server.OrmException
        Specified by:
        read in interface DataSource<T>
        Returns:
        read from the database and return the results.
        Throws:
        com.google.gwtorm.server.OrmException
      • readRaw

        public com.google.gwtorm.server.ResultSet<FieldBundle> readRaw()
                                                                throws com.google.gwtorm.server.OrmException
        Specified by:
        readRaw in interface DataSource<T>
        Returns:
        read from the database and return the raw results.
        Throws:
        com.google.gwtorm.server.OrmException
      • match

        public boolean match​(T object)
                      throws com.google.gwtorm.server.OrmException
        Description copied from interface: Matchable
        Does this predicate match this object?
        Specified by:
        match in interface Matchable<T>
        Overrides:
        match in class AndPredicate<T>
        Throws:
        com.google.gwtorm.server.OrmException
      • transformBuffer

        protected List<T> transformBuffer​(List<T> buffer)
                                   throws com.google.gwtorm.server.OrmRuntimeException
        Throws:
        com.google.gwtorm.server.OrmRuntimeException