Uses of Interface
io.github.xezzon.zeroweb.common.jpa.IEntity
Packages that use IEntity
-
Uses of IEntity in io.github.xezzon.zeroweb.common.jpa
Classes in io.github.xezzon.zeroweb.common.jpa with type parameters of type IEntityModifier and TypeClassDescriptionclassBaseDAO<T extends IEntity<I>, I, M extends org.springframework.data.jpa.repository.JpaRepository<@NonNull T, @NonNull I> & org.springframework.data.jpa.repository.JpaSpecificationExecutor<@NonNull T>>持久层基类,封装了常用的数据访问操作,支持 OData 查询。Fields in io.github.xezzon.zeroweb.common.jpa with type parameters of type IEntity