summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/qe/StandardQuery.java
AgeCommit message (Expand)Author
2009-07-25Query.after and Query.fetchAfter supports subclass parameter.Brian S. O'Neill
2009-04-25Undo change from 1114.Brian S. O'Neill
2009-04-16Combining queries which contain sub-filters should not share values among sub...Brian S. O'Neill
2008-05-24Standard exists implementation fetches a one record slice.Brian S. O'Neill
2008-05-10Fix binding of filters which already contain some bound properties.Brian S. O'Neill
2008-04-19Moved fetchAfter implementation to AbstractQuery.Brian S. O'Neill
2008-04-15Revert to original "after" filter construction, but ensure property filters a...Brian S. O'Neill
2008-04-14Renamed overloaded slice fetch method to fetchSlice for clarity.Brian S. O'Neill
2008-04-14Added "after" method and removed fetchAfter slice method.Brian S. O'Neill
2008-04-14Use constants in after filter.Brian S. O'Neill
2008-04-14Support query fetch limits.Brian S. O'Neill
2008-04-06Added support for internal query hints.Brian S. O'Neill
2008-04-06Remove use of BeanPropertyAccessor.Brian S. O'Neill
2007-10-14Added support for "where exists" in queries via new syntax.Brian S. O'Neill
2007-08-04Added convenience method, Query.exists()Brian S. O'Neill
2006-11-23Fixed bug when passing constants with 'and' or 'or' query ops.Brian S. O'Neill
2006-11-04Fixed exception when printing join plan with blank parameters.Brian S. O'Neill
2006-10-13Pass the internal query executor along when "with" is called, as an optimizat...Brian S. O'Neill
2006-10-11Resolved some warnings.Brian S. O'Neill
2006-09-11Switch JDBC repository to use new query engine.Brian S. O'Neill
2006-09-11Completed new query engine implementation.Brian S. O'Neill
2006-09-08Add method to clear cached executor reference.Brian S. O'Neill
2006-09-08Renamed getStorage to getRootStorage.Brian S. O'Neill
2006-09-08Use OrderingList class everywhere.Brian S. O'Neill
2006-09-03Manage ordering properties with lists.Brian S. O'Neill
2006-09-03More work on query engine.Brian S. O'Neill