Class UnifiedSelectTerminal<ENTITY>

java.lang.Object
org.seasar.doma.jdbc.criteria.statement.AbstractStatement<UnifiedSelectTerminal<ENTITY>,List<ENTITY>>
org.seasar.doma.jdbc.criteria.statement.UnifiedSelectTerminal<ENTITY>
Type Parameters:
ENTITY - the type of the entity
All Implemented Interfaces:
Buildable<Statement<List<ENTITY>>>, EntityQueryable<ENTITY>, Listable<ENTITY>, Statement<List<ENTITY>>

public class UnifiedSelectTerminal<ENTITY> extends AbstractStatement<UnifiedSelectTerminal<ENTITY>,List<ENTITY>> implements EntityQueryable<ENTITY>
Represents a SELECT statement terminal.

Note: project(EntityMetamodel) and projectTo(EntityMetamodel, PropertyMetamodel[]) will remove duplicate entities from the results.