Interface PersistentEntityCriteriaDelete<T>
- Type Parameters:
T
- The entity type
- All Superinterfaces:
jakarta.persistence.criteria.CommonAbstractCriteria
,jakarta.persistence.criteria.CriteriaDelete<T>
- All Known Subinterfaces:
SourcePersistentEntityCriteriaDelete<T>
- All Known Implementing Classes:
AbstractPersistentEntityCriteriaDelete
public interface PersistentEntityCriteriaDelete<T>
extends jakarta.persistence.criteria.CriteriaDelete<T>
The persistent entity
CriteriaDelete
.- Since:
- 3.2
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionfrom
(PersistentEntity persistentEntity) getRoot()
where
(jakarta.persistence.criteria.Predicate... restrictions) Methods inherited from interface jakarta.persistence.criteria.CommonAbstractCriteria
getRestriction, subquery
-
Method Details
-
from
-
from
- Specified by:
from
in interfacejakarta.persistence.criteria.CriteriaDelete<T>
-
from
- Specified by:
from
in interfacejakarta.persistence.criteria.CriteriaDelete<T>
-
getRoot
PersistentEntityRoot<T> getRoot()- Specified by:
getRoot
in interfacejakarta.persistence.criteria.CriteriaDelete<T>
-
where
PersistentEntityCriteriaDelete<T> where(jakarta.persistence.criteria.Expression<Boolean> restriction) - Specified by:
where
in interfacejakarta.persistence.criteria.CriteriaDelete<T>
-
where
- Specified by:
where
in interfacejakarta.persistence.criteria.CriteriaDelete<T>
-