类分层结构
- java.lang.Object
- com.v1ok.db.dao.AbstractDao<T,ID> (implements com.v1ok.db.dao.IDao<T,ID>)
- com.v1ok.db.service.AbstractService<T,ID> (implements com.v1ok.db.service.IService<T,ID>)
- com.v1ok.AutoConfig (implements org.springframework.context.ApplicationContextAware)
- com.v1ok.db.model.BaseEntity (implements com.v1ok.db.model.ICreateByModel, com.v1ok.db.model.IEntityModel, com.v1ok.db.model.IExtendsModel, com.v1ok.db.model.ISoftDeleteModel, com.v1ok.db.model.IUpdateByModel, com.v1ok.db.model.IVersionModel)
- com.v1ok.db.EbeanFactoryBean (implements org.springframework.beans.factory.FactoryBean<T>)
- com.v1ok.db.util.EbeanOptions
- com.v1ok.db.service.util.ExampleExpression
- com.v1ok.db.exception.GlobalDBExceptionHandler
- com.v1ok.db.util.UUIDGenerator (implements io.ebean.config.IdGenerator)
接口分层结构
- com.v1ok.db.dao.IDao<T,ID>
Copyright © 2019. All rights reserved.