Class AbstractEntitiesClause<R,E extends EntityBean,SELF extends AbstractEntitiesClause<R,E,SELF>>

Type Parameters:
R - type of the result. Only different from <E> for complex selects.
E - type of the entity.
SELF - type of this class itself.
All Implemented Interfaces:
DbClause, TypedClause<R>
Direct Known Subclasses:
FromClause, UpdateClause

public abstract class AbstractEntitiesClause<R,E extends EntityBean,SELF extends AbstractEntitiesClause<R,E,SELF>> extends AbstractEntityClause<R,E,SELF>
A AbstractEntitiesClause is a DbClause of an SQL DbStatement that specifies the entity and/or entity name (table) to operate on.
Since:
1.0.0