annotatedclasstype.java

来自「hibernate方便的操作数据库相当不错的 请各位下载看看啊」· Java 代码 · 共 16 行

JAVA
16
字号
package org.hibernate.cfg;/** * Type of annotation of a class will give its type * * @author Emmanuel Bernard */public enum AnnotatedClassType {	/**has no revelent top level annotation */	NONE,	/** has @Entity annotation */	ENTITY,	/** has a DependentObject annotation */	DEPENDENT}

⌨️ 快捷键说明

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