Reputation: 133
I need to map or query the magento orders tables from outside magento, using a java application. Is it possible to do?
Upvotes: 0
Views: 68
Reputation: 2225
Is is possible to do?
Yes, it is.
According to Wikipedia, Magento uses MySQL/MariaDB database and both database types, as far as I know, are supported by Hibernate/JDBC so yes, it is possible.
I should recommend you to start reading the Hibernate documentation to get to know how to do it.
Upvotes: 1