changelog.txt
来自「Hibernate开发及整合应用大全 蔡雪焘编著 本书用典型的示例剖析Hiber」· 文本 代码 · 共 44 行
TXT
44 行
Hibernate Console Changelog========================Changes in version 2.1----------------------* Renamed to Hibernate Console* Added object graph view (blue, means uninitialized proxy or collection)* Added editable properties view (show currently selected object, press flush/commit to persist changes)Hibern8IDE Changelog====================Changes in version 1.0-----------------------* Small hints on icons for different types* Using jgoodies looks to look much nicer ;)* small improvementsChanges in version 0.9.5----------------------* Added History feature to HQL commander* Added experimental graphing of the class relationships (via JGraph)* Added support for executing abitrary java. Can be used to dynamically evaluate Criteria API, save/delete/update objects, etc. (via bsh) Note: the session is available via "session" as an object.* Misc. refactorings and better errorhandlingChanges in version 0.9----------------------* First official release w/source* Now also include id, assocations and collections in the left tree* Experimental drag'n'drop from Tree to HQL Commander* JavaObject Inspector available if doubleclicking on element in the result table.* Implemented simple syntax highlighting EditorKit instead of using old jedit syntax package that did not behave properly ;)Changes in version BETA RELEASE-------------------------------* Initial version
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?