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
Post a Comment