我正在使用OrientDB并想知道是否可以使用GlazedList
http://www.glazedlists.com/documentation/hibernate
我基本上是想做这样的事情
Database to GlazedList/Jtable and then edit the database through the GlazedList/JTable
但我使用的是OrientDB而不是Microsoft Access。
如果使用OrientDB是不可能的,有人可以建议像sqlite这样的轻量级嵌入式数据库与hibernate一起使用吗?基本上我将使用OrientDB和另一个嵌入式小型数据库(用于存储大量行)。 Sqlite看起来真的很棒。