mysql - Does Hibernate support Amazon RDS and S3? -


after checking hibernate , discovering hibernate support relational databases (like mysql) know if support amazon rds. assuming because of orm thing, since newbie decided come here , ask people know.

assuming hibernate can read mysql database, know if there way support key-value database, amazon s3. searched couldn't find else.

finally, can let me know level of support hibernate has mysql joins? know if supports them , how of supported.

if there way support key-value database, amazon s3

there's separate project this, called hibernate ogm. aims support jpa nosql databases. check out.

can let me know level of support hibernate has mysql joins? know if supports them , how of supported

joins supported through criteria api, , in hql. need more specific on want achieve in order more complete answer.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -