Interface IEntityExistsOperations
- All Known Subinterfaces:
IDomain
- All Known Implementing Classes:
DomainOperations
public interface IEntityExistsOperations
-
Method Summary
Modifier and Type Method Description booleanexists()Checks if an entity exists or not.
-
Method Details
-
exists
boolean exists()Checks if an entity exists or not.- Returns:
- A value indicating whether the entity exists or not.
-