|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.hibernate.tool.ant.ConfigurationTask
org.hibernate.tool.ant.AnnotationConfigurationTask
public class AnnotationConfigurationTask
Class that uses reflection to load AnnotatioConfiguration. Done to avoid jdk 1.5 compile dependency in tools.
| Field Summary |
|---|
| Fields inherited from class org.hibernate.tool.ant.ConfigurationTask |
|---|
entityResolver |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
AnnotationConfigurationTask()
|
|
| Method Summary | |
|---|---|
protected org.hibernate.cfg.Configuration |
createConfiguration()
|
protected void |
validateParameters()
|
| Methods inherited from class org.hibernate.tool.ant.ConfigurationTask |
|---|
addConfiguredFileSet, addFile, doConfiguration, getConfiguration, getConfigurationFile, getProperties, getPropertyFile, setConfigurationFile, setEntityResolver, setNamingStrategy, setPropertyFile |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationConfigurationTask()
| Method Detail |
|---|
protected org.hibernate.cfg.Configuration createConfiguration()
createConfiguration in class ConfigurationTask
protected void validateParameters()
throws org.apache.tools.ant.BuildException
validateParameters in class ConfigurationTaskorg.apache.tools.ant.BuildException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||