翻訳と辞書
Words near each other
・ Ormiston Ilkeston Enterprise Academy
・ Ormiston Maritime Academy
・ Ormiston Park Academy
・ Ormiston Pound
・ Ormiston railway station
・ Ormiston Rivers Academy
・ Ormiston Sandwell Community Academy
・ Ormiston Sir Stanley Matthews Academy
・ Ormiston Six Villages Academy
・ Ormiston Sudbury Academy
・ Ormiston Trust
・ Ormiston Venture Academy
・ Ormiston Victory Academy
・ Ormiston, Queensland
・ Ormiston, Saskatchewan
ORMLite
・ ORMO
・ Ormoc
・ Ormoc Airport
・ Ormoc Bay
・ Ormoc City School of Arts and Trades
・ Ormoc local elections, 2016
・ Ormocarpopsis
・ Ormocarpopsis aspera
・ Ormocarpopsis calcicola
・ Ormocarpopsis itremoensis
・ Ormocarpopsis mandrarensis
・ Ormocarpopsis nitida
・ Ormocarpopsis parvifolia
・ Ormocarpopsis tulearensis


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

ORMLite : ウィキペディア英語版
ORMLite

ORMLite is an open source software framework that provides lightweight object relational mapping (ORM) between Java classes and SQL databases. It supports JDBC databases as well as Android mobile platform. The software project was started with the goal of providing a simple yet powerful wrapper around the JDBC functions without the complexity of other frameworks such as Hibernate and iBATIS.
ORMLite supports JDBC connections to MySQL, PostgreSQL, Microsoft SQL Server, H2, Derby, HSQLDB, and SQLite and can be extended to additional databases relatively easily. There are also initial implementations for DB2 and Oracle. It has a separate database backend which also supports native database calls on Android OS.
==Features==

ORMLite provides the following features:
* Configure database classes by simply adding Java annotations. Configuration using code or Spring also works.
* Tables are accessed with powerful abstract Data Access Object classes.
* A flexible database query builder is provided with which can easily construct simple and complex queries.
* Can compile SQL statements for repetitive query tasks.
* Basic support for database transactions.
* Create and drop database tables with the help of statements generated by the framework.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「ORMLite」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.