nbcp.myoql.db.es.component.EsSetEntityUpdateClip.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktmyoql Show documentation
Show all versions of ktmyoql Show documentation
kotlin orm -- mysql,mongo , just like ktorm
The newest version!
//package nbcp.db.es
//
//
//import nbcp.base.comm.*
//import nbcp.base.utils.*
//import nbcp.myoql.db.db
//import org.slf4j.LoggerFactory
//
///**
// * Created by udi on 17-4-7.
// */
//
////根据Id,更新Es的一个键。
//
///**
// * EsUpdate
// */
//class EsSetEntityUpdateClip>(var moerEntity: M, var entity: Serializable)
// : EsClipBase(moerEntity.tableName) {
// companion object {
// private val logger by lazy {
// return@lazy LoggerFactory.getLogger(this::class.java)
// }
// }
//
//
// fun exec(): Int {
// }
//
//}
//