Hi sleepobject.
1, You said you want an OOP database. Hibernate is an Object Relation Mapping framework, The API for developers is OOP style but the database is still RDBMS, If this is your core requirement, please try some databases such as Neo4J. 2, You said you want to implement some OOP inheritence such as class Y extends X, and the objects of both X and Y can be quried, OK. Yes, Hibernate can do it very well. If this is your core requirement, please choose Hibernate. 3. You said you don't want to create static db schema. If this is your core requirement, please try some weak type database such as MongoDB.
|