xworker.db.hibernate.hibernatetool.xer.txt Maven / Gradle / Ivy
@xworker.db.hibernate.hibernatetool
sname
hibernatetool
slabel
hibernatetool
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
sid
hibernatetool
@xworker.db.hibernate.hibernatetool/@destdir
sname
destdir
slabel
destdir
ssize
70
scolspan
2
sdescription
destination directory for files generated with exporters.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
destdir
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@templatepath
sname
templatepath
slabel
templatepath
ssize
70
sdescription
A path to be used to look up user-edited templates.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
templatepath
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@configuration
sname
configuration
slabel
configuration
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
false
seditCols
2
sinitialization
false
sdescription
A <configuration> is used to define a standard Hibernate configuration. A standard Hibernate configuration reads the mappings from the optional hbm.xml and the fileset.
sid
configuration
@xworker.db.hibernate.hibernatetool/@configuration/@configurationfile
sname
configurationfile
slabel
configurationfile
sdescription
The name of a Hibernate configuration file, e.g. "hibernate.cfg.xml"
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
configurationfile
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@configuration/@propertyfile
sname
propertyfile
slabel
propertyfile
sdescription
The name of a property file, e.g. "hibernate.properties"
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
propertyfile
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@configuration/@entityresolver
sname
entityresolver
slabel
entityresolver
sdescription
name of a class that implements org.xml.sax.EntityResolver. Used if the mapping files require custom entity resolver.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
entityresolver
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@configuration/@namingstrategy
sname
namingstrategy
slabel
namingstrategy
sdescription
name of a class that implements org.hibernate.cfg.NamingStrategy. Used for setting up the naming strategy in Hibernate which controls the automatic naming of tables and columns.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
namingstrategy
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@configuration/@fileset
sname
fileset
slabel
fileset
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
true
seditCols
2
sinitialization
false
sdescription
FileSets are groups of files. These files can be found in a directory tree starting in a base directory and are matched by patterns taken from a number of PatternSets and Selectors. FileSets can appear inside tasks that support this feature or at the same level as target
- i.e., as children of project
.
PatternSets can be specified as nested <patternset>
elements. In addition, FileSet holds an implicit PatternSet and supports the nested <include>
, <includesfile>
, <exclude>
and <excludesfile>
elements of PatternSet directly, as well as PatternSet's attributes.
Selectors are available as nested elements.within the FileSet. If any of the selectors within the FileSet do not select the file, the file is not considered part of the FileSet. This makes FileSets equivalent to an <and>
selector container.
sid
fileset
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@dir
sname
dir
slabel
dir
sdescription
the root of the directory tree of this FileSet.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
dir
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@file
sname
file
slabel
file
sdescription
shortcut for specifying a single file fileset
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
file
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@casesensitive
sname
casesensitive
slabel
casesensitive
sinputtype
select
sdefault
yes
sdescription
Must the include and exclude patterns be treated in a case sensitive way? Defaults to true.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
casesensitive
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@casesensitive/@yes
sname
yes
slabel
yes
svalue
yes
sid
yes
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@casesensitive/@no
sname
no
slabel
no
svalue
no
sid
no
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@defaultexcludes
sname
defaultexcludes
slabel
defaultexcludes
sinputtype
select
sdefault
yes
sdescription
indicates whether default excludes should be used or not (yes | no
); default excludes are used when omitted.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
defaultexcludes
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@defaultexcludes/@yes
sname
yes
slabel
yes
svalue
yes
sid
yes
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@defaultexcludes/@no
sname
no
slabel
no
svalue
no
sid
no
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@include
sname
include
slabel
include
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
true
seditCols
2
sinitialization
false
sdescription
comma- or space-separated list of patterns of files that must be included; all files are included when omitted.
sid
include
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@include/@name
sname
name
slabel
name
sdescription
<include name="**/*.java"/>
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
name
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@exclude
sname
exclude
slabel
exclude
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
true
seditCols
2
sinitialization
false
sdescription
comma- or space-separated list of patterns of files that must be excluded; no files (except default excludes) are excluded when omitted.
sid
exclude
@xworker.db.hibernate.hibernatetool/@configuration/@fileset/@exclude/@name
sname
name
slabel
name
sdescription
<exclude name="**/*Test*"/>
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
name
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@annotationconfiguration
sname
annotationconfiguration
slabel
annotationconfiguration
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
false
seditCols
2
sinitialization
false
sdescription
An <annotationconfiguration> is used when you want to read the metamodel from EJB3/Hibernate Annotations based POJO's. To use it remember to put the jars file needed for using hibernate annotations in the classpath of the <taskdef>.
The <annotationconfiguration> has the same attributes as an <configuration> except that the configurationfile attribute is now required as that is from where an AnnotationConfiguration gets the list of classes/packages it should load.
sid
annotationconfiguration
@xworker.db.hibernate.hibernatetool/@annotationconfiguration/@configurationfile
sname
configurationfile
slabel
configurationfile
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
configurationfile
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@jdbcconfiguration
sname
jdbcconfiguration
slabel
jdbcconfiguration
sdescriptors
xworker.lang.MetaDescriptor3
sextends
_root
smany
false
seditCols
2
sinitialization
false
sdescription
A <jdbcconfiguration> is used to perform reverse engineering of the database from a JDBC connection. The <jdbcconfiguration> has the same attributes as a <configuration> plus the following additional attributes:
sid
jdbcconfiguration
@xworker.db.hibernate.hibernatetool/@jdbcconfiguration/@packagename
sname
packagename
slabel
packagename
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
packagename
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@jdbcconfiguration/@reversestrategy
sname
reversestrategy
slabel
reversestrategy
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
reversestrategy
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@jdbcconfiguration/@revengfile
sname
revengfile
slabel
revengfile
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
revengfile
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@jdbcconfiguration/@node10
sname
node10
slabel
attribute
sextends
_root
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
node10
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbm2ddl
sname
hbm2ddl
slabel
hbm2ddl
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
false
seditCols
2
sinitialization
false
sdescription
<hbm2ddl> lets you run schemaexport and schemaupdate which generates the appropriate SQL DDL and allow you to store the result in a file or export it directly to the database.
sid
hbm2ddl
@xworker.db.hibernate.hibernatetool/@hbm2ddl/@drop
sname
drop
slabel
drop
sinputtype
truefalse
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
drop
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbm2ddl/@create
sname
create
slabel
create
sinputtype
truefalse
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
create
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbm2ddl/@export
sname
export
slabel
export
sinputtype
truefalse
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
export
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbm2ddl/@update
sname
update
slabel
update
sinputtype
truefalse
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
update
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbm2ddl/@outputfilename
sname
outputfilename
slabel
outputfilename
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
outputfilename
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbm2ddl/@delimiter
sname
delimiter
slabel
delimiter
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
delimiter
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbm2ddl/@format
sname
format
slabel
format
sinputtype
truefalse
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
format
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbm2java
sname
hbm2java
slabel
hbm2java
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
false
seditCols
2
sinitialization
false
sdescription
<hbm2java> is a java codegenerator. Options for controlling wether JDK 5 syntax can be used and wether the POJO should be annotated with EJB3/Hibernate Annotations.
sid
hbm2java
@xworker.db.hibernate.hibernatetool/@hbm2java/@jdk5
sname
jdk5
slabel
jdk5
sinputtype
truefalse
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
jdk5
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbm2java/@ejb3
sname
ejb3
slabel
ejb3
sinputtype
truefalse
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
ejb3
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbm2hbmxml
sname
hbm2hbmxml
slabel
hbm2hbmxml
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
false
seditCols
2
sinitialization
false
sdescription
<hbm2hbmxml> generates a set of .hbm files. Intended to be used together with a <jdbcconfiguration> when performing reverse engineering, but can be used with any kind of configuration. e.g. to convert from annotation based pojo's to hbm.xml. Note that not every possible mapping transformation is possible/implemented so some hand editing might be necessary.
sid
hbm2hbmxml
@xworker.db.hibernate.hibernatetool/@hbm2cfgxml
sname
hbm2cfgxml
slabel
hbm2cfgxml
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
false
seditCols
2
sinitialization
false
sdescription
<hbm2cfgxml> generates a hibernate.cfg.xml. Intended to be used together with a <jdbcconfiguration> when performing reverse engineering, but can be used with any kind of configuration. The <hbm2cfgxml> will contain the properties used and adds mapping entriies for each mapped class.
sid
hbm2cfgxml
@xworker.db.hibernate.hibernatetool/@hbm2cfgxml/@ejb3
sname
ejb3
slabel
ejb3
sinputtype
truefalse
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
ejb3
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbm2doc
sname
hbm2doc
slabel
hbm2doc
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
false
seditCols
2
sinitialization
false
sdescription
<hbm2doc> generates html documentation a'la javadoc for the database schema et.al.
sid
hbm2doc
@xworker.db.hibernate.hibernatetool/@hbmtemplate
sname
hbmtemplate
slabel
hbmtemplate
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
false
seditCols
2
sinitialization
false
sdescription
Generic exporter that can be controlled by a user provided template or class.
sid
hbmtemplate
@xworker.db.hibernate.hibernatetool/@hbmtemplate/@filepattern
sname
filepattern
slabel
filepattern
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
filepattern
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbmtemplate/@template
sname
template
slabel
template
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
template
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@hbmtemplate/@exporterclass
sname
exporterclass
slabel
exporterclass
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
exporterclass
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@property
sname
property
slabel
property
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
false
seditCols
2
sinitialization
false
sdescription
The <property> allows you bind a string value to a key. The value will be available in the templates via $<key>. The following xworker.example will assign the string value "true" to the variable $descriptors
sid
property
@xworker.db.hibernate.hibernatetool/@property/@key
sname
key
slabel
key
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
key
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.db.hibernate.hibernatetool/@property/@value
sname
value
slabel
value
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
value
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
© 2015 - 2025 Weber Informatics LLC | Privacy Policy