- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/shenbaise/orm4es
- 软件文档: https://github.com/shenbaise/orm4es
软件介绍
orm4es是一个Elasticsearch的ORM工具,它可以生成简单的查询对象.
它本身非常简单,也很容易使用;代码生成通过freemark完成,它会自动解析es index 的mapping设置,根据mapping生成与index对应的java Bean,使用生成的javaBean可以对相应
index进行查询操作。
检出代码后通过一下方法安装:
step 1 编译程序
svn install
step 2 查看帮助
java -jar orm4es-0.0.1-SNAPSHOT.jar -h
例如:
java -jar orm4es-0.0.1-SNAPSHOT.jar -H 192.168.1.100 -p 9300 -n Product -i product
就可生成product.java类,你还可以对生成的类再次进行编辑。
Foundation Web Standards
Jonathan Lane、Steve Smith / Friends of ED / 21st July 2008 / $34.99
Foundation Web Standards explores the process of constructing a web site from start to finish. There is more to the process than just knowing HTML! Designers and developers must follow a proper proces......一起来看看 《Foundation Web Standards》 这本书的介绍吧!
