net.sf.webmancer.db
Interface IRestrictable
- All Known Subinterfaces:
- IQuery
- All Known Implementing Classes:
- Query
public interface IRestrictable
- Author:
- Michal Burda
registerRestrictor
void registerRestrictor(IRestrictor restrictor)
- Parameters:
restrictor
-
restrictOffset
void restrictOffset(long offset)
- Parameters:
offset
-
restrictLimit
void restrictLimit(long limit)
- Parameters:
limit
-
restrictOrdering
void restrictOrdering(IAttribute attribute,
boolean ascending)
- Parameters:
attribute
- ascending
-
restrictByCondition
void restrictByCondition(ICondition condition)
- Parameters:
condition
-
Copyright © 2006-2007. All Rights Reserved.