Download hibernate tools Free Java Code

Description

Code generation, reverse engineering, ant task and more tools for Hibernate Core.

Icons

hibernate tools

Source Files

The download file hibernate-tools-master.zip has the following entries.


.cvsignore//from w w w .ja  v  a  2 s.c om
.gitignore
build.xml
changelog.txt
lgpl.txt
lib/freemarker.jar
lib/jdbc/hsqldb.jar
lib/jtidy-r8-20060801.jar
lib/org.eclipse.core.runtime_3.2.0.v20060603.jar
lib/org.eclipse.equinox.common_3.2.0.v20060603.jar
lib/org.eclipse.jdt.core_3.2.0.v_671.jar
lib/org.eclipse.text_3.2.0.v20060605-1400.jar
lib/testlibs/README.TXT
lib/testlibs/commons-collections-3.1.jar
lib/testlibs/commons-logging-1.0.4.jar
lib/testlibs/dom4j-1.6.1.jar
lib/testlibs/hibernate-commons-annotations-4.0.1.Final.jar
lib/testlibs/hibernate-core-4.0.0.Final.jar
lib/testlibs/hibernate-jpa-2.0-api-1.0.1.Final.jar
lib/testlibs/javassist.jar
lib/testlibs/jboss-annotations-ejb3.jar
lib/testlibs/jboss-archive-browsing.jar
lib/testlibs/jboss-ejb3x.jar
lib/testlibs/version.properties
pom.xml
readme.txt
src/assembly/dist.xml
src/java/org/hibernate/cfg/JDBCBinder.java
src/java/org/hibernate/cfg/JDBCBinderException.java
src/java/org/hibernate/cfg/JDBCMetaDataConfiguration.java
src/java/org/hibernate/cfg/JDBCReaderFactory.java
src/java/org/hibernate/cfg/MetaDataDialectFactory.java
src/java/org/hibernate/cfg/reveng/AbstractDatabaseCollector.java
src/java/org/hibernate/cfg/reveng/AssociationInfo.java
src/java/org/hibernate/cfg/reveng/DatabaseCollector.java
src/java/org/hibernate/cfg/reveng/DefaulAssociationInfo.java
src/java/org/hibernate/cfg/reveng/DefaultDatabaseCollector.java
src/java/org/hibernate/cfg/reveng/DefaultReverseEngineeringStrategy.java
src/java/org/hibernate/cfg/reveng/DelegatingReverseEngineeringStrategy.java
src/java/org/hibernate/cfg/reveng/ForeignKeyCollectionInfo.java
src/java/org/hibernate/cfg/reveng/JDBCReader.java
src/java/org/hibernate/cfg/reveng/JDBCToHibernateTypeHelper.java
src/java/org/hibernate/cfg/reveng/MappingsDatabaseCollector.java
src/java/org/hibernate/cfg/reveng/MetaAttributeBinder.java
src/java/org/hibernate/cfg/reveng/OverrideBinder.java
src/java/org/hibernate/cfg/reveng/OverrideRepository.java
src/java/org/hibernate/cfg/reveng/ProgressListener.java
src/java/org/hibernate/cfg/reveng/ReverseEngineeringRuntimeInfo.java
src/java/org/hibernate/cfg/reveng/ReverseEngineeringSettings.java
src/java/org/hibernate/cfg/reveng/ReverseEngineeringStrategy.java
src/java/org/hibernate/cfg/reveng/ReverseEngineeringStrategyUtil.java
src/java/org/hibernate/cfg/reveng/SQLTypeMapping.java
src/java/org/hibernate/cfg/reveng/SchemaSelection.java
src/java/org/hibernate/cfg/reveng/TableFilter.java
src/java/org/hibernate/cfg/reveng/TableIdentifier.java
src/java/org/hibernate/cfg/reveng/dialect/AbstractMetaDataDialect.java
src/java/org/hibernate/cfg/reveng/dialect/CachedMetaDataDialect.java
src/java/org/hibernate/cfg/reveng/dialect/H2MetaDataDialect.java
src/java/org/hibernate/cfg/reveng/dialect/HSQLMetaDataDialect.java
src/java/org/hibernate/cfg/reveng/dialect/JDBCMetaDataDialect.java
src/java/org/hibernate/cfg/reveng/dialect/MetaDataDialect.java
src/java/org/hibernate/cfg/reveng/dialect/MySQLMetaDataDialect.java
src/java/org/hibernate/cfg/reveng/dialect/OracleMetaDataDialect.java
src/java/org/hibernate/cfg/reveng/dialect/ResultSetIterator.java
src/java/org/hibernate/cfg/reveng/dialect/SQLServerMetaDataDialect.java
src/java/org/hibernate/hibernate-reverse-engineering-3.0.dtd
src/java/org/hibernate/tool/Version.java
src/java/org/hibernate/tool/ant/AnnotationConfigurationTask.java
src/java/org/hibernate/tool/ant/ConfigurationTask.java
src/java/org/hibernate/tool/ant/ExporterTask.java
src/java/org/hibernate/tool/ant/GenericExporterTask.java
src/java/org/hibernate/tool/ant/Hbm2CfgXmlExporterTask.java
src/java/org/hibernate/tool/ant/Hbm2DAOExporterTask.java
src/java/org/hibernate/tool/ant/Hbm2DDLExporterTask.java
src/java/org/hibernate/tool/ant/Hbm2DocExporterTask.java
src/java/org/hibernate/tool/ant/Hbm2HbmXmlExporterTask.java
src/java/org/hibernate/tool/ant/Hbm2JavaExporterTask.java
src/java/org/hibernate/tool/ant/HbmLintExporterTask.java
src/java/org/hibernate/tool/ant/HibernateToolTask.java
src/java/org/hibernate/tool/ant/JDBCConfigurationTask.java
src/java/org/hibernate/tool/ant/JPAConfigurationTask.java
src/java/org/hibernate/tool/ant/JavaFormatterTask.java
src/java/org/hibernate/tool/ant/QueryExporterTask.java
src/java/org/hibernate/tool/hbm2x/AbstractExporter.java
src/java/org/hibernate/tool/hbm2x/ArtifactCollector.java
src/java/org/hibernate/tool/hbm2x/Cfg2HbmTool.java
src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java
src/java/org/hibernate/tool/hbm2x/ConfigurationNavigator.java
src/java/org/hibernate/tool/hbm2x/ConfigurationVisitor.java
src/java/org/hibernate/tool/hbm2x/DAOExporter.java
src/java/org/hibernate/tool/hbm2x/DAONewExporter.java
src/java/org/hibernate/tool/hbm2x/DocExporter.java
src/java/org/hibernate/tool/hbm2x/Exporter.java
src/java/org/hibernate/tool/hbm2x/ExporterException.java
src/java/org/hibernate/tool/hbm2x/ExporterProvider.java
src/java/org/hibernate/tool/hbm2x/ExporterSettings.java
src/java/org/hibernate/tool/hbm2x/GenericExporter.java
src/java/org/hibernate/tool/hbm2x/Hbm2DDLExporter.java
src/java/org/hibernate/tool/hbm2x/HbmLintExporter.java
src/java/org/hibernate/tool/hbm2x/HibernateConfigurationExporter.java
src/java/org/hibernate/tool/hbm2x/HibernateMappingExporter.java
src/java/org/hibernate/tool/hbm2x/HibernateMappingGlobalSettings.java
src/java/org/hibernate/tool/hbm2x/MetaAttributeConstants.java
src/java/org/hibernate/tool/hbm2x/MetaAttributeHelper.java
src/java/org/hibernate/tool/hbm2x/POJOExporter.java
src/java/org/hibernate/tool/hbm2x/QueryExporter.java
src/java/org/hibernate/tool/hbm2x/StringUtils.java
src/java/org/hibernate/tool/hbm2x/TemplateHelper.java
src/java/org/hibernate/tool/hbm2x/TemplateProducer.java
src/java/org/hibernate/tool/hbm2x/XMLPrettyPrinter.java
src/java/org/hibernate/tool/hbm2x/doc/DocFile.java
src/java/org/hibernate/tool/hbm2x/doc/DocFileManager.java
src/java/org/hibernate/tool/hbm2x/doc/DocFolder.java
src/java/org/hibernate/tool/hbm2x/doc/DocHelper.java
src/java/org/hibernate/tool/hbm2x/jtidy.properties
src/java/org/hibernate/tool/hbm2x/pojo/AnnotationBuilder.java
src/java/org/hibernate/tool/hbm2x/pojo/BasicPOJOClass.java
src/java/org/hibernate/tool/hbm2x/pojo/ComponentPOJOClass.java
src/java/org/hibernate/tool/hbm2x/pojo/EntityPOJOClass.java
src/java/org/hibernate/tool/hbm2x/pojo/ImportContext.java
src/java/org/hibernate/tool/hbm2x/pojo/ImportContextImpl.java
src/java/org/hibernate/tool/hbm2x/pojo/NoopImportContext.java
src/java/org/hibernate/tool/hbm2x/pojo/POJOClass.java
src/java/org/hibernate/tool/hbm2x/pojo/SkipBackRefPropertyIterator.java
src/java/org/hibernate/tool/hbm2x/visitor/DefaultValueVisitor.java
src/java/org/hibernate/tool/hbm2x/visitor/EntityNameFromValueVisitor.java
src/java/org/hibernate/tool/hbm2x/visitor/HBMTagForPersistentClassVisitor.java
src/java/org/hibernate/tool/hbm2x/visitor/HBMTagForValueVisitor.java
src/java/org/hibernate/tool/hbm2x/visitor/JavaTypeFromValueVisitor.java
src/java/org/hibernate/tool/hbmlint/Detector.java
src/java/org/hibernate/tool/hbmlint/HbmLint.java
src/java/org/hibernate/tool/hbmlint/Issue.java
src/java/org/hibernate/tool/hbmlint/IssueCollector.java
src/java/org/hibernate/tool/hbmlint/detector/BadCachingDetector.java
src/java/org/hibernate/tool/hbmlint/detector/EntityModelDetector.java
src/java/org/hibernate/tool/hbmlint/detector/InstrumentationDetector.java
src/java/org/hibernate/tool/hbmlint/detector/RelationalModelDetector.java
src/java/org/hibernate/tool/hbmlint/detector/SchemaByMetaDataDetector.java
src/java/org/hibernate/tool/hbmlint/detector/ShadowedIdentifierDetector.java
src/java/org/hibernate/tool/hbmlint/detector/TableSelectorStrategy.java
src/java/org/hibernate/tool/ide/completion/AntlrSimpleHQLLexer.java
src/java/org/hibernate/tool/ide/completion/CompletionHelper.java
src/java/org/hibernate/tool/ide/completion/ConfigurationCompletion.java
src/java/org/hibernate/tool/ide/completion/EntityNameReference.java
src/java/org/hibernate/tool/ide/completion/HQLAnalyzer.java
src/java/org/hibernate/tool/ide/completion/HQLCodeAssist.java
src/java/org/hibernate/tool/ide/completion/HQLCompletionProposal.java
src/java/org/hibernate/tool/ide/completion/IHQLCodeAssist.java
src/java/org/hibernate/tool/ide/completion/IHQLCompletionRequestor.java
src/java/org/hibernate/tool/ide/completion/SimpleHQLLexer.java
src/java/org/hibernate/tool/ide/completion/SimpleLexerException.java
src/java/org/hibernate/tool/ide/formatting/JavaFormatter.java
src/java/org/hibernate/tool/stat/AbstractTreeModel.java
src/java/org/hibernate/tool/stat/BeanTableModel.java
src/java/org/hibernate/tool/stat/StatisticsBrowser.java
src/java/org/hibernate/tool/stat/StatisticsCellRenderer.java
src/java/org/hibernate/tool/stat/StatisticsTreeModel.java
src/javadoc/jdstyle.css
src/javadoc/package.html
src/templates/dao/daohome.ftl
src/templates/debug.ftl
src/templates/doc/common.ftl
src/templates/doc/doc-style.css
src/templates/doc/entities/allEntity-list.ftl
src/templates/doc/entities/entity.ftl
src/templates/doc/entities/index.ftl
src/templates/doc/entities/package-list.ftl
src/templates/doc/entities/package-summary.ftl
src/templates/doc/entities/perPackageEntity-list.ftl
src/templates/doc/entities/summary.ftl
src/templates/doc/hibernate_logo.gif
src/templates/doc/index.html
src/templates/doc/inherit.gif
src/templates/doc/tables/index.ftl
src/templates/doc/tables/schema-list.ftl
src/templates/doc/tables/schema-summary.ftl
src/templates/doc/tables/schema-table-list.ftl
src/templates/doc/tables/summary.ftl
src/templates/doc/tables/table-list.ftl
src/templates/doc/tables/table.ftl
src/templates/dot/entitygraph.dot.ftl
src/templates/dot/tablegraph.dot.ftl
src/templates/hbm/any.hbm.ftl
src/templates/hbm/array.hbm.ftl
src/templates/hbm/bag.hbm.ftl
src/templates/hbm/collection-tableattr.hbm.ftl
src/templates/hbm/column.hbm.ftl
src/templates/hbm/component.hbm.ftl
src/templates/hbm/composite-element.hbm.ftl
src/templates/hbm/dynamic-component.hbm.ftl
src/templates/hbm/element-element.hbm.ftl
src/templates/hbm/filter-def.hbm.ftl
src/templates/hbm/generalhbm.hbm.ftl
src/templates/hbm/hibernate-mapping.hbm.ftl
src/templates/hbm/id.hbm.ftl
src/templates/hbm/idbag.hbm.ftl
src/templates/hbm/import.hbm.ftl
src/templates/hbm/key.hbm.ftl
src/templates/hbm/list.hbm.ftl
src/templates/hbm/many-to-any-element.hbm.ftl
src/templates/hbm/many-to-many-element.hbm.ftl
src/templates/hbm/many-to-one.hbm.ftl
src/templates/hbm/map.hbm.ftl
src/templates/hbm/meta.hbm.ftl
src/templates/hbm/nested-composite-element.hbm.ftl
src/templates/hbm/one-to-many-element.hbm.ftl
src/templates/hbm/one-to-one.hbm.ftl
src/templates/hbm/persistentclass.hbm.ftl
src/templates/hbm/pkcolumn.hbm.ftl
src/templates/hbm/primitive-array.hbm.ftl
src/templates/hbm/properties.hbm.ftl
src/templates/hbm/property.hbm.ftl
src/templates/hbm/query.hbm.ftl
src/templates/hbm/set.hbm.ftl
src/templates/hbm/sql-query.hbm.ftl
src/templates/hbm/timestamp.hbm.ftl
src/templates/hbm/version.hbm.ftl
src/templates/lint/text-report.ftl
src/templates/pojo/Ejb3PropertyGetAnnotation.ftl
src/templates/pojo/Ejb3TypeDeclaration.ftl
src/templates/pojo/GetPropertyAnnotation.ftl
src/templates/pojo/Pojo.ftl
src/templates/pojo/PojoConstructors.ftl
src/templates/pojo/PojoEqualsHashcode.ftl
src/templates/pojo/PojoExtraClassCode.ftl
src/templates/pojo/PojoFields.ftl
src/templates/pojo/PojoInterfacePropertyAccessors.ftl
src/templates/pojo/PojoPropertyAccessors.ftl
src/templates/pojo/PojoToString.ftl
src/templates/pojo/PojoTypeDeclaration.ftl
src/templates/pojo/test.ftl
src/test/org/hibernate/tool/BaseTestCase.java
src/test/org/hibernate/tool/JDBCMetaDataBinderTestCase.java
src/test/org/hibernate/tool/NonReflectiveTestCase.java
src/test/org/hibernate/tool/ToolAllTests.java
src/test/org/hibernate/tool/ant/AntAllTests.java
src/test/org/hibernate/tool/ant/AntHibernateToolTest.java
src/test/org/hibernate/tool/ant/BuildFileTestCase.java
src/test/org/hibernate/tool/ant/CoreTaskTest.java
src/test/org/hibernate/tool/ant/JavaFormatterTest.java
src/test/org/hibernate/tool/ant/TopDown.hbm.xml
src/test/org/hibernate/tool/ant/TopDown.java
src/test/org/hibernate/tool/hbm2x/Article.hbm.xml
src/test/org/hibernate/tool/hbm2x/Author.hbm.xml
src/test/org/hibernate/tool/hbm2x/Bungalow.hbm.xml
src/test/org/hibernate/tool/hbm2x/CachedMetaDataTest.java
src/test/org/hibernate/tool/hbm2x/Constructors.hbm.xml
src/test/org/hibernate/tool/hbm2x/Customer.hbm.xml
src/test/org/hibernate/tool/hbm2x/DefaultDatabaseCollectorTest.java
src/test/org/hibernate/tool/hbm2x/DefaultSchemaCatalogTest.java
src/test/org/hibernate/tool/hbm2x/DependentValue.hbm.xml
src/test/org/hibernate/tool/hbm2x/DocExporterTest.java
src/test/org/hibernate/tool/hbm2x/DummyDateType.java
src/test/org/hibernate/tool/hbm2x/FileVisitor.java
src/test/org/hibernate/tool/hbm2x/GenerateFromJDBCTest.java
src/test/org/hibernate/tool/hbm2x/GenericExporterTest.java
src/test/org/hibernate/tool/hbm2x/GenericModel.hbm.xml
src/test/org/hibernate/tool/hbm2x/HashEquals.hbm.xml
src/test/org/hibernate/tool/hbm2x/HashcodeEqualsTest.java
src/test/org/hibernate/tool/hbm2x/Hbm2CfgTest.java
src/test/org/hibernate/tool/hbm2x/Hbm2DaoTest.java
src/test/org/hibernate/tool/hbm2x/Hbm2EJBDaoTest.java
src/test/org/hibernate/tool/hbm2x/Hbm2HibernateDAOTest.java
src/test/org/hibernate/tool/hbm2x/Hbm2JavaBidirectionalIndexedCollectionMappingTest.java
src/test/org/hibernate/tool/hbm2x/Hbm2JavaConstructorTest.java
src/test/org/hibernate/tool/hbm2x/Hbm2JavaEjb3Test.java
src/test/org/hibernate/tool/hbm2x/Hbm2JavaInitializationTest.java
src/test/org/hibernate/tool/hbm2x/Hbm2JavaTest.java
src/test/org/hibernate/tool/hbm2x/Hbm2XAllTests.java
src/test/org/hibernate/tool/hbm2x/HelloWorld.hbm.xml
src/test/org/hibernate/tool/hbm2x/IncrementalSchemaReadingTest.java
src/test/org/hibernate/tool/hbm2x/JdbcHbm2JavaEjb3Test.java
src/test/org/hibernate/tool/hbm2x/LineItem.hbm.xml
src/test/org/hibernate/tool/hbm2x/Order.hbm.xml
src/test/org/hibernate/tool/hbm2x/OtherCfg2HbmTest.java
src/test/org/hibernate/tool/hbm2x/Passenger.hbm.xml
src/test/org/hibernate/tool/hbm2x/PluralizeTest.java
src/test/org/hibernate/tool/hbm2x/Product.hbm.xml
src/test/org/hibernate/tool/hbm2x/Properties.hbm.xml
src/test/org/hibernate/tool/hbm2x/PropertiesTest.java
src/test/org/hibernate/tool/hbm2x/Puppet.hbm.xml
src/test/org/hibernate/tool/hbm2x/Train.hbm.xml
src/test/org/hibernate/tool/hbm2x/UnionSubclass.hbm.xml
src/test/org/hibernate/tool/hbm2x/XMLPrettyPrinterTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/AbstractTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Address.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Address2.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Aliens.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/BackrefTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Basic.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/BasicCompKey.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/BasicCompositeId.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/BasicGlobals.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Car.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Car.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/CarPart.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Cfg2HbmAllTests.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Cfg2HbmToolTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/ClassFullAttribute.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/ComplexPropertyValue.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/CompositeElementTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/DynamicComponentTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Fee.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/FooComponent.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Glarch.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Glarch.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/GlarchProxy.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Group.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Group2.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Hbm2HbmXmlTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/IdBagTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/InheritanceTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/IntegerPropertyValue.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/ListArrayTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/ManyToManyTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/MapAndAnyTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Named.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/OneToOneTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Order.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Person.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Person2.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Person2.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/PersonAddressOneToOnePrimaryKey.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Properties.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/PropertySet.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/PropertyValue.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Search.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Search.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/SetElementTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/StringPropertyValue.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/Super.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/TypeParamsTest.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/User.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/User2.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/UserGroup.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/UserGroup2.hbm.xml
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/elephant.java
src/test/org/hibernate/tool/hbm2x/hbm2hbmxml/mypersister.java
src/test/org/hibernate/tool/hbm2x/query/Group.java
src/test/org/hibernate/tool/hbm2x/query/QueryAllTests.java
src/test/org/hibernate/tool/hbm2x/query/QueryExporterTest.java
src/test/org/hibernate/tool/hbm2x/query/User.java
src/test/org/hibernate/tool/hbm2x/query/UserGroup.hbm.xml
src/test/org/hibernate/tool/hbmlint/BrokenLazy.hbm.xml
src/test/org/hibernate/tool/hbmlint/BrokenLazy.java
src/test/org/hibernate/tool/hbmlint/BrokenNonLazy.java
src/test/org/hibernate/tool/hbmlint/CachingSettings.hbm.xml
src/test/org/hibernate/tool/hbmlint/FakeNonLazy.java
src/test/org/hibernate/tool/hbmlint/HbmLintAllTests.java
src/test/org/hibernate/tool/hbmlint/HbmLintTest.java
src/test/org/hibernate/tool/hbmlint/IdentifierIssues.hbm.xml
src/test/org/hibernate/tool/hbmlint/SchemaAnalyzerTest.java
src/test/org/hibernate/tool/hbmlint/SchemaIssues.hbm.xml
src/test/org/hibernate/tool/ide/completion/City.hbm.xml
src/test/org/hibernate/tool/ide/completion/City.java
src/test/org/hibernate/tool/ide/completion/CompletionAllTests.java
src/test/org/hibernate/tool/ide/completion/CompletionHelperTest.java
src/test/org/hibernate/tool/ide/completion/HQLCompletionProposalComparator.java
src/test/org/hibernate/tool/ide/completion/HqlAnalyzerTest.java
src/test/org/hibernate/tool/ide/completion/Model.java
src/test/org/hibernate/tool/ide/completion/ModelCompletionTest.java
src/test/org/hibernate/tool/ide/completion/Product.hbm.xml
src/test/org/hibernate/tool/ide/completion/Product.java
src/test/org/hibernate/tool/ide/completion/ProductOwner.java
src/test/org/hibernate/tool/ide/completion/ProductOwnerAddress.hbm.xml
src/test/org/hibernate/tool/ide/completion/ProductOwnerAddress.java
src/test/org/hibernate/tool/ide/completion/Store.hbm.xml
src/test/org/hibernate/tool/ide/completion/Store.java
src/test/org/hibernate/tool/ide/completion/StoreCity.hbm.xml
src/test/org/hibernate/tool/ide/completion/StoreCity.java
src/test/org/hibernate/tool/stat/Group.java
src/test/org/hibernate/tool/stat/SessionAttribute.java
src/test/org/hibernate/tool/stat/StatisticsBrowserDemo.java
src/test/org/hibernate/tool/stat/User.java
src/test/org/hibernate/tool/stat/UserGroup.hbm.xml
src/test/org/hibernate/tool/test/DriverMetaDataTest.java
src/test/org/hibernate/tool/test/TestHelper.java
src/test/org/hibernate/tool/test/jdbc2cfg/AutoQuoteTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/BasicMultiSchemaTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/BasicTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/CompositeIdTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/DefaultReverseEngineeringStrategyTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/ForeignKeysTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/IndexTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/Item.java
src/test/org/hibernate/tool/test/jdbc2cfg/Jdbc2CfgAllTests.java
src/test/org/hibernate/tool/test/jdbc2cfg/KeyPropertyCompositeIdTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/ManyToManyTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/MetaDataDialectFactoryTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/MetaDataTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/NoPrimaryKeyTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/OneToOneTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/OracleCompositeIdOrderTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/OracleViewsTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/Orders.java
src/test/org/hibernate/tool/test/jdbc2cfg/OverrideBinderTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/PerformanceTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/PersistentClassesTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/RevEngForeignKeyTests.java
src/test/org/hibernate/tool/test/jdbc2cfg/SearchEscapeStringTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/TernarySchemaTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/VersioningTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/badforeignkeytest.reveng.xml
src/test/org/hibernate/tool/test/jdbc2cfg/docexample.reveng.xml
src/test/org/hibernate/tool/test/jdbc2cfg/foreignkeytest.reveng.xml
src/test/org/hibernate/tool/test/jdbc2cfg/identity/AbstractIdentityTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/identity/H2IdentityTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/identity/HSQLIdentityTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/identity/MySQLIdentityTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/identity/SQLServerIdentityTest.java
src/test/org/hibernate/tool/test/jdbc2cfg/newformat.reveng
src/test/org/hibernate/tool/test/jdbc2cfg/overridetest.reveng.xml
src/test/org/hibernate/tool/test/jdbc2cfg/schemaselection.reveng.xml
src/test/org/hibernate/tool/test/jdbc2cfg/test.reveng.xml
src/test5.0/org/hibernate/tool/hbm2x/Hbm2JavaEjb3ForJDK50Test.java
src/test5.0/org/hibernate/tool/test/jdbc2cfg/CompositeIdJPATest.java
src/test5.0/org/hibernate/tool/test/jdbc2cfg/ManyToManyJDK50Test.java
src/test5.0/org/hibernate/tool/test/jdbc2cfg/VersioningForJDK50Test.java
src/testoutputdependent/BaseHelloWorld.java
src/testoutputdependent/ConstructorUsage.java
src/testoutputdependent/HelloWorld.java
src/testoutputdependent/README
src/testoutputdependent/properties/PropertiesUsage.java
src/testresources/hibernate.properties
src/testresources/log4j.properties
src/testsupport/.cvsignore
src/testsupport/AnyKindOfUserType.java
src/testsupport/DummyEntityResolver.java
src/testsupport/HibernateTestAuto.java
src/testsupport/NoopReverseEngineeringStrategy.java
src/testsupport/SchemaIssues.hbm.xml
src/testsupport/anttest-build.xml
src/testsupport/coretest-build.xml
src/testsupport/ejb3test-hibernate.cfg.xml
src/testsupport/ejb3test-persistence.xml
src/testsupport/emptyconfig.properties
src/testsupport/formatting/Simple5One.java5
src/testsupport/formatting/SimpleOne.java
src/testsupport/generictemplates/freeinc.ftl
src/testsupport/generictemplates/freemarker.ftl
src/testsupport/generictemplates/generic-exception.ftl
src/testsupport/generictemplates/pojo/generic-class.ftl
src/testsupport/generictemplates/pojo/generic-content.ftl
src/testsupport/generictemplates/pojo/generic-test.ftl
src/testsupport/hibernate.reveng.xml
src/testsupport/javaformattest-build.xml
src/testsupport/jpaoverrides.properties
src/testsupport/noconnectioninfo-hibernate.cfg.xml
src/testsupport/persistentclasses/Item.java
src/testsupport/persistentclasses/Orders.java
src/testsupport/querytest-hibernate.cfg.xml
src/testsupport/querytest.hbm.xml
src/testsupport/seamtest-build.xml
src/testsupport/seamtest.cfg.xml
src/testsupport/templates/pojo/Pojo.ftl
src/testsupport/test-hibernate.cfg.xml

Download

Click the following link to download hibernate-tools-master.zip.

hibernate-tools-master.zip




















Home »
  Java Free Code »
    Development »




Algebra
Algorithm
Ant
Bytecode
Compiler
DataMining
DSL
Eclipse
Example
File
Git
Intellij
JavaBean
JAX
jBPM
JDK8
JME
JMX
JodaTime
JRuby
JSE
JSON
JVM
Lambda
libgdx
Library
log4j
Markdown
Math
Maven
Netbeans
NIO
NLP
OSGi
Plugin
Scala
SDK
slf4j
Template
Thread
Tutorial
Unicode
Utility
ZooKeeper