Uses of Interface
org.litebridge.orm.api.dto.DtoDataSpec
Packages that use DtoDataSpec
Package
Description
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
Fluent API for constructing DTO-based deletes (DELETE statements)
Fluent API for constructing DTO-based updates (UPDATE statements)
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of DtoDataSpec in org.litebridge.orm.api.dto
Classes in org.litebridge.orm.api.dto that implement DtoDataSpecModifier and TypeClassDescriptionfinal classSpecification for a JOIN clause in a DTO-based query.final classSpecification for a DTO select query. -
Uses of DtoDataSpec in org.litebridge.orm.api.dto.delete
Classes in org.litebridge.orm.api.dto.delete that implement DtoDataSpecModifier and TypeClassDescriptionfinal classSpecification for a DTO-based delete operation. -
Uses of DtoDataSpec in org.litebridge.orm.api.dto.update
Classes in org.litebridge.orm.api.dto.update that implement DtoDataSpec -
Uses of DtoDataSpec in org.litebridge.orm.persistence
Classes in org.litebridge.orm.persistence with type parameters of type DtoDataSpecModifier and TypeClassDescriptionstatic classDtoBlueprint.DtoData<S extends DtoDataSpec>Base class for entity/DTO-specific blueprint data.Fields in org.litebridge.orm.persistence declared as DtoDataSpec