Uses of Interface
org.bardframework.crud.api.base.BaseRepository
Packages that use BaseRepository
Package
Description
-
Uses of BaseRepository in org.bardframework.crud.api.activable
Classes in org.bardframework.crud.api.activable with type parameters of type BaseRepositoryModifier and TypeInterfaceDescriptioninterfaceActivableEntityService<M extends BaseModelAbstract<I>,R extends ActivableEntityRepository<I, U> & BaseRepository<M, ?, I, U>, I extends Comparable<? super I>, U> -
Uses of BaseRepository in org.bardframework.crud.api.base
Classes in org.bardframework.crud.api.base with type parameters of type BaseRepositoryModifier and TypeClassDescriptionclassBaseServiceAbstract<M extends BaseModelAbstract<I>,C extends BaseCriteriaAbstract<I>, D, R extends BaseRepository<M, C, I, U>, I extends Comparable<? super I>, U> Created by vahid on 1/17/17.Fields in org.bardframework.crud.api.base declared as BaseRepository -
Uses of BaseRepository in org.bardframework.crud.api.tree
Classes in org.bardframework.crud.api.tree with type parameters of type BaseRepositoryModifier and TypeInterfaceDescriptioninterfaceTreeEntityService<M extends BaseModelAbstract<I> & TreeEntityModel<M>,C extends BaseCriteria<I> & TreeEntityCriteria<I>, R extends BaseRepository<M, C, I, U> & TreeEntityRepository<M, I, U>, I extends Comparable<? super I>, U> Created by vahid (va.zafari@gmail.com) on 11/12/17.