mybatis online with Winfy
We have hosted the application mybatis in order to run this application in our online workstations with Wine or directly.
Quick description about mybatis:
MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis eliminates almost all of the JDBC code and manual setting of parameters and retrieval of results. MyBatis can use simple XML or Annotations for configuration and map primitives, Map interfaces and Java POJOs (Plain Old Java Objects) to database records. Every MyBatis application centers around an instance of SqlSessionFactory. A SqlSessionFactory instance can be acquired by using the SqlSessionFactoryBuilder. SqlSessionFactoryBuilder can build a SqlSessionFactory instance from an XML configuration file, or from a custom prepared instance of the Configuration class. Building a SqlSessionFactory instance from an XML file is very simple. It is recommended that you use a classpath resource for this configuration, but you could use any InputStream instance, including one created from a literal file path or a file: // URL.Features:
- A first class persistence framework with support for custom SQL
- Makes it easier to use a relational database with object-oriented applications
- MyBatis couples objects with stored procedures
- Uses a XML descriptor and annotations
- MyBatis data mapper is simpler than other object relational mapping tools
- Eliminates manual setting of parameters and retrieval of results
Programming Language: Java.
Categories:
Database, Frameworks, Object Oriented
©2024. Winfy. All Rights Reserved.
By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.