Uses of Class
org.cxbox.core.dto.data.HistoricityDto
-
Packages that use HistoricityDto Package Description org.cxbox.core.crudma.impl org.cxbox.core.dto.data org.cxbox.core.service org.cxbox.core.service.rowmeta -
-
Uses of HistoricityDto in org.cxbox.core.crudma.impl
Classes in org.cxbox.core.crudma.impl with type parameters of type HistoricityDto Modifier and Type Class Description classHistoricityResponseService<T extends HistoricityDto,E extends HistoricityEntity> -
Uses of HistoricityDto in org.cxbox.core.dto.data
Fields in org.cxbox.core.dto.data with type parameters of type HistoricityDto Modifier and Type Field Description static DtoField<HistoricityDto,LocalDateTime>HistoricityDto_. endDatestatic DtoField<HistoricityDto,LocalDateTime>HistoricityDto_. startDate -
Uses of HistoricityDto in org.cxbox.core.service
Classes in org.cxbox.core.service with type parameters of type HistoricityDto Modifier and Type Class Description classHistoricityKey<E extends HistoricityEntity,D extends HistoricityDto> -
Uses of HistoricityDto in org.cxbox.core.service.rowmeta
Classes in org.cxbox.core.service.rowmeta with type parameters of type HistoricityDto Modifier and Type Class Description classHistoricityFieldMetaBuilder<T extends HistoricityDto>
-