Uses of Enum Class
org.litebridgedb.orm.config.RelatedDtoStrategy
Packages that use RelatedDtoStrategy
Package
Description
Litebridge ORM
Fluent API for constructing SQL queries (SELECT statements)
Litebridge ORM runtime configuration.
Core common ORM API function services.
-
Uses of RelatedDtoStrategy in org.litebridgedb.orm
Methods in org.litebridgedb.orm with parameters of type RelatedDtoStrategyModifier and TypeMethodDescription<DTO> DtoFromClauseTerminal<DTO> Litebridge.select(Class<DTO> dtoClass, @Nullable RelatedDtoStrategy relatedDtoStrategy) -
Uses of RelatedDtoStrategy in org.litebridgedb.orm.api.select
Methods in org.litebridgedb.orm.api.select with parameters of type RelatedDtoStrategyModifier and TypeMethodDescription<DTO> DtoFromClauseTerminal<DTO> FromClauseStart.from(Class<DTO> dtoClass, @Nullable RelatedDtoStrategy relatedDtoStrategy) <DTO> DtoFromClauseTerminal<DTO> FromClauseStartTypeOverride.from(Class<DTO> dtoClass, @Nullable RelatedDtoStrategy relatedDtoStrategy) <DTO> DtoFromClauseTerminal<DTO> SelectApi.select(Class<DTO> dtoClass, @Nullable RelatedDtoStrategy relatedDtoStrategy) Select a registered Data Transfer Object (DTO) type for database query operations. -
Uses of RelatedDtoStrategy in org.litebridgedb.orm.config
Methods in org.litebridgedb.orm.config that return RelatedDtoStrategyModifier and TypeMethodDescriptionLitebridgeConfig.getRelatedDtoStrategy()Retrieves the current strategy for handling related DTO (Data Transfer Object) fields when they are not explicitly included in the JOIN clauses of a query.static RelatedDtoStrategyReturns the enum constant of this class with the specified name.static RelatedDtoStrategy[]RelatedDtoStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.litebridgedb.orm.config with parameters of type RelatedDtoStrategyModifier and TypeMethodDescriptionvoidLitebridgeConfig.setRelatedDtoStrategy(RelatedDtoStrategy relatedDtoStrategy) Sets the current strategy for handling related DTO (Data Transfer Object) fields when they are not explicitly included in the JOIN clauses of a query. -
Uses of RelatedDtoStrategy in org.litebridgedb.orm.engine
Methods in org.litebridgedb.orm.engine with parameters of type RelatedDtoStrategyModifier and TypeMethodDescription<TypeOverride>
DtoFromClauseTerminal<TypeOverride> FromClauseEngine.from(ExpressionSpec[] expressionSpecs, Class<?> dtoClass, Class<TypeOverride> typeOverrideClass, @Nullable RelatedDtoStrategy relatedDtoStrategy) <DTO> DtoFromClauseTerminal<DTO> FromClauseEngine.from(ExpressionSpec[] expressionSpecs, Class<DTO> dtoClass, @Nullable RelatedDtoStrategy relatedDtoStrategy) <DTO> DtoFromClauseTerminal<DTO> SelectEngine.select(Class<DTO> dtoClass, @Nullable RelatedDtoStrategy relatedDtoStrategy)