pathnode.java
来自「介绍了hibernate的入门有一些基本常用的事例」· Java 代码 · 共 17 行
JAVA
17 行
// $Id: PathNode.java,v 1.1 2004/11/07 16:06:35 pgmjsd Exp $package org.hibernate.hql.ast;/** * An AST node with a path property. This path property will be the fully qualified name. * * @author josh Nov 7, 2004 10:56:49 AM */public interface PathNode { /** * Returns the full path name represented by the node. * * @return the full path name represented by the node. */ String getPath();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?