类 InstrumentTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.hibernate.tool.enhance.EnhancementTask
-
- org.hibernate.tool.instrument.javassist.InstrumentTask
-
- 所有已实现的接口:
Cloneable
@Deprecated public class InstrumentTask extends EnhancementTask
已过时。This is the legacy Ant-task Hibernate provided historically to perform its old-school bytecode instrumentation. That has been replaced wholesale with a new approach to bytecode manipulation offering 3 build-time variations for Ant, Maven and Gradle.This is the legacy Ant-task Hibernate provided historically to perform its old-school bytecode instrumentation. That has been replaced wholesale with a new approach to bytecode manipulation offering 3 build-time variations for Ant, Maven and Gradle.- 作者:
- Muga Nishizawa, Steve Ebersole
- 另请参阅:
EnhancementTask
-
-
构造器概要
构造器 构造器 说明 InstrumentTask()已过时。
-
方法概要
-
从类继承的方法 org.hibernate.tool.enhance.EnhancementTask
execute, setBase, setDir, setEnableAssociationManagement, setEnableDirtyTracking, setEnableExtendedEnhancement, setEnableLazyInitialization, setFailOnError
-
从类继承的方法 org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-