hibernatehistorystep.java
来自「Java编译osworkflow工作流系统的安装和源代码」· Java 代码 · 共 22 行
JAVA
22 行
/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */package com.opensymphony.workflow.spi.hibernate;/** �* This is here to persist the historical steps to the historical table. * It is more used more for querying than persistence. */public class HibernateHistoryStep extends HibernateStep { //~ Constructors /////////////////////////////////////////////////////////// public HibernateHistoryStep() { } public HibernateHistoryStep(HibernateStep step) { super(step); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?