displayablenode.java

来自「介绍了hibernate的入门有一些基本常用的事例」· Java 代码 · 共 17 行

JAVA
17
字号
// $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 + =
减小字号Ctrl + -
显示快捷键?