Uses of Interface
com.totvs.tjf.api.jpa.repository.ApiJpaQueryByExampleWithDynamicProjection
-
Packages that use ApiJpaQueryByExampleWithDynamicProjection Package Description com.totvs.tjf.api.jpa.repository com.totvs.tjf.api.jpa.repository.impl -
-
Uses of ApiJpaQueryByExampleWithDynamicProjection in com.totvs.tjf.api.jpa.repository
Subinterfaces of ApiJpaQueryByExampleWithDynamicProjection in com.totvs.tjf.api.jpa.repository Modifier and Type Interface Description interface
ApiJpaRepository<T>
Standard interface to JPA repository. -
Uses of ApiJpaQueryByExampleWithDynamicProjection in com.totvs.tjf.api.jpa.repository.impl
Classes in com.totvs.tjf.api.jpa.repository.impl that implement ApiJpaQueryByExampleWithDynamicProjection Modifier and Type Class Description class
ApiJpaRepositoryImpl<T,K extends Serializable>
-