Uses of Interface
org.seedstack.business.domain.Entity
-
Packages that use Entity Package Description org.seedstack.business.domain Provides classes, interfaces and annotations for building the domain layer. -
-
Uses of Entity in org.seedstack.business.domain
Subinterfaces of Entity in org.seedstack.business.domain Modifier and Type Interface Description interfaceAggregateRoot<I>Specialization ofEntitywhen acting as an aggregate root.Methods in org.seedstack.business.domain with type parameters of type Entity Modifier and Type Method Description <E extends Entity<I>>
IIdentityGenerator. generate(Class<E> entityClass)Generate a new identifier for an entity of the specified class.<E extends Entity<I>,I>
EIdentityService. identify(E entity)Identifies the given entity.
-