Промежуточное сохранение.

This commit is contained in:
Programmist73 2023-04-07 11:15:41 +04:00
parent 663fd6ad72
commit 8fa5b5f8c4
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package labWork.premium_store.model; package labWork.premium_store.model;
import javax.persistence.*; import javax.persistence.*;
import javax.persistence.criteria.CriteriaBuilder;
import java.util.List; import java.util.List;
import java.util.Objects; import java.util.Objects;

View File

@ -3,7 +3,6 @@ package labWork.premium_store.service;
import labWork.premium_store.model.Level; import labWork.premium_store.model.Level;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.StringUtils;
import javax.persistence.EntityManager; import javax.persistence.EntityManager;
import javax.persistence.EntityNotFoundException; import javax.persistence.EntityNotFoundException;