Uses of Class
com.app.persistence.entity.HolidayEntity
Packages that use HolidayEntity
Package
Description
-
Uses of HolidayEntity in com.app.controller.dto.holiday
Methods in com.app.controller.dto.holiday that return HolidayEntityModifier and TypeMethodDescriptionCreateHolidayDto.toEntity()
Converts this DTO into aHolidayEntity
. -
Uses of HolidayEntity in com.app.persistence.entity
Methods in com.app.persistence.entity that return HolidayEntityModifier and TypeMethodDescriptionHolidayEntity.withStatus
(Status status) Creates a new HolidayEntity with the given status, copying existing fields including id.HolidayEntity.withUserEntity
(UserEntity userEntity) Creates a new HolidayEntity with the given user entity, copying existing fields. -
Uses of HolidayEntity in com.app.persistence.Repository
Subinterfaces with type arguments of type HolidayEntity in com.app.persistence.RepositoryModifier and TypeInterfaceDescriptioninterface
Repository interface for managingHolidayEntity
entities.interface
Repository interface for managingHolidayEntity
entities. -
Uses of HolidayEntity in com.app.persistence.specification.impl
Classes in com.app.persistence.specification.impl that implement interfaces with type arguments of type HolidayEntityModifier and TypeClassDescriptionclass
Implementation ofFilterSpecification
for filteringHolidayEntity
instances dynamically based on the providedHolidaySpecification
criteria.Methods in com.app.persistence.specification.impl that return types with arguments of type HolidayEntityModifier and TypeMethodDescriptionorg.springframework.data.jpa.domain.Specification
<HolidayEntity> HolidayFilterSpecificationImpl.dynamicFilter
(HolidaySpecification specification) Builds a dynamic JPASpecification
forHolidayEntity
based on the non-null fields of the givenHolidaySpecification
.