程序包cn.herodotus.stirrup.data.crud.service的分层结构
类分层结构
- java.lang.Object
- cn.herodotus.stirrup.data.crud.service.AbstractJpaService<E,
ID> (implements cn.herodotus.stirrup.data.crud.service.JpaWriteableService<E, ID>)
- cn.herodotus.stirrup.data.crud.service.AbstractJpaService<E,
接口分层结构
- cn.herodotus.stirrup.data.crud.service.JpaReadableService<E,
ID> - cn.herodotus.stirrup.data.crud.service.JpaWriteableService<E,
ID>
- cn.herodotus.stirrup.data.crud.service.JpaWriteableService<E,
- cn.herodotus.stirrup.data.crud.service.MongoService<E,
ID>