java.lang.Object
org.litebridgedb.orm.api.dto.DtoJoinSpec
- All Implemented Interfaces:
DtoDataSpec,JoinSpec
-
Constructor Summary
ConstructorsConstructorDescriptionDtoJoinSpec(Class<?> dtoClass, OrmTable ormTable, Table table, SelectExpressionMapper selectExpressionMapper) -
Method Summary
Modifier and TypeMethodDescriptionClass<?> dtoClass()dtoTable()newCondition(Column column) newCondition(ExpressionSpec expression) voidsetFieldColumns(@Nullable List<DtoSelectSpec.FieldColumn> fieldColumns) table()toJoin()
-
Constructor Details
-
DtoJoinSpec
public DtoJoinSpec(Class<?> dtoClass, OrmTable ormTable, Table table, SelectExpressionMapper selectExpressionMapper)
-
-
Method Details
-
dtoClass
-
dtoTable
- Specified by:
dtoTablein interfaceDtoDataSpec
-
getFieldColumns
-
setFieldColumns
-
table
-
conditions
- Specified by:
conditionsin interfaceJoinSpec
-
newCondition
-
newCondition
-
toJoin
-