Uses of Class
org.seedstack.business.domain.IdentityExistsException
-
Packages that use IdentityExistsException Package Description org.seedstack.business.domain Provides classes, interfaces and annotations for building the domain layer. -
-
Uses of IdentityExistsException in org.seedstack.business.domain
Methods in org.seedstack.business.domain that throw IdentityExistsException Modifier and Type Method Description <E extends Entity<I>,I>
EIdentityService. identify(E entity)Identifies the given entity.
-