Uses of Interface
com.activeviam.signoff.core.service.bitemporal.jpa.IBitemporalObjectJpaRepository
-
-
Uses of IBitemporalObjectJpaRepository in com.activeviam.signoff.core.service.bitemporal.jpa.impl
Classes in com.activeviam.signoff.core.service.bitemporal.jpa.impl with type parameters of type IBitemporalObjectJpaRepository Modifier and Type Class Description classABitemporalObjectJpaRepositoryFactoryBean<ID extends Serializable,T extends IBitemporalObject<T> & org.springframework.data.domain.Persistable<ID>,R extends IBitemporalObjectJpaRepository<ID,T>>Classes in com.activeviam.signoff.core.service.bitemporal.jpa.impl that implement IBitemporalObjectJpaRepository Modifier and Type Class Description classABitemporalObjectJpaRepository<ID extends Serializable,T extends IBitemporalObject<T> & org.springframework.data.domain.Persistable<ID>> -
Uses of IBitemporalObjectJpaRepository in com.activeviam.signoff.core.service.definition.jpa
Subinterfaces of IBitemporalObjectJpaRepository in com.activeviam.signoff.core.service.definition.jpa Modifier and Type Interface Description interfaceISignOffProcessDefinitionJpaRepositoryJPA persistence layer forsign-off process definition entity objects. -
Uses of IBitemporalObjectJpaRepository in com.activeviam.signoff.core.service.definition.jpa.impl
Classes in com.activeviam.signoff.core.service.definition.jpa.impl that implement IBitemporalObjectJpaRepository Modifier and Type Class Description classSignOffProcessDefinitionJpaRepository
-