⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 displayablenode.java

📁 介绍了hibernate的入门有一些基本常用的事例
💻 JAVA
字号:
// $Id: DisplayableNode.java,v 1.1 2004/06/03 16:30:08 steveebersole Exp $package org.hibernate.hql.ast;/** * Implementors will return additional display text, which will be used * by the ASTPrinter to display information (besides the node type and node * text). */public interface DisplayableNode {	/**	 * Returns additional display text for the AST node.	 *	 * @return String - The additional display text.	 */	String getDisplayText();}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -