From a53595184bd6e57bdc45292cc92c393c4e2dfe6e Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 7 Apr 2019 09:44:59 +0200 Subject: [PATCH] =?utf8?q?Projekt-Dokumentation=20(Aktueller=20Stand=20von?= =?utf8?q?=20juplo.de)=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 - dist/facebook-utils | 1 + .../apidocs/allclasses-frame.html | 37 + .../apidocs/allclasses-noframe.html | 37 + .../apidocs/constant-values.html | 155 ++ .../de/juplo/facebook/FacebookUtils.html | 294 +++ .../de/juplo/facebook/aspects/Sanitize.html | 243 ++ .../facebook/aspects/SanitizeAspect.html | 310 +++ .../facebook/aspects/class-use/Sanitize.html | 172 ++ .../aspects/class-use/SanitizeAspect.html | 126 + .../juplo/facebook/aspects/package-frame.html | 25 + .../facebook/aspects/package-summary.html | 159 ++ .../juplo/facebook/aspects/package-tree.html | 143 ++ .../juplo/facebook/aspects/package-use.html | 159 ++ .../facebook/class-use/FacebookUtils.html | 126 + .../facebook/client/GraphApiErrorHandler.html | 323 +++ .../class-use/GraphApiErrorHandler.html | 126 + .../juplo/facebook/client/package-frame.html | 21 + .../facebook/client/package-summary.html | 146 ++ .../juplo/facebook/client/package-tree.html | 139 + .../de/juplo/facebook/client/package-use.html | 126 + .../AccessTokenRequiredException.html | 333 +++ .../CallbackVerificationFailedException.html | 333 +++ ...raphApiException.FacebookErrorMessage.html | 248 ++ .../exceptions/GraphApiException.Type.html | 347 +++ .../exceptions/GraphApiException.html | 503 ++++ .../exceptions/GraphMethodException.html | 290 +++ .../facebook/exceptions/OAuthException.html | 332 +++ .../exceptions/PageMigratedException.html | 380 +++ .../exceptions/RateExceededException.html | 333 +++ .../exceptions/UnexpectedErrorException.html | 333 +++ .../exceptions/UnknownErrorException.html | 333 +++ .../exceptions/UnmappedErrorException.html | 330 +++ .../UnsupportedGetRequestException.html | 333 +++ .../AccessTokenRequiredException.html | 126 + .../CallbackVerificationFailedException.html | 126 + ...raphApiException.FacebookErrorMessage.html | 204 ++ .../class-use/GraphApiException.Type.html | 179 ++ .../class-use/GraphApiException.html | 243 ++ .../class-use/GraphMethodException.html | 168 ++ .../exceptions/class-use/OAuthException.html | 198 ++ .../class-use/PageMigratedException.html | 126 + .../class-use/RateExceededException.html | 126 + .../class-use/UnexpectedErrorException.html | 126 + .../class-use/UnknownErrorException.html | 126 + .../class-use/UnmappedErrorException.html | 126 + .../UnsupportedGetRequestException.html | 126 + .../facebook/exceptions/package-frame.html | 39 + .../facebook/exceptions/package-summary.html | 238 ++ .../facebook/exceptions/package-tree.html | 187 ++ .../facebook/exceptions/package-use.html | 179 ++ .../de/juplo/facebook/package-frame.html | 21 + .../de/juplo/facebook/package-summary.html | 146 ++ .../de/juplo/facebook/package-tree.html | 139 + .../de/juplo/facebook/package-use.html | 126 + ...eAuthorizationCodeAccessTokenProvider.html | 415 +++ ...eAuthorizationCodeAccessTokenProvider.html | 126 + .../juplo/facebook/token/package-frame.html | 21 + .../juplo/facebook/token/package-summary.html | 148 ++ .../de/juplo/facebook/token/package-tree.html | 147 ++ .../de/juplo/facebook/token/package-use.html | 126 + .../apidocs/deprecated-list.html | 126 + .../apidocs/help-doc.html | 231 ++ .../apidocs/index-all.html | 374 +++ dist/facebook-utils-2.5.0/apidocs/index.html | 75 + .../apidocs/overview-frame.html | 26 + .../apidocs/overview-summary.html | 156 ++ .../apidocs/overview-tree.html | 207 ++ .../facebook-utils-2.5.0/apidocs/package-list | 5 + dist/facebook-utils-2.5.0/apidocs/script.js | 30 + .../apidocs/serialized-form.html | 215 ++ .../apidocs/stylesheet.css | 574 +++++ dist/facebook-utils-2.5.0/configuration.html | 310 +++ dist/facebook-utils-2.5.0/css/site.css | 1 + dist/facebook-utils-2.5.0/debugging.html | 124 + dist/facebook-utils-2.5.0/dependencies.html | 121 + .../facebook-utils-2.5.0/dependency-info.html | 108 + .../distribution-management.html | 100 + dist/facebook-utils-2.5.0/force.html | 134 + dist/facebook-utils-2.5.0/images/close.gif | Bin 0 -> 279 bytes dist/facebook-utils-2.5.0/index.html | 163 ++ dist/facebook-utils-2.5.0/integration.html | 100 + dist/facebook-utils-2.5.0/issue-tracking.html | 109 + dist/facebook-utils-2.5.0/license.html | 302 +++ dist/facebook-utils-2.5.0/mail-lists.html | 109 + dist/facebook-utils-2.5.0/pitfalls.html | 290 +++ .../plugin-management.html | 100 + dist/facebook-utils-2.5.0/plugins.html | 100 + dist/facebook-utils-2.5.0/pmd.html | 100 + dist/facebook-utils-2.5.0/project-info.html | 98 + .../facebook-utils-2.5.0/project-reports.html | 98 + .../facebook-utils-2.5.0/project-summary.html | 100 + dist/facebook-utils-2.5.0/skip.html | 153 ++ .../source-repository.html | 100 + .../facebook-utils-2.5.0/surefire-report.html | 116 + dist/facebook-utils-2.5.0/team-list.html | 115 + .../testapidocs/allclasses-frame.html | 22 + .../testapidocs/allclasses-noframe.html | 22 + .../testapidocs/constant-values.html | 126 + .../client/GraphApiErrorHandlerTest.html | 408 +++ .../client/MockClientHttpRequestFactory.html | 345 +++ .../class-use/GraphApiErrorHandlerTest.html | 126 + .../MockClientHttpRequestFactory.html | 126 + .../juplo/facebook/client/package-frame.html | 22 + .../facebook/client/package-summary.html | 148 ++ .../juplo/facebook/client/package-tree.html | 140 ++ .../de/juplo/facebook/client/package-use.html | 126 + .../FacebookErrorMessageMappingTest.html | 300 +++ .../FacebookErrorMessageMappingTest.html | 126 + .../facebook/exceptions/package-frame.html | 21 + .../facebook/exceptions/package-summary.html | 144 ++ .../facebook/exceptions/package-tree.html | 139 + .../facebook/exceptions/package-use.html | 126 + .../testapidocs/deprecated-list.html | 126 + .../testapidocs/help-doc.html | 231 ++ .../testapidocs/index-all.html | 223 ++ .../testapidocs/index.html | 75 + .../testapidocs/overview-frame.html | 23 + .../testapidocs/overview-summary.html | 144 ++ .../testapidocs/overview-tree.html | 142 ++ .../testapidocs/package-list | 2 + .../testapidocs/script.js | 30 + .../testapidocs/stylesheet.css | 574 +++++ .../xref-test/allclasses-frame.html | 35 + .../client/GraphApiErrorHandlerTest.html | 821 ++++++ .../client/MockClientHttpRequestFactory.html | 157 ++ .../juplo/facebook/client/package-frame.html | 36 + .../facebook/client/package-summary.html | 89 + .../FacebookErrorMessageMappingTest.html | 72 + .../facebook/exceptions/package-frame.html | 24 + .../facebook/exceptions/package-summary.html | 69 + .../facebook-utils-2.5.0/xref-test/index.html | 25 + .../xref-test/overview-frame.html | 28 + .../xref-test/overview-summary.html | 71 + .../xref-test/stylesheet.css | 114 + .../xref/allclasses-frame.html | 71 + .../xref/de/juplo/facebook/FacebookUtils.html | 119 + .../de/juplo/facebook/aspects/Sanitize.html | 31 + .../facebook/aspects/SanitizeAspect.html | 106 + .../juplo/facebook/aspects/package-frame.html | 27 + .../facebook/aspects/package-summary.html | 74 + .../facebook/client/GraphApiErrorHandler.html | 153 ++ .../juplo/facebook/client/package-frame.html | 24 + .../facebook/client/package-summary.html | 69 + .../AccessTokenRequiredException.html | 31 + .../CallbackVerificationFailedException.html | 27 + .../exceptions/GraphApiException.html | 186 ++ .../exceptions/GraphMethodException.html | 27 + .../facebook/exceptions/OAuthException.html | 31 + .../exceptions/PageMigratedException.html | 58 + .../exceptions/RateExceededException.html | 27 + .../exceptions/UnexpectedErrorException.html | 31 + .../exceptions/UnknownErrorException.html | 31 + .../exceptions/UnmappedErrorException.html | 30 + .../UnsupportedGetRequestException.html | 27 + .../facebook/exceptions/package-frame.html | 60 + .../facebook/exceptions/package-summary.html | 129 + .../xref/de/juplo/facebook/package-frame.html | 24 + .../de/juplo/facebook/package-summary.html | 69 + ...eAuthorizationCodeAccessTokenProvider.html | 261 ++ .../juplo/facebook/token/package-frame.html | 24 + .../juplo/facebook/token/package-summary.html | 69 + dist/facebook-utils-2.5.0/xref/index.html | 25 + .../xref/overview-frame.html | 37 + .../xref/overview-summary.html | 86 + dist/facebook-utils-2.5.0/xref/stylesheet.css | 114 + dist/hibernate-maven-plugin | 1 + .../apidocs/allclasses-frame.html | 25 + .../apidocs/allclasses-noframe.html | 25 + .../apidocs/constant-values.html | 202 ++ .../plugins/hibernate/AbstractSchemaMojo.html | 479 ++++ .../juplo/plugins/hibernate/CreateMojo.html | 339 +++ .../de/juplo/plugins/hibernate/DropMojo.html | 339 +++ .../de/juplo/plugins/hibernate/HelpMojo.html | 318 +++ .../hibernate/ModificationTracker.html | 201 ++ .../plugins/hibernate/MutableClassLoader.html | 435 ++++ .../class-use/AbstractSchemaMojo.html | 159 ++ .../hibernate/class-use/CreateMojo.html | 124 + .../plugins/hibernate/class-use/DropMojo.html | 124 + .../plugins/hibernate/class-use/HelpMojo.html | 124 + .../class-use/ModificationTracker.html | 124 + .../class-use/MutableClassLoader.html | 149 ++ .../plugins/hibernate/package-frame.html | 26 + .../plugins/hibernate/package-summary.html | 172 ++ .../juplo/plugins/hibernate/package-tree.html | 149 ++ .../juplo/plugins/hibernate/package-use.html | 147 ++ .../apidocs/deprecated-list.html | 124 + .../apidocs/help-doc.html | 225 ++ .../apidocs/index-all.html | 262 ++ .../apidocs/index.html | 72 + .../apidocs/options | 35 + .../apidocs/overview-tree.html | 153 ++ .../apidocs/package-list | 1 + .../apidocs/packages | 1 + .../apidocs/script.js | 30 + .../apidocs/stylesheet.css | 574 +++++ .../configuration.html | 447 ++++ dist/hibernate-maven-plugin-2.0.0/cpd.html | 231 ++ .../create-mojo.html | 1044 ++++++++ .../css/maven-theme.css | 141 ++ .../hibernate-maven-plugin-2.0.0/css/site.css | 1 + .../debugging.html | 161 ++ .../dependencies.html | 1980 +++++++++++++++ .../dependency-info.html | 207 ++ .../distribution-management.html | 178 ++ .../drop-mojo.html | 1044 ++++++++ dist/hibernate-maven-plugin-2.0.0/force.html | 171 ++ .../help-mojo.html | 277 ++ .../images/close.gif | Bin 0 -> 279 bytes .../images/external.png | Bin 0 -> 230 bytes .../images/icon_error_sml.gif | Bin 0 -> 1010 bytes .../images/icon_info_sml.gif | Bin 0 -> 606 bytes .../images/icon_success_sml.gif | Bin 0 -> 990 bytes .../images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/newwindow.png | Bin 0 -> 220 bytes dist/hibernate-maven-plugin-2.0.0/index.html | 224 ++ .../integration.html | 188 ++ .../issue-tracking.html | 179 ++ .../hibernate-maven-plugin-2.0.0/license.html | 380 +++ .../mail-lists.html | 179 ++ .../pitfalls.html | 389 +++ .../plugin-info.html | 221 ++ .../plugin-management.html | 195 ++ .../hibernate-maven-plugin-2.0.0/plugins.html | 266 ++ dist/hibernate-maven-plugin-2.0.0/pmd.html | 215 ++ .../project-info.html | 214 ++ .../project-reports.html | 181 ++ .../project-summary.html | 209 ++ dist/hibernate-maven-plugin-2.0.0/skip.html | 193 ++ .../source-repository.html | 189 ++ .../team-list.html | 261 ++ .../testapidocs/allclasses-frame.html | 20 + .../testapidocs/allclasses-noframe.html | 20 + .../testapidocs/constant-values.html | 124 + .../de/juplo/test/FileComparator.html | 280 +++ .../juplo/test/class-use/FileComparator.html | 124 + .../de/juplo/test/package-frame.html | 21 + .../de/juplo/test/package-summary.html | 142 ++ .../de/juplo/test/package-tree.html | 133 + .../de/juplo/test/package-use.html | 124 + .../testapidocs/deprecated-list.html | 124 + .../testapidocs/help-doc.html | 225 ++ .../testapidocs/index-all.html | 147 ++ .../testapidocs/index.html | 72 + .../testapidocs/options | 35 + .../testapidocs/overview-tree.html | 137 + .../testapidocs/package-list | 1 + .../testapidocs/packages | 1 + .../testapidocs/script.js | 30 + .../testapidocs/stylesheet.css | 574 +++++ .../xref-test/allclasses-frame.html | 20 + .../de/juplo/test/FileComparator.html | 70 + .../de/juplo/test/package-frame.html | 24 + .../de/juplo/test/package-summary.html | 69 + .../xref-test/index.html | 25 + .../xref-test/overview-frame.html | 25 + .../xref-test/overview-summary.html | 66 + .../xref-test/stylesheet.css | 114 + .../xref/allclasses-frame.html | 41 + .../plugins/hibernate/AbstractSchemaMojo.html | 1191 +++++++++ .../juplo/plugins/hibernate/CreateMojo.html | 113 + .../de/juplo/plugins/hibernate/DropMojo.html | 113 + .../de/juplo/plugins/hibernate/HelpMojo.html | 467 ++++ .../hibernate/ModificationTracker.html | 224 ++ .../plugins/hibernate/MutableClassLoader.html | 115 + .../hibernate/SimpleConnectionProvider.html | 262 ++ .../plugins/hibernate/package-frame.html | 45 + .../plugins/hibernate/package-summary.html | 104 + .../xref/index.html | 25 + .../xref/overview-frame.html | 25 + .../xref/overview-summary.html | 66 + .../xref/stylesheet.css | 114 + .../apidocs/allclasses-frame.html | 26 + .../apidocs/allclasses-noframe.html | 26 + .../apidocs/constant-values.html | 202 ++ .../plugins/hibernate/AbstractSchemaMojo.html | 494 ++++ .../juplo/plugins/hibernate/CreateMojo.html | 339 +++ .../de/juplo/plugins/hibernate/DropMojo.html | 339 +++ .../de/juplo/plugins/hibernate/HelpMojo.html | 318 +++ .../hibernate/ModificationTracker.html | 201 ++ .../plugins/hibernate/MutableClassLoader.html | 435 ++++ .../juplo/plugins/hibernate/UpdateMojo.html | 339 +++ .../class-use/AbstractSchemaMojo.html | 166 ++ .../hibernate/class-use/CreateMojo.html | 124 + .../plugins/hibernate/class-use/DropMojo.html | 124 + .../plugins/hibernate/class-use/HelpMojo.html | 124 + .../class-use/ModificationTracker.html | 124 + .../class-use/MutableClassLoader.html | 149 ++ .../hibernate/class-use/UpdateMojo.html | 124 + .../plugins/hibernate/package-frame.html | 27 + .../plugins/hibernate/package-summary.html | 179 ++ .../juplo/plugins/hibernate/package-tree.html | 150 ++ .../juplo/plugins/hibernate/package-use.html | 147 ++ .../apidocs/deprecated-list.html | 124 + .../apidocs/help-doc.html | 225 ++ .../apidocs/index-all.html | 285 +++ .../apidocs/index.html | 73 + .../apidocs/overview-tree.html | 154 ++ .../apidocs/package-list | 1 + .../apidocs/script.js | 30 + .../apidocs/stylesheet.css | 574 +++++ .../configuration.html | 748 ++++++ dist/hibernate-maven-plugin-2.1.0/cpd.html | 500 ++++ .../create-mojo.html | 1343 ++++++++++ .../hibernate-maven-plugin-2.1.0/css/site.css | 1 + .../debugging.html | 462 ++++ .../dependencies.html | 2122 ++++++++++++++++ .../dependency-info.html | 466 ++++ .../distribution-management.html | 437 ++++ .../drop-mojo.html | 1343 ++++++++++ dist/hibernate-maven-plugin-2.1.0/force.html | 473 ++++ .../help-mojo.html | 576 +++++ .../images/close.gif | Bin 0 -> 279 bytes dist/hibernate-maven-plugin-2.1.0/index.html | 525 ++++ .../integration.html | 447 ++++ .../issue-tracking.html | 440 ++++ .../hibernate-maven-plugin-2.1.0/license.html | 639 +++++ .../mail-lists.html | 440 ++++ .../pitfalls.html | 732 ++++++ .../plugin-info.html | 499 ++++ .../plugin-management.html | 454 ++++ .../hibernate-maven-plugin-2.1.0/plugins.html | 521 ++++ dist/hibernate-maven-plugin-2.1.0/pmd.html | 486 ++++ .../project-info.html | 469 ++++ .../project-reports.html | 457 ++++ .../project-summary.html | 468 ++++ dist/hibernate-maven-plugin-2.1.0/skip.html | 494 ++++ .../source-repository.html | 448 ++++ .../team-list.html | 509 ++++ .../testapidocs/allclasses-frame.html | 20 + .../testapidocs/allclasses-noframe.html | 20 + .../testapidocs/constant-values.html | 124 + .../de/juplo/test/FileComparator.html | 280 +++ .../juplo/test/class-use/FileComparator.html | 124 + .../de/juplo/test/package-frame.html | 21 + .../de/juplo/test/package-summary.html | 142 ++ .../de/juplo/test/package-tree.html | 133 + .../de/juplo/test/package-use.html | 124 + .../testapidocs/deprecated-list.html | 124 + .../testapidocs/help-doc.html | 225 ++ .../testapidocs/index-all.html | 147 ++ .../testapidocs/index.html | 73 + .../testapidocs/overview-tree.html | 137 + .../testapidocs/package-list | 1 + .../testapidocs/script.js | 30 + .../testapidocs/stylesheet.css | 574 +++++ .../update-mojo.html | 1343 ++++++++++ .../xref-test/allclasses-frame.html | 20 + .../de/juplo/test/FileComparator.html | 70 + .../de/juplo/test/package-frame.html | 24 + .../de/juplo/test/package-summary.html | 69 + .../xref-test/index.html | 25 + .../xref-test/overview-frame.html | 25 + .../xref-test/overview-summary.html | 66 + .../xref-test/stylesheet.css | 114 + .../xref/allclasses-frame.html | 44 + .../plugins/hibernate/AbstractSchemaMojo.html | 1433 +++++++++++ .../juplo/plugins/hibernate/CreateMojo.html | 111 + .../de/juplo/plugins/hibernate/DropMojo.html | 111 + .../de/juplo/plugins/hibernate/HelpMojo.html | 467 ++++ .../hibernate/ModificationTracker.html | 224 ++ .../plugins/hibernate/MutableClassLoader.html | 115 + .../hibernate/SimpleConnectionProvider.html | 245 ++ .../juplo/plugins/hibernate/UpdateMojo.html | 94 + .../plugins/hibernate/package-frame.html | 48 + .../plugins/hibernate/package-summary.html | 109 + .../xref/index.html | 25 + .../xref/overview-frame.html | 25 + .../xref/overview-summary.html | 66 + .../xref/stylesheet.css | 114 + .../apidocs/allclasses-frame.html | 32 + .../apidocs/allclasses-noframe.html | 32 + .../apidocs/constant-values.html | 203 ++ .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 409 +++ .../hibernate4/class-use/Hbm2DdlMojo.html | 143 ++ .../plugins/hibernate4/package-frame.html | 33 + .../plugins/hibernate4/package-summary.html | 157 ++ .../plugins/hibernate4/package-tree.html | 152 ++ .../juplo/plugins/hibernate4/package-use.html | 143 ++ .../apidocs/deprecated-list.html | 145 ++ .../apidocs/help-doc.html | 216 ++ .../apidocs/index-all.html | 186 ++ .../apidocs/index.html | 37 + .../apidocs/options | 24 + .../apidocs/overview-tree.html | 154 ++ .../apidocs/package-list | 1 + .../apidocs/packages | 1 + .../apidocs/resources/inherit.gif | Bin 0 -> 57 bytes .../apidocs/stylesheet.css | 29 + .../configuration.html | 201 ++ dist/hibernate4-maven-plugin-1.0.1/cpd.html | 131 + dist/hibernate4-maven-plugin-1.0.1/cpd.xml | 3 + .../css/maven-base.css | 151 ++ .../css/maven-theme.css | 161 ++ .../css/print.css | 7 + .../css/site.css | 1 + .../debugging.html | 114 + .../dependencies.html | 187 ++ .../export-mojo.html | 413 +++ dist/hibernate4-maven-plugin-1.0.1/force.html | 121 + .../images/close.gif | Bin 0 -> 279 bytes .../images/collapsed.gif | Bin 0 -> 53 bytes .../images/expanded.gif | Bin 0 -> 52 bytes .../images/external.png | Bin 0 -> 230 bytes .../images/icon_error_sml.gif | Bin 0 -> 1010 bytes .../images/icon_info_sml.gif | Bin 0 -> 606 bytes .../images/icon_success_sml.gif | Bin 0 -> 990 bytes .../images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes .../images/logos/maven-feather.png | Bin 0 -> 3330 bytes .../images/newwindow.png | Bin 0 -> 220 bytes dist/hibernate4-maven-plugin-1.0.1/index.html | 149 ++ .../integration.html | 149 ++ .../issue-tracking.html | 149 ++ .../license.html | 351 +++ .../mail-lists.html | 149 ++ .../pitfalls.html | 155 ++ .../plugin-info.html | 158 ++ .../plugin-management.html | 149 ++ .../plugins.html | 149 ++ dist/hibernate4-maven-plugin-1.0.1/pmd.html | 131 + dist/hibernate4-maven-plugin-1.0.1/pmd.xml | 3 + .../project-info.html | 149 ++ .../project-reports.html | 131 + .../project-summary.html | 149 ++ .../source-repository.html | 149 ++ .../team-list.html | 164 ++ .../xref/allclasses-frame.html | 23 + .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 784 ++++++ .../plugins/hibernate4/package-frame.html | 27 + .../plugins/hibernate4/package-summary.html | 72 + .../xref/index.html | 24 + .../xref/overview-frame.html | 25 + .../xref/overview-summary.html | 64 + .../xref/stylesheet.css | 116 + .../apidocs/allclasses-frame.html | 20 + .../apidocs/allclasses-noframe.html | 20 + .../apidocs/constant-values.html | 186 ++ .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 407 +++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 296 +++ .../hibernate4/ValidationConfiguration.html | 323 +++ .../hibernate4/class-use/Hbm2DdlMojo.html | 115 + .../hibernate4/class-use/HelpMojo.html | 115 + .../class-use/ValidationConfiguration.html | 117 + .../plugins/hibernate4/package-frame.html | 21 + .../plugins/hibernate4/package-summary.html | 142 ++ .../plugins/hibernate4/package-tree.html | 129 + .../juplo/plugins/hibernate4/package-use.html | 115 + .../apidocs/deprecated-list.html | 115 + .../apidocs/help-doc.html | 216 ++ .../apidocs/index-all.html | 180 ++ .../apidocs/index.html | 65 + .../apidocs/options | 24 + .../TypeSafeActivatorAccessor.html | 309 +++ .../class-use/TypeSafeActivatorAccessor.html | 117 + .../cfg/beanvalidation/package-frame.html | 20 + .../cfg/beanvalidation/package-summary.html | 138 + .../cfg/beanvalidation/package-tree.html | 130 + .../cfg/beanvalidation/package-use.html | 117 + .../apidocs/overview-frame.html | 22 + .../apidocs/overview-summary.html | 135 + .../apidocs/overview-tree.html | 133 + .../apidocs/package-list | 1 + .../apidocs/packages | 1 + .../apidocs/resources/background.gif | Bin 0 -> 2313 bytes .../apidocs/resources/tab.gif | Bin 0 -> 291 bytes .../apidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../apidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../apidocs/serialized-form.html | 187 ++ .../apidocs/stylesheet.css | 474 ++++ .../configuration.html | 271 ++ dist/hibernate4-maven-plugin-1.0.2/cpd.html | 150 ++ dist/hibernate4-maven-plugin-1.0.2/cpd.xml | 3 + .../css/maven-base.css | 151 ++ .../css/maven-theme.css | 161 ++ .../css/print.css | 7 + .../css/site.css | 1 + .../debugging.html | 133 + .../dependencies.html | 1316 ++++++++++ .../dependency-info.html | 204 ++ .../distribution-management.html | 175 ++ .../export-mojo.html | 723 ++++++ dist/hibernate4-maven-plugin-1.0.2/force.html | 140 ++ .../help-mojo.html | 277 ++ .../images/close.gif | Bin 0 -> 279 bytes .../images/collapsed.gif | Bin 0 -> 53 bytes .../images/expanded.gif | Bin 0 -> 52 bytes .../images/external.png | Bin 0 -> 230 bytes .../images/icon_error_sml.gif | Bin 0 -> 1010 bytes .../images/icon_info_sml.gif | Bin 0 -> 606 bytes .../images/icon_success_sml.gif | Bin 0 -> 990 bytes .../images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes .../images/logos/maven-feather.png | Bin 0 -> 3330 bytes .../images/newwindow.png | Bin 0 -> 220 bytes dist/hibernate4-maven-plugin-1.0.2/index.html | 148 ++ .../integration.html | 185 ++ .../issue-tracking.html | 169 ++ .../license.html | 377 +++ .../mail-lists.html | 169 ++ .../pitfalls.html | 200 ++ .../plugin-info.html | 208 ++ .../plugin-management.html | 192 ++ .../plugins.html | 255 ++ dist/hibernate4-maven-plugin-1.0.2/pmd.html | 150 ++ dist/hibernate4-maven-plugin-1.0.2/pmd.xml | 3 + .../project-info.html | 211 ++ .../project-reports.html | 166 ++ .../project-summary.html | 206 ++ dist/hibernate4-maven-plugin-1.0.2/skip.html | 152 ++ .../source-repository.html | 186 ++ .../team-list.html | 214 ++ dist/hibernate4-maven-plugin-1.0.2/test1.html | 106 + .../testapidocs/allclasses-frame.html | 19 + .../testapidocs/allclasses-noframe.html | 19 + .../testapidocs/constant-values.html | 115 + .../de/juplo/test/FileComparator.html | 263 ++ .../juplo/test/class-use/FileComparator.html | 115 + .../de/juplo/test/package-frame.html | 20 + .../de/juplo/test/package-summary.html | 133 + .../de/juplo/test/package-tree.html | 124 + .../de/juplo/test/package-use.html | 115 + .../testapidocs/deprecated-list.html | 115 + .../testapidocs/help-doc.html | 216 ++ .../testapidocs/index-all.html | 138 + .../testapidocs/index.html | 65 + .../testapidocs/overview-tree.html | 128 + .../testapidocs/package-list | 1 + .../testapidocs/resources/background.gif | Bin 0 -> 2313 bytes .../testapidocs/resources/tab.gif | Bin 0 -> 291 bytes .../testapidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../testapidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../testapidocs/stylesheet.css | 474 ++++ .../xref-test/allclasses-frame.html | 20 + .../de/juplo/test/FileComparator.html | 71 + .../de/juplo/test/package-frame.html | 24 + .../de/juplo/test/package-summary.html | 67 + .../xref-test/index.html | 24 + .../xref-test/overview-frame.html | 25 + .../xref-test/overview-summary.html | 64 + .../xref-test/stylesheet.css | 116 + .../xref/allclasses-frame.html | 26 + .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 908 +++++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 452 ++++ .../hibernate4/ValidationConfiguration.html | 73 + .../plugins/hibernate4/package-frame.html | 30 + .../plugins/hibernate4/package-summary.html | 77 + .../xref/index.html | 24 + .../TypeSafeActivatorAccessor.html | 25 + .../cfg/beanvalidation/package-frame.html | 24 + .../cfg/beanvalidation/package-summary.html | 67 + .../xref/overview-frame.html | 25 + .../xref/overview-summary.html | 64 + .../xref/stylesheet.css | 116 + .../apidocs/allclasses-frame.html | 20 + .../apidocs/allclasses-noframe.html | 20 + .../apidocs/constant-values.html | 200 ++ .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 435 ++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 296 +++ .../hibernate4/class-use/Hbm2DdlMojo.html | 115 + .../hibernate4/class-use/HelpMojo.html | 115 + .../plugins/hibernate4/package-frame.html | 21 + .../plugins/hibernate4/package-summary.html | 142 ++ .../plugins/hibernate4/package-tree.html | 129 + .../juplo/plugins/hibernate4/package-use.html | 115 + .../apidocs/deprecated-list.html | 115 + .../apidocs/help-doc.html | 216 ++ .../apidocs/index-all.html | 190 ++ .../apidocs/index.html | 65 + .../apidocs/options | 24 + .../apidocs/overview-tree.html | 133 + .../apidocs/package-list | 1 + .../apidocs/packages | 1 + .../apidocs/resources/background.gif | Bin 0 -> 2313 bytes .../apidocs/resources/tab.gif | Bin 0 -> 291 bytes .../apidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../apidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../apidocs/stylesheet.css | 474 ++++ .../configuration.html | 266 ++ dist/hibernate4-maven-plugin-1.0.3/cpd.html | 153 ++ dist/hibernate4-maven-plugin-1.0.3/cpd.xml | 3 + .../css/maven-base.css | 151 ++ .../css/maven-theme.css | 141 ++ .../css/print.css | 7 + .../css/site.css | 1 + .../debugging.html | 135 + .../dependencies.html | 1422 +++++++++++ .../dependency-info.html | 207 ++ .../distribution-management.html | 178 ++ .../export-mojo.html | 834 ++++++ dist/hibernate4-maven-plugin-1.0.3/force.html | 142 ++ .../help-mojo.html | 280 +++ .../images/close.gif | Bin 0 -> 279 bytes .../images/collapsed.gif | Bin 0 -> 53 bytes .../images/expanded.gif | Bin 0 -> 52 bytes .../images/external.png | Bin 0 -> 230 bytes .../images/icon_error_sml.gif | Bin 0 -> 1010 bytes .../images/icon_info_sml.gif | Bin 0 -> 606 bytes .../images/icon_success_sml.gif | Bin 0 -> 990 bytes .../images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes .../images/logos/maven-feather.png | Bin 0 -> 3330 bytes .../images/newwindow.png | Bin 0 -> 220 bytes dist/hibernate4-maven-plugin-1.0.3/index.html | 151 ++ .../integration.html | 188 ++ .../issue-tracking.html | 171 ++ .../license.html | 380 +++ .../mail-lists.html | 171 ++ .../pitfalls.html | 221 ++ .../plugin-info.html | 211 ++ .../plugin-management.html | 195 ++ .../plugins.html | 258 ++ dist/hibernate4-maven-plugin-1.0.3/pmd.html | 153 ++ dist/hibernate4-maven-plugin-1.0.3/pmd.xml | 3 + .../project-info.html | 214 ++ .../project-reports.html | 169 ++ .../project-summary.html | 209 ++ dist/hibernate4-maven-plugin-1.0.3/skip.html | 152 ++ .../source-repository.html | 189 ++ .../team-list.html | 237 ++ .../xref/allclasses-frame.html | 26 + .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 1033 ++++++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 452 ++++ .../plugins/hibernate4/package-frame.html | 30 + .../plugins/hibernate4/package-summary.html | 77 + .../xref/index.html | 24 + .../xref/overview-frame.html | 25 + .../xref/overview-summary.html | 64 + .../xref/stylesheet.css | 116 + .../apidocs/allclasses-frame.html | 22 + .../apidocs/allclasses-noframe.html | 22 + .../apidocs/constant-values.html | 202 ++ .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 437 ++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 298 +++ .../hibernate4/ValidationConfiguration.html | 323 +++ .../hibernate4/class-use/Hbm2DdlMojo.html | 117 + .../hibernate4/class-use/HelpMojo.html | 117 + .../class-use/ValidationConfiguration.html | 117 + .../plugins/hibernate4/package-frame.html | 22 + .../plugins/hibernate4/package-summary.html | 150 ++ .../plugins/hibernate4/package-tree.html | 140 ++ .../juplo/plugins/hibernate4/package-use.html | 117 + .../apidocs/deprecated-list.html | 117 + .../apidocs/help-doc.html | 222 ++ .../apidocs/index-all.html | 233 ++ .../apidocs/index.html | 68 + .../apidocs/options | 24 + .../TypeSafeActivatorAccessor.html | 309 +++ .../class-use/TypeSafeActivatorAccessor.html | 117 + .../cfg/beanvalidation/package-frame.html | 20 + .../cfg/beanvalidation/package-summary.html | 138 + .../cfg/beanvalidation/package-tree.html | 130 + .../cfg/beanvalidation/package-use.html | 117 + .../apidocs/overview-frame.html | 22 + .../apidocs/overview-summary.html | 135 + .../apidocs/overview-tree.html | 142 ++ .../apidocs/package-list | 2 + .../apidocs/packages | 2 + .../apidocs/resources/background.gif | Bin 0 -> 2313 bytes .../apidocs/resources/tab.gif | Bin 0 -> 291 bytes .../apidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../apidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../apidocs/serialized-form.html | 187 ++ .../apidocs/stylesheet.css | 474 ++++ .../configuration.html | 390 +++ dist/hibernate4-maven-plugin-1.0.4/cpd.html | 160 ++ dist/hibernate4-maven-plugin-1.0.4/cpd.xml | 3 + .../css/site.css | 1 + .../debugging.html | 162 ++ .../dependencies.html | 1919 ++++++++++++++ .../dependency-info.html | 208 ++ .../distribution-management.html | 179 ++ .../export-mojo.html | 835 ++++++ dist/hibernate4-maven-plugin-1.0.4/force.html | 172 ++ .../help-mojo.html | 281 +++ .../images/close.gif | Bin 0 -> 279 bytes dist/hibernate4-maven-plugin-1.0.4/index.html | 220 ++ .../integration.html | 189 ++ .../issue-tracking.html | 180 ++ .../license.html | 381 +++ .../mail-lists.html | 180 ++ .../pitfalls.html | 334 +++ .../plugin-info.html | 218 ++ .../plugin-management.html | 196 ++ .../plugins.html | 259 ++ dist/hibernate4-maven-plugin-1.0.4/pmd.html | 160 ++ dist/hibernate4-maven-plugin-1.0.4/pmd.xml | 3 + .../project-info.html | 215 ++ .../project-reports.html | 182 ++ .../project-summary.html | 210 ++ dist/hibernate4-maven-plugin-1.0.4/skip.html | 194 ++ .../source-repository.html | 190 ++ .../team-list.html | 250 ++ .../testapidocs/allclasses-frame.html | 19 + .../testapidocs/allclasses-noframe.html | 19 + .../testapidocs/constant-values.html | 115 + .../de/juplo/test/FileComparator.html | 263 ++ .../juplo/test/class-use/FileComparator.html | 115 + .../de/juplo/test/package-frame.html | 20 + .../de/juplo/test/package-summary.html | 133 + .../de/juplo/test/package-tree.html | 124 + .../de/juplo/test/package-use.html | 115 + .../testapidocs/deprecated-list.html | 115 + .../testapidocs/help-doc.html | 216 ++ .../testapidocs/index-all.html | 138 + .../testapidocs/index.html | 65 + .../testapidocs/options | 24 + .../testapidocs/overview-tree.html | 128 + .../testapidocs/package-list | 1 + .../testapidocs/packages | 1 + .../testapidocs/resources/background.gif | Bin 0 -> 2313 bytes .../testapidocs/resources/tab.gif | Bin 0 -> 291 bytes .../testapidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../testapidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../testapidocs/stylesheet.css | 474 ++++ .../xref-test/allclasses-frame.html | 20 + .../de/juplo/test/FileComparator.html | 71 + .../de/juplo/test/package-frame.html | 24 + .../de/juplo/test/package-summary.html | 67 + .../xref-test/index.html | 24 + .../xref-test/overview-frame.html | 25 + .../xref-test/overview-summary.html | 64 + .../xref-test/stylesheet.css | 116 + .../xref/allclasses-frame.html | 32 + .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 1059 ++++++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 452 ++++ .../hibernate4/ValidationConfiguration.html | 73 + .../plugins/hibernate4/package-frame.html | 33 + .../plugins/hibernate4/package-summary.html | 82 + .../xref/index.html | 24 + .../TypeSafeActivatorAccessor.html | 25 + .../cfg/beanvalidation/package-frame.html | 24 + .../cfg/beanvalidation/package-summary.html | 67 + .../xref/overview-frame.html | 28 + .../xref/overview-summary.html | 69 + .../xref/stylesheet.css | 116 + .../apidocs/allclasses-frame.html | 22 + .../apidocs/allclasses-noframe.html | 22 + .../apidocs/constant-values.html | 202 ++ .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 437 ++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 298 +++ .../hibernate4/ValidationConfiguration.html | 336 +++ .../hibernate4/class-use/Hbm2DdlMojo.html | 117 + .../hibernate4/class-use/HelpMojo.html | 117 + .../class-use/ValidationConfiguration.html | 117 + .../plugins/hibernate4/package-frame.html | 22 + .../plugins/hibernate4/package-summary.html | 150 ++ .../plugins/hibernate4/package-tree.html | 140 ++ .../juplo/plugins/hibernate4/package-use.html | 117 + .../apidocs/deprecated-list.html | 117 + .../apidocs/help-doc.html | 222 ++ .../apidocs/index-all.html | 241 ++ .../apidocs/index.html | 75 + .../apidocs/options | 24 + .../TypeSafeActivatorAccessor.html | 309 +++ .../class-use/TypeSafeActivatorAccessor.html | 117 + .../cfg/beanvalidation/package-frame.html | 20 + .../cfg/beanvalidation/package-summary.html | 138 + .../cfg/beanvalidation/package-tree.html | 130 + .../cfg/beanvalidation/package-use.html | 117 + .../apidocs/overview-frame.html | 22 + .../apidocs/overview-summary.html | 135 + .../apidocs/overview-tree.html | 142 ++ .../apidocs/package-list | 2 + .../apidocs/packages | 2 + .../apidocs/resources/background.gif | Bin 0 -> 2313 bytes .../apidocs/resources/tab.gif | Bin 0 -> 291 bytes .../apidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../apidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../apidocs/serialized-form.html | 187 ++ .../apidocs/stylesheet.css | 474 ++++ .../configuration.html | 390 +++ dist/hibernate4-maven-plugin-1.0.5/cpd.html | 160 ++ dist/hibernate4-maven-plugin-1.0.5/cpd.xml | 3 + .../css/site.css | 1 + .../debugging.html | 162 ++ .../dependencies.html | 2085 +++++++++++++++ .../dependency-info.html | 208 ++ .../distribution-management.html | 179 ++ .../export-mojo.html | 841 +++++++ dist/hibernate4-maven-plugin-1.0.5/force.html | 172 ++ .../help-mojo.html | 281 +++ .../images/close.gif | Bin 0 -> 279 bytes dist/hibernate4-maven-plugin-1.0.5/index.html | 222 ++ .../integration.html | 189 ++ .../issue-tracking.html | 180 ++ .../license.html | 381 +++ .../mail-lists.html | 180 ++ .../pitfalls.html | 380 +++ .../plugin-info.html | 218 ++ .../plugin-management.html | 196 ++ .../plugins.html | 259 ++ dist/hibernate4-maven-plugin-1.0.5/pmd.html | 160 ++ dist/hibernate4-maven-plugin-1.0.5/pmd.xml | 3 + .../project-info.html | 215 ++ .../project-reports.html | 182 ++ .../project-summary.html | 210 ++ dist/hibernate4-maven-plugin-1.0.5/skip.html | 194 ++ .../source-repository.html | 190 ++ .../team-list.html | 258 ++ .../testapidocs/allclasses-frame.html | 19 + .../testapidocs/allclasses-noframe.html | 19 + .../testapidocs/constant-values.html | 115 + .../de/juplo/test/FileComparator.html | 263 ++ .../juplo/test/class-use/FileComparator.html | 115 + .../de/juplo/test/package-frame.html | 20 + .../de/juplo/test/package-summary.html | 133 + .../de/juplo/test/package-tree.html | 124 + .../de/juplo/test/package-use.html | 115 + .../testapidocs/deprecated-list.html | 115 + .../testapidocs/help-doc.html | 216 ++ .../testapidocs/index-all.html | 138 + .../testapidocs/index.html | 72 + .../testapidocs/options | 26 + .../testapidocs/overview-tree.html | 128 + .../testapidocs/package-list | 1 + .../testapidocs/packages | 1 + .../testapidocs/resources/background.gif | Bin 0 -> 2313 bytes .../testapidocs/resources/tab.gif | Bin 0 -> 291 bytes .../testapidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../testapidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../testapidocs/stylesheet.css | 474 ++++ .../xref-test/allclasses-frame.html | 20 + .../de/juplo/test/FileComparator.html | 71 + .../de/juplo/test/package-frame.html | 24 + .../de/juplo/test/package-summary.html | 67 + .../xref-test/index.html | 24 + .../xref-test/overview-frame.html | 25 + .../xref-test/overview-summary.html | 64 + .../xref-test/stylesheet.css | 116 + .../xref/allclasses-frame.html | 32 + .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 1075 ++++++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 452 ++++ .../hibernate4/ValidationConfiguration.html | 78 + .../plugins/hibernate4/package-frame.html | 33 + .../plugins/hibernate4/package-summary.html | 82 + .../xref/index.html | 24 + .../TypeSafeActivatorAccessor.html | 25 + .../cfg/beanvalidation/package-frame.html | 24 + .../cfg/beanvalidation/package-summary.html | 67 + .../xref/overview-frame.html | 28 + .../xref/overview-summary.html | 69 + .../xref/stylesheet.css | 116 + .../apidocs/allclasses-frame.html | 19 + .../apidocs/allclasses-noframe.html | 19 + .../apidocs/constant-values.html | 172 ++ .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 379 +++ .../hibernate4/class-use/Hbm2DdlMojo.html | 115 + .../plugins/hibernate4/package-frame.html | 20 + .../plugins/hibernate4/package-summary.html | 136 + .../plugins/hibernate4/package-tree.html | 128 + .../juplo/plugins/hibernate4/package-use.html | 115 + .../apidocs/deprecated-list.html | 115 + .../apidocs/help-doc.html | 216 ++ .../apidocs/index-all.html | 163 ++ .../apidocs/index.html | 31 + .../apidocs/options | 24 + .../apidocs/overview-tree.html | 132 + .../apidocs/package-list | 1 + .../apidocs/packages | 1 + .../apidocs/resources/background.gif | Bin 0 -> 2313 bytes .../apidocs/resources/inherit.gif | Bin 0 -> 57 bytes .../apidocs/resources/tab.gif | Bin 0 -> 291 bytes .../apidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../apidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../apidocs/stylesheet.css | 474 ++++ dist/hibernate4-maven-plugin-1.0/cpd.html | 107 + dist/hibernate4-maven-plugin-1.0/cpd.xml | 3 + .../css/maven-base.css | 151 ++ .../css/maven-theme.css | 161 ++ .../hibernate4-maven-plugin-1.0/css/print.css | 7 + dist/hibernate4-maven-plugin-1.0/css/site.css | 1 + .../dependencies.html | 163 ++ .../hibernate4-maven-plugin-1.0/examples.html | 212 ++ .../export-mojo.html | 307 +++ .../images/close.gif | Bin 0 -> 279 bytes .../images/collapsed.gif | Bin 0 -> 53 bytes .../images/expanded.gif | Bin 0 -> 52 bytes .../images/external.png | Bin 0 -> 230 bytes .../images/icon_error_sml.gif | Bin 0 -> 1010 bytes .../images/icon_info_sml.gif | Bin 0 -> 606 bytes .../images/icon_success_sml.gif | Bin 0 -> 990 bytes .../images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes .../images/logos/maven-feather.png | Bin 0 -> 3330 bytes .../images/newwindow.png | Bin 0 -> 220 bytes dist/hibernate4-maven-plugin-1.0/index.html | 125 + .../integration.html | 125 + .../issue-tracking.html | 125 + dist/hibernate4-maven-plugin-1.0/license.html | 327 +++ .../mail-lists.html | 125 + .../plugin-info.html | 134 + .../plugin-management.html | 125 + dist/hibernate4-maven-plugin-1.0/plugins.html | 125 + dist/hibernate4-maven-plugin-1.0/pmd.html | 107 + dist/hibernate4-maven-plugin-1.0/pmd.xml | 3 + .../project-info.html | 125 + .../project-reports.html | 107 + .../project-summary.html | 125 + .../source-repository.html | 125 + .../team-list.html | 140 ++ .../xref/allclasses-frame.html | 23 + .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 582 +++++ .../plugins/hibernate4/package-frame.html | 27 + .../plugins/hibernate4/package-summary.html | 72 + .../xref/index.html | 24 + .../xref/overview-frame.html | 25 + .../xref/overview-summary.html | 64 + .../xref/stylesheet.css | 116 + .../apidocs/allclasses-frame.html | 22 + .../apidocs/allclasses-noframe.html | 22 + .../apidocs/constant-values.html | 230 ++ .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 493 ++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 296 +++ .../hibernate4/ValidationConfiguration.html | 336 +++ .../hibernate4/class-use/Hbm2DdlMojo.html | 117 + .../hibernate4/class-use/HelpMojo.html | 117 + .../class-use/ValidationConfiguration.html | 117 + .../plugins/hibernate4/package-frame.html | 22 + .../plugins/hibernate4/package-summary.html | 150 ++ .../plugins/hibernate4/package-tree.html | 140 ++ .../juplo/plugins/hibernate4/package-use.html | 117 + .../apidocs/deprecated-list.html | 117 + .../apidocs/help-doc.html | 222 ++ .../apidocs/index-all.html | 255 ++ .../apidocs/index.html | 75 + .../apidocs/options | 24 + .../TypeSafeActivatorAccessor.html | 309 +++ .../class-use/TypeSafeActivatorAccessor.html | 117 + .../cfg/beanvalidation/package-frame.html | 20 + .../cfg/beanvalidation/package-summary.html | 138 + .../cfg/beanvalidation/package-tree.html | 130 + .../cfg/beanvalidation/package-use.html | 117 + .../apidocs/overview-frame.html | 22 + .../apidocs/overview-summary.html | 135 + .../apidocs/overview-tree.html | 142 ++ .../apidocs/package-list | 2 + .../apidocs/packages | 2 + .../apidocs/resources/background.gif | Bin 0 -> 2313 bytes .../apidocs/resources/tab.gif | Bin 0 -> 291 bytes .../apidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../apidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../apidocs/serialized-form.html | 174 ++ .../apidocs/stylesheet.css | 474 ++++ .../configuration.html | 386 +++ .../css/site.css | 1 + .../debugging.html | 158 ++ .../dependencies.html | 1986 +++++++++++++++ .../dependency-info.html | 204 ++ .../distribution-management.html | 175 ++ .../export-mojo.html | 901 +++++++ dist/hibernate4-maven-plugin-1.1.0/force.html | 168 ++ .../help-mojo.html | 274 ++ .../images/close.gif | Bin 0 -> 279 bytes dist/hibernate4-maven-plugin-1.1.0/index.html | 220 ++ .../integration.html | 185 ++ .../issue-tracking.html | 176 ++ .../license.html | 377 +++ .../mail-lists.html | 176 ++ .../pitfalls.html | 368 +++ .../plugin-info.html | 211 ++ .../plugin-management.html | 192 ++ .../plugins.html | 259 ++ dist/hibernate4-maven-plugin-1.1.0/pmd.html | 173 ++ .../project-info.html | 211 ++ .../project-reports.html | 172 ++ .../project-summary.html | 206 ++ dist/hibernate4-maven-plugin-1.1.0/skip.html | 190 ++ .../source-repository.html | 186 ++ .../team-list.html | 258 ++ .../testapidocs/allclasses-frame.html | 19 + .../testapidocs/allclasses-noframe.html | 19 + .../testapidocs/constant-values.html | 115 + .../de/juplo/test/FileComparator.html | 263 ++ .../juplo/test/class-use/FileComparator.html | 115 + .../de/juplo/test/package-frame.html | 20 + .../de/juplo/test/package-summary.html | 133 + .../de/juplo/test/package-tree.html | 124 + .../de/juplo/test/package-use.html | 115 + .../testapidocs/deprecated-list.html | 115 + .../testapidocs/help-doc.html | 216 ++ .../testapidocs/index-all.html | 138 + .../testapidocs/index.html | 72 + .../testapidocs/options | 26 + .../testapidocs/overview-tree.html | 128 + .../testapidocs/package-list | 1 + .../testapidocs/packages | 1 + .../testapidocs/resources/background.gif | Bin 0 -> 2313 bytes .../testapidocs/resources/tab.gif | Bin 0 -> 291 bytes .../testapidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../testapidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../testapidocs/stylesheet.css | 474 ++++ .../xref-test/allclasses-frame.html | 20 + .../de/juplo/test/FileComparator.html | 70 + .../de/juplo/test/package-frame.html | 24 + .../de/juplo/test/package-summary.html | 69 + .../xref-test/index.html | 25 + .../xref-test/overview-frame.html | 25 + .../xref-test/overview-summary.html | 66 + .../xref-test/stylesheet.css | 114 + .../xref/allclasses-frame.html | 35 + .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 1320 ++++++++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 467 ++++ .../hibernate4/ValidationConfiguration.html | 67 + .../plugins/hibernate4/package-frame.html | 36 + .../plugins/hibernate4/package-summary.html | 89 + .../xref/index.html | 25 + .../TypeSafeActivatorAccessor.html | 24 + .../cfg/beanvalidation/package-frame.html | 24 + .../cfg/beanvalidation/package-summary.html | 69 + .../xref/overview-frame.html | 28 + .../xref/overview-summary.html | 71 + .../xref/stylesheet.css | 114 + .../apidocs/allclasses-frame.html | 23 + .../apidocs/allclasses-noframe.html | 23 + .../apidocs/constant-values.html | 239 ++ .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 549 ++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 315 +++ .../hibernate4/ValidationConfiguration.html | 355 +++ .../hibernate4/class-use/Hbm2DdlMojo.html | 126 + .../hibernate4/class-use/HelpMojo.html | 126 + .../class-use/ValidationConfiguration.html | 126 + .../plugins/hibernate4/package-frame.html | 23 + .../plugins/hibernate4/package-summary.html | 159 ++ .../plugins/hibernate4/package-tree.html | 149 ++ .../juplo/plugins/hibernate4/package-use.html | 126 + .../apidocs/deprecated-list.html | 126 + .../apidocs/help-doc.html | 231 ++ .../apidocs/index-all.html | 264 ++ .../apidocs/index.html | 76 + .../apidocs/options | 25 + .../TypeSafeActivatorAccessor.html | 326 +++ .../class-use/TypeSafeActivatorAccessor.html | 126 + .../cfg/beanvalidation/package-frame.html | 21 + .../cfg/beanvalidation/package-summary.html | 147 ++ .../cfg/beanvalidation/package-tree.html | 139 + .../cfg/beanvalidation/package-use.html | 126 + .../apidocs/overview-frame.html | 23 + .../apidocs/overview-summary.html | 144 ++ .../apidocs/overview-tree.html | 151 ++ .../apidocs/package-list | 2 + .../apidocs/packages | 2 + .../apidocs/script.js | 30 + .../apidocs/serialized-form.html | 181 ++ .../apidocs/stylesheet.css | 574 +++++ .../configuration.html | 666 +++++ .../css/site.css | 1 + .../debugging.html | 438 ++++ .../dependencies.html | 2227 +++++++++++++++++ .../dependency-info.html | 442 ++++ .../distribution-management.html | 413 +++ .../export-mojo.html | 1179 +++++++++ dist/hibernate4-maven-plugin-1.1.1/force.html | 448 ++++ .../help-mojo.html | 552 ++++ .../images/close.gif | Bin 0 -> 279 bytes dist/hibernate4-maven-plugin-1.1.1/index.html | 499 ++++ .../integration.html | 423 ++++ .../issue-tracking.html | 416 +++ .../license.html | 615 +++++ .../mail-lists.html | 416 +++ .../pitfalls.html | 648 +++++ .../plugin-info.html | 467 ++++ .../plugin-management.html | 430 ++++ .../plugins.html | 497 ++++ dist/hibernate4-maven-plugin-1.1.1/pmd.html | 429 ++++ .../project-info.html | 445 ++++ .../project-reports.html | 430 ++++ .../project-summary.html | 444 ++++ dist/hibernate4-maven-plugin-1.1.1/skip.html | 470 ++++ .../source-repository.html | 424 ++++ .../team-list.html | 485 ++++ .../testapidocs/allclasses-frame.html | 20 + .../testapidocs/allclasses-noframe.html | 20 + .../testapidocs/constant-values.html | 124 + .../de/juplo/test/FileComparator.html | 280 +++ .../juplo/test/class-use/FileComparator.html | 124 + .../de/juplo/test/package-frame.html | 21 + .../de/juplo/test/package-summary.html | 142 ++ .../de/juplo/test/package-tree.html | 133 + .../de/juplo/test/package-use.html | 124 + .../testapidocs/deprecated-list.html | 124 + .../testapidocs/help-doc.html | 225 ++ .../testapidocs/index-all.html | 147 ++ .../testapidocs/index.html | 73 + .../testapidocs/options | 25 + .../testapidocs/overview-tree.html | 137 + .../testapidocs/package-list | 1 + .../testapidocs/packages | 1 + .../testapidocs/script.js | 30 + .../testapidocs/stylesheet.css | 574 +++++ .../xref-test/allclasses-frame.html | 20 + .../de/juplo/test/FileComparator.html | 70 + .../de/juplo/test/package-frame.html | 24 + .../de/juplo/test/package-summary.html | 69 + .../xref-test/index.html | 25 + .../xref-test/overview-frame.html | 25 + .../xref-test/overview-summary.html | 66 + .../xref-test/stylesheet.css | 114 + .../xref/allclasses-frame.html | 35 + .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 1332 ++++++++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 467 ++++ .../hibernate4/ValidationConfiguration.html | 67 + .../plugins/hibernate4/package-frame.html | 36 + .../plugins/hibernate4/package-summary.html | 89 + .../xref/index.html | 25 + .../TypeSafeActivatorAccessor.html | 24 + .../cfg/beanvalidation/package-frame.html | 24 + .../cfg/beanvalidation/package-summary.html | 69 + .../xref/overview-frame.html | 28 + .../xref/overview-summary.html | 71 + .../xref/stylesheet.css | 114 + dist/scannotation | 1 + .../apidocs/allclasses-frame.html | 29 + .../apidocs/allclasses-noframe.html | 29 + .../apidocs/constant-values.html | 117 + .../apidocs/deprecated-list.html | 117 + dist/scannotation-1.0.4/apidocs/help-doc.html | 222 ++ .../scannotation-1.0.4/apidocs/index-all.html | 438 ++++ dist/scannotation-1.0.4/apidocs/index.html | 75 + dist/scannotation-1.0.4/apidocs/options | 24 + .../AnnotationDB.CrossReferenceException.html | 284 +++ .../org/scannotation/AnnotationDB.html | 792 ++++++ .../org/scannotation/ClasspathUrlFinder.html | 387 +++ .../org/scannotation/WarUrlFinder.html | 308 +++ .../DirectoryIteratorFactory.html | 221 ++ .../archiveiterator/FileIterator.html | 340 +++ .../FileProtocolIteratorFactory.html | 275 ++ .../scannotation/archiveiterator/Filter.html | 212 ++ .../archiveiterator/InputStreamWrapper.html | 434 ++++ .../archiveiterator/IteratorFactory.html | 267 ++ .../archiveiterator/JarIterator.html | 318 +++ .../archiveiterator/StreamIterator.html | 237 ++ .../class-use/DirectoryIteratorFactory.html | 157 ++ .../class-use/FileIterator.html | 117 + .../FileProtocolIteratorFactory.html | 117 + .../archiveiterator/class-use/Filter.html | 201 ++ .../class-use/InputStreamWrapper.html | 117 + .../class-use/IteratorFactory.html | 117 + .../class-use/JarIterator.html | 117 + .../class-use/StreamIterator.html | 185 ++ .../archiveiterator/package-frame.html | 30 + .../archiveiterator/package-summary.html | 178 ++ .../archiveiterator/package-tree.html | 144 ++ .../archiveiterator/package-use.html | 158 ++ .../AnnotationDB.CrossReferenceException.html | 168 ++ .../scannotation/class-use/AnnotationDB.html | 117 + .../class-use/ClasspathUrlFinder.html | 117 + .../scannotation/class-use/WarUrlFinder.html | 117 + .../org/scannotation/package-frame.html | 22 + .../org/scannotation/package-summary.html | 156 ++ .../org/scannotation/package-tree.html | 141 ++ .../apidocs/org/scannotation/package-use.html | 150 ++ .../apidocs/overview-frame.html | 22 + .../apidocs/overview-summary.html | 135 + .../apidocs/overview-tree.html | 157 ++ dist/scannotation-1.0.4/apidocs/package-list | 2 + dist/scannotation-1.0.4/apidocs/packages | 2 + .../apidocs/resources/background.gif | Bin 0 -> 2313 bytes .../apidocs/resources/tab.gif | Bin 0 -> 291 bytes .../apidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../apidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../apidocs/serialized-form.html | 169 ++ .../scannotation-1.0.4/apidocs/stylesheet.css | 474 ++++ dist/scannotation-1.0.4/css/site.css | 1 + dist/scannotation-1.0.4/dependencies.html | 982 ++++++++ dist/scannotation-1.0.4/dependency-info.html | 139 + .../distribution-management.html | 111 + dist/scannotation-1.0.4/images/close.gif | Bin 0 -> 279 bytes dist/scannotation-1.0.4/index.html | 103 + dist/scannotation-1.0.4/integration.html | 121 + dist/scannotation-1.0.4/issue-tracking.html | 104 + dist/scannotation-1.0.4/license.html | 104 + dist/scannotation-1.0.4/mail-lists.html | 104 + .../scannotation-1.0.4/plugin-management.html | 128 + dist/scannotation-1.0.4/plugins.html | 167 ++ dist/scannotation-1.0.4/project-info.html | 149 ++ dist/scannotation-1.0.4/project-reports.html | 116 + dist/scannotation-1.0.4/project-summary.html | 142 ++ .../scannotation-1.0.4/source-repository.html | 122 + dist/scannotation-1.0.4/team-list.html | 151 ++ .../testapidocs/allclasses-frame.html | 26 + .../testapidocs/allclasses-noframe.html | 26 + .../testapidocs/constant-values.html | 115 + .../testapidocs/deprecated-list.html | 115 + .../testapidocs/help-doc.html | 216 ++ .../testapidocs/index-all.html | 200 ++ .../scannotation-1.0.4/testapidocs/index.html | 72 + dist/scannotation-1.0.4/testapidocs/options | 24 + .../test/AnnotationWithMetaAnnotation.html | 154 ++ .../test/ClassWithFieldAnnotation.html | 232 ++ .../org/scannotation/test/CrossRef.html | 269 ++ .../test/CrossRefMetaAnnotaiton.html | 232 ++ .../InterfaceWithParameterAnnotations.html | 214 ++ .../org/scannotation/test/MetaAnnotation.html | 154 ++ .../scannotation/test/SimpleAnnotation.html | 155 ++ .../org/scannotation/test/TestSmoke.html | 327 +++ .../AnnotationWithMetaAnnotation.html | 140 ++ .../class-use/ClassWithFieldAnnotation.html | 115 + .../scannotation/test/class-use/CrossRef.html | 115 + .../class-use/CrossRefMetaAnnotaiton.html | 115 + .../InterfaceWithParameterAnnotations.html | 140 ++ .../test/class-use/MetaAnnotation.html | 140 ++ .../test/class-use/SimpleAnnotation.html | 140 ++ .../test/class-use/TestSmoke.html | 115 + .../org/scannotation/test/package-frame.html | 33 + .../scannotation/test/package-summary.html | 183 ++ .../org/scannotation/test/package-tree.html | 137 + .../org/scannotation/test/package-use.html | 142 ++ .../testapidocs/overview-tree.html | 141 ++ .../testapidocs/package-list | 1 + dist/scannotation-1.0.4/testapidocs/packages | 1 + .../testapidocs/resources/background.gif | Bin 0 -> 2313 bytes .../testapidocs/resources/tab.gif | Bin 0 -> 291 bytes .../testapidocs/resources/titlebar.gif | Bin 0 -> 10701 bytes .../testapidocs/resources/titlebar_end.gif | Bin 0 -> 849 bytes .../testapidocs/stylesheet.css | 474 ++++ 1220 files changed, 206709 insertions(+), 3 deletions(-) create mode 120000 dist/facebook-utils create mode 100644 dist/facebook-utils-2.5.0/apidocs/allclasses-frame.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/allclasses-noframe.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/constant-values.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/FacebookUtils.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/Sanitize.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/SanitizeAspect.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/class-use/Sanitize.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/class-use/SanitizeAspect.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-tree.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-use.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/class-use/FacebookUtils.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/GraphApiErrorHandler.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/class-use/GraphApiErrorHandler.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-tree.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-use.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/AccessTokenRequiredException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/CallbackVerificationFailedException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.Type.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphMethodException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/OAuthException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/PageMigratedException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/RateExceededException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnexpectedErrorException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnknownErrorException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnmappedErrorException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/AccessTokenRequiredException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/CallbackVerificationFailedException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.FacebookErrorMessage.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.Type.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphMethodException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/OAuthException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/PageMigratedException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/RateExceededException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnexpectedErrorException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnknownErrorException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnmappedErrorException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnsupportedGetRequestException.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-tree.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-use.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-tree.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-use.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/class-use/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-tree.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-use.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/deprecated-list.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/help-doc.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/index-all.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/index.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/overview-frame.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/overview-summary.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/overview-tree.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/package-list create mode 100644 dist/facebook-utils-2.5.0/apidocs/script.js create mode 100644 dist/facebook-utils-2.5.0/apidocs/serialized-form.html create mode 100644 dist/facebook-utils-2.5.0/apidocs/stylesheet.css create mode 100644 dist/facebook-utils-2.5.0/configuration.html create mode 100644 dist/facebook-utils-2.5.0/css/site.css create mode 100644 dist/facebook-utils-2.5.0/debugging.html create mode 100644 dist/facebook-utils-2.5.0/dependencies.html create mode 100644 dist/facebook-utils-2.5.0/dependency-info.html create mode 100644 dist/facebook-utils-2.5.0/distribution-management.html create mode 100644 dist/facebook-utils-2.5.0/force.html create mode 100644 dist/facebook-utils-2.5.0/images/close.gif create mode 100644 dist/facebook-utils-2.5.0/index.html create mode 100644 dist/facebook-utils-2.5.0/integration.html create mode 100644 dist/facebook-utils-2.5.0/issue-tracking.html create mode 100644 dist/facebook-utils-2.5.0/license.html create mode 100644 dist/facebook-utils-2.5.0/mail-lists.html create mode 100644 dist/facebook-utils-2.5.0/pitfalls.html create mode 100644 dist/facebook-utils-2.5.0/plugin-management.html create mode 100644 dist/facebook-utils-2.5.0/plugins.html create mode 100644 dist/facebook-utils-2.5.0/pmd.html create mode 100644 dist/facebook-utils-2.5.0/project-info.html create mode 100644 dist/facebook-utils-2.5.0/project-reports.html create mode 100644 dist/facebook-utils-2.5.0/project-summary.html create mode 100644 dist/facebook-utils-2.5.0/skip.html create mode 100644 dist/facebook-utils-2.5.0/source-repository.html create mode 100644 dist/facebook-utils-2.5.0/surefire-report.html create mode 100644 dist/facebook-utils-2.5.0/team-list.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/allclasses-frame.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/allclasses-noframe.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/constant-values.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/GraphApiErrorHandlerTest.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/MockClientHttpRequestFactory.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/class-use/GraphApiErrorHandlerTest.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/class-use/MockClientHttpRequestFactory.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-tree.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-use.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/FacebookErrorMessageMappingTest.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/class-use/FacebookErrorMessageMappingTest.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-tree.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-use.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/deprecated-list.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/help-doc.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/index-all.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/index.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/overview-frame.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/overview-summary.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/overview-tree.html create mode 100644 dist/facebook-utils-2.5.0/testapidocs/package-list create mode 100644 dist/facebook-utils-2.5.0/testapidocs/script.js create mode 100644 dist/facebook-utils-2.5.0/testapidocs/stylesheet.css create mode 100644 dist/facebook-utils-2.5.0/xref-test/allclasses-frame.html create mode 100644 dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/GraphApiErrorHandlerTest.html create mode 100644 dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/MockClientHttpRequestFactory.html create mode 100644 dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/FacebookErrorMessageMappingTest.html create mode 100644 dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/xref-test/index.html create mode 100644 dist/facebook-utils-2.5.0/xref-test/overview-frame.html create mode 100644 dist/facebook-utils-2.5.0/xref-test/overview-summary.html create mode 100644 dist/facebook-utils-2.5.0/xref-test/stylesheet.css create mode 100644 dist/facebook-utils-2.5.0/xref/allclasses-frame.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/FacebookUtils.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/Sanitize.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/SanitizeAspect.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/GraphApiErrorHandler.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/AccessTokenRequiredException.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/CallbackVerificationFailedException.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/GraphApiException.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/GraphMethodException.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/OAuthException.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/PageMigratedException.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/RateExceededException.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnexpectedErrorException.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnknownErrorException.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnmappedErrorException.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/package-frame.html create mode 100644 dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/package-summary.html create mode 100644 dist/facebook-utils-2.5.0/xref/index.html create mode 100644 dist/facebook-utils-2.5.0/xref/overview-frame.html create mode 100644 dist/facebook-utils-2.5.0/xref/overview-summary.html create mode 100644 dist/facebook-utils-2.5.0/xref/stylesheet.css create mode 120000 dist/hibernate-maven-plugin create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/allclasses-frame.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/allclasses-noframe.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/constant-values.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-frame.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-summary.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-tree.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-use.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/deprecated-list.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/help-doc.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/index-all.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/index.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/options create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/overview-tree.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/package-list create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/packages create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/script.js create mode 100644 dist/hibernate-maven-plugin-2.0.0/apidocs/stylesheet.css create mode 100644 dist/hibernate-maven-plugin-2.0.0/configuration.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/cpd.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/create-mojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/css/maven-theme.css create mode 100644 dist/hibernate-maven-plugin-2.0.0/css/site.css create mode 100644 dist/hibernate-maven-plugin-2.0.0/debugging.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/dependencies.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/dependency-info.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/distribution-management.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/drop-mojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/force.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/help-mojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/images/close.gif create mode 100644 dist/hibernate-maven-plugin-2.0.0/images/external.png create mode 100644 dist/hibernate-maven-plugin-2.0.0/images/icon_error_sml.gif create mode 100644 dist/hibernate-maven-plugin-2.0.0/images/icon_info_sml.gif create mode 100644 dist/hibernate-maven-plugin-2.0.0/images/icon_success_sml.gif create mode 100644 dist/hibernate-maven-plugin-2.0.0/images/icon_warning_sml.gif create mode 100644 dist/hibernate-maven-plugin-2.0.0/images/newwindow.png create mode 100644 dist/hibernate-maven-plugin-2.0.0/index.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/integration.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/issue-tracking.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/license.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/mail-lists.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/pitfalls.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/plugin-info.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/plugin-management.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/plugins.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/pmd.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/project-info.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/project-reports.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/project-summary.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/skip.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/source-repository.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/team-list.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/allclasses-frame.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/allclasses-noframe.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/constant-values.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/class-use/FileComparator.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-frame.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-summary.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-tree.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-use.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/deprecated-list.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/help-doc.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/index-all.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/index.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/options create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/overview-tree.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/package-list create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/packages create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/script.js create mode 100644 dist/hibernate-maven-plugin-2.0.0/testapidocs/stylesheet.css create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref-test/allclasses-frame.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/package-frame.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/package-summary.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref-test/index.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref-test/overview-frame.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref-test/overview-summary.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref-test/stylesheet.css create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/allclasses-frame.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/CreateMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/DropMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/HelpMojo.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/package-frame.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/package-summary.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/index.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/overview-frame.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/overview-summary.html create mode 100644 dist/hibernate-maven-plugin-2.0.0/xref/stylesheet.css create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/allclasses-frame.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/allclasses-noframe.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/constant-values.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-frame.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-summary.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-tree.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-use.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/deprecated-list.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/help-doc.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/index-all.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/index.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/overview-tree.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/package-list create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/script.js create mode 100644 dist/hibernate-maven-plugin-2.1.0/apidocs/stylesheet.css create mode 100644 dist/hibernate-maven-plugin-2.1.0/configuration.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/cpd.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/create-mojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/css/site.css create mode 100644 dist/hibernate-maven-plugin-2.1.0/debugging.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/dependencies.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/dependency-info.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/distribution-management.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/drop-mojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/force.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/help-mojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/images/close.gif create mode 100644 dist/hibernate-maven-plugin-2.1.0/index.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/integration.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/issue-tracking.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/license.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/mail-lists.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/pitfalls.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/plugin-info.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/plugin-management.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/plugins.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/pmd.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/project-info.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/project-reports.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/project-summary.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/skip.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/source-repository.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/team-list.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/allclasses-frame.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/allclasses-noframe.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/constant-values.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-frame.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-summary.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-tree.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-use.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/deprecated-list.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/help-doc.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/index-all.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/index.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/overview-tree.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/package-list create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/script.js create mode 100644 dist/hibernate-maven-plugin-2.1.0/testapidocs/stylesheet.css create mode 100644 dist/hibernate-maven-plugin-2.1.0/update-mojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref-test/allclasses-frame.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/package-frame.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/package-summary.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref-test/index.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref-test/overview-frame.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref-test/overview-summary.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref-test/stylesheet.css create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/allclasses-frame.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/CreateMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/DropMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/HelpMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/UpdateMojo.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/package-frame.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/package-summary.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/index.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/overview-frame.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/overview-summary.html create mode 100644 dist/hibernate-maven-plugin-2.1.0/xref/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/resources/inherit.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.1/apidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.1/configuration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/cpd.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/cpd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0.1/css/maven-base.css create mode 100644 dist/hibernate4-maven-plugin-1.0.1/css/maven-theme.css create mode 100644 dist/hibernate4-maven-plugin-1.0.1/css/print.css create mode 100644 dist/hibernate4-maven-plugin-1.0.1/css/site.css create mode 100644 dist/hibernate4-maven-plugin-1.0.1/debugging.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/dependencies.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/export-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/force.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/close.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/collapsed.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/expanded.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/external.png create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/icon_error_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/icon_info_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/icon_success_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/icon_warning_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/logos/build-by-maven-black.png create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/logos/build-by-maven-white.png create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/logos/maven-feather.png create mode 100644 dist/hibernate4-maven-plugin-1.0.1/images/newwindow.png create mode 100644 dist/hibernate4-maven-plugin-1.0.1/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/integration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/issue-tracking.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/license.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/mail-lists.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/pitfalls.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/plugin-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/plugin-management.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/plugins.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/pmd.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/pmd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0.1/project-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/project-reports.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/project-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/source-repository.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/team-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/xref/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/xref/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/xref/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/xref/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.1/xref/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/resources/background.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/resources/tab.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/resources/titlebar.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/resources/titlebar_end.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/serialized-form.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/apidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.2/configuration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/cpd.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/cpd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0.2/css/maven-base.css create mode 100644 dist/hibernate4-maven-plugin-1.0.2/css/maven-theme.css create mode 100644 dist/hibernate4-maven-plugin-1.0.2/css/print.css create mode 100644 dist/hibernate4-maven-plugin-1.0.2/css/site.css create mode 100644 dist/hibernate4-maven-plugin-1.0.2/debugging.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/dependencies.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/dependency-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/distribution-management.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/export-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/force.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/help-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/close.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/collapsed.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/expanded.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/external.png create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/icon_error_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/icon_info_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/icon_success_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/icon_warning_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/logos/build-by-maven-black.png create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/logos/build-by-maven-white.png create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/logos/maven-feather.png create mode 100644 dist/hibernate4-maven-plugin-1.0.2/images/newwindow.png create mode 100644 dist/hibernate4-maven-plugin-1.0.2/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/integration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/issue-tracking.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/license.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/mail-lists.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/pitfalls.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/plugin-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/plugin-management.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/plugins.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/pmd.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/pmd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0.2/project-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/project-reports.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/project-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/skip.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/source-repository.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/team-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/test1.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/class-use/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/resources/background.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/resources/tab.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/resources/titlebar.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/resources/titlebar_end.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.2/testapidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref-test/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref-test/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref-test/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref-test/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref-test/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.2/xref/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/resources/background.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/resources/tab.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/resources/titlebar.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/resources/titlebar_end.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.3/apidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.3/configuration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/cpd.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/cpd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0.3/css/maven-base.css create mode 100644 dist/hibernate4-maven-plugin-1.0.3/css/maven-theme.css create mode 100644 dist/hibernate4-maven-plugin-1.0.3/css/print.css create mode 100644 dist/hibernate4-maven-plugin-1.0.3/css/site.css create mode 100644 dist/hibernate4-maven-plugin-1.0.3/debugging.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/dependencies.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/dependency-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/distribution-management.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/export-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/force.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/help-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/close.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/collapsed.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/expanded.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/external.png create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/icon_error_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/icon_info_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/icon_success_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/icon_warning_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/logos/build-by-maven-black.png create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/logos/build-by-maven-white.png create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/logos/maven-feather.png create mode 100644 dist/hibernate4-maven-plugin-1.0.3/images/newwindow.png create mode 100644 dist/hibernate4-maven-plugin-1.0.3/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/integration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/issue-tracking.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/license.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/mail-lists.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/pitfalls.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/plugin-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/plugin-management.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/plugins.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/pmd.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/pmd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0.3/project-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/project-reports.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/project-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/skip.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/source-repository.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/team-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/xref/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/xref/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/xref/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/xref/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/xref/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/xref/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/xref/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.3/xref/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/resources/background.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/resources/tab.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/resources/titlebar.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/resources/titlebar_end.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/serialized-form.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/apidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.4/configuration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/cpd.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/cpd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0.4/css/site.css create mode 100644 dist/hibernate4-maven-plugin-1.0.4/debugging.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/dependencies.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/dependency-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/distribution-management.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/export-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/force.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/help-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/images/close.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.4/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/integration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/issue-tracking.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/license.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/mail-lists.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/pitfalls.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/plugin-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/plugin-management.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/plugins.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/pmd.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/pmd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0.4/project-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/project-reports.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/project-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/skip.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/source-repository.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/team-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/class-use/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/resources/background.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/resources/tab.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/resources/titlebar.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/resources/titlebar_end.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.4/testapidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref-test/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref-test/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref-test/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref-test/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref-test/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.4/xref/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/resources/background.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/resources/tab.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/resources/titlebar.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/resources/titlebar_end.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/serialized-form.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/apidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.5/configuration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/cpd.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/cpd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0.5/css/site.css create mode 100644 dist/hibernate4-maven-plugin-1.0.5/debugging.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/dependencies.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/dependency-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/distribution-management.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/export-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/force.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/help-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/images/close.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.5/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/integration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/issue-tracking.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/license.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/mail-lists.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/pitfalls.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/plugin-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/plugin-management.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/plugins.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/pmd.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/pmd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0.5/project-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/project-reports.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/project-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/skip.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/source-repository.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/team-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/class-use/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/resources/background.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/resources/tab.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/resources/titlebar.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/resources/titlebar_end.gif create mode 100644 dist/hibernate4-maven-plugin-1.0.5/testapidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref-test/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref-test/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref-test/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref-test/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref-test/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0.5/xref/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/resources/background.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/resources/inherit.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/resources/tab.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/resources/titlebar.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/resources/titlebar_end.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/apidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.0/cpd.html create mode 100644 dist/hibernate4-maven-plugin-1.0/cpd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0/css/maven-base.css create mode 100644 dist/hibernate4-maven-plugin-1.0/css/maven-theme.css create mode 100644 dist/hibernate4-maven-plugin-1.0/css/print.css create mode 100644 dist/hibernate4-maven-plugin-1.0/css/site.css create mode 100644 dist/hibernate4-maven-plugin-1.0/dependencies.html create mode 100644 dist/hibernate4-maven-plugin-1.0/examples.html create mode 100644 dist/hibernate4-maven-plugin-1.0/export-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0/images/close.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/images/collapsed.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/images/expanded.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/images/external.png create mode 100644 dist/hibernate4-maven-plugin-1.0/images/icon_error_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/images/icon_info_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/images/icon_success_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/images/icon_warning_sml.gif create mode 100644 dist/hibernate4-maven-plugin-1.0/images/logos/build-by-maven-black.png create mode 100644 dist/hibernate4-maven-plugin-1.0/images/logos/build-by-maven-white.png create mode 100644 dist/hibernate4-maven-plugin-1.0/images/logos/maven-feather.png create mode 100644 dist/hibernate4-maven-plugin-1.0/images/newwindow.png create mode 100644 dist/hibernate4-maven-plugin-1.0/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0/integration.html create mode 100644 dist/hibernate4-maven-plugin-1.0/issue-tracking.html create mode 100644 dist/hibernate4-maven-plugin-1.0/license.html create mode 100644 dist/hibernate4-maven-plugin-1.0/mail-lists.html create mode 100644 dist/hibernate4-maven-plugin-1.0/plugin-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0/plugin-management.html create mode 100644 dist/hibernate4-maven-plugin-1.0/plugins.html create mode 100644 dist/hibernate4-maven-plugin-1.0/pmd.html create mode 100644 dist/hibernate4-maven-plugin-1.0/pmd.xml create mode 100644 dist/hibernate4-maven-plugin-1.0/project-info.html create mode 100644 dist/hibernate4-maven-plugin-1.0/project-reports.html create mode 100644 dist/hibernate4-maven-plugin-1.0/project-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0/source-repository.html create mode 100644 dist/hibernate4-maven-plugin-1.0/team-list.html create mode 100644 dist/hibernate4-maven-plugin-1.0/xref/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0/xref/index.html create mode 100644 dist/hibernate4-maven-plugin-1.0/xref/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.0/xref/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.0/xref/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/resources/background.gif create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/resources/tab.gif create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/resources/titlebar.gif create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/resources/titlebar_end.gif create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/serialized-form.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/apidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.1.0/configuration.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/css/site.css create mode 100644 dist/hibernate4-maven-plugin-1.1.0/debugging.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/dependencies.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/dependency-info.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/distribution-management.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/export-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/force.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/help-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/images/close.gif create mode 100644 dist/hibernate4-maven-plugin-1.1.0/index.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/integration.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/issue-tracking.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/license.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/mail-lists.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/pitfalls.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/plugin-info.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/plugin-management.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/plugins.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/pmd.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/project-info.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/project-reports.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/project-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/skip.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/source-repository.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/team-list.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/resources/background.gif create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/resources/tab.gif create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/resources/titlebar.gif create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/resources/titlebar_end.gif create mode 100644 dist/hibernate4-maven-plugin-1.1.0/testapidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref-test/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref-test/index.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref-test/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref-test/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref-test/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/index.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.0/xref/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/script.js create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/serialized-form.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/apidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.1.1/configuration.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/css/site.css create mode 100644 dist/hibernate4-maven-plugin-1.1.1/debugging.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/dependencies.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/dependency-info.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/distribution-management.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/export-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/force.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/help-mojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/images/close.gif create mode 100644 dist/hibernate4-maven-plugin-1.1.1/index.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/integration.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/issue-tracking.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/license.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/mail-lists.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/pitfalls.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/plugin-info.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/plugin-management.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/plugins.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/pmd.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/project-info.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/project-reports.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/project-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/skip.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/source-repository.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/team-list.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/allclasses-noframe.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/constant-values.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/class-use/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-use.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/deprecated-list.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/help-doc.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/index-all.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/index.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/options create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/overview-tree.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/package-list create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/packages create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/script.js create mode 100644 dist/hibernate4-maven-plugin-1.1.1/testapidocs/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref-test/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/FileComparator.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref-test/index.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref-test/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref-test/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref-test/stylesheet.css create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/allclasses-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/index.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/overview-frame.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/overview-summary.html create mode 100644 dist/hibernate4-maven-plugin-1.1.1/xref/stylesheet.css create mode 120000 dist/scannotation create mode 100644 dist/scannotation-1.0.4/apidocs/allclasses-frame.html create mode 100644 dist/scannotation-1.0.4/apidocs/allclasses-noframe.html create mode 100644 dist/scannotation-1.0.4/apidocs/constant-values.html create mode 100644 dist/scannotation-1.0.4/apidocs/deprecated-list.html create mode 100644 dist/scannotation-1.0.4/apidocs/help-doc.html create mode 100644 dist/scannotation-1.0.4/apidocs/index-all.html create mode 100644 dist/scannotation-1.0.4/apidocs/index.html create mode 100644 dist/scannotation-1.0.4/apidocs/options create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/AnnotationDB.CrossReferenceException.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/AnnotationDB.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/ClasspathUrlFinder.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/WarUrlFinder.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/DirectoryIteratorFactory.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/FileIterator.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/FileProtocolIteratorFactory.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/Filter.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/InputStreamWrapper.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/IteratorFactory.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/JarIterator.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/StreamIterator.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/DirectoryIteratorFactory.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/FileIterator.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/FileProtocolIteratorFactory.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/Filter.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/InputStreamWrapper.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/IteratorFactory.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/JarIterator.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/StreamIterator.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-frame.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-summary.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-tree.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-use.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/AnnotationDB.CrossReferenceException.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/AnnotationDB.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/ClasspathUrlFinder.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/WarUrlFinder.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/package-frame.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/package-summary.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/package-tree.html create mode 100644 dist/scannotation-1.0.4/apidocs/org/scannotation/package-use.html create mode 100644 dist/scannotation-1.0.4/apidocs/overview-frame.html create mode 100644 dist/scannotation-1.0.4/apidocs/overview-summary.html create mode 100644 dist/scannotation-1.0.4/apidocs/overview-tree.html create mode 100644 dist/scannotation-1.0.4/apidocs/package-list create mode 100644 dist/scannotation-1.0.4/apidocs/packages create mode 100644 dist/scannotation-1.0.4/apidocs/resources/background.gif create mode 100644 dist/scannotation-1.0.4/apidocs/resources/tab.gif create mode 100644 dist/scannotation-1.0.4/apidocs/resources/titlebar.gif create mode 100644 dist/scannotation-1.0.4/apidocs/resources/titlebar_end.gif create mode 100644 dist/scannotation-1.0.4/apidocs/serialized-form.html create mode 100644 dist/scannotation-1.0.4/apidocs/stylesheet.css create mode 100644 dist/scannotation-1.0.4/css/site.css create mode 100644 dist/scannotation-1.0.4/dependencies.html create mode 100644 dist/scannotation-1.0.4/dependency-info.html create mode 100644 dist/scannotation-1.0.4/distribution-management.html create mode 100644 dist/scannotation-1.0.4/images/close.gif create mode 100644 dist/scannotation-1.0.4/index.html create mode 100644 dist/scannotation-1.0.4/integration.html create mode 100644 dist/scannotation-1.0.4/issue-tracking.html create mode 100644 dist/scannotation-1.0.4/license.html create mode 100644 dist/scannotation-1.0.4/mail-lists.html create mode 100644 dist/scannotation-1.0.4/plugin-management.html create mode 100644 dist/scannotation-1.0.4/plugins.html create mode 100644 dist/scannotation-1.0.4/project-info.html create mode 100644 dist/scannotation-1.0.4/project-reports.html create mode 100644 dist/scannotation-1.0.4/project-summary.html create mode 100644 dist/scannotation-1.0.4/source-repository.html create mode 100644 dist/scannotation-1.0.4/team-list.html create mode 100644 dist/scannotation-1.0.4/testapidocs/allclasses-frame.html create mode 100644 dist/scannotation-1.0.4/testapidocs/allclasses-noframe.html create mode 100644 dist/scannotation-1.0.4/testapidocs/constant-values.html create mode 100644 dist/scannotation-1.0.4/testapidocs/deprecated-list.html create mode 100644 dist/scannotation-1.0.4/testapidocs/help-doc.html create mode 100644 dist/scannotation-1.0.4/testapidocs/index-all.html create mode 100644 dist/scannotation-1.0.4/testapidocs/index.html create mode 100644 dist/scannotation-1.0.4/testapidocs/options create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/AnnotationWithMetaAnnotation.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/ClassWithFieldAnnotation.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/CrossRef.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/CrossRefMetaAnnotaiton.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/InterfaceWithParameterAnnotations.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/MetaAnnotation.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/SimpleAnnotation.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/TestSmoke.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/AnnotationWithMetaAnnotation.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/ClassWithFieldAnnotation.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/CrossRef.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/CrossRefMetaAnnotaiton.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/InterfaceWithParameterAnnotations.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/MetaAnnotation.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/SimpleAnnotation.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/TestSmoke.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-frame.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-summary.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-tree.html create mode 100644 dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-use.html create mode 100644 dist/scannotation-1.0.4/testapidocs/overview-tree.html create mode 100644 dist/scannotation-1.0.4/testapidocs/package-list create mode 100644 dist/scannotation-1.0.4/testapidocs/packages create mode 100644 dist/scannotation-1.0.4/testapidocs/resources/background.gif create mode 100644 dist/scannotation-1.0.4/testapidocs/resources/tab.gif create mode 100644 dist/scannotation-1.0.4/testapidocs/resources/titlebar.gif create mode 100644 dist/scannotation-1.0.4/testapidocs/resources/titlebar_end.gif create mode 100644 dist/scannotation-1.0.4/testapidocs/stylesheet.css diff --git a/.gitignore b/.gitignore index f3b216f7..cae7fa6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ node_modules dist/css -dist/simple-mapper -dist/maven-thymeleaf-skin -dist/hibernate-maven-plugin diff --git a/dist/facebook-utils b/dist/facebook-utils new file mode 120000 index 00000000..ecce80a8 --- /dev/null +++ b/dist/facebook-utils @@ -0,0 +1 @@ +facebook-utils-2.5.0 \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/apidocs/allclasses-frame.html b/dist/facebook-utils-2.5.0/apidocs/allclasses-frame.html new file mode 100644 index 00000000..2617a16c --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/allclasses-frame.html @@ -0,0 +1,37 @@ + + + + + + +All Classes (Juplo - Facebook Utils 2.5.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/allclasses-noframe.html b/dist/facebook-utils-2.5.0/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..e7d0f88d --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/allclasses-noframe.html @@ -0,0 +1,37 @@ + + + + + + +All Classes (Juplo - Facebook Utils 2.5.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/constant-values.html b/dist/facebook-utils-2.5.0/apidocs/constant-values.html new file mode 100644 index 00000000..c9757a7c --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/constant-values.html @@ -0,0 +1,155 @@ + + + + + + +Constant Field Values (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/FacebookUtils.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/FacebookUtils.html new file mode 100644 index 00000000..3e545be0 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/FacebookUtils.html @@ -0,0 +1,294 @@ + + + + + + +FacebookUtils (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook
+

Class FacebookUtils

+
+
+ +
+
    +
  • +
    +
    +
    @Configuration
    +public class FacebookUtils
    +extends Object
    +
    This class injects the facebook-utils into the spring-oauth2-configuration
    +
    +
    Author:
    +
    kai
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FacebookUtils

        +
        public FacebookUtils()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getBeanPostProcessor

        +
        @Bean
        +public org.springframework.beans.factory.config.BeanPostProcessor getBeanPostProcessor(String clientSecret)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/Sanitize.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/Sanitize.html new file mode 100644 index 00000000..2100cdcd --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/Sanitize.html @@ -0,0 +1,243 @@ + + + + + + +Sanitize (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.aspects
+

Annotation Type Sanitize

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Optional Element Summary

      + + + + + + + + + + + + + + +
      Optional Elements 
      Modifier and TypeOptional Element and Description
      booleanfail 
      intlength 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        length

        +
        public abstract int length
        +
        +
        Default:
        +
        255
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        fail

        +
        public abstract boolean fail
        +
        +
        Default:
        +
        false
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/SanitizeAspect.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/SanitizeAspect.html new file mode 100644 index 00000000..1d1925f6 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/SanitizeAspect.html @@ -0,0 +1,310 @@ + + + + + + +SanitizeAspect (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.aspects
+

Class SanitizeAspect

+
+
+ +
+
    +
  • +
    +
    +
    public class SanitizeAspect
    +extends Object
    +
    +
    Author:
    +
    Kai Moritz
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SanitizeAspect

        +
        public SanitizeAspect()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        sanitize

        +
        public void sanitize(org.aspectj.lang.ProceedingJoinPoint jp,
        +                     String in,
        +                     Sanitize sanitize)
        +              throws Throwable
        +
        This method sanitizes the given string in all means: +
          +
        • It removes leading and trailing whitspace.
        • +
        • It removes characters, that are not allowed in the XML-output
        • +
        • It checks the allowed length of the string
        • +
        + + This method ensures that the output String has only + valid XML unicode characters as specified by the + XML 1.0 standard. For reference, please see + the + standard. This method will return an empty + String if the input is null or empty.
        +
        +
        Parameters:
        +
        jp - The join-point captured by AspectJ.
        +
        in - The String whose non-valid characters we want to remove.
        +
        sanitize - The annotation, the field was marked with.
        +
        Throws:
        +
        Throwable
        +
        See Also:
        +
        Invalid XML Characters: when valid UTF8 does not mean valid XML, +Ungültige Zeichen in Eingabefeldern abfangen
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/class-use/Sanitize.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/class-use/Sanitize.html new file mode 100644 index 00000000..8dff309e --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/class-use/Sanitize.html @@ -0,0 +1,172 @@ + + + + + + +Uses of Class de.juplo.facebook.aspects.Sanitize (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.aspects.Sanitize

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/class-use/SanitizeAspect.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/class-use/SanitizeAspect.html new file mode 100644 index 00000000..21fbddf1 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/class-use/SanitizeAspect.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.aspects.SanitizeAspect (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.aspects.SanitizeAspect

+
+
No usage of de.juplo.facebook.aspects.SanitizeAspect
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-frame.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-frame.html new file mode 100644 index 00000000..630face3 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +de.juplo.facebook.aspects (Juplo - Facebook Utils 2.5.0 API) + + + + + +

de.juplo.facebook.aspects

+
+

Classes

+ +

Annotation Types

+ +
+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-summary.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-summary.html new file mode 100644 index 00000000..59754041 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-summary.html @@ -0,0 +1,159 @@ + + + + + + +de.juplo.facebook.aspects (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package de.juplo.facebook.aspects

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-tree.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-tree.html new file mode 100644 index 00000000..4331d505 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-tree.html @@ -0,0 +1,143 @@ + + + + + + +de.juplo.facebook.aspects Class Hierarchy (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package de.juplo.facebook.aspects

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-use.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-use.html new file mode 100644 index 00000000..0f0422f1 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/aspects/package-use.html @@ -0,0 +1,159 @@ + + + + + + +Uses of Package de.juplo.facebook.aspects (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
de.juplo.facebook.aspects

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/class-use/FacebookUtils.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/class-use/FacebookUtils.html new file mode 100644 index 00000000..1b30d70d --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/class-use/FacebookUtils.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.FacebookUtils (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.FacebookUtils

+
+
No usage of de.juplo.facebook.FacebookUtils
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/GraphApiErrorHandler.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/GraphApiErrorHandler.html new file mode 100644 index 00000000..ee7aa8fa --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/GraphApiErrorHandler.html @@ -0,0 +1,323 @@ + + + + + + +GraphApiErrorHandler (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.client
+

Class GraphApiErrorHandler

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.springframework.web.client.ResponseErrorHandler
    +
    +
    +
    +
    public class GraphApiErrorHandler
    +extends Object
    +implements org.springframework.web.client.ResponseErrorHandler
    +
    Error-Handler for error-messages from the Facebook Graph-API. +

    + This error-handler handels responses withe the HTTP-status code + 400 BAD REQUEST. It tries to extract and parse the error-message + from the HTTP-body. Successfully extracted and parsed messages are mapped + to a hierarchy of exceptions, that reflects the hierarchy of the error- + codes and -types. +

    + If the HTTP-status-code of the response is not 400 BAD REQUEST or + the HTTP-body could not be extracted or parsed, this error-handler + delegates the handling to its parent.

    +
    +
    Author:
    +
    Kai Moritz
    +
    See Also:
    +
    Graph-API Documentation, +Inofficial Wiki For Facebook-Developers
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GraphApiErrorHandler

        +
        public GraphApiErrorHandler(org.springframework.web.client.ResponseErrorHandler errorHandler)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        hasError

        +
        public boolean hasError(org.springframework.http.client.ClientHttpResponse response)
        +                 throws IOException
        +
        +
        Specified by:
        +
        hasError in interface org.springframework.web.client.ResponseErrorHandler
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        handleError

        +
        public void handleError(org.springframework.http.client.ClientHttpResponse response)
        +                 throws IOException
        +
        +
        Specified by:
        +
        handleError in interface org.springframework.web.client.ResponseErrorHandler
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/class-use/GraphApiErrorHandler.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/class-use/GraphApiErrorHandler.html new file mode 100644 index 00000000..b8ef20d1 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/class-use/GraphApiErrorHandler.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.client.GraphApiErrorHandler (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.client.GraphApiErrorHandler

+
+
No usage of de.juplo.facebook.client.GraphApiErrorHandler
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-frame.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-frame.html new file mode 100644 index 00000000..97b689f8 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +de.juplo.facebook.client (Juplo - Facebook Utils 2.5.0 API) + + + + + +

de.juplo.facebook.client

+
+

Classes

+ +
+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-summary.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-summary.html new file mode 100644 index 00000000..7b602607 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-summary.html @@ -0,0 +1,146 @@ + + + + + + +de.juplo.facebook.client (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package de.juplo.facebook.client

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-tree.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-tree.html new file mode 100644 index 00000000..0d078b07 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +de.juplo.facebook.client Class Hierarchy (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package de.juplo.facebook.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-use.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-use.html new file mode 100644 index 00000000..c4f636c4 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/client/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package de.juplo.facebook.client (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
de.juplo.facebook.client

+
+
No usage of de.juplo.facebook.client
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/AccessTokenRequiredException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/AccessTokenRequiredException.html new file mode 100644 index 00000000..301bc82a --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/AccessTokenRequiredException.html @@ -0,0 +1,333 @@ + + + + + + +AccessTokenRequiredException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class AccessTokenRequiredException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class AccessTokenRequiredException
    +extends OAuthException
    +
    104: An access token is required to request this resource.
    +
    +
    Author:
    +
    Kai Moritz
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/CallbackVerificationFailedException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/CallbackVerificationFailedException.html new file mode 100644 index 00000000..82dd4d40 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/CallbackVerificationFailedException.html @@ -0,0 +1,333 @@ + + + + + + +CallbackVerificationFailedException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class CallbackVerificationFailedException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class CallbackVerificationFailedException
    +extends OAuthException
    +
    2200: Callback verification failed.
    +
    +
    Author:
    +
    Kai Moritz
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html new file mode 100644 index 00000000..5f2da0b5 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html @@ -0,0 +1,248 @@ + + + + + + +GraphApiException.FacebookErrorMessage (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class GraphApiException.FacebookErrorMessage

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FacebookErrorMessage

        +
        public FacebookErrorMessage()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.Type.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.Type.html new file mode 100644 index 00000000..f5e624c2 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.Type.html @@ -0,0 +1,347 @@ + + + + + + +GraphApiException.Type (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Enum GraphApiException.Type

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static GraphApiException.Type[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (GraphApiException.Type c : GraphApiException.Type.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static GraphApiException.Type valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.html new file mode 100644 index 00000000..f869e8b1 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphApiException.html @@ -0,0 +1,503 @@ + + + + + + +GraphApiException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class GraphApiException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphMethodException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphMethodException.html new file mode 100644 index 00000000..e1cc5ac5 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/GraphMethodException.html @@ -0,0 +1,290 @@ + + + + + + +GraphMethodException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class GraphMethodException

+
+
+ +
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/OAuthException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/OAuthException.html new file mode 100644 index 00000000..bb4596d8 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/OAuthException.html @@ -0,0 +1,332 @@ + + + + + + +OAuthException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class OAuthException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/PageMigratedException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/PageMigratedException.html new file mode 100644 index 00000000..3a4bb76c --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/PageMigratedException.html @@ -0,0 +1,380 @@ + + + + + + +PageMigratedException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class PageMigratedException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class PageMigratedException
    +extends OAuthException
    +
    21: Page ID (XXX) was migrated to page ID (YYY).
    +
    +
    Author:
    +
    Kai Moritz
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/RateExceededException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/RateExceededException.html new file mode 100644 index 00000000..22264996 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/RateExceededException.html @@ -0,0 +1,333 @@ + + + + + + +RateExceededException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class RateExceededException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class RateExceededException
    +extends OAuthException
    +
    613: Calls to stream have exceeded the rate of 600 calls per 600 seconds.
    +
    +
    Author:
    +
    Kai Moritz
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnexpectedErrorException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnexpectedErrorException.html new file mode 100644 index 00000000..0839a4b6 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnexpectedErrorException.html @@ -0,0 +1,333 @@ + + + + + + +UnexpectedErrorException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class UnexpectedErrorException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class UnexpectedErrorException
    +extends OAuthException
    +
    2: An unexpected error has occurred.
    +
    +
    Author:
    +
    Kai Moritz
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnknownErrorException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnknownErrorException.html new file mode 100644 index 00000000..37d6b155 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnknownErrorException.html @@ -0,0 +1,333 @@ + + + + + + +UnknownErrorException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class UnknownErrorException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class UnknownErrorException
    +extends OAuthException
    +
    1: An unknown error has occurred.
    +
    +
    Author:
    +
    Kai Moritz
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnmappedErrorException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnmappedErrorException.html new file mode 100644 index 00000000..fd2c175a --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnmappedErrorException.html @@ -0,0 +1,330 @@ + + + + + + +UnmappedErrorException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class UnmappedErrorException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class UnmappedErrorException
    +extends GraphApiException
    +
    Marker class for error-messages, that are not mapped yet. + Pleas help us to complete the list of possible errors and report errors, + that are mapped to this class to info@juplo.de. Thanxs!
    +
    +
    Author:
    +
    Kai Moritz
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html new file mode 100644 index 00000000..986b96d9 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html @@ -0,0 +1,333 @@ + + + + + + +UnsupportedGetRequestException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.exceptions
+

Class UnsupportedGetRequestException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/AccessTokenRequiredException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/AccessTokenRequiredException.html new file mode 100644 index 00000000..f47bb431 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/AccessTokenRequiredException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.AccessTokenRequiredException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.AccessTokenRequiredException

+
+
No usage of de.juplo.facebook.exceptions.AccessTokenRequiredException
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/CallbackVerificationFailedException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/CallbackVerificationFailedException.html new file mode 100644 index 00000000..af6229a9 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/CallbackVerificationFailedException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.CallbackVerificationFailedException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.CallbackVerificationFailedException

+
+
No usage of de.juplo.facebook.exceptions.CallbackVerificationFailedException
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.FacebookErrorMessage.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.FacebookErrorMessage.html new file mode 100644 index 00000000..6c69117e --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.FacebookErrorMessage.html @@ -0,0 +1,204 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.Type.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.Type.html new file mode 100644 index 00000000..b9b2ac87 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.Type.html @@ -0,0 +1,179 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.GraphApiException.Type (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.GraphApiException.Type

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.html new file mode 100644 index 00000000..38f70e6b --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphApiException.html @@ -0,0 +1,243 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.GraphApiException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.GraphApiException

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphMethodException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphMethodException.html new file mode 100644 index 00000000..88ba20f6 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/GraphMethodException.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.GraphMethodException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.GraphMethodException

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/OAuthException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/OAuthException.html new file mode 100644 index 00000000..5ab46923 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/OAuthException.html @@ -0,0 +1,198 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.OAuthException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.OAuthException

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/PageMigratedException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/PageMigratedException.html new file mode 100644 index 00000000..0a71b25a --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/PageMigratedException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.PageMigratedException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.PageMigratedException

+
+
No usage of de.juplo.facebook.exceptions.PageMigratedException
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/RateExceededException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/RateExceededException.html new file mode 100644 index 00000000..163c0bdd --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/RateExceededException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.RateExceededException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.RateExceededException

+
+
No usage of de.juplo.facebook.exceptions.RateExceededException
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnexpectedErrorException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnexpectedErrorException.html new file mode 100644 index 00000000..3df27ebe --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnexpectedErrorException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.UnexpectedErrorException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.UnexpectedErrorException

+
+
No usage of de.juplo.facebook.exceptions.UnexpectedErrorException
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnknownErrorException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnknownErrorException.html new file mode 100644 index 00000000..d5bae6c0 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnknownErrorException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.UnknownErrorException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.UnknownErrorException

+
+
No usage of de.juplo.facebook.exceptions.UnknownErrorException
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnmappedErrorException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnmappedErrorException.html new file mode 100644 index 00000000..e1f383af --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnmappedErrorException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.UnmappedErrorException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.UnmappedErrorException

+
+
No usage of de.juplo.facebook.exceptions.UnmappedErrorException
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnsupportedGetRequestException.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnsupportedGetRequestException.html new file mode 100644 index 00000000..81ff89a4 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/class-use/UnsupportedGetRequestException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.UnsupportedGetRequestException (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.exceptions.UnsupportedGetRequestException

+
+
No usage of de.juplo.facebook.exceptions.UnsupportedGetRequestException
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-frame.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-frame.html new file mode 100644 index 00000000..24436c5c --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-frame.html @@ -0,0 +1,39 @@ + + + + + + +de.juplo.facebook.exceptions (Juplo - Facebook Utils 2.5.0 API) + + + + + +

de.juplo.facebook.exceptions

+
+

Classes

+ +

Enums

+ +

Exceptions

+ +
+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-summary.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-summary.html new file mode 100644 index 00000000..fc50b577 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-summary.html @@ -0,0 +1,238 @@ + + + + + + +de.juplo.facebook.exceptions (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package de.juplo.facebook.exceptions

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-tree.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-tree.html new file mode 100644 index 00000000..dc9bba44 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-tree.html @@ -0,0 +1,187 @@ + + + + + + +de.juplo.facebook.exceptions Class Hierarchy (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package de.juplo.facebook.exceptions

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-use.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-use.html new file mode 100644 index 00000000..5ce4dc4e --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/exceptions/package-use.html @@ -0,0 +1,179 @@ + + + + + + +Uses of Package de.juplo.facebook.exceptions (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
de.juplo.facebook.exceptions

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-frame.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-frame.html new file mode 100644 index 00000000..c4306e37 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +de.juplo.facebook (Juplo - Facebook Utils 2.5.0 API) + + + + + +

de.juplo.facebook

+
+

Classes

+ +
+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-summary.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-summary.html new file mode 100644 index 00000000..cf990287 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-summary.html @@ -0,0 +1,146 @@ + + + + + + +de.juplo.facebook (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package de.juplo.facebook

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-tree.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-tree.html new file mode 100644 index 00000000..39cbfc0a --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +de.juplo.facebook Class Hierarchy (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package de.juplo.facebook

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-use.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-use.html new file mode 100644 index 00000000..db6963d7 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package de.juplo.facebook (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
de.juplo.facebook

+
+
No usage of de.juplo.facebook
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html new file mode 100644 index 00000000..037240e5 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html @@ -0,0 +1,415 @@ + + + + + + +SignedRequestAwareAuthorizationCodeAccessTokenProvider (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.facebook.token
+

Class SignedRequestAwareAuthorizationCodeAccessTokenProvider

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.springframework.security.oauth2.client.token.AccessTokenProvider
    +
    +
    +
    +
    public class SignedRequestAwareAuthorizationCodeAccessTokenProvider
    +extends org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
    +
    This class extends AuthorizationCodeAccessTokenProvider and adds + support for signed requests, which are issued by Facebook, if the Canvas- + or Tab-Page of a Facebook-App is accessed for the first time.
    +
    +
    Author:
    +
    Kai Moritz
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static StringPARAM_SIGNED_REQUEST 
      +
        +
      • + + +

        Fields inherited from class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport

        +logger
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      org.codehaus.jackson.map.ObjectMappergetObjectMapper() 
      StringgetSecret() 
      org.springframework.security.oauth2.common.OAuth2AccessTokenobtainAccessToken(org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails details, + org.springframework.security.oauth2.client.token.AccessTokenRequest parameters) 
      voidsetObjectMapper(org.codehaus.jackson.map.ObjectMapper objectMapper) 
      voidsetSecret(String secret) 
      +
        +
      • + + +

        Methods inherited from class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider

        +getAuthorizationResponseExtractor, getUserApprovalSignal, obtainAuthorizationCode, refreshAccessToken, setAuthorizationRequestEnhancer, setScopePrefix, setStateKeyGenerator, setStateMandatory, supportsRefresh, supportsResource
      • +
      +
        +
      • + + +

        Methods inherited from class org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport

        +getAccessTokenUri, getHttpMethod, getRequestCallback, getResponseErrorHandler, getResponseExtractor, getRestTemplate, retrieveToken, setAuthenticationHandler, setInterceptors, setMessageConverters, setRequestFactory, setTokenRequestEnhancer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignedRequestAwareAuthorizationCodeAccessTokenProvider

        +
        public SignedRequestAwareAuthorizationCodeAccessTokenProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        obtainAccessToken

        +
        public org.springframework.security.oauth2.common.OAuth2AccessToken obtainAccessToken(org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails details,
        +                                                                                      org.springframework.security.oauth2.client.token.AccessTokenRequest parameters)
        +
        +
        Specified by:
        +
        obtainAccessToken in interface org.springframework.security.oauth2.client.token.AccessTokenProvider
        +
        Overrides:
        +
        obtainAccessToken in class org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider
        +
        +
      • +
      + + + +
        +
      • +

        getSecret

        +
        public String getSecret()
        +
      • +
      + + + +
        +
      • +

        setSecret

        +
        public void setSecret(String secret)
        +
      • +
      + + + +
        +
      • +

        getObjectMapper

        +
        public org.codehaus.jackson.map.ObjectMapper getObjectMapper()
        +
      • +
      + + + +
        +
      • +

        setObjectMapper

        +
        public void setObjectMapper(org.codehaus.jackson.map.ObjectMapper objectMapper)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/class-use/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/class-use/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html new file mode 100644 index 00000000..be3c8f24 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/class-use/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider

+
+
No usage of de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-frame.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-frame.html new file mode 100644 index 00000000..69b41f9e --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +de.juplo.facebook.token (Juplo - Facebook Utils 2.5.0 API) + + + + + +

de.juplo.facebook.token

+
+

Classes

+ +
+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-summary.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-summary.html new file mode 100644 index 00000000..7215a034 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-summary.html @@ -0,0 +1,148 @@ + + + + + + +de.juplo.facebook.token (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package de.juplo.facebook.token

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-tree.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-tree.html new file mode 100644 index 00000000..27063eca --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-tree.html @@ -0,0 +1,147 @@ + + + + + + +de.juplo.facebook.token Class Hierarchy (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package de.juplo.facebook.token

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-use.html b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-use.html new file mode 100644 index 00000000..3e4d02d4 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/de/juplo/facebook/token/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package de.juplo.facebook.token (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
de.juplo.facebook.token

+
+
No usage of de.juplo.facebook.token
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/deprecated-list.html b/dist/facebook-utils-2.5.0/apidocs/deprecated-list.html new file mode 100644 index 00000000..decd40e2 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/help-doc.html b/dist/facebook-utils-2.5.0/apidocs/help-doc.html new file mode 100644 index 00000000..c567ba8e --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/index-all.html b/dist/facebook-utils-2.5.0/apidocs/index-all.html new file mode 100644 index 00000000..1d369564 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/index-all.html @@ -0,0 +1,374 @@ + + + + + + +Index (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
A C D F G H I O P R S T U V  + + +

A

+
+
AccessTokenRequiredException - Exception in de.juplo.facebook.exceptions
+
+
104: An access token is required to request this resource.
+
+
AccessTokenRequiredException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.AccessTokenRequiredException
+
 
+
+ + + +

C

+
+
CallbackVerificationFailedException - Exception in de.juplo.facebook.exceptions
+
+
2200: Callback verification failed.
+
+
CallbackVerificationFailedException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.CallbackVerificationFailedException
+
 
+
create(InputStream) - Static method in exception de.juplo.facebook.exceptions.GraphApiException
+
 
+
create(byte[]) - Static method in exception de.juplo.facebook.exceptions.GraphApiException
+
 
+
create(GraphApiException.FacebookErrorMessage) - Static method in exception de.juplo.facebook.exceptions.GraphApiException
+
 
+
+ + + +

D

+
+
de.juplo.facebook - package de.juplo.facebook
+
 
+
de.juplo.facebook.aspects - package de.juplo.facebook.aspects
+
 
+
de.juplo.facebook.client - package de.juplo.facebook.client
+
 
+
de.juplo.facebook.exceptions - package de.juplo.facebook.exceptions
+
 
+
de.juplo.facebook.token - package de.juplo.facebook.token
+
 
+
+ + + +

F

+
+
FacebookErrorMessage() - Constructor for class de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage
+
 
+
FacebookUtils - Class in de.juplo.facebook
+
+
This class injects the facebook-utils into the spring-oauth2-configuration
+
+
FacebookUtils() - Constructor for class de.juplo.facebook.FacebookUtils
+
 
+
+ + + +

G

+
+
getBeanPostProcessor(String) - Method in class de.juplo.facebook.FacebookUtils
+
 
+
getCode() - Method in exception de.juplo.facebook.exceptions.GraphApiException
+
 
+
getNewId() - Method in exception de.juplo.facebook.exceptions.PageMigratedException
+
 
+
getObjectMapper() - Method in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
+
 
+
getOldId() - Method in exception de.juplo.facebook.exceptions.PageMigratedException
+
 
+
getSecret() - Method in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
+
 
+
getSubCode() - Method in exception de.juplo.facebook.exceptions.GraphApiException
+
 
+
getTraceId() - Method in exception de.juplo.facebook.exceptions.GraphApiException
+
 
+
getType() - Method in exception de.juplo.facebook.exceptions.GraphApiException
+
 
+
getUserMessage() - Method in exception de.juplo.facebook.exceptions.GraphApiException
+
 
+
getUserTitle() - Method in exception de.juplo.facebook.exceptions.GraphApiException
+
 
+
GraphApiErrorHandler - Class in de.juplo.facebook.client
+
+
Error-Handler for error-messages from the Facebook Graph-API.
+
+
GraphApiErrorHandler(ResponseErrorHandler) - Constructor for class de.juplo.facebook.client.GraphApiErrorHandler
+
 
+
GraphApiException - Exception in de.juplo.facebook.exceptions
+
+
Base exception for Facebook Graph-Api exceptions.
+
+
GraphApiException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.GraphApiException
+
 
+
GraphApiException.FacebookErrorMessage - Class in de.juplo.facebook.exceptions
+
+
This class represents an error message from the Graph-API
+
+
GraphApiException.Type - Enum in de.juplo.facebook.exceptions
+
 
+
GraphMethodException - Exception in de.juplo.facebook.exceptions
+
+
Baseclass for exceptions of type GraphMethodException.
+
+
+ + + +

H

+
+
handleError(ClientHttpResponse) - Method in class de.juplo.facebook.client.GraphApiErrorHandler
+
 
+
hasError(ClientHttpResponse) - Method in class de.juplo.facebook.client.GraphApiErrorHandler
+
 
+
+ + + +

I

+
+
init() - Method in class de.juplo.facebook.FacebookUtils
+
 
+
+ + + +

O

+
+
OAuthException - Exception in de.juplo.facebook.exceptions
+
+
Baseclass for exceptions of type OAuthException.
+
+
OAuthException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.OAuthException
+
 
+
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - Method in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
+
 
+
+ + + +

P

+
+
PageMigratedException - Exception in de.juplo.facebook.exceptions
+
+
21: Page ID (XXX) was migrated to page ID (YYY).
+
+
PageMigratedException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.PageMigratedException
+
 
+
PARAM_SIGNED_REQUEST - Static variable in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
+
 
+
+ + + +

R

+
+
RateExceededException - Exception in de.juplo.facebook.exceptions
+
+
613: Calls to stream have exceeded the rate of 600 calls per 600 seconds.
+
+
RateExceededException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.RateExceededException
+
 
+
+ + + +

S

+
+
Sanitize - Annotation Type in de.juplo.facebook.aspects
+
 
+
sanitize(ProceedingJoinPoint, String, Sanitize) - Method in class de.juplo.facebook.aspects.SanitizeAspect
+
+
This method sanitizes the given string in all means: + + It removes leading and trailing whitspace.
+
+
SanitizeAspect - Class in de.juplo.facebook.aspects
+
 
+
SanitizeAspect() - Constructor for class de.juplo.facebook.aspects.SanitizeAspect
+
 
+
setObjectMapper(ObjectMapper) - Method in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
+
 
+
setSecret(String) - Method in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
+
 
+
SignedRequestAwareAuthorizationCodeAccessTokenProvider - Class in de.juplo.facebook.token
+
+
This class extends AuthorizationCodeAccessTokenProvider and adds + support for signed requests, which are issued by Facebook, if the Canvas- + or Tab-Page of a Facebook-App is accessed for the first time.
+
+
SignedRequestAwareAuthorizationCodeAccessTokenProvider() - Constructor for class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
+
 
+
+ + + +

T

+
+
toString() - Method in exception de.juplo.facebook.exceptions.GraphApiException
+
 
+
+ + + +

U

+
+
UnexpectedErrorException - Exception in de.juplo.facebook.exceptions
+
+
2: An unexpected error has occurred.
+
+
UnexpectedErrorException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.UnexpectedErrorException
+
 
+
UnknownErrorException - Exception in de.juplo.facebook.exceptions
+
+
1: An unknown error has occurred.
+
+
UnknownErrorException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.UnknownErrorException
+
 
+
UnmappedErrorException - Exception in de.juplo.facebook.exceptions
+
+
Marker class for error-messages, that are not mapped yet.
+
+
UnmappedErrorException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.UnmappedErrorException
+
 
+
UnsupportedGetRequestException - Exception in de.juplo.facebook.exceptions
+
+
100: Unsupported get request.
+
+
UnsupportedGetRequestException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.UnsupportedGetRequestException
+
 
+
+ + + +

V

+
+
valueOf(String) - Static method in enum de.juplo.facebook.exceptions.GraphApiException.Type
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum de.juplo.facebook.exceptions.GraphApiException.Type
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
+A C D F G H I O P R S T U V 
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/index.html b/dist/facebook-utils-2.5.0/apidocs/index.html new file mode 100644 index 00000000..43295c6e --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +Juplo - Facebook Utils 2.5.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/facebook-utils-2.5.0/apidocs/overview-frame.html b/dist/facebook-utils-2.5.0/apidocs/overview-frame.html new file mode 100644 index 00000000..c2c38cc3 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/overview-frame.html @@ -0,0 +1,26 @@ + + + + + + +Overview List (Juplo - Facebook Utils 2.5.0 API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/overview-summary.html b/dist/facebook-utils-2.5.0/apidocs/overview-summary.html new file mode 100644 index 00000000..d0de0396 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/overview-summary.html @@ -0,0 +1,156 @@ + + + + + + +Overview (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Juplo - Facebook Utils 2.5.0 API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
de.juplo.facebook 
de.juplo.facebook.aspects 
de.juplo.facebook.client 
de.juplo.facebook.exceptions 
de.juplo.facebook.token 
+
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/overview-tree.html b/dist/facebook-utils-2.5.0/apidocs/overview-tree.html new file mode 100644 index 00000000..a3b00a89 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/overview-tree.html @@ -0,0 +1,207 @@ + + + + + + +Class Hierarchy (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Annotation Type Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/package-list b/dist/facebook-utils-2.5.0/apidocs/package-list new file mode 100644 index 00000000..fdb1fbb7 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/package-list @@ -0,0 +1,5 @@ +de.juplo.facebook +de.juplo.facebook.aspects +de.juplo.facebook.client +de.juplo.facebook.exceptions +de.juplo.facebook.token diff --git a/dist/facebook-utils-2.5.0/apidocs/script.js b/dist/facebook-utils-2.5.0/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/dist/facebook-utils-2.5.0/apidocs/serialized-form.html b/dist/facebook-utils-2.5.0/apidocs/serialized-form.html new file mode 100644 index 00000000..cbd9c224 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/serialized-form.html @@ -0,0 +1,215 @@ + + + + + + +Serialized Form (Juplo - Facebook Utils 2.5.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/apidocs/stylesheet.css b/dist/facebook-utils-2.5.0/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/dist/facebook-utils-2.5.0/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/dist/facebook-utils-2.5.0/configuration.html b/dist/facebook-utils-2.5.0/configuration.html new file mode 100644 index 00000000..b07f604a --- /dev/null +++ b/dist/facebook-utils-2.5.0/configuration.html @@ -0,0 +1,310 @@ + + + + + + + + + juplo - + + + + + + + + + + + +
+ + +
+
+

$shortTitle

+ + + +

Configuration through a hibernate.properties-File

+

+ The most simple way to configure the plugin is, to put all the + hibernate-configuration in a hibernate.properties-file on your + classpath. Put the file in the resources-folder. Maven will put + it in the class-folder of your webapp, where it will be picked up + by this plugin as well as by Hibernate 4. +

+

+ Doing so, the only additionally configuration needed, to activat the plugin + is the following entry in the plugins-section of your pom.xml: +

+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+

+ But be aware, that in this case the database-url, that is + build in the application is the same that is used while testing, where + the database is droped and recreated by the plugin. + Because of that, + + you should never fire up this configuration on your production + system, or your database might be erased! + +

+

+ A better approach is, to specify a different url for testing like in the + following snippet: +

+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>
+

+ Configuration properties, that are set in the configuration-section + of the plugin-configuration cannnot be overwritten elsewere (for details + see Configuration-Method-Precedence). + You never can overwrite them by accident when specifying a property on + the commandline or in your settings.xml. +

+

Configuration through maven-properties

+

+ Alternatively, it is possible, to configure the plugin via maven-properties. + Each relevant configuration-option has a corresponding maven-property + (for a full list see the Documentation of the export-Mojo). + These are named after the + Hibernate JDBC Properties: +

+
    +
  • hibernate.connection.driver_class
  • +
  • hibernate.dialect
  • +
  • hibernate.connection.url
  • +
  • hibernate.connection.username
  • +
  • hibernate.connection.password
  • +
+

+ So, instead of writing the hibernate-configuration in the properties-file, + like above, you could put it in the properties-section of your + pom.xml. +

+

+ Thogether with the plugin-definition from above, the following would + be a complete configuration (again, the database-url was overwritten in + the plugin-configuration, to be sure to have a separate database for + testing): +

+
+<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
+
+...
+
+<plugins>
+
+  ...
+
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate-maven-plugin</artifactId>
+    <version>${project.version}</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>export</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
+
+<plugins>
+

Configuration through the plugin-configuration

+

+ A third way for configuring the plugin is the plugin-configuration. + The relevant configuration-parameters are: +

+
    +
  • driver
  • +
  • dialect
  • +
  • url
  • +
  • username
  • +
  • password
  • +
+

+ The equivalent of the configuration from the last section would look + like this: +

+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <driver>org.hsqldb.jdbcDriver</driver>
+    <dialect>org.hibernate.dialect.HSQLDialect</dialect>
+    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+    <username>sa</username>
+    <password></password>
+  </configuration>
+</plugin>
+

+ The parameter hibernateProperties (name of the hibernate-properties-file + to use, defaults to hibernate.properties) can only be configured through + this approach. +

+

+ For more explanations, see the + Documentation of the export-Mojo. +

+

Configuration-Method-Precedence

+

+ The configuration is gathered in a fix order: +

+
    +
  1. hibernate.properties
  2. +
  3. hibernate.cfg.xml
  4. +
  5. persistence.xml
  6. +
  7. maven-properties
  8. +
  9. plugin-configuration
  10. +
+

+ If you are in doubt about where a configuration-value comes from, run + maven with the debug-output enabled: mvn -X hibernate:export + and be aware, that maven-properties can be overwitten on the command-line, + in your ~/.m2/settings.xml and in a profile. +

+

+ The plugin-configuration comes last and overwrites everything else. + That way, you can be sure, that a configuration-value, that is + specified in the plugin-configuration will never be overwritten by any + other configuration-method. +

+

+ If you need to overwrite plugin-configuration-values with + maven-properties, you can use maven-properties in the plugin-configuration: +

+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <password>${my-password-property}</password>
+  </configuration>
+</plugin>
+
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/css/site.css b/dist/facebook-utils-2.5.0/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/dist/facebook-utils-2.5.0/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/debugging.html b/dist/facebook-utils-2.5.0/debugging.html new file mode 100644 index 00000000..5274e582 --- /dev/null +++ b/dist/facebook-utils-2.5.0/debugging.html @@ -0,0 +1,124 @@ + + + + + + + + + juplo - + + + + + + + + + + + +
+ + +
+
+

$shortTitle

+ + + +

+ If you are new to hibernate-maven-plugin, in many cases, the + {Configuration-Method-Precedence} may be the source of configuration + errors. + To solve this problem, you should run maven with the debugging output + enabled. + For example, by executing: +

+
+mvn -X compile hibernate:export
+

+ (The compile might be necessary, because hibernate-maven-plugin + has to scan the compiled classes for annotations!) +

+

+ Unlike the majority of the maven-plugins, hibernate-maven-plugin was + designed to give a good many hints, when debugging is enabled. + Because, if you do not know, what went wrong, you can't fix it! +

+

+ But be warned: hibernate-maven-plugin tends to be very chatty ;) +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/dependencies.html b/dist/facebook-utils-2.5.0/dependencies.html new file mode 100644 index 00000000..49858218 --- /dev/null +++ b/dist/facebook-utils-2.5.0/dependencies.html @@ -0,0 +1,121 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Dependencies + + + + + + + + + + + +
+ + +
+
+

Dependencies

+

Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionTypeLicense
com.fasterxml.jackson.corejackson-core2.6.2jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.6.2jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.7jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api1.7.12jarMIT License
org.springframework.securityspring-security-core4.0.2.RELEASEjarThe Apache Software License, Version 2.0
org.springframework.security.oauthspring-security-oauth22.0.8.RELEASEjarApache 2.0

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupIdArtifactIdVersionTypeLicense
ch.qos.logbacklogback-classic1.1.3jarEclipse Public License - v 1.0-GNU Lesser General Public License
junitjunit4.12jarEclipse Public License 1.0
org.slf4jjcl-over-slf4j1.7.12jarMIT License
org.springframeworkspring-test4.2.1.RELEASEjarThe Apache Software License, Version 2.0

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupIdArtifactIdVersionTypeLicense
javax.servletjavax.servlet-api3.0.1jarCDDL + GPLv2 with classpath exception
org.aspectjaspectjrt1.8.5jarEclipse Public License - v 1.0
org.springframeworkspring-webmvc4.2.1.RELEASEjarThe Apache Software License, Version 2.0

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionTypeLicense
aopallianceaopalliance1.0jarPublic Domain
com.fasterxml.jackson.corejackson-annotations2.6.0jarThe Apache Software License, Version 2.0
org.codehaus.jacksonjackson-core-asl1.9.13jarThe Apache Software License, Version 2.0
org.codehaus.jacksonjackson-mapper-asl1.9.13jarThe Apache Software License, Version 2.0

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupIdArtifactIdVersionTypeLicense
ch.qos.logbacklogback-core1.1.3jarEclipse Public License - v 1.0-GNU Lesser General Public License
org.hamcresthamcrest-core1.3jarNew BSD License

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupIdArtifactIdVersionTypeLicense
org.springframeworkspring-aop4.2.1.RELEASEjarThe Apache Software License, Version 2.0
org.springframeworkspring-beans4.2.1.RELEASEjarThe Apache Software License, Version 2.0
org.springframeworkspring-context4.2.1.RELEASEjarThe Apache Software License, Version 2.0
org.springframeworkspring-core4.2.1.RELEASEjarThe Apache Software License, Version 2.0
org.springframeworkspring-expression4.2.1.RELEASEjarThe Apache Software License, Version 2.0
org.springframeworkspring-web4.2.1.RELEASEjarThe Apache Software License, Version 2.0

Project Dependency Graph

+

Dependency Tree

Licenses

Apache 2.0: OAuth2 for Spring Security

Eclipse Public License 1.0: JUnit

MIT License: JCL 1.1.1 implemented over SLF4J, SLF4J API Module

CDDL + GPLv2 with classpath exception: Java Servlet API

Public Domain: AOP alliance

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

New BSD License: Hamcrest Core

The Apache Software License, Version 2.0: Commons Codec, Data Mapper for Jackson, Jackson, Jackson-annotations, Jackson-core, Juplo - Facebook Utils, Spring AOP, Spring Beans, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, Spring Web, Spring Web MVC, jackson-databind, spring-security-core

Eclipse Public License - v 1.0: AspectJ runtime, Logback Classic Module, Logback Core Module

Dependency File Details

FilenameSizeEntriesClassesPackagesJDK RevDebug
aopalliance-1.0.jar4.36 kB15921.3debug
logback-classic-1.1.3.jar274.34 kB221173251.6debug
logback-core-1.1.3.jar444.38 kB410365351.6debug
jackson-annotations-2.6.0.jar45.87 kB705811.6debug
jackson-core-2.6.2.jar252.76 kB1169391.6debug
jackson-databind-2.6.2.jar1.11 MB597563201.6debug
commons-codec-1.7.jar253.52 kB2278561.6debug
javax.servlet-api-3.0.1.jar83.35 kB947441.5debug
junit-4.12.jar307.55 kB323286301.5debug
aspectjrt-1.8.5.jar114.77 kB148130111.5debug
jackson-core-asl-1.9.13.jar226.80 kB13712181.5debug
jackson-mapper-asl-1.9.13.jar762.37 kB529502181.5debug
hamcrest-core-1.3.jar43.97 kB524531.5debug
jcl-over-slf4j-1.7.12.jar16.23 kB23921.5debug
slf4j-api-1.7.12.jar31.37 kB392831.5debug
spring-aop-4.2.1.RELEASE.jar357.91 kB291258151.6debug
spring-beans-4.2.1.RELEASE.jar712.53 kB448396151.6debug
spring-context-4.2.1.RELEASE.jar1.03 MB863746661.6debug
spring-core-4.2.1.RELEASE.jar1.02 MB797751401.6debug
spring-expression-4.2.1.RELEASE.jar256.23 kB15514161.6debug
spring-test-4.2.1.RELEASE.jar548.17 kB451412301.6debug
spring-web-4.2.1.RELEASE.jar750.50 kB577529361.6debug
spring-webmvc-4.2.1.RELEASE.jar846.65 kB528476301.6debug
spring-security-core-4.0.2.RELEASE.jar349.60 kB362297441.5debug
spring-security-oauth2-2.0.8.RELEASE.jar440.03 kB363303401.6debug
TotalSizeEntriesClassesPackagesJDK RevDebug
2510.12 MB7,8366,8504991.625
compile: 10compile: 3.42 MBcompile: 2,455compile: 2,059compile: 151-compile: 10
test: 6test: 1.60 MBtest: 1,480test: 1,290test: 125-test: 6
provided: 9provided: 5.10 MBprovided: 3,901provided: 3,501provided: 223-provided: 9

Dependency Repository Locations

Repo IDURLReleaseSnapshotBlacklisted
centralhttp://repo.maven.apache.org/maven2Yes--
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes-
glassfish-repositoryhttp://download.java.net/maven/glassfishYesYesYes
jvnet-nexus-snapshotshttps://maven.java.net/content/repositories/snapshots-Yes-
apache.snapshotshttp://repository.apache.org/snapshots-Yes-

Repository locations for each of the Dependencies.

Artifactcentralsonatype-nexus-snapshotsjvnet-nexus-snapshotsapache.snapshots
aopalliance:aopalliance:jar:1.0Found at http://repo.maven.apache.org/maven2---
ch.qos.logback:logback-classic:jar:1.1.3Found at http://repo.maven.apache.org/maven2---
ch.qos.logback:logback-core:jar:1.1.3Found at http://repo.maven.apache.org/maven2---
com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0Found at http://repo.maven.apache.org/maven2---
com.fasterxml.jackson.core:jackson-core:jar:2.6.2Found at http://repo.maven.apache.org/maven2---
com.fasterxml.jackson.core:jackson-databind:jar:2.6.2Found at http://repo.maven.apache.org/maven2---
commons-codec:commons-codec:jar:1.7Found at http://repo.maven.apache.org/maven2---
javax.servlet:javax.servlet-api:jar:3.0.1Found at http://repo.maven.apache.org/maven2---
junit:junit:jar:4.12Found at http://repo.maven.apache.org/maven2---
org.aspectj:aspectjrt:jar:1.8.5Found at http://repo.maven.apache.org/maven2---
org.codehaus.jackson:jackson-core-asl:jar:1.9.13Found at http://repo.maven.apache.org/maven2---
org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13Found at http://repo.maven.apache.org/maven2---
org.hamcrest:hamcrest-core:jar:1.3Found at http://repo.maven.apache.org/maven2---
org.slf4j:jcl-over-slf4j:jar:1.7.12Found at http://repo.maven.apache.org/maven2---
org.slf4j:slf4j-api:jar:1.7.12Found at http://repo.maven.apache.org/maven2---
org.springframework:spring-aop:jar:4.2.1.RELEASEFound at http://repo.maven.apache.org/maven2---
org.springframework:spring-beans:jar:4.2.1.RELEASEFound at http://repo.maven.apache.org/maven2---
org.springframework:spring-context:jar:4.2.1.RELEASEFound at http://repo.maven.apache.org/maven2---
org.springframework:spring-core:jar:4.2.1.RELEASEFound at http://repo.maven.apache.org/maven2---
org.springframework:spring-expression:jar:4.2.1.RELEASEFound at http://repo.maven.apache.org/maven2---
org.springframework:spring-test:jar:4.2.1.RELEASEFound at http://repo.maven.apache.org/maven2---
org.springframework:spring-web:jar:4.2.1.RELEASEFound at http://repo.maven.apache.org/maven2---
org.springframework:spring-webmvc:jar:4.2.1.RELEASEFound at http://repo.maven.apache.org/maven2---
org.springframework.security:spring-security-core:jar:4.0.2.RELEASEFound at http://repo.maven.apache.org/maven2---
org.springframework.security.oauth:spring-security-oauth2:jar:2.0.8.RELEASEFound at http://repo.maven.apache.org/maven2---
Totalcentralsonatype-nexus-snapshotsjvnet-nexus-snapshotsapache.snapshots
25 (compile: 10, test: 6, provided: 9)25000
+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/dependency-info.html b/dist/facebook-utils-2.5.0/dependency-info.html new file mode 100644 index 00000000..f6646651 --- /dev/null +++ b/dist/facebook-utils-2.5.0/dependency-info.html @@ -0,0 +1,108 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Dependency Information + + + + + + + + + + + +
+ + +
+
+

Dependency Information

+

Dependency Information

Apache Maven

<dependency>
+  <groupId>de.juplo</groupId>
+  <artifactId>facebook-utils</artifactId>
+  <version>2.5.0</version>
+</dependency>

Apache Buildr

'de.juplo:facebook-utils:jar:2.5.0'

Apache Ant

<dependency org="de.juplo" name="facebook-utils" rev="2.5.0">
+  <artifact name="facebook-utils" type="jar" />
+</dependency>

Groovy Grape

@Grapes(
+@Grab(group='de.juplo', module='facebook-utils', version='2.5.0')
+)

Grails

compile 'de.juplo:facebook-utils:2.5.0'

Leiningen

[de.juplo/facebook-utils "2.5.0"]

SBT

libraryDependencies += "de.juplo" %% "facebook-utils" % "2.5.0"
+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/distribution-management.html b/dist/facebook-utils-2.5.0/distribution-management.html new file mode 100644 index 00000000..a2fa290f --- /dev/null +++ b/dist/facebook-utils-2.5.0/distribution-management.html @@ -0,0 +1,100 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Distribution Management + + + + + + + + + + + +
+ + +
+ +
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/force.html b/dist/facebook-utils-2.5.0/force.html new file mode 100644 index 00000000..fb86a715 --- /dev/null +++ b/dist/facebook-utils-2.5.0/force.html @@ -0,0 +1,134 @@ + + + + + + + + + juplo - + + + + + + + + + + + +
+ + +
+
+

$shortTitle

+ + + +

+ The hibernate-maven-plugin computes MD5-sums for all found annotated + classes and stores them together with the generated schema. + If no classes were changed or added and the dialect wasn't changed too, it + automatically skips the configured schema-export, to speed up the development + cycle. +

+

+ The plugin signals, that the execution was skipped by setting the maven + property $\{hibernate.export.skipped\} to true. + This may be helpful, because other plugins like + dbunit-plugin + may fail, when the execution is skipped. +

+

+ If you need the hibernate-maven-plugin to <never skip execution automatically>, + you can force it to do so, if you set the parameter force to + true: +

+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <configuration>
+    <force>true</force>
+  </configuration>
+</plugin>
+

+ Or you may specify -Dhibernate.export.force=true at the command line, + if you want to force hibernate-maven-plugin only once. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/images/close.gif b/dist/facebook-utils-2.5.0/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/dist/facebook-utils-2.5.0/index.html b/dist/facebook-utils-2.5.0/index.html new file mode 100644 index 00000000..d28e362f --- /dev/null +++ b/dist/facebook-utils-2.5.0/index.html @@ -0,0 +1,163 @@ + + + + + + + + + juplo - + + + + + + + + + + + +
+ + +
+
+

$shortTitle

+ + + +

Hibernate 4 Maven Plugin

+

A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations

+

+ The hibernate-maven-plugin is a plugin for generating a database-schema + from your Hibernate-4-Mappings and create or update your database + accordingly. + Its main usage is to automatically create and populate a test-database + for unit-tests in cooperation with the + dbunit-maven-plugin. +

+

+ The plugin was designed with three main goals in mind: +

+
    +
  • It should be easy to use.
  • +
  • It should be maximal unlikely, to erase a producation-database by accident.
  • +
  • It should not slow down the development cycle.
  • +
+

+ To achieve the first goal, the convention-over-configuration paradigma + was applied and the plugin was stuffed with usefull logging-messages. + So, if in doubt, just turn on the debugging output with the mvn -X .... +

+

+ To achieve the second goal, the precedence in which the configuration + locations are consulted was layouted in a way that makes it possible, to + prevent overwrites of the wrong database by accident. +

+

+ Last but not least, in order to not slow down the development cycle, the + hibernate-maven-plugin only executes the schema-export, if the mapping + or the dialect changes (or if you force it to do so). +

+

+ For more information about the inspiration to write this tiny plugin, + read our blog-article about the hibernate-maven-plugin. +

+

Documentation

+
    +
  • + See Configuration Examples for Usage-Explanations + and simple examples of how to use this plugin. +
  • +
  • + See hibernate:export and + Plugin Documentation for the full + autogenerated documentation. These are mostly configuration-options + of the Hibernate-Tools SchemaExport and SchemaUpdate, that do + the work in the background. +
  • +
+

Releases

+ +
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/integration.html b/dist/facebook-utils-2.5.0/integration.html new file mode 100644 index 00000000..b6919f57 --- /dev/null +++ b/dist/facebook-utils-2.5.0/integration.html @@ -0,0 +1,100 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Continuous Integration + + + + + + + + + + + +
+ + +
+
+

Continuous Integration

+

Continuous Integration

No continuous integration management system is defined. Please check back at a later date.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/issue-tracking.html b/dist/facebook-utils-2.5.0/issue-tracking.html new file mode 100644 index 00000000..95dfa8ba --- /dev/null +++ b/dist/facebook-utils-2.5.0/issue-tracking.html @@ -0,0 +1,109 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Issue Tracking + + + + + + + + + + + +
+ + +
+
+

Issue Tracking

+ + + + There is no bug-tracking system set up for this project! +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/license.html b/dist/facebook-utils-2.5.0/license.html new file mode 100644 index 00000000..4240c79a --- /dev/null +++ b/dist/facebook-utils-2.5.0/license.html @@ -0,0 +1,302 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Project License + + + + + + + + + + + +
+ + +
+
+

Project License

+

Overview

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

Project License

The Apache Software License, Version 2.0

A business-friendly OSS license

+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/mail-lists.html b/dist/facebook-utils-2.5.0/mail-lists.html new file mode 100644 index 00000000..4554ded4 --- /dev/null +++ b/dist/facebook-utils-2.5.0/mail-lists.html @@ -0,0 +1,109 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Mailing Lists + + + + + + + + + + + +
+ + +
+
+

Mailing Lists

+ + + + There are no mailinglists defined for this project! +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/pitfalls.html b/dist/facebook-utils-2.5.0/pitfalls.html new file mode 100644 index 00000000..ea7c22d8 --- /dev/null +++ b/dist/facebook-utils-2.5.0/pitfalls.html @@ -0,0 +1,290 @@ + + + + + + + + + juplo - + + + + + + + + + + + +
+ + +
+
+

$shortTitle

+ + + +

Annotated classes in dependencies are not found.

+

+ hibernate-maven-plugin by default scans dependencies in the scope + compile. You can configure it to scan dependencies in other + scopes as well. But it scans only direct dependencies. Transitive + dependencies are not scanned for annotated classes. If some of your + annotated classes are hidden in a transitive dependency, you can simply + add that dependency explicitly. +

+

hibernate-maven-plugin always needs a database-connection

+

+ The default-configuration uses the EXPORT-target of the SchemaExport-Tool. + If you do not need to create a database with the evaluated schema, you can + use the NONE- or the SCRIPT-target. + This can be achieved with the command-line parameter + -Dhibernate.export.target=SCRIPT or with the following configuration: +

+
+<configuration>
+  <target>SCRIPT</target>
+</configuration>
+

+ But even when no database is to be created, hibernate always needs to know + the dialect. Hence, the plugin will fail if this parameter is missing! +

+

Dependency for driver-class XYZ is missing

+

+ One regular problem is the scope of the jdbc-driver-dependency. + It is very unlikely, that this dependency is needed at compile-time. + So a tidy maven-developer would usually scope it for runtime. +

+

+ But this will break the execution of the hibernate-maven-plugin. + Since it will not be able to see the needed dependency, it will fail with + an error-message like: +

+
+[INFO] Gathered hibernate-configuration (turn on debugging for details):
+[INFO]   hibernate.connection.username = sa
+[INFO]   hibernate.connection.password = 
+[INFO]   hibernate.dialect = org.hibernate.dialect.HSQLDialect
+[INFO]   hibernate.connection.url = jdbc:hsqldb:/home/kai/mmf/target/mmf;shutdown=true
+[INFO]   hibernate.connection.driver_class = org.hsqldb.jdbcDriver
+[ERROR] Dependency for driver-class org.hsqldb.jdbcDriver is missing!
+[INFO] ------------------------------------------------------------------------
+[ERROR] BUILD ERROR
+[INFO] ------------------------------------------------------------------------
+[INFO] org.hsqldb.jdbcDriver
+[INFO] ------------------------------------------------------------------------
+[INFO] For more information, run Maven with the -e switch
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 2 seconds
+[INFO] Finished at: Thu Nov 29 11:31:14 CET 2012
+[INFO] Final Memory: 32M/342M
+[INFO] ------------------------------------------------------------------------
+

+ A quick workaround for this error would be, to delete the runtime-constraint + for the jdbc-driver-dependency. +

+

+ A much cleaner way is, to (additionally) ad the dependency, to the + plugin-definition: +

+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <dependencies>
+  <dependency>
+    <groupId>org.hsqldb</groupId>
+    <artifactId>hsqldb</artifactId>
+    <version>2.2.8</version>
+  </dependency>
+  </dependencies>
+</plugin>
+

+ This is also the best way, if you use a different jdbc-driver for + testing, than in production. + Because otherwise, this dependency will unnecessarily bloat the + runtime-dependencies of your project. +

+

DBUnit fails after execution of hibernate was skipped because nothing has changed

+

+ If hibernate-maven-plugin skips its excecution, this may lead to errors in + other plugins. + For example, when importing sample-data in the automatically created database + with the help of the dbunit-plugin, + the CLEAN_INSERT-operation may fail because of foreign-key-constraints, + if the database was not recreated, because the hibernate-maven-plugin has + skipped its excecution. +

+

+ A quick fix to this problem is, to force + hibernate-maven-plugin to export the schema every time it is running. + But to recreate the database on every testrun may noticeable slow down your + development cycle, if you have to wait for slow IO. +

+

+ To circumvent this problem, hibernate-maven-plugin signals a skipped + excecution by setting the maven property $\{hibernate.export.skipped\} to + true. + You can configure other plugins to react on this signal. + For example, the dbunit-plugin can be configured to skip its excecution, if + hibernate-maven-plugin was skipped like this: +

+
+<plugin>
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>dbunit-maven-plugin</artifactId>
+  <configuration>
+    <skip>${hibernate.export.skipped}</skip>
+  </configuration>
+</plugin>
+

The database will not be recreated after a manual drop/clean

+

+ If one manually drops the database or removes the hsqldb-files, it will not + be recreated by the hibernate-maven-plugin, because it cannot detect, that + the database needs to be recreated. + This happens, because the plugin will not recreate the database if neither + the configuration nor the annotated classes have changed, because an + unnecessary drop-create-cycle might take a long time. The plugin will + report that like this: +

+
+[INFO] No modified annotated classes found and dialect unchanged.
+[INFO] Skipping schema generation!
+

+ If one always uses mvn clean for cleanup, this will not happen. + Otherwise the recreation must be forced: +

+
+mvn hibernate:export -Dhibernate.export.force=true
+

The hibernate:export goal is not executed, when tests are skipped

+

+ The hibernate-maven-plugin automatically skips its execution, when + maven.test.skip is set to true. If you need it to be always + executed, you can configure that explicitly like this: +

+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+

+ Background-information for this design-decission can be found on the extra + page To skip or not to skip: that is the question... +

+

I do not want my dependencies to be scanned for hibernate annotations

+

+ If you do not want your dependencies to be scanned for hibernate annotations, + you can pass -Dhibernate.export.scan_dependencies=none to maven + or set scanDependencies to none in the configuration + of the plugin like this: +

+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <scanDependencies>none</scanDependencies>
+  </configuration>
+</plugin>
+

No annotated classes found

+

+ If you are working under Windows and get the error-message + No annotated classes found in directory C:\projects\X Y Z\path-to-project\target\classes, + but you are really sure, that there are annotated classes in that + directory, you are expiriencing a bug, in the scannotation-library, that + was closed in version 1.1.0 of the hibernate-maven-plugin. +

+

+ + You should consider to upgrade to that version of the plugin. + +

+
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/plugin-management.html b/dist/facebook-utils-2.5.0/plugin-management.html new file mode 100644 index 00000000..49ed5d70 --- /dev/null +++ b/dist/facebook-utils-2.5.0/plugin-management.html @@ -0,0 +1,100 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Plugin Management + + + + + + + + + + + +
+ + +
+ +
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/plugins.html b/dist/facebook-utils-2.5.0/plugins.html new file mode 100644 index 00000000..adde5dbc --- /dev/null +++ b/dist/facebook-utils-2.5.0/plugins.html @@ -0,0 +1,100 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Project Plugins + + + + + + + + + + + +
+ + +
+
+

Project Plugins

+

Project Build Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-compiler-plugin3.3
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-enforcer-plugin1.2
org.apache.maven.pluginsmaven-install-plugin2.3
org.apache.maven.pluginsmaven-jar-plugin2.2
org.apache.maven.pluginsmaven-resources-plugin2.3
org.apache.maven.pluginsmaven-site-plugin3.0
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.10
org.codehaus.mojoaspectj-maven-plugin1.8

Project Report Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.11
org.apache.maven.pluginsmaven-javadoc-plugin2.10.3
org.apache.maven.pluginsmaven-jxr-plugin2.5
org.apache.maven.pluginsmaven-pmd-plugin3.5
org.apache.maven.pluginsmaven-scm-plugin1.9.4
org.apache.maven.pluginsmaven-surefire-report-plugin2.18.1
+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/pmd.html b/dist/facebook-utils-2.5.0/pmd.html new file mode 100644 index 00000000..3ec7f756 --- /dev/null +++ b/dist/facebook-utils-2.5.0/pmd.html @@ -0,0 +1,100 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - PMD + + + + + + + + + + + +
+ + +
+
+

PMD

+

PMD Results

The following document contains the results of PMD 5.3.2.

Files

de/juplo/facebook/aspects/SanitizeAspect.java

ViolationLine
Useless parentheses.70
Useless parentheses.71
Useless parentheses.72
Useless parentheses.73
Useless parentheses.73
Useless parentheses.73
Useless parentheses.74
Useless parentheses.74
Useless parentheses.74
Useless parentheses.75
Useless parentheses.75
Useless parentheses.75
+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/project-info.html b/dist/facebook-utils-2.5.0/project-info.html new file mode 100644 index 00000000..be2efe5a --- /dev/null +++ b/dist/facebook-utils-2.5.0/project-info.html @@ -0,0 +1,98 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Project Information + + + + + + + + + + + +
+ + +
+
+

Project Information

+

Project Information

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

Overview

DocumentDescription
AboutCollection of usefull classes for communicating with the Facebook-Graph-API
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project LicenseThis is a link to the definitions of project licenses.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Project SummaryThis document lists other related information of this project
DependenciesThis document lists the project's dependencies and provides information on each dependency.
+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/project-reports.html b/dist/facebook-utils-2.5.0/project-reports.html new file mode 100644 index 00000000..8e0e0314 --- /dev/null +++ b/dist/facebook-utils-2.5.0/project-reports.html @@ -0,0 +1,98 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Project Reports + + + + + + + + + + + +
+ + +
+
+

Project Reports

+

Generated Reports

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

Overview

DocumentDescription
JavaDocsJavaDoc API documentation.
Test JavaDocsTest JavaDoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
Test Source XrefHTML based, cross-reference version of Java test source code.
Surefire ReportReport on the test results of the project.
PMDVerification of coding rules.
+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/project-summary.html b/dist/facebook-utils-2.5.0/project-summary.html new file mode 100644 index 00000000..492f26e6 --- /dev/null +++ b/dist/facebook-utils-2.5.0/project-summary.html @@ -0,0 +1,100 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Project Summary + + + + + + + + + + + +
+ + +
+
+

Project Summary

+

Project Summary

Project Information

FieldValue
NameJuplo - Facebook Utils
DescriptionCollection of usefull classes for communicating with the Facebook-Graph-API
Homepagehttp://www.juplo.de/facebook-utils

Project Organization

This project does not belong to an organization.

Build Information

FieldValue
GroupIdde.juplo
ArtifactIdfacebook-utils
Version2.5.0
Typejar
JDK Rev1.7
+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/skip.html b/dist/facebook-utils-2.5.0/skip.html new file mode 100644 index 00000000..7986ef0e --- /dev/null +++ b/dist/facebook-utils-2.5.0/skip.html @@ -0,0 +1,153 @@ + + + + + + + + + juplo - + + + + + + + + + + + +
+ + +
+
+

$shortTitle

+ + + +

+ In most use-cases, the hibernate-maven-plugin is used to create a + test-database automatically. In this use-cases, it is very likely, that it + will result in mistakes/errors, if the goal is executed, when the tests + are skipped. + For example, one might manually overwrite the database-url with the url of + the production-database, in order to run other tests, like starting a + local webserver with the + jetty-maven-plugin. + If the export-goal would be executed in such a scenario, it might erase the + hole production-database, which is not very desireable. +

+

+ Because of this, the configuration-parameter skip defaults to the value + of the proptery maven.test.skip. This way, the execution of the + hibernate-maven-plugin is skipped automatically, when the tests are + skipped. Think of it as a build-in security-belt. +

+

+ If you do not like that, because you need the plugin to always execute the + export-goal, even if the tests are skipped you can configure that explicitly, + by setting the configuration-parameter skip to false: +

+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+

+ Or, if you want the export-goal to be executed by default and to be skipped + if you say so, you can bind the value of the configuration-parameter + skip to a custom property. For example: +

+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>${foo.bar}</skip>
+  </configuration>
+</plugin>
+

+ This way, the export-goal would be skipped, if you set the property + foo.bar to true. For example, if you specify -Dfoo.bar=true + on the command-line. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/source-repository.html b/dist/facebook-utils-2.5.0/source-repository.html new file mode 100644 index 00000000..6ebf9e88 --- /dev/null +++ b/dist/facebook-utils-2.5.0/source-repository.html @@ -0,0 +1,100 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Source Repository + + + + + + + + + + + +
+ + +
+
+

Source Repository

+

Overview

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

Web Access

The following is a link to the online source repository.

Anonymous access

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

$ git clone http://juplo.de/git/facebook-utils

Developer access

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

$ git clone ssh://juplo.de/var/lib/git/juplo/facebook-utils

Access from behind a firewall

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/surefire-report.html b/dist/facebook-utils-2.5.0/surefire-report.html new file mode 100644 index 00000000..a5a3e62d --- /dev/null +++ b/dist/facebook-utils-2.5.0/surefire-report.html @@ -0,0 +1,116 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Surefire Report + + + + + + + + + + + +
+ + +
+
+

Surefire Report

+

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


TestsErrors FailuresSkippedSuccess RateTime
12000100%1.181

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


PackageTestsErrors FailuresSkippedSuccess RateTime
de.juplo.facebook.exceptions2000100%0
de.juplo.facebook.client10000100%1.181

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

de.juplo.facebook.exceptions

ClassTestsErrors FailuresSkippedSuccess RateTime
FacebookErrorMessageMappingTest2000100%0

de.juplo.facebook.client

ClassTestsErrors FailuresSkippedSuccess RateTime
GraphApiErrorHandlerTest10000100%1.181

Test Cases

[Summary] [Package List] [Test Cases]

FacebookErrorMessageMappingTest

testSerialize0
testDeserialize0

GraphApiErrorHandlerTest

testError210.121
testUnmappedError0.005
testUnmappedErrors0.012
testInvlalidErrors0.062
testError22000.007
testError10.006
testError20.006
testError1000.006
testError1040.006
testError6130.005

+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/team-list.html b/dist/facebook-utils-2.5.0/team-list.html new file mode 100644 index 00000000..a5893cb4 --- /dev/null +++ b/dist/facebook-utils-2.5.0/team-list.html @@ -0,0 +1,115 @@ + + + + + + + + + juplo - Juplo - Facebook Utils - Project Team + + + + + + + + + + + +
+ + +
+
+

Project Team

+

The Team

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

Members

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

ImageIdNameEmail
kaiKai Moritzkai@juplo.de

Contributors

There are no contributors listed for this project. Please check back again later.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/facebook-utils-2.5.0/testapidocs/allclasses-frame.html b/dist/facebook-utils-2.5.0/testapidocs/allclasses-frame.html new file mode 100644 index 00000000..0e9c2400 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/allclasses-frame.html @@ -0,0 +1,22 @@ + + + + + + +All Classes (Juplo - Facebook Utils 2.5.0 Test API) + + + + + +

All Classes

+ + + diff --git a/dist/facebook-utils-2.5.0/testapidocs/allclasses-noframe.html b/dist/facebook-utils-2.5.0/testapidocs/allclasses-noframe.html new file mode 100644 index 00000000..cba714f4 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/allclasses-noframe.html @@ -0,0 +1,22 @@ + + + + + + +All Classes (Juplo - Facebook Utils 2.5.0 Test API) + + + + + +

All Classes

+ + + diff --git a/dist/facebook-utils-2.5.0/testapidocs/constant-values.html b/dist/facebook-utils-2.5.0/testapidocs/constant-values.html new file mode 100644 index 00000000..f90dd138 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/constant-values.html @@ -0,0 +1,126 @@ + + + + + + +Constant Field Values (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/GraphApiErrorHandlerTest.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/GraphApiErrorHandlerTest.html new file mode 100644 index 00000000..a2c95e59 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/GraphApiErrorHandlerTest.html @@ -0,0 +1,408 @@ + + + + + + +GraphApiErrorHandlerTest (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + + +
+
de.juplo.facebook.client
+

Class GraphApiErrorHandlerTest

+
+
+ +
+
    +
  • +
    +
    +
    @ContextConfiguration(locations="classpath:/spring/test-facebook-error-handler.xml")
    +public class GraphApiErrorHandlerTest
    +extends Object
    +
    +
    Author:
    +
    kai
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GraphApiErrorHandlerTest

        +
        public GraphApiErrorHandlerTest()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        testError1

        +
        public void testError1()
        +
      • +
      + + + +
        +
      • +

        testError2

        +
        public void testError2()
        +
      • +
      + + + +
        +
      • +

        testError21

        +
        public void testError21()
        +
      • +
      + + + +
        +
      • +

        testError100

        +
        public void testError100()
        +
      • +
      + + + +
        +
      • +

        testError104

        +
        public void testError104()
        +
      • +
      + + + +
        +
      • +

        testError613

        +
        public void testError613()
        +
      • +
      + + + +
        +
      • +

        testError2200

        +
        public void testError2200()
        +
      • +
      + + + +
        +
      • +

        testUnmappedError

        +
        public void testUnmappedError()
        +
      • +
      + + + +
        +
      • +

        testUnmappedErrors

        +
        public void testUnmappedErrors()
        +
      • +
      + + + +
        +
      • +

        testInvlalidErrors

        +
        public void testInvlalidErrors()
        +
      • +
      + + + +
        +
      • +

        setUp

        +
        public void setUp()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/MockClientHttpRequestFactory.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/MockClientHttpRequestFactory.html new file mode 100644 index 00000000..cd27c052 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/MockClientHttpRequestFactory.html @@ -0,0 +1,345 @@ + + + + + + +MockClientHttpRequestFactory (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + + +
+
de.juplo.facebook.client
+

Class MockClientHttpRequestFactory

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • de.juplo.facebook.client.MockClientHttpRequestFactory
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.springframework.http.client.ClientHttpRequestFactory
    +
    +
    +
    +
    public class MockClientHttpRequestFactory
    +extends Object
    +implements org.springframework.http.client.ClientHttpRequestFactory
    +
    +
    Author:
    +
    kai
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MockClientHttpRequestFactory

        +
        public MockClientHttpRequestFactory()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createRequest

        +
        public org.springframework.http.client.ClientHttpRequest createRequest(URI uri,
        +                                                                       org.springframework.http.HttpMethod method)
        +                                                                throws IOException
        +
        +
        Specified by:
        +
        createRequest in interface org.springframework.http.client.ClientHttpRequestFactory
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        setStatus

        +
        public void setStatus(org.springframework.http.HttpStatus status)
        +
      • +
      + + + +
        +
      • +

        setHeaders

        +
        public void setHeaders(org.springframework.http.HttpHeaders headers)
        +
      • +
      + + + +
        +
      • +

        addHeader

        +
        public void addHeader(String name,
        +                      String value)
        +
      • +
      + + + +
        +
      • +

        setBody

        +
        public void setBody(String body)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/class-use/GraphApiErrorHandlerTest.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/class-use/GraphApiErrorHandlerTest.html new file mode 100644 index 00000000..0b1b6993 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/class-use/GraphApiErrorHandlerTest.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.client.GraphApiErrorHandlerTest (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.facebook.client.GraphApiErrorHandlerTest

+
+
No usage of de.juplo.facebook.client.GraphApiErrorHandlerTest
+ + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/class-use/MockClientHttpRequestFactory.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/class-use/MockClientHttpRequestFactory.html new file mode 100644 index 00000000..c8097f66 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/class-use/MockClientHttpRequestFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.client.MockClientHttpRequestFactory (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.facebook.client.MockClientHttpRequestFactory

+
+
No usage of de.juplo.facebook.client.MockClientHttpRequestFactory
+ + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-frame.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-frame.html new file mode 100644 index 00000000..a919eca6 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +de.juplo.facebook.client (Juplo - Facebook Utils 2.5.0 Test API) + + + + + +

de.juplo.facebook.client

+ + + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-summary.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-summary.html new file mode 100644 index 00000000..9b1c8b9f --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-summary.html @@ -0,0 +1,148 @@ + + + + + + +de.juplo.facebook.client (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + +
+

Package de.juplo.facebook.client

+
+
+ +
+ + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-tree.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-tree.html new file mode 100644 index 00000000..f5eb17f6 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-tree.html @@ -0,0 +1,140 @@ + + + + + + +de.juplo.facebook.client Class Hierarchy (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + +
+

Hierarchy For Package de.juplo.facebook.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-use.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-use.html new file mode 100644 index 00000000..012adff3 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/client/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package de.juplo.facebook.client (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + +
+

Uses of Package
de.juplo.facebook.client

+
+
No usage of de.juplo.facebook.client
+ + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/FacebookErrorMessageMappingTest.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/FacebookErrorMessageMappingTest.html new file mode 100644 index 00000000..9cf11cb3 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/FacebookErrorMessageMappingTest.html @@ -0,0 +1,300 @@ + + + + + + +FacebookErrorMessageMappingTest (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + + +
+
de.juplo.facebook.exceptions
+

Class FacebookErrorMessageMappingTest

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • de.juplo.facebook.exceptions.FacebookErrorMessageMappingTest
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class FacebookErrorMessageMappingTest
    +extends Object
    +
    +
    Author:
    +
    Kai Moritz
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FacebookErrorMessageMappingTest

        +
        public FacebookErrorMessageMappingTest()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        testSerialize

        +
        public void testSerialize()
        +                   throws com.fasterxml.jackson.core.JsonProcessingException
        +
        +
        Throws:
        +
        com.fasterxml.jackson.core.JsonProcessingException
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/class-use/FacebookErrorMessageMappingTest.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/class-use/FacebookErrorMessageMappingTest.html new file mode 100644 index 00000000..fc46a920 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/class-use/FacebookErrorMessageMappingTest.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.facebook.exceptions.FacebookErrorMessageMappingTest (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.facebook.exceptions.FacebookErrorMessageMappingTest

+
+
No usage of de.juplo.facebook.exceptions.FacebookErrorMessageMappingTest
+ + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-frame.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-frame.html new file mode 100644 index 00000000..a7385846 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +de.juplo.facebook.exceptions (Juplo - Facebook Utils 2.5.0 Test API) + + + + + +

de.juplo.facebook.exceptions

+ + + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-summary.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-summary.html new file mode 100644 index 00000000..c1fa09e1 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-summary.html @@ -0,0 +1,144 @@ + + + + + + +de.juplo.facebook.exceptions (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + +
+

Package de.juplo.facebook.exceptions

+
+
+ +
+ + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-tree.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-tree.html new file mode 100644 index 00000000..60b85674 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +de.juplo.facebook.exceptions Class Hierarchy (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + +
+

Hierarchy For Package de.juplo.facebook.exceptions

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-use.html b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-use.html new file mode 100644 index 00000000..6b681e26 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/de/juplo/facebook/exceptions/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package de.juplo.facebook.exceptions (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + + + + +
+

Uses of Package
de.juplo.facebook.exceptions

+
+
No usage of de.juplo.facebook.exceptions
+ + + + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/deprecated-list.html b/dist/facebook-utils-2.5.0/testapidocs/deprecated-list.html new file mode 100644 index 00000000..97c2c426 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/help-doc.html b/dist/facebook-utils-2.5.0/testapidocs/help-doc.html new file mode 100644 index 00000000..51d85d03 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/index-all.html b/dist/facebook-utils-2.5.0/testapidocs/index-all.html new file mode 100644 index 00000000..14bc88fc --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/index-all.html @@ -0,0 +1,223 @@ + + + + + + +Index (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
A C D F G M S T  + + +

A

+
+
addHeader(String, String) - Method in class de.juplo.facebook.client.MockClientHttpRequestFactory
+
 
+
+ + + +

C

+
+
createRequest(URI, HttpMethod) - Method in class de.juplo.facebook.client.MockClientHttpRequestFactory
+
 
+
+ + + +

D

+
+
de.juplo.facebook.client - package de.juplo.facebook.client
+
 
+
de.juplo.facebook.exceptions - package de.juplo.facebook.exceptions
+
 
+
+ + + +

F

+
+
FacebookErrorMessageMappingTest - Class in de.juplo.facebook.exceptions
+
 
+
FacebookErrorMessageMappingTest() - Constructor for class de.juplo.facebook.exceptions.FacebookErrorMessageMappingTest
+
 
+
+ + + +

G

+
+
GraphApiErrorHandlerTest - Class in de.juplo.facebook.client
+
 
+
GraphApiErrorHandlerTest() - Constructor for class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
+ + + +

M

+
+
MockClientHttpRequestFactory - Class in de.juplo.facebook.client
+
 
+
MockClientHttpRequestFactory() - Constructor for class de.juplo.facebook.client.MockClientHttpRequestFactory
+
 
+
+ + + +

S

+
+
setBody(String) - Method in class de.juplo.facebook.client.MockClientHttpRequestFactory
+
 
+
setHeaders(HttpHeaders) - Method in class de.juplo.facebook.client.MockClientHttpRequestFactory
+
 
+
setStatus(HttpStatus) - Method in class de.juplo.facebook.client.MockClientHttpRequestFactory
+
 
+
setUp() - Method in class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
+ + + +

T

+
+
testDeserialize() - Method in class de.juplo.facebook.exceptions.FacebookErrorMessageMappingTest
+
 
+
testError1() - Method in class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
testError100() - Method in class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
testError104() - Method in class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
testError2() - Method in class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
testError21() - Method in class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
testError2200() - Method in class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
testError613() - Method in class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
testInvlalidErrors() - Method in class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
testSerialize() - Method in class de.juplo.facebook.exceptions.FacebookErrorMessageMappingTest
+
 
+
testUnmappedError() - Method in class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
testUnmappedErrors() - Method in class de.juplo.facebook.client.GraphApiErrorHandlerTest
+
 
+
+A C D F G M S T 
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/index.html b/dist/facebook-utils-2.5.0/testapidocs/index.html new file mode 100644 index 00000000..15ad5d90 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +Juplo - Facebook Utils 2.5.0 Test API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/facebook-utils-2.5.0/testapidocs/overview-frame.html b/dist/facebook-utils-2.5.0/testapidocs/overview-frame.html new file mode 100644 index 00000000..bb8c51c8 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/overview-frame.html @@ -0,0 +1,23 @@ + + + + + + +Overview List (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + +

 

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/overview-summary.html b/dist/facebook-utils-2.5.0/testapidocs/overview-summary.html new file mode 100644 index 00000000..0ed666cd --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/overview-summary.html @@ -0,0 +1,144 @@ + + + + + + +Overview (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Juplo - Facebook Utils 2.5.0 Test API

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
de.juplo.facebook.client 
de.juplo.facebook.exceptions 
+
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/overview-tree.html b/dist/facebook-utils-2.5.0/testapidocs/overview-tree.html new file mode 100644 index 00000000..ff481081 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/overview-tree.html @@ -0,0 +1,142 @@ + + + + + + +Class Hierarchy (Juplo - Facebook Utils 2.5.0 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2015. All rights reserved.

+ + diff --git a/dist/facebook-utils-2.5.0/testapidocs/package-list b/dist/facebook-utils-2.5.0/testapidocs/package-list new file mode 100644 index 00000000..866d0ea8 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/package-list @@ -0,0 +1,2 @@ +de.juplo.facebook.client +de.juplo.facebook.exceptions diff --git a/dist/facebook-utils-2.5.0/testapidocs/script.js b/dist/facebook-utils-2.5.0/testapidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/dist/facebook-utils-2.5.0/testapidocs/stylesheet.css b/dist/facebook-utils-2.5.0/testapidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/dist/facebook-utils-2.5.0/testapidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/dist/facebook-utils-2.5.0/xref-test/allclasses-frame.html b/dist/facebook-utils-2.5.0/xref-test/allclasses-frame.html new file mode 100644 index 00000000..2d5b9c85 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/allclasses-frame.html @@ -0,0 +1,35 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/GraphApiErrorHandlerTest.html b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/GraphApiErrorHandlerTest.html new file mode 100644 index 00000000..c3dde74a --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/GraphApiErrorHandlerTest.html @@ -0,0 +1,821 @@ + + + +GraphApiErrorHandlerTest xref + + + +
+1   package de.juplo.facebook.client;
+2   
+3   import de.juplo.facebook.exceptions.AccessTokenRequiredException;
+4   import de.juplo.facebook.exceptions.CallbackVerificationFailedException;
+5   import de.juplo.facebook.exceptions.UnsupportedGetRequestException;
+6   import de.juplo.facebook.exceptions.UnexpectedErrorException;
+7   import de.juplo.facebook.exceptions.RateExceededException;
+8   import de.juplo.facebook.exceptions.GraphApiException;
+9   import de.juplo.facebook.exceptions.GraphApiException.Type;
+10  import de.juplo.facebook.exceptions.UnknownErrorException;
+11  import de.juplo.facebook.exceptions.PageMigratedException;
+12  import de.juplo.facebook.exceptions.UnmappedErrorException;
+13  import java.util.Date;
+14  import java.util.Map;
+15  import java.util.Set;
+16  import javax.annotation.Resource;
+17  import static org.junit.Assert.*;
+18  import org.junit.Before;
+19  import org.junit.Test;
+20  import org.junit.runner.RunWith;
+21  import org.slf4j.Logger;
+22  import org.slf4j.LoggerFactory;
+23  import org.springframework.http.HttpStatus;
+24  import org.springframework.security.access.AccessDeniedException;
+25  import org.springframework.security.oauth2.client.OAuth2RestTemplate;
+26  import org.springframework.security.oauth2.client.http.OAuth2ErrorHandler;
+27  import org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails;
+28  import org.springframework.security.oauth2.client.resource.UserApprovalRequiredException;
+29  import org.springframework.security.oauth2.client.resource.UserRedirectRequiredException;
+30  import org.springframework.security.oauth2.client.token.AccessTokenProvider;
+31  import org.springframework.security.oauth2.client.token.AccessTokenRequest;
+32  import org.springframework.security.oauth2.common.OAuth2AccessToken;
+33  import static org.springframework.security.oauth2.common.OAuth2AccessToken.OAUTH2_TYPE;
+34  import org.springframework.security.oauth2.common.OAuth2RefreshToken;
+35  import org.springframework.test.context.ContextConfiguration;
+36  import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
+37  import org.springframework.web.client.HttpClientErrorException;
+38  
+39  
+40  
+41  /**
+42   *
+43   * @author kai
+44   */
+45  @RunWith(SpringJUnit4ClassRunner.class)
+46  @ContextConfiguration(
+47    locations = {
+48      "classpath:/spring/test-facebook-error-handler.xml"
+49      })
+50  public class GraphApiErrorHandlerTest
+51  {
+52    private static final Logger log =
+53        LoggerFactory.getLogger(GraphApiErrorHandlerTest.class);
+54  
+55    @Resource
+56    private OAuth2RestTemplate clientTemplate;
+57  
+58    private MockClientHttpRequestFactory requestFactory;
+59  
+60  
+61    @Test
+62    public void testError1()
+63    {
+64      log.info("testError1");
+65  
+66  
+67      requestFactory.setBody(
+68          "{\n" +
+69          "  \"error\":\n" +
+70          "  {\n" +
+71          "    \"message\": \"An unknown error has occurred.\",\n" +
+72          "    \"type\": \"OAuthException\",\n" +
+73          "    \"code\": 1\n" +
+74          "  }\n" +
+75          "}");
+76  
+77      try
+78      {
+79        clientTemplate.getForObject("ANY", SOME.class);
+80        fail("The expected exception was not thrown");
+81      }
+82      catch(UnknownErrorException e)
+83      {
+84        log.debug("{}", e.toString());
+85        assertEquals("invalid_request", e.getOAuth2ErrorCode());
+86        assertEquals(new Integer(1), e.getCode());
+87        assertEquals("An unknown error has occurred.", e.getMessage());
+88        assertEquals(Type.OAuthException, e.getType());
+89      }
+90    }
+91  
+92    @Test
+93    public void testError2()
+94    {
+95      log.info("testError2");
+96  
+97  
+98      requestFactory.setBody(
+99          "{\n" +
+100         "  \"error\":\n" +
+101         "  {\n" +
+102         "    \"message\": \"An unexpected error has occurred. Please retry your request later.\",\n" +
+103         "    \"type\": \"OAuthException\",\n" +
+104         "    \"code\": 2\n" +
+105         "  }\n" +
+106         "}");
+107 
+108     try
+109     {
+110       clientTemplate.getForObject("ANY", SOME.class);
+111       fail("The expected exception was not thrown");
+112     }
+113     catch(UnexpectedErrorException e)
+114     {
+115       log.debug("{}", e.toString());
+116       assertEquals("invalid_request", e.getOAuth2ErrorCode());
+117       assertEquals(new Integer(2), e.getCode());
+118       assertEquals("An unexpected error has occurred. Please retry your request later.", e.getMessage());
+119       assertEquals(Type.OAuthException, e.getType());
+120     }
+121   }
+122 
+123   @Test
+124   public void testError21()
+125   {
+126     log.info("testError21");
+127 
+128 
+129     requestFactory.setBody(
+130         "{\n" +
+131         "  \"error\":\n" +
+132         "  {\n" +
+133         "    \"message\": \"(#21) Page ID 590408587650316 was migrated to page ID 1421620791415603.  Please update your API calls to the new ID\",\n" +
+134         "    \"type\": \"OAuthException\",\n" +
+135         "    \"code\": 21\n" +
+136         "  }\n" +
+137         "}");
+138 
+139     try
+140     {
+141       clientTemplate.getForObject("ANY", SOME.class);
+142       fail("The expected exception was not thrown");
+143     }
+144     catch(PageMigratedException e)
+145     {
+146       log.debug("{}", e.toString());
+147       assertEquals("invalid_request", e.getOAuth2ErrorCode());
+148       assertEquals(new Integer(21), e.getCode());
+149       assertEquals("(#21) Page ID 590408587650316 was migrated to page ID 1421620791415603.  Please update your API calls to the new ID", e.getMessage());
+150       assertEquals(Type.OAuthException, e.getType());
+151     }
+152   }
+153 
+154   @Test
+155   public void testError100()
+156   {
+157     log.info("testError100");
+158 
+159 
+160     requestFactory.setBody(
+161         "{\n" +
+162         "  \"error\":\n" +
+163         "  {\n" +
+164         "    \"message\": \"Unsupported get request.\",\n" +
+165         "    \"type\": \"GraphMethodException\",\n" +
+166         "    \"code\": 100\n" +
+167         "  }\n" +
+168         "}");
+169 
+170     try
+171     {
+172       clientTemplate.getForObject("ANY", SOME.class);
+173       fail("The expected exception was not thrown");
+174     }
+175     catch(UnsupportedGetRequestException e)
+176     {
+177       log.debug("{}", e.toString());
+178       assertEquals("invalid_request", e.getOAuth2ErrorCode());
+179       assertEquals(new Integer(100), e.getCode());
+180       assertEquals("Unsupported get request.", e.getMessage());
+181       assertEquals(Type.GraphMethodException, e.getType());
+182     }
+183   }
+184 
+185   @Test
+186   public void testError104()
+187   {
+188     log.info("testError104");
+189 
+190     requestFactory.setBody("{\"error\":{\"message\":\"An access token is required to request this resource.\",\"type\":\"OAuthException\",\"code\":104,\"fbtrace_id\":\"E2Jjkj5++LL\"}}");
+191 
+192     try
+193     {
+194       clientTemplate.getForObject("ANY", SOME.class);
+195       fail("The expected exception was not thrown");
+196     }
+197     catch(AccessTokenRequiredException e)
+198     {
+199       log.debug("{}", e.toString());
+200       assertEquals("invalid_request", e.getOAuth2ErrorCode());
+201       assertEquals(new Integer(104), e.getCode());
+202       assertEquals("An access token is required to request this resource.", e.getMessage());
+203       assertEquals(Type.OAuthException, e.getType());
+204       assertEquals("E2Jjkj5++LL", e.getTraceId());
+205     }
+206   }
+207 
+208   @Test
+209   public void testError613()
+210   {
+211     log.info("testError613");
+212 
+213 
+214     requestFactory.setBody(
+215         "{\n" +
+216         "  \"error\":\n" +
+217         "  {\n" +
+218         "    \"message\": \"(#613) Calls to stream have exceeded the rate of 600 calls per 600 seconds.\",\n" +
+219         "    \"type\": \"OAuthException\",\n" +
+220         "    \"code\": 613\n" +
+221         "  }\n" +
+222         "}");
+223 
+224     try
+225     {
+226       clientTemplate.getForObject("ANY", SOME.class);
+227       fail("The expected exception was not thrown");
+228     }
+229     catch(RateExceededException e)
+230     {
+231       log.debug("{}", e.toString());
+232       assertEquals("invalid_request", e.getOAuth2ErrorCode());
+233       assertEquals(new Integer(613), e.getCode());
+234       assertEquals("(#613) Calls to stream have exceeded the rate of 600 calls per 600 seconds.", e.getMessage());
+235       assertEquals(Type.OAuthException, e.getType());
+236     }
+237   }
+238 
+239   @Test
+240   public void testError2200()
+241   {
+242     requestFactory.setBody("{\"error\":{\"message\":\"(#2200) callback verification failed: \",\"type\":\"OAuthException\",\"code\":2200,\"fbtrace_id\":\"ESLjoZKvPXg\"}}");
+243     
+244     try
+245     {
+246       clientTemplate.getForObject("ANY", SOME.class);
+247       fail("The expected exception was not thrown");
+248     }
+249     catch(CallbackVerificationFailedException e)
+250     {
+251       log.debug("{}", e.toString());
+252       assertEquals("invalid_request", e.getOAuth2ErrorCode());
+253       assertEquals(new Integer(2200), e.getCode());
+254       assertEquals("(#2200) callback verification failed: ", e.getMessage());
+255       assertEquals(Type.OAuthException, e.getType());
+256       assertEquals("ESLjoZKvPXg", e.getTraceId());
+257     }
+258   }
+259 
+260   @Test
+261   public void testUnmappedError()
+262   {
+263     log.info("testUnmappedError");
+264 
+265 
+266     requestFactory.setBody(
+267         "{\n" +
+268         "  \"error\":\n" +
+269         "  {\n" +
+270         "    \"message\": \"This error does not exist.\",\n" +
+271         "    \"type\": \"NonexistentTypeException\",\n" +
+272         "    \"code\": 999999999\n" +
+273         "  }\n" +
+274         "}");
+275 
+276     try
+277     {
+278       clientTemplate.getForObject("ANY", SOME.class);
+279       fail("The expected exception was not thrown");
+280     }
+281     catch(GraphApiException e)
+282     {
+283       log.debug("{}", e.toString());
+284       assertEquals("invalid_request", e.getOAuth2ErrorCode());
+285       assertEquals(new Integer(999999999), e.getCode());
+286       assertEquals("This error does not exist.", e.getMessage());
+287       try
+288       {
+289         Type type = e.getType();
+290         log.error("unknown type: {}", type);
+291         fail("unmapped type was resolved by enum: " + type);
+292       }
+293       catch (IllegalArgumentException ee) {}
+294     }
+295   }
+296 
+297   @Test
+298   public void testUnmappedErrors()
+299   {
+300     log.info("testUnmappedErrors");
+301 
+302 
+303     requestFactory.setBody(
+304         "{\n" +
+305         "  \"error\":\n" +
+306         "  {\n" +
+307         "    \"message\": null,\n" +
+308         "    \"type\": \"WhateverTypeException\",\n" +
+309         "    \"code\": 999999999\n" +
+310         "  }\n" +
+311         "}");
+312 
+313     try
+314     {
+315       clientTemplate.getForObject("ANY", SOME.class);
+316       fail("The expected exception was not thrown");
+317     }
+318     catch(UnmappedErrorException e)
+319     {
+320       log.debug("{}", e.toString());
+321       assertNull(e.getMessage());
+322       try
+323       {
+324         Type type = e.getType();
+325         log.error("unknown type: {}", type);
+326         fail("unmapped type was resolved by enum: " + type);
+327       }
+328       catch (IllegalArgumentException ee) {}
+329       assertEquals(new Integer(999999999), e.getCode());
+330       assertNull(e.getSubCode());
+331       assertNull(e.getUserTitle());
+332       assertNull(e.getUserMessage());
+333       assertNull(e.getTraceId());
+334     }
+335     catch(Exception e)
+336     {
+337       fail("A wrong exception was thrown: " + e.toString());
+338     }
+339 
+340 
+341     requestFactory.setBody(
+342         "{\n" +
+343         "  \"error\":\n" +
+344         "  {\n" +
+345         "    \"type\": \"WhateverTypeException\",\n" +
+346         "    \"code\": 999999999\n" +
+347         "  }\n" +
+348         "}");
+349 
+350     try
+351     {
+352       clientTemplate.getForObject("ANY", SOME.class);
+353       fail("The expected exception was not thrown");
+354     }
+355     catch(UnmappedErrorException e)
+356     {
+357       log.debug("{}", e.toString());
+358       assertNull(e.getMessage());
+359       try
+360       {
+361         Type type = e.getType();
+362         log.error("unknown type: {}", type);
+363         fail("unmapped type was resolved by enum: " + type);
+364       }
+365       catch (IllegalArgumentException ee) {}
+366       assertEquals(new Integer(999999999), e.getCode());
+367       assertNull(e.getSubCode());
+368       assertNull(e.getUserTitle());
+369       assertNull(e.getUserMessage());
+370       assertNull(e.getTraceId());
+371     }
+372     catch(Exception e)
+373     {
+374       fail("A wrong exception was thrown: " + e.toString());
+375     }
+376 
+377 
+378     requestFactory.setBody(
+379         "{\n" +
+380         "  \"error\":\n" +
+381         "  {\n" +
+382         "    \"message\": \"An unmapped Graph-API-Exception.\",\n" +
+383         "    \"type\": null,\n" +
+384         "    \"code\": 999999999\n" +
+385         "  }\n" +
+386         "}");
+387 
+388     try
+389     {
+390       clientTemplate.getForObject("ANY", SOME.class);
+391       fail("The expected exception was not thrown");
+392     }
+393     catch(UnmappedErrorException e)
+394     {
+395       log.debug("{}", e.toString());
+396       assertEquals("An unmapped Graph-API-Exception.", e.getMessage());
+397       assertNull(e.getType());
+398       assertEquals(new Integer(999999999), e.getCode());
+399       assertNull(e.getSubCode());
+400       assertNull(e.getUserTitle());
+401       assertNull(e.getUserMessage());
+402       assertNull(e.getTraceId());
+403     }
+404     catch(Exception e)
+405     {
+406       fail("A wrong exception was thrown: " + e.toString());
+407     }
+408 
+409 
+410     requestFactory.setBody(
+411         "{\n" +
+412         "  \"error\":\n" +
+413         "  {\n" +
+414         "    \"message\": \"An unmapped Graph-API-Exception.\",\n" +
+415         "    \"code\": 999999999\n" +
+416         "  }\n" +
+417         "}");
+418 
+419     try
+420     {
+421       clientTemplate.getForObject("ANY", SOME.class);
+422       fail("The expected exception was not thrown");
+423     }
+424     catch(UnmappedErrorException e)
+425     {
+426       log.debug("{}", e.toString());
+427       assertEquals("An unmapped Graph-API-Exception.", e.getMessage());
+428       assertNull(e.getType());
+429       assertEquals(new Integer(999999999), e.getCode());
+430       assertNull(e.getSubCode());
+431       assertNull(e.getUserTitle());
+432       assertNull(e.getUserMessage());
+433       assertNull(e.getTraceId());
+434     }
+435     catch(Exception e)
+436     {
+437       fail("A wrong exception was thrown: " + e.toString());
+438     }
+439   }
+440 
+441   @Test
+442   public void testInvlalidErrors()
+443   {
+444     log.info("testInvalidErrors");
+445 
+446 
+447     requestFactory.setBody(
+448         "{\n" +
+449         "  \"error\":\n" +
+450         "  {\n" +
+451         "    \"message\": \"Not a Graph-Api-Exception.\",\n" +
+452         "    \"type\": \"Whatever\",\n" +
+453         "    \"code\": \"some string\"\n" +
+454         "  }\n" +
+455         "}");
+456 
+457     try
+458     {
+459       clientTemplate.getForObject("ANY", SOME.class);
+460       fail("The expected exception was not thrown");
+461     }
+462     catch(HttpClientErrorException e)
+463     {
+464       log.debug("{}", e.toString());
+465     }
+466     catch(Exception e)
+467     {
+468       fail("A wrong exception was thrown: " + e.toString());
+469     }
+470 
+471 
+472     requestFactory.setBody(
+473         "{\n" +
+474         "  \"error\":\n" +
+475         "  {\n" +
+476         "    \"message\": \"Not a Graph-Api-Exception.\",\n" +
+477         "    \"type\": \"Whatever\",\n" +
+478         "    \"code\": 9.9\n" +
+479         "  }\n" +
+480         "}");
+481 
+482     try
+483     {
+484       clientTemplate.getForObject("ANY", SOME.class);
+485       fail("The expected exception was not thrown");
+486     }
+487     catch(HttpClientErrorException e)
+488     {
+489       log.debug("{}", e.toString());
+490     }
+491     catch(Exception e)
+492     {
+493       fail("A wrong exception was thrown: " + e.toString());
+494     }
+495 
+496 
+497     requestFactory.setBody(
+498         "{\n" +
+499         "  \"error\":\n" +
+500         "  {\n" +
+501         "    \"message\": \"Not a Graph-Api-Exception.\",\n" +
+502         "    \"type\": \"Whatever\",\n" +
+503         "    \"code\": null\n" +
+504         "  }\n" +
+505         "}");
+506 
+507     try
+508     {
+509       clientTemplate.getForObject("ANY", SOME.class);
+510       fail("The expected exception was not thrown");
+511     }
+512     catch(HttpClientErrorException e)
+513     {
+514       log.debug("{}", e.toString());
+515     }
+516     catch(Exception e)
+517     {
+518       fail("A wrong exception was thrown: " + e.toString());
+519     }
+520 
+521 
+522     requestFactory.setBody(
+523         "{\n" +
+524         "  \"error\":\n" +
+525         "  {\n" +
+526         "    \"message\": \"Not a Graph-Api-Exception.\",\n" +
+527         "    \"type\": \"Whatever\"\n" +
+528         "  }\n" +
+529         "}");
+530 
+531     try
+532     {
+533       clientTemplate.getForObject("ANY", SOME.class);
+534       fail("The expected exception was not thrown");
+535     }
+536     catch(HttpClientErrorException e)
+537     {
+538       log.debug("{}", e.toString());
+539     }
+540     catch(Exception e)
+541     {
+542       fail("A wrong exception was thrown: " + e.toString());
+543     }
+544 
+545 
+546     requestFactory.setBody("{\"error\":{\"message\":null}}");
+547 
+548     try
+549     {
+550       clientTemplate.getForObject("ANY", SOME.class);
+551       fail("The expected exception was not thrown");
+552     }
+553     catch(HttpClientErrorException e)
+554     {
+555       log.debug("{}", e.toString());
+556     }
+557     catch(Exception e)
+558     {
+559       fail("A wrong exception was thrown: " + e.toString());
+560     }
+561 
+562 
+563     requestFactory.setBody("{\"error\":{\"type\":null}}");
+564 
+565     try
+566     {
+567       clientTemplate.getForObject("ANY", SOME.class);
+568       fail("The expected exception was not thrown");
+569     }
+570     catch(HttpClientErrorException e)
+571     {
+572       log.debug("{}", e.toString());
+573     }
+574     catch(Exception e)
+575     {
+576       fail("A wrong exception was thrown: " + e.toString());
+577     }
+578 
+579 
+580     requestFactory.setBody("{\"error\":{\"code\":null}}");
+581 
+582     try
+583     {
+584       clientTemplate.getForObject("ANY", SOME.class);
+585       fail("The expected exception was not thrown");
+586     }
+587     catch(HttpClientErrorException e)
+588     {
+589       log.debug("{}", e.toString());
+590     }
+591     catch(Exception e)
+592     {
+593       fail("A wrong exception was thrown: " + e.toString());
+594     }
+595 
+596 
+597     requestFactory.setBody("{\"error\":{}}");
+598 
+599     try
+600     {
+601       clientTemplate.getForObject("ANY", SOME.class);
+602       fail("The expected exception was not thrown");
+603     }
+604     catch(HttpClientErrorException e)
+605     {
+606       log.debug("{}", e.toString());
+607     }
+608     catch(Exception e)
+609     {
+610       fail("A wrong exception was thrown: " + e.toString());
+611     }
+612 
+613 
+614     requestFactory.setBody("{\"error\":\"some message\"}");
+615 
+616     try
+617     {
+618       clientTemplate.getForObject("ANY", SOME.class);
+619       fail("The expected exception was not thrown");
+620     }
+621     catch(HttpClientErrorException e)
+622     {
+623       log.debug("{}", e.toString());
+624     }
+625     catch(Exception e)
+626     {
+627       fail("A wrong exception was thrown: " + e.toString());
+628     }
+629 
+630 
+631     requestFactory.setBody("{\"error\":null}");
+632 
+633     try
+634     {
+635       clientTemplate.getForObject("ANY", SOME.class);
+636       fail("The expected exception was not thrown");
+637     }
+638     catch(HttpClientErrorException e)
+639     {
+640       log.debug("{}", e.toString());
+641     }
+642     catch(Exception e)
+643     {
+644       fail("A wrong exception was thrown: " + e.toString());
+645     }
+646 
+647 
+648     requestFactory.setBody("{\"some filed\":\"some message\"}");
+649 
+650     try
+651     {
+652       clientTemplate.getForObject("ANY", SOME.class);
+653       fail("The expected exception was not thrown");
+654     }
+655     catch(HttpClientErrorException e)
+656     {
+657       log.debug("{}", e.toString());
+658     }
+659     catch(Exception e)
+660     {
+661       fail("A wrong exception was thrown: " + e.toString());
+662     }
+663 
+664 
+665     requestFactory.setBody("{}");
+666 
+667     try
+668     {
+669       clientTemplate.getForObject("ANY", SOME.class);
+670       fail("The expected exception was not thrown");
+671     }
+672     catch(HttpClientErrorException e)
+673     {
+674       log.debug("{}", e.toString());
+675     }
+676     catch(Exception e)
+677     {
+678       fail("A wrong exception was thrown: " + e.toString());
+679     }
+680 
+681 
+682     requestFactory.setBody("");
+683 
+684     try
+685     {
+686       clientTemplate.getForObject("ANY", SOME.class);
+687       fail("The expected exception was not thrown");
+688     }
+689     catch(HttpClientErrorException e)
+690     {
+691       log.debug("{}", e.toString());
+692     }
+693     catch(Exception e)
+694     {
+695       fail("A wrong exception was thrown: " + e.toString());
+696     }
+697   }
+698 
+699 
+700   @Before
+701   public void setUp()
+702   {
+703     requestFactory = new MockClientHttpRequestFactory();
+704     requestFactory.setStatus(HttpStatus.BAD_REQUEST);
+705     requestFactory.addHeader("Content-Type", "application/json");
+706     clientTemplate.setRequestFactory(requestFactory);
+707 
+708     clientTemplate.setErrorHandler(
+709         new GraphApiErrorHandler(
+710             (OAuth2ErrorHandler)clientTemplate.getErrorHandler()
+711             )
+712         );
+713 
+714     clientTemplate.setAccessTokenProvider(new AccessTokenProvider()
+715     {
+716       @Override
+717       public OAuth2AccessToken obtainAccessToken(
+718           OAuth2ProtectedResourceDetails details,
+719           AccessTokenRequest parameters
+720           )
+721           throws
+722             UserRedirectRequiredException,
+723             UserApprovalRequiredException,
+724             AccessDeniedException
+725       {
+726         return new OAuth2AccessToken() {
+727 
+728           @Override
+729           public Map<String, Object> getAdditionalInformation()
+730           {
+731             throw new UnsupportedOperationException("Not supported yet.");
+732           }
+733 
+734           @Override
+735           public Set<String> getScope()
+736           {
+737             throw new UnsupportedOperationException("Not supported yet.");
+738           }
+739 
+740           @Override
+741           public OAuth2RefreshToken getRefreshToken()
+742           {
+743             throw new UnsupportedOperationException("Not supported yet.");
+744           }
+745 
+746           @Override
+747           public String getTokenType()
+748           {
+749             return OAUTH2_TYPE;
+750           }
+751 
+752           @Override
+753           public boolean isExpired()
+754           {
+755             return false;
+756           }
+757 
+758           @Override
+759           public Date getExpiration()
+760           {
+761             throw new UnsupportedOperationException("Not supported yet.");
+762           }
+763 
+764           @Override
+765           public int getExpiresIn()
+766           {
+767             throw new UnsupportedOperationException("Not supported yet.");
+768           }
+769 
+770           @Override
+771           public String getValue()
+772           {
+773             return "ANY";
+774           }
+775         };
+776       }
+777 
+778       @Override
+779       public boolean supportsResource(OAuth2ProtectedResourceDetails resource)
+780       {
+781         return true;
+782       }
+783 
+784       @Override
+785       public OAuth2AccessToken refreshAccessToken(
+786           OAuth2ProtectedResourceDetails resource,
+787           OAuth2RefreshToken refreshToken,
+788           AccessTokenRequest request
+789           )
+790           throws
+791             UserRedirectRequiredException
+792       {
+793         throw new UnsupportedOperationException("Not supported yet.");
+794       }
+795 
+796       @Override
+797       public boolean supportsRefresh(OAuth2ProtectedResourceDetails resource)
+798       {
+799         return false;
+800       }
+801     });
+802   }
+803 
+804 
+805   static class SOME
+806   {
+807   }
+808 }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/MockClientHttpRequestFactory.html b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/MockClientHttpRequestFactory.html new file mode 100644 index 00000000..269ecadd --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/MockClientHttpRequestFactory.html @@ -0,0 +1,157 @@ + + + +MockClientHttpRequestFactory xref + + + +
+1   package de.juplo.facebook.client;
+2   
+3   import java.io.ByteArrayInputStream;
+4   import java.io.IOException;
+5   import java.io.InputStream;
+6   import java.io.OutputStream;
+7   import java.net.URI;
+8   import java.nio.charset.StandardCharsets;
+9   import org.slf4j.Logger;
+10  import org.slf4j.LoggerFactory;
+11  import org.springframework.http.HttpHeaders;
+12  import org.springframework.http.HttpMethod;
+13  import org.springframework.http.HttpStatus;
+14  import org.springframework.http.client.ClientHttpRequest;
+15  import org.springframework.http.client.ClientHttpRequestFactory;
+16  import org.springframework.http.client.ClientHttpResponse;
+17  
+18  
+19  
+20  /**
+21   *
+22   * @author kai
+23   */
+24  public class MockClientHttpRequestFactory implements ClientHttpRequestFactory
+25  {
+26    private static final Logger log =
+27        LoggerFactory.getLogger(MockClientHttpRequestFactory.class);
+28  
+29    private HttpStatus status = HttpStatus.OK;
+30    private HttpHeaders headers = new HttpHeaders();
+31    private String body = "";
+32  
+33  
+34    @Override
+35    public ClientHttpRequest createRequest(URI uri, HttpMethod method) throws IOException
+36    {
+37      return new MockClientHttpRequest(uri, method);
+38    }
+39  
+40    public void setStatus(HttpStatus status)
+41    {
+42      this.status = status;
+43    }
+44  
+45    public void setHeaders(HttpHeaders headers)
+46    {
+47      this.headers = headers;
+48    }
+49  
+50    public void addHeader(String name, String value)
+51    {
+52      headers.add(name, value);
+53    }
+54  
+55    public void setBody(String body)
+56    {
+57      log.trace(body);
+58      this.body = body;
+59    }
+60  
+61  
+62    class MockClientHttpRequest implements ClientHttpRequest
+63    {
+64      private final URI uri;
+65      private final HttpMethod method;
+66  
+67  
+68      public MockClientHttpRequest(URI uri, HttpMethod method)
+69      {
+70        this.uri = uri;
+71        this.method = method;
+72      }
+73  
+74  
+75      @Override
+76      public ClientHttpResponse execute() throws IOException
+77      {
+78        return new MockClientHttpResponse();
+79      }
+80  
+81      @Override
+82      public HttpMethod getMethod()
+83      {
+84        return method;
+85      }
+86  
+87      @Override
+88      public URI getURI()
+89      {
+90        return uri;
+91      }
+92  
+93      @Override
+94      public HttpHeaders getHeaders()
+95      {
+96        return headers;
+97      }
+98  
+99      @Override
+100     public OutputStream getBody() throws IOException
+101     {
+102       throw new UnsupportedOperationException("Not supported yet.");
+103     }
+104   }
+105 
+106 
+107   class MockClientHttpResponse implements ClientHttpResponse
+108   {
+109     @Override
+110     public HttpStatus getStatusCode() throws IOException
+111     {
+112       return status;
+113     }
+114 
+115     @Override
+116     public int getRawStatusCode() throws IOException
+117     {
+118       return status.value();
+119     }
+120 
+121     @Override
+122     public String getStatusText() throws IOException
+123     {
+124       return status.getReasonPhrase();
+125     }
+126 
+127     @Override
+128     public void close()
+129     {
+130     }
+131 
+132     @Override
+133     public InputStream getBody() throws IOException
+134     {
+135       return new ByteArrayInputStream(body.getBytes(StandardCharsets.UTF_8));
+136     }
+137 
+138     @Override
+139     public HttpHeaders getHeaders()
+140     {
+141       return headers;
+142     }
+143   }
+144 }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/package-frame.html b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/package-frame.html new file mode 100644 index 00000000..e64b90a6 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/package-frame.html @@ -0,0 +1,36 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.client + + + + +

+ de.juplo.facebook.client +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/package-summary.html b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/package-summary.html new file mode 100644 index 00000000..e79e2df3 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/client/package-summary.html @@ -0,0 +1,89 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.client + + + +
+ +
+
+ +
+ +

Package de.juplo.facebook.client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Class Summary
+ GraphApiErrorHandlerTest +
+ MockClientHttpRequest +
+ MockClientHttpRequestFactory +
+ MockClientHttpResponse +
+ SOME +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/FacebookErrorMessageMappingTest.html b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/FacebookErrorMessageMappingTest.html new file mode 100644 index 00000000..c1045c49 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/FacebookErrorMessageMappingTest.html @@ -0,0 +1,72 @@ + + + +FacebookErrorMessageMappingTest xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   import com.fasterxml.jackson.core.JsonProcessingException;
+4   import de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage;
+5   import static de.juplo.facebook.exceptions.GraphApiException.OBJECT_MAPPER;
+6   import de.juplo.facebook.exceptions.GraphApiException.Type;
+7   import java.io.IOException;
+8   import org.junit.Test;
+9   import static org.junit.Assert.assertEquals;
+10  
+11  /**
+12   * @author Kai Moritz
+13   */
+14  public class FacebookErrorMessageMappingTest
+15  {
+16    final String example =
+17        "{" +
+18            "\"error\":{" +
+19                "\"message\":\"Message describing the error\"," +
+20                "\"type\":\"OAuthException\"," +
+21                "\"code\":190," +
+22                "\"error_subcode\":460," +
+23                "\"error_user_title\":\"A title\"," +
+24                "\"error_user_msg\":\"A message\"," +
+25                "\"fbtrace_id\":\"EJplcsCHuLu\"" +
+26            "}" +
+27        "}";
+28  
+29  
+30    @Test
+31    public void testSerialize() throws JsonProcessingException
+32    {
+33      FacebookErrorMessage error = new FacebookErrorMessage();
+34      error.message = "Message describing the error";
+35      error.type = Type.OAuthException.name();
+36      error.code = 190;
+37      error.subCode = 460;
+38      error.userTitle = "A title";
+39      error.userMessage = "A message";
+40      error.traceId = "EJplcsCHuLu";
+41  
+42      assertEquals(example, OBJECT_MAPPER.writeValueAsString(error));
+43    }
+44  
+45    @Test
+46    public void testDeserialize() throws IOException
+47    {
+48      FacebookErrorMessage error =
+49          OBJECT_MAPPER.readValue(example, FacebookErrorMessage.class);
+50  
+51      assertEquals("Message describing the error", error.message);
+52      assertEquals(Type.OAuthException.name(), error.type);
+53      assertEquals(new Integer(190), error.code);
+54      assertEquals(new Integer(460), error.subCode);
+55      assertEquals("A title", error.userTitle);
+56      assertEquals("A message", error.userMessage);
+57      assertEquals("EJplcsCHuLu", error.traceId);
+58    }
+59  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/package-frame.html b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/package-frame.html new file mode 100644 index 00000000..dc1cac60 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.exceptions + + + + +

+ de.juplo.facebook.exceptions +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/package-summary.html b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/package-summary.html new file mode 100644 index 00000000..6a6c3db3 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/de/juplo/facebook/exceptions/package-summary.html @@ -0,0 +1,69 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.exceptions + + + +
+ +
+
+ +
+ +

Package de.juplo.facebook.exceptions

+ + + + + + + + + + + + +
Class Summary
+ FacebookErrorMessageMappingTest +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref-test/index.html b/dist/facebook-utils-2.5.0/xref-test/index.html new file mode 100644 index 00000000..36b3a730 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/index.html @@ -0,0 +1,25 @@ + + + + + + + Juplo - Facebook Utils 2.5.0 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/facebook-utils-2.5.0/xref-test/overview-frame.html b/dist/facebook-utils-2.5.0/xref-test/overview-frame.html new file mode 100644 index 00000000..1fdafec1 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/overview-frame.html @@ -0,0 +1,28 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/facebook-utils-2.5.0/xref-test/overview-summary.html b/dist/facebook-utils-2.5.0/xref-test/overview-summary.html new file mode 100644 index 00000000..3786f849 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/overview-summary.html @@ -0,0 +1,71 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Juplo - Facebook Utils 2.5.0 Reference

+ + + + + + + + + + + + + + + +
Packages
+ de.juplo.facebook.client +
+ de.juplo.facebook.exceptions +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref-test/stylesheet.css b/dist/facebook-utils-2.5.0/xref-test/stylesheet.css new file mode 100644 index 00000000..89732f81 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref-test/stylesheet.css @@ -0,0 +1,114 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} + +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/facebook-utils-2.5.0/xref/allclasses-frame.html b/dist/facebook-utils-2.5.0/xref/allclasses-frame.html new file mode 100644 index 00000000..ffacff13 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/allclasses-frame.html @@ -0,0 +1,71 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/FacebookUtils.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/FacebookUtils.html new file mode 100644 index 00000000..d74a8692 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/FacebookUtils.html @@ -0,0 +1,119 @@ + + + +FacebookUtils xref + + + +
+1   package de.juplo.facebook;
+2   
+3   
+4   import de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider;
+5   import de.juplo.facebook.client.GraphApiErrorHandler;
+6   import java.util.Arrays;
+7   import java.util.LinkedList;
+8   import java.util.List;
+9   import javax.annotation.PostConstruct;
+10  import org.slf4j.Logger;
+11  import org.slf4j.LoggerFactory;
+12  import org.springframework.beans.BeansException;
+13  import org.springframework.beans.factory.annotation.Autowired;
+14  import org.springframework.beans.factory.config.BeanPostProcessor;
+15  import org.springframework.context.annotation.Bean;
+16  import org.springframework.context.annotation.Configuration;
+17  import org.springframework.security.oauth2.client.OAuth2RestTemplate;
+18  import org.springframework.security.oauth2.client.http.OAuth2ErrorHandler;
+19  import org.springframework.security.oauth2.client.token.AccessTokenProvider;
+20  import org.springframework.security.oauth2.client.token.AccessTokenProviderChain;
+21  import org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider;
+22  import org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider;
+23  import org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider;
+24  
+25  
+26  
+27  /**
+28   * This class injects the facebook-utils into the spring-oauth2-configuration
+29   *
+30   * @author kai
+31   */
+32  @Configuration
+33  public class FacebookUtils
+34  {
+35    private final Logger log = LoggerFactory.getLogger(FacebookUtils.class);
+36  
+37  
+38    @Autowired(required=false)
+39    private List<AccessTokenProvider> accessTokenProviderChain;
+40  
+41  
+42    @PostConstruct
+43    public void init()
+44    {
+45      if (accessTokenProviderChain == null)
+46      {
+47        log.info("no AccessTokenProviderChain configured, creating default-chain");
+48        accessTokenProviderChain =
+49            Arrays.<AccessTokenProvider> asList(
+50                new ImplicitAccessTokenProvider(),
+51                new ResourceOwnerPasswordAccessTokenProvider(),
+52                new ClientCredentialsAccessTokenProvider()
+53                );
+54      }
+55    }
+56  
+57  
+58    @Bean
+59    public BeanPostProcessor getBeanPostProcessor(final String clientSecret)
+60    {
+61      log.debug("createing new instance of BeanPostProcessor");
+62      return new BeanPostProcessor() {
+63  
+64        @Override
+65        public Object postProcessBeforeInitialization(
+66            Object bean,
+67            String beanName
+68            )
+69            throws
+70              BeansException
+71        {
+72          if (bean instanceof OAuth2RestTemplate)
+73          {
+74            log.info("injecting signed_request-aware AccessTokenProviderChain");
+75            OAuth2RestTemplate template = (OAuth2RestTemplate)bean;
+76            List<AccessTokenProvider> chain =
+77                new LinkedList<>(accessTokenProviderChain);
+78            SignedRequestAwareAuthorizationCodeAccessTokenProvider provider =
+79                new SignedRequestAwareAuthorizationCodeAccessTokenProvider();
+80            provider.setSecret(clientSecret);
+81            chain.add(provider);
+82            template.setAccessTokenProvider(new AccessTokenProviderChain(chain));
+83            log.info("injecting GraphApiErrorHandler");
+84            template.setErrorHandler(
+85                new GraphApiErrorHandler(
+86                    (OAuth2ErrorHandler)template.getErrorHandler()
+87                    )
+88                );
+89          }
+90  
+91          return bean;
+92        }
+93  
+94        @Override
+95        public Object postProcessAfterInitialization(
+96            Object bean,
+97            String beanName
+98            )
+99            throws
+100             BeansException
+101       {
+102         return bean;
+103       }
+104     };
+105   }
+106 }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/Sanitize.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/Sanitize.html new file mode 100644 index 00000000..fa6cead3 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/Sanitize.html @@ -0,0 +1,31 @@ + + + +Sanitize xref + + + +
+1   package de.juplo.facebook.aspects;
+2   
+3   
+4   import java.lang.annotation.ElementType;
+5   import java.lang.annotation.Retention;
+6   import java.lang.annotation.RetentionPolicy;
+7   import java.lang.annotation.Target;
+8   
+9   /**
+10   * @author Kai Moritz
+11   */
+12  @Target({ ElementType.FIELD })
+13  @Retention(RetentionPolicy.RUNTIME)
+14  public @interface Sanitize
+15  {
+16    int length() default 255; // in accordance to @Column(length)
+17    boolean fail() default false;
+18  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/SanitizeAspect.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/SanitizeAspect.html new file mode 100644 index 00000000..dcb6204c --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/SanitizeAspect.html @@ -0,0 +1,106 @@ + + + +SanitizeAspect xref + + + +
+1   package de.juplo.facebook.aspects;
+2   
+3   
+4   import org.aspectj.lang.ProceedingJoinPoint;
+5   import org.aspectj.lang.annotation.Around;
+6   import org.aspectj.lang.annotation.Aspect;
+7   import org.slf4j.Logger;
+8   import org.slf4j.LoggerFactory;
+9   
+10  
+11  
+12  /**
+13   * @author Kai Moritz
+14   */
+15  @Aspect
+16  public class SanitizeAspect
+17  {
+18    private static final Logger log =
+19        LoggerFactory.getLogger(SanitizeAspect.class);
+20  
+21  
+22    /**
+23     * This method sanitizes the given string in all means:
+24     * <ul>
+25     * <li>It removes leading and trailing whitspace.</li>
+26     * <li>It removes characters, that are not allowed in the XML-output</li>
+27     * <li>It checks the allowed length of the string</li>
+28     * </ul>
+29     *
+30     * This method ensures that the output String has only
+31     * valid XML unicode characters as specified by the
+32     * XML 1.0 standard. For reference, please see
+33     * <a href="http://www.w3.org/TR/2000/REC-xml-20001006#NT-Char">the
+34     * standard</a>. This method will return an empty
+35     * String if the input is null or empty.
+36     *
+37     * @param jp The join-point captured by AspectJ.
+38     * @param in The String whose non-valid characters we want to remove.
+39     * @param sanitize The annotation, the field was marked with.
+40     * @see <a href="http://blog.mark-mclaren.info/2007/02/invalid-xml-characters-when-valid-utf8_5873.html">Invalid XML Characters: when valid UTF8 does not mean valid XML</a>
+41     * @see <a href="http://up-download.de/up/docs/werkstatt/de/intrexx-werkstatt-ungueltige-zeichen-in-eingabefeldern-abfangen.pdf">Ungültige Zeichen in Eingabefeldern abfangen</a>
+42     */
+43    @Around("set(String *) && args(in) && @annotation(sanitize)")
+44    public void sanitize(
+45        ProceedingJoinPoint jp,
+46        String in,
+47        Sanitize sanitize
+48        )
+49        throws Throwable
+50    {
+51      if (in == null)
+52      {
+53        jp.proceed(new Object[] { null });
+54        return;
+55      }
+56  
+57      in = in.trim();
+58      if ("".equals(in))
+59      {
+60        jp.proceed(new Object[] { null });
+61        return;
+62      }
+63  
+64      StringBuilder out = new StringBuilder(); // Used to hold the output.
+65      char current; // Used to reference the current character.
+66  
+67      for (int i = 0; i < in.length(); i++)
+68      {
+69        current = in.charAt(i); // NOTE: No IndexOutOfBoundsException caught here; it should not happen.
+70        if ((current == 0x9) ||
+71            (current == 0xA) ||
+72            (current == 0xD) ||
+73            ((current >= 0x20) && (current <= 0xD7FF)) ||
+74            ((current >= 0xE000) && (current <= 0xFFFD)) ||
+75            ((current >= 0x10000) && (current <= 0x10FFFF)))
+76          out.append(current);
+77      }
+78      if (out.length() > sanitize.length())
+79      {
+80        log.error(
+81            "Maximum length for attribute {} exceeded: should={}, was={}",
+82            jp.getSignature().getName(),
+83            sanitize.length(),
+84            out.length()
+85            );
+86        if (sanitize.fail())
+87          throw new RuntimeException("String is longer than " + sanitize.length());
+88        else
+89          out.setLength(sanitize.length());
+90      }
+91      jp.proceed(new Object[] { out.toString() });
+92    }
+93  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/package-frame.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/package-frame.html new file mode 100644 index 00000000..f45995a5 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/package-frame.html @@ -0,0 +1,27 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.aspects + + + + +

+ de.juplo.facebook.aspects +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/package-summary.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/package-summary.html new file mode 100644 index 00000000..05572828 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/aspects/package-summary.html @@ -0,0 +1,74 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.aspects + + + +
+ +
+
+ +
+ +

Package de.juplo.facebook.aspects

+ + + + + + + + + + + + + + + +
Class Summary
+ Sanitize +
+ SanitizeAspect +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/GraphApiErrorHandler.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/GraphApiErrorHandler.html new file mode 100644 index 00000000..4fd52fca --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/GraphApiErrorHandler.html @@ -0,0 +1,153 @@ + + + +GraphApiErrorHandler xref + + + +
+1   package de.juplo.facebook.client;
+2   
+3   import de.juplo.facebook.exceptions.GraphApiException;
+4   import java.io.ByteArrayInputStream;
+5   import java.io.IOException;
+6   import java.io.InputStream;
+7   import java.nio.charset.Charset;
+8   import org.slf4j.Logger;
+9   import org.slf4j.LoggerFactory;
+10  import org.springframework.http.HttpHeaders;
+11  import org.springframework.http.HttpStatus;
+12  import org.springframework.http.client.ClientHttpResponse;
+13  import org.springframework.util.FileCopyUtils;
+14  import org.springframework.web.client.ResponseErrorHandler;
+15  
+16  
+17  
+18  /**
+19   * Error-Handler for error-messages from the Facebook Graph-API.
+20   * <p>
+21   * This error-handler handels responses withe the HTTP-status code
+22   * {@code 400 BAD REQUEST}. It tries to extract and parse the error-message
+23   * from the HTTP-body. Successfully extracted and parsed messages are mapped
+24   * to a hierarchy of exceptions, that reflects the hierarchy of the error-
+25   * codes and -types.
+26   * <p>
+27   * If the HTTP-status-code of the response is not {@code 400 BAD REQUEST} or
+28   * the HTTP-body could not be extracted or parsed, this error-handler
+29   * delegates the handling to its parent.
+30   *
+31   * @see <a href="https://developers.facebook.com/docs/graph-api/using-graph-api/v2.5#errors">Graph-API Documentation</a>
+32   * @see <a href="http://fbdevwiki.com/wiki/Error_codes">Inofficial Wiki For Facebook-Developers</a>
+33   * @author Kai Moritz
+34   */
+35  public class GraphApiErrorHandler implements ResponseErrorHandler
+36  {
+37    private final static Logger LOG =
+38        LoggerFactory.getLogger(GraphApiErrorHandler.class);
+39  
+40    private final ResponseErrorHandler parent;
+41  
+42  
+43    public GraphApiErrorHandler(ResponseErrorHandler errorHandler)
+44    {
+45      this.parent = errorHandler;
+46    }
+47  
+48  
+49    @Override
+50    public boolean hasError(ClientHttpResponse response) throws IOException
+51    {
+52      return
+53          HttpStatus.Series.CLIENT_ERROR.equals(response.getStatusCode().series())
+54          || this.parent.hasError(response);
+55    }
+56  
+57    @Override
+58    public void handleError(final ClientHttpResponse response) throws IOException
+59    {
+60      if (!HttpStatus.BAD_REQUEST.equals(response.getStatusCode()))
+61      {
+62        // We will only handle 400 BAD REQUEST
+63        LOG.debug("ignoring response with status-code {}.", response.getStatusCode());
+64        parent.handleError(response);
+65        return;
+66      }
+67  
+68  
+69      if (response.getBody() == null)
+70      {
+71        // There is no body to interpret in the HTTP-message
+72        LOG.warn("Could not convert the response into an exception, because there is no message-body.");
+73        parent.handleError(response);
+74        return;
+75      }
+76  
+77      final byte[] body = FileCopyUtils.copyToByteArray(response.getBody());
+78      GraphApiException error;
+79  
+80      try
+81      {
+82        error = GraphApiException.create(body);
+83        if (LOG.isInfoEnabled())
+84          LOG.info("error-response: {}", new String(body, Charset.forName("UTF-8")));
+85      }
+86      catch (Exception e)
+87      {
+88        // The body of the HTTP-message could not be parsed.
+89        // Let the parent error-handler try to handle the response.
+90  
+91        LOG.warn("Could not convert the response into an exception, because the body is unparsable: {}", body);
+92  
+93        // To do so, we have to wrap the original response to fill in
+94        // the buffered body, if needed
+95        ClientHttpResponse buffered = new ClientHttpResponse()
+96        {
+97          @Override
+98          public HttpStatus getStatusCode() throws IOException
+99          {
+100           return response.getStatusCode();
+101         }
+102 
+103         @Override
+104         public synchronized InputStream getBody() throws IOException
+105         {
+106           return new ByteArrayInputStream(body);
+107         }
+108 
+109         @Override
+110         public HttpHeaders getHeaders()
+111         {
+112           return response.getHeaders();
+113         }
+114 
+115         @Override
+116         public String getStatusText() throws IOException
+117         {
+118           return response.getStatusText();
+119         }
+120 
+121         @Override
+122         public void close()
+123         {
+124           response.close();
+125         }
+126 
+127         @Override
+128         public int getRawStatusCode() throws IOException
+129         {
+130           return response.getRawStatusCode();
+131         }
+132       };
+133 
+134       parent.handleError(buffered);
+135       return;
+136     }
+137 
+138     throw error;
+139   }
+140 }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/package-frame.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/package-frame.html new file mode 100644 index 00000000..60af1449 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.client + + + + +

+ de.juplo.facebook.client +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/package-summary.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/package-summary.html new file mode 100644 index 00000000..f9a25b26 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/client/package-summary.html @@ -0,0 +1,69 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.client + + + +
+ +
+
+ +
+ +

Package de.juplo.facebook.client

+ + + + + + + + + + + + +
Class Summary
+ GraphApiErrorHandler +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/AccessTokenRequiredException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/AccessTokenRequiredException.html new file mode 100644 index 00000000..ad216fd7 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/AccessTokenRequiredException.html @@ -0,0 +1,31 @@ + + + +AccessTokenRequiredException xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   import de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage;
+5   
+6   
+7   
+8   /**
+9    * 104: An access token is required to request this resource.
+10   * @author Kai Moritz
+11   */
+12  public class AccessTokenRequiredException extends OAuthException
+13  {
+14    protected AccessTokenRequiredException(FacebookErrorMessage error)
+15    {
+16      super(error);
+17    }
+18  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/CallbackVerificationFailedException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/CallbackVerificationFailedException.html new file mode 100644 index 00000000..973f1401 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/CallbackVerificationFailedException.html @@ -0,0 +1,27 @@ + + + +CallbackVerificationFailedException xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   /**
+5    * 2200: Callback verification failed.
+6    * @author Kai Moritz
+7    */
+8   public class CallbackVerificationFailedException extends OAuthException
+9   {
+10    protected CallbackVerificationFailedException(FacebookErrorMessage error)
+11    {
+12      super(error);
+13    }
+14  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/GraphApiException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/GraphApiException.html new file mode 100644 index 00000000..bfdb4630 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/GraphApiException.html @@ -0,0 +1,186 @@ + + + +GraphApiException xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   import com.fasterxml.jackson.annotation.JsonProperty;
+4   import com.fasterxml.jackson.annotation.JsonPropertyOrder;
+5   import com.fasterxml.jackson.annotation.JsonRootName;
+6   import com.fasterxml.jackson.core.JsonParseException;
+7   import com.fasterxml.jackson.core.JsonProcessingException;
+8   import com.fasterxml.jackson.databind.DeserializationFeature;
+9   import com.fasterxml.jackson.databind.JsonMappingException;
+10  import com.fasterxml.jackson.databind.ObjectMapper;
+11  import com.fasterxml.jackson.databind.SerializationFeature;
+12  import java.io.IOException;
+13  import java.io.InputStream;
+14  import org.slf4j.Logger;
+15  import org.slf4j.LoggerFactory;
+16  import org.springframework.security.oauth2.common.exceptions.OAuth2Exception;
+17  
+18  /**
+19   * Base exception for Facebook Graph-Api exceptions.
+20   * 
+21   * @author Kai Moritz
+22   */
+23  public class GraphApiException extends OAuth2Exception
+24  {
+25    public enum Type { OAuthException, GraphMethodException }
+26  
+27  
+28    final static Logger LOG = LoggerFactory.getLogger(GraphApiException.class);
+29    final static ObjectMapper OBJECT_MAPPER;
+30  
+31    private final FacebookErrorMessage error;
+32  
+33  
+34    static
+35    {
+36      OBJECT_MAPPER = new ObjectMapper();
+37      OBJECT_MAPPER.configure(DeserializationFeature.UNWRAP_ROOT_VALUE, true);
+38      OBJECT_MAPPER.configure(DeserializationFeature.ACCEPT_FLOAT_AS_INT, false);
+39      OBJECT_MAPPER.configure(SerializationFeature.WRAP_ROOT_VALUE, true);
+40    }
+41  
+42  
+43    public static GraphApiException create(InputStream in)
+44        throws
+45          IOException,
+46          JsonParseException,
+47          JsonMappingException
+48    {
+49      return create(OBJECT_MAPPER.readValue(in, FacebookErrorMessage.class));
+50    }
+51  
+52    public static GraphApiException create(byte[] message)
+53        throws
+54          IOException,
+55          JsonParseException,
+56          JsonMappingException
+57    {
+58      return create(OBJECT_MAPPER.readValue(message, FacebookErrorMessage.class));
+59    }
+60  
+61    public static GraphApiException create(FacebookErrorMessage error)
+62    {
+63      // see: http://fbdevwiki.com/wiki/Error_codes
+64      switch(error.code)
+65      {
+66        // 1..99: general errors
+67        case 1:     return new UnknownErrorException(error);
+68        case 2:     return new UnexpectedErrorException(error);
+69        case 21:    return new PageMigratedException(error);
+70        // 100..199: graph method errors
+71        case 100:   return new UnsupportedGetRequestException(error);
+72        case 104:   return new AccessTokenRequiredException(error);
+73        // 200..299: permission errors
+74        // 300..399: data editing errors
+75        // 400..449: authentication error
+76        // 450..499: session errors
+77        // 500..599: application messaging errors
+78        // 600..699: FQL errors
+79        case 613:   return new RateExceededException(error);
+80        // 700..749: ref errors
+81        // 750..799: application integration errors
+82        // 900..949: application information errors
+83        // 950..999: batch api errors
+84        // 1000..1099: event api errors
+85        // 1100..1199: live-message errors
+86        case 2200:  return new CallbackVerificationFailedException(error);
+87  
+88        default:
+89          LOG.info("unmapped error: {}", error);
+90          return new UnmappedErrorException(error);
+91      }
+92    }
+93  
+94  
+95    protected GraphApiException(FacebookErrorMessage error)
+96    {
+97      super(error.message);
+98      this.error = error;
+99    }
+100 
+101 
+102   public Type getType()
+103   {
+104     return error.type == null ? null : Type.valueOf(error.type);
+105   }
+106 
+107   public Integer getCode()
+108   {
+109     return error.code;
+110   }
+111 
+112   public Integer getSubCode()
+113   {
+114     return error.subCode;
+115   }
+116 
+117   public String getUserTitle()
+118   {
+119     return error.userTitle;
+120   }
+121 
+122   public String getUserMessage()
+123   {
+124     return error.userMessage;
+125   }
+126 
+127   public String getTraceId()
+128   {
+129     return error.traceId;
+130   }
+131 
+132 
+133   @Override
+134   public String toString()
+135   {
+136     try
+137     {
+138       return OBJECT_MAPPER.writeValueAsString(error);
+139     }
+140     catch(JsonProcessingException e)
+141     {
+142       // This should never happen. But in case of a mistake: be verbose!
+143       LOG.error("could not convert message into JSON: {}", e);
+144       return e.getMessage();
+145     }
+146   }
+147 
+148 
+149   /**
+150    * This class represents an error message from the Graph-API
+151    *
+152    * @see <a href="https://developers.facebook.com/docs/graph-api/using-graph-api/v2.5#errors">Graph-API Documentation</a>
+153    */
+154   @JsonRootName("error")
+155   @JsonPropertyOrder({ "message", "type", "code", "error_subcode", "error_user_title", "error_user_msg", "fbtrace_id" })
+156   public static class FacebookErrorMessage
+157   {
+158     @JsonProperty("message")
+159     String message;
+160     @JsonProperty("type")
+161     String type;
+162     @JsonProperty("code")
+163     Integer code;
+164     @JsonProperty("error_subcode")
+165     Integer subCode;
+166     @JsonProperty("error_user_title")
+167     String userTitle;
+168     @JsonProperty("error_user_msg")
+169     String userMessage;
+170     @JsonProperty("fbtrace_id")
+171     String traceId;
+172   }
+173 }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/GraphMethodException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/GraphMethodException.html new file mode 100644 index 00000000..bed2930e --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/GraphMethodException.html @@ -0,0 +1,27 @@ + + + +GraphMethodException xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   /**
+5    * Baseclass for exceptions of type {@code GraphMethodException}.
+6    * @author Kai Moritz
+7    */
+8   public abstract class GraphMethodException extends GraphApiException
+9   {
+10    GraphMethodException(FacebookErrorMessage error)
+11    {
+12      super(error);
+13    }
+14  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/OAuthException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/OAuthException.html new file mode 100644 index 00000000..bbb6ea2c --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/OAuthException.html @@ -0,0 +1,31 @@ + + + +OAuthException xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   import de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage;
+5   
+6   
+7   
+8   /**
+9    * Baseclass for exceptions of type {@code OAuthException}.
+10   * @author Kai Moritz
+11   */
+12  public class OAuthException extends GraphApiException
+13  {
+14    protected OAuthException(FacebookErrorMessage error)
+15    {
+16      super(error);
+17    }
+18  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/PageMigratedException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/PageMigratedException.html new file mode 100644 index 00000000..ee492adb --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/PageMigratedException.html @@ -0,0 +1,58 @@ + + + +PageMigratedException xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   import java.util.regex.Matcher;
+5   import java.util.regex.Pattern;
+6   
+7   
+8   
+9   /**
+10   * 21: Page ID (XXX) was migrated to page ID (YYY).
+11   * @author Kai Moritz
+12   */
+13  public class PageMigratedException extends OAuthException
+14  {
+15    private final static Pattern pattern =
+16        Pattern.compile("Page ID ([0-9]+) was migrated to page ID ([0-9]+)");
+17  
+18    private final Long oldId, newId;
+19  
+20  
+21    protected PageMigratedException(FacebookErrorMessage error)
+22    {
+23      super(error);
+24      Matcher matcher = pattern.matcher(error.message);
+25      if (!matcher.find())
+26      {
+27        String warning = "Could not parse migration-error: " + error.message;
+28        LOG.error(warning);
+29        throw new RuntimeException(warning);
+30      }
+31      oldId = Long.parseLong(matcher.group(1));
+32      newId = Long.parseLong(matcher.group(2));
+33    }
+34  
+35  
+36    public Long getOldId()
+37    {
+38      return oldId;
+39    }
+40  
+41    public Long getNewId()
+42    {
+43      return newId;
+44    }
+45  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/RateExceededException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/RateExceededException.html new file mode 100644 index 00000000..7e59b91d --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/RateExceededException.html @@ -0,0 +1,27 @@ + + + +RateExceededException xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   /**
+5    * 613: Calls to stream have exceeded the rate of 600 calls per 600 seconds.
+6    * @author Kai Moritz
+7    */
+8   public class RateExceededException extends OAuthException
+9   {
+10    protected RateExceededException(FacebookErrorMessage error)
+11    {
+12      super(error);
+13    }
+14  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnexpectedErrorException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnexpectedErrorException.html new file mode 100644 index 00000000..7e6efeb6 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnexpectedErrorException.html @@ -0,0 +1,31 @@ + + + +UnexpectedErrorException xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   import de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage;
+5   
+6   
+7   
+8   /**
+9    * 2: An unexpected error has occurred.
+10   * @author Kai Moritz
+11   */
+12  public class UnexpectedErrorException extends OAuthException
+13  {
+14    protected UnexpectedErrorException(FacebookErrorMessage error)
+15    {
+16      super(error);
+17    }
+18  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnknownErrorException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnknownErrorException.html new file mode 100644 index 00000000..d3a5306e --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnknownErrorException.html @@ -0,0 +1,31 @@ + + + +UnknownErrorException xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   import de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage;
+5   
+6   
+7   
+8   /**
+9    * 1: An unknown error has occurred.
+10   * @author Kai Moritz
+11   */
+12  public class UnknownErrorException extends OAuthException
+13  {
+14    protected UnknownErrorException(FacebookErrorMessage error)
+15    {
+16      super(error);
+17    }
+18  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnmappedErrorException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnmappedErrorException.html new file mode 100644 index 00000000..9335db81 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnmappedErrorException.html @@ -0,0 +1,30 @@ + + + +UnmappedErrorException xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   /**
+5    * Marker class for error-messages, that are not mapped yet.
+6    * Pleas help us to complete the list of possible errors and report errors,
+7    * that are mapped to this class to info@juplo.de. Thanxs!
+8    *
+9    * @author Kai Moritz
+10   */
+11  public class UnmappedErrorException extends GraphApiException
+12  {
+13    protected  UnmappedErrorException(FacebookErrorMessage error)
+14    {
+15      super(error);
+16    }
+17  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html new file mode 100644 index 00000000..60d23bdf --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html @@ -0,0 +1,27 @@ + + + +UnsupportedGetRequestException xref + + + +
+1   package de.juplo.facebook.exceptions;
+2   
+3   
+4   /**
+5    * 100: Unsupported get request.
+6    * @author Kai Moritz
+7    */
+8   public class UnsupportedGetRequestException extends GraphMethodException
+9   {
+10    protected UnsupportedGetRequestException(FacebookErrorMessage error)
+11    {
+12      super(error);
+13    }
+14  }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/package-frame.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/package-frame.html new file mode 100644 index 00000000..730d21ae --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/package-frame.html @@ -0,0 +1,60 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.exceptions + + + + +

+ de.juplo.facebook.exceptions +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/package-summary.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/package-summary.html new file mode 100644 index 00000000..f3063be1 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/package-summary.html @@ -0,0 +1,129 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.exceptions + + + +
+ +
+
+ +
+ +

Package de.juplo.facebook.exceptions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Class Summary
+ AccessTokenRequiredException +
+ CallbackVerificationFailedException +
+ FacebookErrorMessage +
+ GraphApiException +
+ GraphMethodException +
+ OAuthException +
+ PageMigratedException +
+ RateExceededException +
+ Type +
+ UnexpectedErrorException +
+ UnknownErrorException +
+ UnmappedErrorException +
+ UnsupportedGetRequestException +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/package-frame.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/package-frame.html new file mode 100644 index 00000000..296b581b --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook + + + + +

+ de.juplo.facebook +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/package-summary.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/package-summary.html new file mode 100644 index 00000000..2a872e9f --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/package-summary.html @@ -0,0 +1,69 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook + + + +
+ +
+
+ +
+ +

Package de.juplo.facebook

+ + + + + + + + + + + + +
Class Summary
+ FacebookUtils +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html new file mode 100644 index 00000000..5b65226f --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/SignedRequestAwareAuthorizationCodeAccessTokenProvider.html @@ -0,0 +1,261 @@ + + + +SignedRequestAwareAuthorizationCodeAccessTokenProvider xref + + + +
+1   package de.juplo.facebook.token;
+2   
+3   
+4   import java.io.IOException;
+5   import java.io.UnsupportedEncodingException;
+6   import java.security.InvalidKeyException;
+7   import java.security.NoSuchAlgorithmException;
+8   import java.util.Date;
+9   import java.util.HashMap;
+10  import java.util.Map;
+11  import java.util.regex.Matcher;
+12  import java.util.regex.Pattern;
+13  import javax.crypto.Mac;
+14  import javax.crypto.spec.SecretKeySpec;
+15  import org.apache.commons.codec.binary.Base64;
+16  import org.codehaus.jackson.JsonNode;
+17  import org.codehaus.jackson.map.ObjectMapper;
+18  import org.slf4j.Logger;
+19  import org.slf4j.LoggerFactory;
+20  import org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails;
+21  import org.springframework.security.oauth2.client.resource.UserRedirectRequiredException;
+22  import org.springframework.security.oauth2.client.token.AccessTokenRequest;
+23  import org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider;
+24  import org.springframework.security.oauth2.common.DefaultOAuth2AccessToken;
+25  import org.springframework.security.oauth2.common.OAuth2AccessToken;
+26  
+27  
+28  /**
+29   * This class extends {@link AuthorizationCodeAccessTokenProvider} and adds
+30   * support for signed requests, which are issued by Facebook, if the Canvas-
+31   * or Tab-Page of a Facebook-App is accessed for the first time.
+32   *
+33   * @author Kai Moritz
+34   */
+35  public class SignedRequestAwareAuthorizationCodeAccessTokenProvider
+36      extends AuthorizationCodeAccessTokenProvider
+37  {
+38    private final Logger log =
+39        LoggerFactory.getLogger(SignedRequestAwareAuthorizationCodeAccessTokenProvider.class);
+40    private final static Pattern pattern =
+41        Pattern.compile("([a-zA-Z0-9_-]+)\\.([a-zA-Z0-9_-]+)");
+42  
+43    public final static String PARAM_SIGNED_REQUEST = "signed_request";
+44  
+45  
+46    private String secret;
+47    private ObjectMapper objectMapper;
+48  
+49  
+50    @Override
+51    public OAuth2AccessToken obtainAccessToken(
+52        OAuth2ProtectedResourceDetails details,
+53        AccessTokenRequest parameters
+54        )
+55    {
+56      try
+57      {
+58        return super.obtainAccessToken(details, parameters);
+59      }
+60      catch (UserRedirectRequiredException redirect)
+61      {
+62        log.debug("no valid access-token available: checking for signed request");
+63  
+64        if (!parameters.containsKey(PARAM_SIGNED_REQUEST))
+65        {
+66          log.info(
+67              "parameter " + PARAM_SIGNED_REQUEST + " is not present"
+68              );
+69          throw redirect;
+70        }
+71  
+72        String signed_request = parameters.get(PARAM_SIGNED_REQUEST).get(0);
+73  
+74        Matcher matcher = pattern.matcher(signed_request);
+75        if (!matcher.matches())
+76        {
+77          log.error("invalid signed_request: {}", signed_request);
+78          throw redirect;
+79        }
+80  
+81        String signature = matcher.group(1);
+82        String rawdata = matcher.group(2);
+83  
+84        String data;
+85        try
+86        {
+87          data = new String(Base64.decodeBase64(rawdata), "UTF-8");
+88          log.debug("JSON-data: {}", data);
+89        }
+90        catch (UnsupportedEncodingException e)
+91        {
+92          log.error("error while decoding data: {}", e.getMessage());
+93          throw redirect;
+94        }
+95  
+96        JsonNode json;
+97        try
+98        {
+99          json = objectMapper.readTree(data);
+100       }
+101       catch (IOException e)
+102       {
+103         log.error("error \"{}\" while parsing JSON-data: {}", e, data);
+104         throw redirect;
+105       }
+106 
+107       String algorithm = "";
+108       try
+109       {
+110         algorithm = json.get("algorithm").asText();
+111       }
+112       catch (NullPointerException e) {}
+113       if (algorithm.isEmpty())
+114       {
+115         log.error("field \"algorithm\" is missing: {}", data);
+116         throw redirect;
+117       }
+118       algorithm = algorithm.replaceAll("-", "");
+119 
+120       String check;
+121       try
+122       {
+123         SecretKeySpec key = new SecretKeySpec(secret.getBytes("UTF-8"), algorithm);
+124         Mac mac = Mac.getInstance(algorithm);
+125         mac.init(key);
+126         byte[] hmacData = mac.doFinal(rawdata.getBytes("UTF-8"));
+127         check = new String(Base64.encodeBase64URLSafe(hmacData), "UTF-8");
+128       }
+129       catch (
+130           UnsupportedEncodingException |
+131           NoSuchAlgorithmException |
+132           InvalidKeyException |
+133           IllegalStateException e
+134           )
+135       {
+136         log.error("signature check failed!", e);
+137         throw redirect;
+138       }
+139       if (!check.equals(signature))
+140       {
+141         log.error("signature does not match!");
+142         throw redirect;
+143       }
+144 
+145       /**
+146        * Extract additional information and store it in the token
+147        * See:
+148        * https://developers.facebook.com/docs/reference/login/signed-request/
+149        * TODO:
+150        * - Attribute "code"
+151        */
+152       Map<String,Object> additionalInformation = new HashMap<>();
+153       try
+154       {
+155         additionalInformation.put(
+156             "issued_at",
+157             new Date(json.get("issued_at").getLongValue()*1000L)
+158             );
+159         Map<String,Object> user = new HashMap<>();
+160         user.put(
+161             "country",
+162             json.get("user").get("country").asText()
+163             );
+164         user.put(
+165             "locale",
+166             json.get("user").get("locale").asText()
+167             );
+168         user.put(
+169             "age_min",
+170             json.get("user").get("age").get("min").getNumberValue()
+171             );
+172         if (json.get("user") != null && json.get("user").get("max") != null)
+173           user.put(
+174               "age_max",
+175               json.get("user").get("age").get("max").getNumberValue()
+176               );
+177         additionalInformation.put("user", user);
+178         if (json.get("app_data") != null)
+179           additionalInformation.put("app_data", json.get("app_data").asText());
+180         if (json.get("page") != null)
+181         {
+182           Map<String,Object> page = new HashMap<>();
+183           page.put("id", json.get("page").get("id").asText());
+184           page.put("liked", json.get("page").get("liked").asBoolean());
+185           page.put("admin", json.get("page").get("admin").asBoolean());
+186           additionalInformation.put("page", page);
+187         }
+188       }
+189       catch (NullPointerException e)
+190       {
+191         log.warn("expected additional data is missing: {}", data);
+192       }
+193 
+194       DefaultOAuth2AccessToken token = null;
+195       try
+196       {
+197         String value = json.get("oauth_token").asText();
+198         if (value.isEmpty())
+199         {
+200           log.error("field \"oauth_token\" is missing: {}", data);
+201           throw redirect;
+202         }
+203         token = new DefaultOAuth2AccessToken(value);
+204         token.setExpiration(new Date(json.get("expires").getLongValue()*1000L));
+205 
+206         additionalInformation.put(
+207             "user_id",
+208             json.get("user_id").asText()
+209             );
+210 
+211         token.setAdditionalInformation(additionalInformation);
+212       }
+213       catch (NullPointerException e)
+214       {
+215         if (token == null)
+216         {
+217           log.error("field \"oauth_token\" is missing: {}", data);
+218           throw redirect;
+219         }
+220         else
+221           log.warn("expected additional data is missing: {}", data);
+222       }
+223 
+224       return token;
+225     }
+226   }
+227 
+228 
+229   public String getSecret()
+230   {
+231     return secret;
+232   }
+233 
+234   public void setSecret(String secret)
+235   {
+236     this.secret = secret;
+237   }
+238 
+239   public ObjectMapper getObjectMapper()
+240   {
+241     return objectMapper;
+242   }
+243 
+244   public void setObjectMapper(ObjectMapper objectMapper)
+245   {
+246     this.objectMapper = objectMapper;
+247   }
+248 }
+
+
+ + + diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/package-frame.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/package-frame.html new file mode 100644 index 00000000..e3e290c2 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.token + + + + +

+ de.juplo.facebook.token +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/package-summary.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/package-summary.html new file mode 100644 index 00000000..856bdab8 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/token/package-summary.html @@ -0,0 +1,69 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference Package de.juplo.facebook.token + + + +
+ +
+
+ +
+ +

Package de.juplo.facebook.token

+ + + + + + + + + + + + +
Class Summary
+ SignedRequestAwareAuthorizationCodeAccessTokenProvider +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref/index.html b/dist/facebook-utils-2.5.0/xref/index.html new file mode 100644 index 00000000..36b3a730 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/index.html @@ -0,0 +1,25 @@ + + + + + + + Juplo - Facebook Utils 2.5.0 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/facebook-utils-2.5.0/xref/overview-frame.html b/dist/facebook-utils-2.5.0/xref/overview-frame.html new file mode 100644 index 00000000..104c4dbf --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/overview-frame.html @@ -0,0 +1,37 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/facebook-utils-2.5.0/xref/overview-summary.html b/dist/facebook-utils-2.5.0/xref/overview-summary.html new file mode 100644 index 00000000..b204c36c --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/overview-summary.html @@ -0,0 +1,86 @@ + + + + + + Juplo - Facebook Utils 2.5.0 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Juplo - Facebook Utils 2.5.0 Reference

+ + + + + + + + + + + + + + + + + + + + + + + + +
Packages
+ de.juplo.facebook +
+ de.juplo.facebook.aspects +
+ de.juplo.facebook.client +
+ de.juplo.facebook.exceptions +
+ de.juplo.facebook.token +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/dist/facebook-utils-2.5.0/xref/stylesheet.css b/dist/facebook-utils-2.5.0/xref/stylesheet.css new file mode 100644 index 00000000..89732f81 --- /dev/null +++ b/dist/facebook-utils-2.5.0/xref/stylesheet.css @@ -0,0 +1,114 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} + +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate-maven-plugin b/dist/hibernate-maven-plugin new file mode 120000 index 00000000..99982517 --- /dev/null +++ b/dist/hibernate-maven-plugin @@ -0,0 +1 @@ +hibernate-maven-plugin-2.1.0 \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/allclasses-frame.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/allclasses-frame.html new file mode 100644 index 00000000..7e65251e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/allclasses-frame.html @@ -0,0 +1,25 @@ + + + + + + +All Classes (Hibernate Maven Plugin 2.0.0 API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/allclasses-noframe.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..f3e4ee80 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/allclasses-noframe.html @@ -0,0 +1,25 @@ + + + + + + +All Classes (Hibernate Maven Plugin 2.0.0 API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/constant-values.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/constant-values.html new file mode 100644 index 00000000..5f66e5b3 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/constant-values.html @@ -0,0 +1,202 @@ + + + + + + +Constant Field Values (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+ +
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html new file mode 100644 index 00000000..222ae015 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html @@ -0,0 +1,479 @@ + + + + + + +AbstractSchemaMojo (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class AbstractSchemaMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate.AbstractSchemaMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    Direct Known Subclasses:
    +
    CreateMojo, DropMojo
    +
    +
    +
    +
    public abstract class AbstractSchemaMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Baseclass with common attributes and methods.
    +
    +
    Phase:
    +
    process-classes
    +
    Thread Safe:
    +
    Requires Dependency Resolution:
    +
    runtime
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html new file mode 100644 index 00000000..9aca7dd9 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html @@ -0,0 +1,339 @@ + + + + + + +CreateMojo (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class CreateMojo

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class CreateMojo
    +extends AbstractSchemaMojo
    +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
    +
    Goal:
    +
    create
    +
    Phase:
    +
    process-classes
    +
    Thread Safe:
    +
    Requires Dependency Resolution:
    +
    runtime
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CreateMojo

        +
        public CreateMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public final void execute()
        +                   throws org.apache.maven.plugin.MojoFailureException,
        +                          org.apache.maven.plugin.MojoExecutionException
        +
        +
        Throws:
        +
        org.apache.maven.plugin.MojoFailureException
        +
        org.apache.maven.plugin.MojoExecutionException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html new file mode 100644 index 00000000..55b19389 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html @@ -0,0 +1,339 @@ + + + + + + +DropMojo (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class DropMojo

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class DropMojo
    +extends AbstractSchemaMojo
    +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
    +
    Goal:
    +
    drop
    +
    Phase:
    +
    process-classes
    +
    Thread Safe:
    +
    Requires Dependency Resolution:
    +
    runtime
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DropMojo

        +
        public DropMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public final void execute()
        +                   throws org.apache.maven.plugin.MojoFailureException,
        +                          org.apache.maven.plugin.MojoExecutionException
        +
        +
        Throws:
        +
        org.apache.maven.plugin.MojoFailureException
        +
        org.apache.maven.plugin.MojoExecutionException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html new file mode 100644 index 00000000..db42ffec --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html @@ -0,0 +1,318 @@ + + + + + + +HelpMojo (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class HelpMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate.HelpMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class HelpMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Display help information on hibernate-maven-plugin.
    + Call mvn hibernate:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
    +
    Author:
    +
    maven-plugin-tools
    +
    Goal:
    +
    help
    +
    Thread Safe:
    +
    Requires Project:
    +
    false
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HelpMojo

        +
        public HelpMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoExecutionException
        +
        +
        Throws:
        +
        org.apache.maven.plugin.MojoExecutionException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html new file mode 100644 index 00000000..2bcd13c8 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html @@ -0,0 +1,201 @@ + + + + + + +ModificationTracker (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class ModificationTracker

+
+
+ +
+
    +
  • +
    +
    +
    public class ModificationTracker
    +extends Object
    +
    +
    Author:
    +
    Kai Moritz
    +
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html new file mode 100644 index 00000000..3d9f915e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html @@ -0,0 +1,435 @@ + + + + + + +MutableClassLoader (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class MutableClassLoader

+
+
+ +
+
    +
  • +
    +
    +
    public class MutableClassLoader
    +extends ClassLoader
    +
    +
    Author:
    +
    kai
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html new file mode 100644 index 00000000..652bcc10 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html @@ -0,0 +1,159 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.AbstractSchemaMojo

+
+
+ +
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html new file mode 100644 index 00000000..6e09afd8 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.CreateMojo

+
+
No usage of de.juplo.plugins.hibernate.CreateMojo
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html new file mode 100644 index 00000000..e83a88eb --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.DropMojo

+
+
No usage of de.juplo.plugins.hibernate.DropMojo
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html new file mode 100644 index 00000000..ed43fb01 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.HelpMojo

+
+
No usage of de.juplo.plugins.hibernate.HelpMojo
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html new file mode 100644 index 00000000..9e354057 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.ModificationTracker

+
+
No usage of de.juplo.plugins.hibernate.ModificationTracker
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html new file mode 100644 index 00000000..7da19d7e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html @@ -0,0 +1,149 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.MutableClassLoader

+
+
+ +
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-frame.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-frame.html new file mode 100644 index 00000000..c71c10d8 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-frame.html @@ -0,0 +1,26 @@ + + + + + + +de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.0.0 API) + + + + + +

de.juplo.plugins.hibernate

+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-summary.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-summary.html new file mode 100644 index 00000000..6a64c513 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-summary.html @@ -0,0 +1,172 @@ + + + + + + +de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

Package de.juplo.plugins.hibernate

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    AbstractSchemaMojo +
    Baseclass with common attributes and methods.
    +
    CreateMojo +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
    DropMojo +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
    HelpMojo +
    Display help information on hibernate-maven-plugin.
    +
    ModificationTracker 
    MutableClassLoader 
    +
  • +
+
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-tree.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-tree.html new file mode 100644 index 00000000..acff5176 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-tree.html @@ -0,0 +1,149 @@ + + + + + + +de.juplo.plugins.hibernate Class Hierarchy (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

Hierarchy For Package de.juplo.plugins.hibernate

+
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-use.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-use.html new file mode 100644 index 00000000..9129e4f7 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/de/juplo/plugins/hibernate/package-use.html @@ -0,0 +1,147 @@ + + + + + + +Uses of Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

Uses of Package
de.juplo.plugins.hibernate

+
+
+ +
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/deprecated-list.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/deprecated-list.html new file mode 100644 index 00000000..228aa227 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + + +Deprecated List (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/help-doc.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/help-doc.html new file mode 100644 index 00000000..5918ee03 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +API Help (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/index-all.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/index-all.html new file mode 100644 index 00000000..a59587ea --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/index-all.html @@ -0,0 +1,262 @@ + + + + + + +Index (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
A C D E G H L M O S T  + + +

A

+
+
AbstractSchemaMojo - Class in de.juplo.plugins.hibernate
+
+
Baseclass with common attributes and methods.
+
+
AbstractSchemaMojo() - Constructor for class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
add(LinkedHashSet<URL>) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+ + + +

C

+
+
clearAssertionStatus() - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
CreateMojo - Class in de.juplo.plugins.hibernate
+
+
Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
+
+
CreateMojo() - Constructor for class de.juplo.plugins.hibernate.CreateMojo
+
 
+
+ + + +

D

+
+
de.juplo.plugins.hibernate - package de.juplo.plugins.hibernate
+
 
+
DELIMITER - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
DropMojo - Class in de.juplo.plugins.hibernate
+
+
Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
+
+
DropMojo() - Constructor for class de.juplo.plugins.hibernate.DropMojo
+
 
+
+ + + +

E

+
+
execute(String) - Method in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate.CreateMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate.DropMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate.HelpMojo
+
EXPORT - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+ + + +

G

+
+
getResource(String) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
getResourceAsStream(String) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
getResources(String) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+ + + +

H

+
+
HelpMojo - Class in de.juplo.plugins.hibernate
+
+
Display help information on hibernate-maven-plugin.
+
+
HelpMojo() - Constructor for class de.juplo.plugins.hibernate.HelpMojo
+
 
+
+ + + +

L

+
+
loadClass(String) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+ + + +

M

+
+
ModificationTracker - Class in de.juplo.plugins.hibernate
+
 
+
MutableClassLoader - Class in de.juplo.plugins.hibernate
+
 
+
MutableClassLoader(LinkedHashSet<URL>, Log) - Constructor for class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+ + + +

O

+
+
OUTPUTDIRECTORY - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+ + + +

S

+
+
SCAN_CLASSES - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
SCAN_DEPENDENCIES - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
SCAN_TESTCLASSES - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
setClassAssertionStatus(String, boolean) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
setDefaultAssertionStatus(boolean) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
setPackageAssertionStatus(String, boolean) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
SKIPPED - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+ + + +

T

+
+
TEST_OUTPUTDIRECTORY - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+A C D E G H L M O S T 
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/index.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/index.html new file mode 100644 index 00000000..0d95ab87 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/index.html @@ -0,0 +1,72 @@ + + + + + + +Hibernate Maven Plugin 2.0.0 API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/plugins/hibernate/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/options b/dist/hibernate-maven-plugin-2.0.0/apidocs/options new file mode 100644 index 00000000..cceba270 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/options @@ -0,0 +1,35 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/checkout/target/classes:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-entitymanager/5.0.2.Final/hibernate-entitymanager-5.0.2.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.3.3/maven-core-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.3.3/maven-model-builder-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.3.3/maven-settings-builder-3.3.3.jar:/home/kai/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/kai/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/apache/maven/maven-builder-support/3.3.3/maven-builder-support-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.3/maven-repository-metadata-3.3.3.jar:/home/kai/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar:/home/kai/.m2/repository/de/juplo/scannotation/1.0.4/scannotation-1.0.4.jar:/home/kai/.m2/repository/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar:/home/kai/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar:/home/kai/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar:/home/kai/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar:/home/kai/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar:/home/kai/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.3.3/maven-settings-3.3.3.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.jar:/home/kai/.m2/repository/org/hibernate/hibernate-envers/5.0.2.Final/hibernate-envers-5.0.2.Final.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.0.Final/hibernate-commons-annotations-5.0.0.Final.jar:/home/kai/.m2/repository/org/hibernate/hibernate-validator/5.2.2.Final/hibernate-validator-5.2.2.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.3.3/maven-aether-provider-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/5.0.2.Final/hibernate-core-5.0.2.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar:/home/kai/.m2/repository/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar:/home/kai/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/target/checkout/src/main/java:/home/kai/juplo/hibernate4-maven-plugin/target/checkout/target/generated-sources/plugin:/home/kai/juplo/hibernate4-maven-plugin/target/checkout/target/generated-sources/annotations' +-Xdoclint:none +-author +-bottom +'Copyright © 2016. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/checkout/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate Maven Plugin 2.0.0 API' +-link +'http://java.sun.com/javase/6/docs/api' +-tag +"goal:a:Goal:" +-tag +"phase:a:Phase:" +-tag +"threadSafe:a:Thread Safe:" +-tag +"requiresDependencyResolution:a:Requires Dependency Resolution:" +-tag +"requiresProject:a:Requires Project:" +-use +-version +-windowtitle +'Hibernate Maven Plugin 2.0.0 API' \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/overview-tree.html b/dist/hibernate-maven-plugin-2.0.0/apidocs/overview-tree.html new file mode 100644 index 00000000..abade770 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/overview-tree.html @@ -0,0 +1,153 @@ + + + + + + +Class Hierarchy (Hibernate Maven Plugin 2.0.0 API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/package-list b/dist/hibernate-maven-plugin-2.0.0/apidocs/package-list new file mode 100644 index 00000000..4e11658e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/package-list @@ -0,0 +1 @@ +de.juplo.plugins.hibernate diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/packages b/dist/hibernate-maven-plugin-2.0.0/apidocs/packages new file mode 100644 index 00000000..0fe557a8 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/packages @@ -0,0 +1 @@ +de.juplo.plugins.hibernate \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/script.js b/dist/hibernate-maven-plugin-2.0.0/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/dist/hibernate-maven-plugin-2.0.0/apidocs/stylesheet.css b/dist/hibernate-maven-plugin-2.0.0/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/dist/hibernate-maven-plugin-2.0.0/configuration.html b/dist/hibernate-maven-plugin-2.0.0/configuration.html new file mode 100644 index 00000000..7746bcda --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/configuration.html @@ -0,0 +1,447 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Configuration Examples + + + + + + + + + + + +
+ + +
+
+

Configuration Examples

+ + + + +
+

Configuration Through A Configuration-File

+ +

+ The most simple way to configure the plugin is, to put all the + hibernate-configuration in a hibernate.properties- or + a hibernate.cfg.xml-file on your classpath or in the + persistence.xml-file of your JPA-configuration, just + like you would do, if you are not using the + hibernate-maven-plugin. +

+ +

+ Doing so, the only additionally configuration needed, to activat the plugin + is the following entry in the plugins-section of your pom.xml: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.0.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+ +

+ This would create the configured database. + If you want it to be droped beforehand, you have to add the goal + drop: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.0.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+ +

+ A correspondin goal for the command update is missing in this + version, but we are planning to implement it in near feature. +

+ +

+ In order to let this configuration work, your configuration file must + contain a complete valid configuration for the database, that you want + to use. + A simple example hibernate.properties-file may look like this: +

+ +
+
+hibernate.dialect=org.hibernate.dialect.H2Dialect
+hibernate.connection.url=jdbc:h2:file:./target/db
+hibernate.connection.driver_class=org.h2.Driver
+hibernate.connection.username=sa
+hibernate.connection.password=
+ +

+ But be aware, that using this configuration-approach the database-url, + that is build in the application is the same that is used while testing, + where the database is droped and recreated by the plugin. + Because of that, + + you should never fire up this configuration on your production + system, or your database might be erased! + +

+ +

+ A better approach is, to specify a different url for testing like in the + following snippet: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.0.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>
+ +

+ Configuration properties, that are set in the configuration-section + of the plugin-configuration cannnot be overwritten elsewere (for details + see Configuration-Method-Precedence). + You never can overwrite them by accident when specifying a property on + the commandline or in your settings.xml. +

+
+
+

Configuration through maven-properties

+ +

+ Alternatively, it is possible, to configure the plugin via maven-properties. + Each relevant configuration-option has a corresponding maven-property + (for a full list see the Documentation of the goal create). + These are named after the + Hibernate JDBC Properties: +

+ +
    + +
  • hibernate.connection.driver_class
  • + +
  • hibernate.dialect
  • + +
  • hibernate.connection.url
  • + +
  • hibernate.connection.username
  • + +
  • hibernate.connection.password
  • +
+ +

+ So, instead of writing the hibernate-configuration in the properties-file, + like above, you could put it in the properties-section of your + pom.xml. +

+ +

+ Thogether with the plugin-definition from above, the following would + be a complete configuration (again, the database-url was overwritten in + the plugin-configuration, to be sure to have a separate database for + testing): +

+ +
+
+<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
+
+...
+
+<plugins>
+
+  ...
+
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate-maven-plugin</artifactId>
+    <version>2.0.0</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>drop</goal>
+          <goal>create</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
+
+<plugins>
+ +

+ This way, you can reuse the same properties to provide a + default-configurationthe, that is build into your application, and + overwrite the database-url, that is used during testing to prevent + accidential drops of your production database. +

+
+
+

Configuration through the plugin-configuration

+ +

+ A third way for configuring the plugin is the plugin-configuration. + The relevant configuration-parameters are: +

+ +
    + +
  • driver
  • + +
  • dialect
  • + +
  • url
  • + +
  • username
  • + +
  • password
  • +
+ +

+ The equivalent of the configuration from the last section would look + like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.0.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <driver>org.hsqldb.jdbcDriver</driver>
+    <dialect>org.hibernate.dialect.HSQLDialect</dialect>
+    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+    <username>sa</username>
+    <password></password>
+  </configuration>
+</plugin>
+ +

+ The parameter hibernateProperties (name of the hibernate-properties-file + to use, defaults to hibernate.properties) can only be configured through + this approach. +

+ +

+ For more explanations, see the + Documentation of the goal create. +

+
+
+

Configuration-Method-Precedence

+ +

+ The configuration is gathered in a fix order: +

+ +
    + +
  1. hibernate.properties
  2. + +
  3. hibernate.cfg.xml
  4. + +
  5. persistence.xml
  6. + +
  7. maven-properties
  8. + +
  9. plugin-configuration
  10. +
+ +

+ If you are in doubt about where a configuration-value comes from, run + maven with the debug-output enabled: mvn -X hibernate:create + and be aware, that maven-properties can be overwitten on the command-line, + in your ~/.m2/settings.xml and in a profile. +

+ +

+ The plugin-configuration comes last and overwrites everything else. + That way, you can be sure, that a configuration-value, that is + specified in the plugin-configuration will never be overwritten by any + other configuration-method. +

+ +

+ If you need to overwrite plugin-configuration-values with + maven-properties, you can use maven-properties in the plugin-configuration: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.0.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <password>${my-password-property}</password>
+  </configuration>
+</plugin>
+
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/cpd.html b/dist/hibernate-maven-plugin-2.0.0/cpd.html new file mode 100644 index 00000000..21b94b57 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/cpd.html @@ -0,0 +1,231 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - CPD + + + + + + + + + + + +
+ + +
+
+

CPD

+
+

CPD Results

+

The following document contains the results of PMD's CPD 5.2.3.

+
+

Duplications

+ + + + + + + + + + +
FileLine
de/juplo/plugins/hibernate/CreateMojo.java35
de/juplo/plugins/hibernate/DropMojo.java35
+
+
public class CreateMojo extends AbstractSchemaMojo
+{
+  /**
+   * Output file.
+   * <p>
+   * If the specified filename is not absolut, the file will be created
+   * relative to the project build directory
+   * (<code>project.build.directory</code>).
+   *
+   * @parameter property="hibernate.schema.export.create" default-value="create.sql"
+   * @since 1.0
+   */
+  private String outputFile;
+
+
+  @Override
+  public final void execute()
+    throws
+      MojoFailureException,
+      MojoExecutionException
+  {
+    super.execute(outputFile);
+  }
+
+
+  @Override
+  void build(MetadataImplementor metadata)
+      throws
+        MojoExecutionException,
+        MojoFailureException
+  {
+    SchemaExport schemaExport = new SchemaExport(metadata, createNamespaces);
+    schemaExport.setDelimiter(delimiter);
+    schemaExport.setFormat(format);
+
+    File output = new File(outputFile);
+
+    if (!output.isAbsolute())
+    {
+      // Interpret relative file path relative to build directory
+      output = new File(buildDirectory, outputFile);
+      getLog().debug("Adjusted relative path, resulting path is " + output.getPath());
+    }
+
+    // Ensure that directory path for specified file exists
+    File outFileParentDir = output.getParentFile();
+    if (null != outFileParentDir && !outFileParentDir.exists())
+    {
+      try
+      {
+        getLog().info("Creating directory path for output file:" + outFileParentDir.getPath());
+        outFileParentDir.mkdirs();
+      }
+      catch (Exception e)
+      {
+        getLog().error("Error creating directory path for output file: " + e.getLocalizedMessage());
+      }
+    }
+
+    schemaExport.setOutputFile(output.getPath());
+    schemaExport.execute(false, this.export, false, true);
+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/create-mojo.html b/dist/hibernate-maven-plugin-2.0.0/create-mojo.html new file mode 100644 index 00000000..d08749a2 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/create-mojo.html @@ -0,0 +1,1044 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Goal: CREATE + + + + + + + + + + + +
+ + +
+
+

Goal: CREATE

+ + +
+

hibernate:create

+ +

Full name:

+ +

de.juplo:hibernate-maven-plugin:2.0.0:create

+ +

Description:

+ +
Goal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
createNamespacesBoolean2.0Specifies whether to automatically create also the database +schema/catalog.
Default value is: false.
User property is: hibernate.hbm2dll.create_namespaces.
delimiterString1.0Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ;.
User property is: hibernate.schema.delimiter.
dialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
driverString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
exportBoolean2.0Export the database-schma to the database. If set to +false, only the SQL-script is created and the database +is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: true.
User property is: hibernate.schema.export.
forceboolean1.0Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.force.
formatBoolean1.0Format output-file.
User property is: hibernate.format_sql.
hibernateConfigString1.1.0Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.


hibernatePropertiesString1.0Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.


implicitNamingStrategyString2.0Implicit naming strategy
User property is: hibernate.implicit_naming_strategy.
mappingsString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
outputDirectoryString1.0Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.outputDirectory.
outputFileString1.0Output file. + +

If the specified filename is not absolut, the file will be +created relative to the project build directory +(project.build.directory).


Default value is: create.sql.
User property is: hibernate.schema.export.create.
passwordString1.0Database password
User property is: hibernate.connection.password.
persistenceUnitString1.1.0Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.


physicalNamingStrategyString2.0Physical naming strategy
User property is: hibernate.physical_naming_strategy.
scanClassesBoolean2.0Wether the project should be scanned for annotated-classes, or not + +

This parameter is intended to allow overwriting of the parameter +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true


User property is: hibernate.schema.scan.classes.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.


Default value is: compile.
User property is: hibernate.schema.scan.dependencies.
scanTestClassesBoolean1.0.1Whether to scan the test-branch of the project for annotated +classes, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.scan.test_classes.
showBoolean1.0Show the generated SQL in the command-line output.
User property is: hibernate.show_sql.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.schema.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ${maven.test.skip}.
User property is: hibernate.schema.skip.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.testOutputDirectory.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+ +
+

Parameter Details

+ +

createNamespaces:

+ +
Specifies whether to automatically create also the database +schema/catalog.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.hbm2dll.create_namespaces
  • + +
  • Default: false
  • +

+

delimiter:

+ +
Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.delimiter
  • + +
  • Default: ;
  • +

+

dialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

driver:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

export:

+ +
Export the database-schma to the database. If set to +false, only the SQL-script is created and the database +is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.export
  • + +
  • Default: true
  • +

+

force:

+ +
Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.format_sql
  • +

+

hibernateConfig:

+ +
Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

hibernateProperties:

+ +
Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • +

+

implicitNamingStrategy:

+ +
Implicit naming strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.implicit_naming_strategy
  • +

+

mappings:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file. + +

If the specified filename is not absolut, the file will be +created relative to the project build directory +(project.build.directory).

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.export.create
  • + +
  • Default: create.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

persistenceUnit:

+ +
Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

physicalNamingStrategy:

+ +
Physical naming strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.physical_naming_strategy
  • +

+

scanClasses:

+ +
Wether the project should be scanned for annotated-classes, or not + +

This parameter is intended to allow overwriting of the parameter +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.classes
  • +

+

scanDependencies:

+ +
Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.dependencies
  • + +
  • Default: compile
  • +

+

scanTestClasses:

+ +
Whether to scan the test-branch of the project for annotated +classes, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0.1
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.test_classes
  • + +
  • Default: false
  • +

+

show:

+ +
Show the generated SQL in the command-line output.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.show_sql
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.schema.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.skip
  • + +
  • Default: ${maven.test.skip}
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/css/maven-theme.css b/dist/hibernate-maven-plugin-2.0.0/css/maven-theme.css new file mode 100644 index 00000000..c982168b --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/css/maven-theme.css @@ -0,0 +1,141 @@ +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/dist/hibernate-maven-plugin-2.0.0/css/site.css b/dist/hibernate-maven-plugin-2.0.0/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/debugging.html b/dist/hibernate-maven-plugin-2.0.0/debugging.html new file mode 100644 index 00000000..ec83cf29 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/debugging.html @@ -0,0 +1,161 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Enable Debug-Output + + + + + + + + + + + +
+ + +
+
+

Enable Debug-Output

+ + + + +

+ If you are new to hibernate-maven-plugin, in many cases, the + Configuration-Method-Precedence + may be the source of configuration errors. + To solve this problem, you should run maven with the debugging output + enabled. + For example, by executing: +

+ +
+
+mvn -X compile hibernate:create
+ +

+ (The compile might be necessary, because hibernate-maven-plugin + has to scan the compiled classes for annotations!) +

+ +

+ Unlike the majority of the maven-plugins, hibernate-maven-plugin was + designed to give a good many hints, when debugging is enabled. + Because, if you do not know, what went wrong, you can't fix it! +

+ +

+ But be warned: hibernate-maven-plugin tends to be very chatty ;) +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/dependencies.html b/dist/hibernate-maven-plugin-2.0.0/dependencies.html new file mode 100644 index 00000000..18a412da --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/dependencies.html @@ -0,0 +1,1980 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Dependencies + + + + + + + + + + + +
+ + +
+
+

Dependencies

+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
com.pyx4jmaven-plugin-log4j1.0.1jarThe Apache Software License, Version 2.0
de.juploscannotation1.0.4jar-
javax.eljavax.el-api3.0.0jarCDDL + GPLv2 with classpath exception
org.apache.mavenmaven-core3.3.3jarApache License, Version 2.0
org.apache.mavenmaven-plugin-api3.3.3jarApache License, Version 2.0
org.hibernatehibernate-core5.0.2.FinaljarGNU Lesser General Public License
org.hibernatehibernate-envers5.0.2.FinaljarGNU Lesser General Public License
org.hibernatehibernate-validator5.2.2.FinaljarApache License, Version 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicense
antlrantlr2.7.7-jarBSD License
aopallianceaopalliance1.0-jarPublic Domain
com.fasterxmlclassmate1.1.0-jarThe Apache Software License, Version 2.0
com.google.guavaguava18.0-jarThe Apache Software License, Version 2.0
dom4jdom4j1.6.1-jar-
javax.annotationjsr250-api1.0-jarCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.enterprisecdi-api1.0-jarApache License, Version 2.0
javax.injectjavax.inject1-jarThe Apache Software License, Version 2.0
javax.validationvalidation-api1.1.0.Final-jarThe Apache Software License, Version 2.0
log4jlog4j1.2.14-jarThe Apache Software License, Version 2.0
org.apache.geronimo.specsgeronimo-jta_1.1_spec1.1.1-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-aether-provider3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-artifact3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-builder-support3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-model3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-model-builder3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-repository-metadata3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings-builder3.3.3-jarApache License, Version 2.0
org.codehaus.plexusplexus-classworlds2.5.2-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-component-annotations1.5.5-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-interpolation1.21-jarThe Apache Software License, Version 2.0
org.eclipse.aetheraether-api1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-impl1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-spi1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-util1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.inject0.3.0-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.plexus0.3.0-jarEclipse Public License, Version 1.0
org.hibernatehibernate-entitymanager5.0.2.Final-jarGNU Lesser General Public License
org.hibernate.commonhibernate-commons-annotations5.0.0.Final-jarGNU Lesser General Public License
org.hibernate.javax.persistencehibernate-jpa-2.1-api1.0.0.Final-jarEclipse Public License (EPL), Version 1.0-Eclipse Distribution License (EDL), Version 1.0
org.javassistjavassist3.18.1-GA-jarMPL 1.1-LGPL 2.1-Apache License 2.0
org.jbossjandex1.2.2.Final-jarAL 2.0
org.jboss.loggingjboss-logging3.3.0.Final-jarApache License, version 2.0
org.sonatype.plexusplexus-cipher1.4-jarApache Public License 2.0
org.sonatype.plexusplexus-sec-dispatcher1.3-jarApache Public License 2.0
org.sonatype.sisusisu-guice3.2.5no_aopjarThe Apache Software License, Version 2.0
xml-apisxml-apis1.0.b2-jarThe Apache Software License, Version 2.0
+
+

Project Dependency Graph

+ +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3

+

Eclipse Public License (EPL), Version 1.0: Java Persistence API, Version 2.1

+

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

+

Public Domain: AOP alliance

+

GNU Lesser General Public License: Core Hibernate O/RM functionality, ENtity VERSioning support, Hibernate Commons Annotations, Hibernate JPA Support

+

Eclipse Distribution License (EDL), Version 1.0: Java Persistence API, Version 2.1

+

Eclipse Public License, Version 1.0: Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus

+

Unknown: dom4j, scannotation

+

Apache License 2.0: Javassist

+

BSD License: AntLR Parser Generator

+

AL 2.0: Java Annotation Indexer

+

Apache License, Version 2.0: CDI APIs, Hibernate Validator Engine, Maven Aether Provider, Maven Artifact, Maven Builder Support, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder

+

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

+

LGPL 2.1: Javassist

+

CDDL + GPLv2 with classpath exception: Expression Language 3.0 API

+

MPL 1.1: Javassist

+

The Apache Software License, Version 2.0: Bean Validation API, ClassMate, Guava: Google Core Libraries for Java, Hibernate Maven Plugin, JTA 1.1, Log4j, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, XML Commons External Components XML APIs, javax.inject, maven-plugin-log4j

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJDK RevDebug
antlr-2.7.7.jar434.85 kB239224121.2debug
aopalliance-1.0.jar4.36 kB15921.3debug
classmate-1.1.0.jar61.40 kB523741.6debug
guava-18.0.jar2.15 MB1,7191,690171.6debug
maven-plugin-log4j-1.0.1.jar3.64 kB12111.4debug
scannotation-1.0.4.jar19.79 kB231321.6debug
dom4j-1.6.1.jar306.54 kB208190141.3debug
jsr250-api-1.0.jar5.71 kB161121.5debug
javax.el-api-3.0.0.jar71.35 kB574611.6debug
cdi-api-1.0.jar43.86 kB927571.5debug
javax.inject-1.jar2.44 kB8611.5release
validation-api-1.1.0.Final.jar62.28 kB12210681.6debug
log4j-1.2.14.jar358.83 kB288256191.1debug
geronimo-jta_1.1_spec-1.1.1.jar15.65 kB301821.5debug
maven-aether-provider-3.3.3.jar64.79 kB432611.6debug
maven-artifact-3.3.3.jar53.80 kB5732111.6debug
maven-builder-support-3.3.3.jar14.61 kB241011.6debug
maven-core-3.3.3.jar617.07 kB489390561.6debug
maven-model-3.3.3.jar157.05 kB675031.6debug
maven-model-builder-3.3.3.jar172.28 kB154121161.6debug
maven-plugin-api-3.3.3.jar45.02 kB462561.6debug
maven-repository-metadata-3.3.3.jar25.35 kB25721.6debug
maven-settings-3.3.3.jar42.02 kB331721.6debug
maven-settings-builder-3.3.3.jar42.14 kB533251.6debug
plexus-classworlds-2.5.2.jar51.45 kB523751.6debug
plexus-component-annotations-1.5.5.jar4.11 kB15311.5release
plexus-interpolation-1.21.jar60.99 kB604461.5debug
aether-api-1.0.2.v20150114.jar133.13 kB149128111.5debug
aether-impl-1.0.2.v20150114.jar168.94 kB1149641.5debug
aether-spi-1.0.2.v20150114.jar29.99 kB543481.5debug
aether-util-1.0.2.v20150114.jar143.43 kB126101131.5debug
org.eclipse.sisu.inject-0.3.0.jar366.47 kB28726991.6debug
org.eclipse.sisu.plexus-0.3.0.jar200.59 kB196164201.6debug
hibernate-core-5.0.2.Final.jar5.29 MB4,0693,7762241.6debug
hibernate-entitymanager-5.0.2.Final.jar576.65 kB429390241.6debug
hibernate-envers-5.0.2.Final.jar397.65 kB319264371.6debug
hibernate-validator-5.2.2.Final.jar680.98 kB539452541.6debug
hibernate-commons-annotations-5.0.0.Final.jar73.35 kB806771.6debug
hibernate-jpa-2.1-api-1.0.0.Final.jar110.71 kB20720041.6debug
javassist-3.18.1-GA.jar697.46 kB414390171.6debug
jandex-1.2.2.Final.jar76.97 kB544411.6debug
jboss-logging-3.3.0.Final.jar65.24 kB604811.6debug
plexus-cipher-1.4.jar13.18 kB20611.4debug
plexus-sec-dispatcher-1.3.jar27.89 kB311331.4debug
sisu-guice-3.2.5-no_aop.jar390.30 kB33131681.6debug
xml-apis-1.0.b2.jar106.76 kB217184171.2release
TotalSizeEntriesClassesPackagesJDK RevDebug
4614.28 MB11,69510,4186701.643
compile: 46compile: 14.28 MBcompile: 11,695compile: 10,418compile: 670-compile: 43
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshotBlacklisted
plexus.snapshotshttps://oss.sonatype.org/content/repositories/plexus-snapshots-Yes-
centralhttp://repo.maven.apache.org/maven2Yes--
codehaus-snapshotshttp://snapshots.repository.codehaus.org-YesYes
apache-snapshotshttp://people.apache.org/repo/m2-snapshot-repository-YesYes
snapshots.jboss.orghttp://snapshots.jboss.org/maven2-Yes-
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes-
oss.sonatype.org/jboss-snapshotshttp://oss.sonatype.org/content/repositories/jboss-snapshots-Yes-
jvnet-nexus-snapshotshttps://maven.java.net/content/repositories/snapshots-Yes-
repository.jboss.orghttp://repository.jboss.org/maven2Yes--
apache-incubatorhttp://people.apache.org/repo/m2-incubating-repository/Yes-Yes
apache.snapshotshttp://repository.apache.org/snapshots-Yes-
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactplexus.snapshotscentralsnapshots.jboss.orgsonatype-nexus-snapshotsoss.sonatype.org/jboss-snapshotsjvnet-nexus-snapshotsrepository.jboss.orgapache.snapshots
antlr:antlr:jar:2.7.7------Found at http://repository.jboss.org/maven2-
aopalliance:aopalliance:jar:1.0------Found at http://repository.jboss.org/maven2-
com.fasterxml:classmate:jar:1.1.0--------
com.google.guava:guava:jar:18.0--------
com.pyx4j:maven-plugin-log4j:jar:1.0.1--------
de.juplo:scannotation:jar:1.0.4--------
dom4j:dom4j:jar:1.6.1------Found at http://repository.jboss.org/maven2-
javax.annotation:jsr250-api:jar:1.0------Found at http://repository.jboss.org/maven2-
javax.el:javax.el-api:jar:3.0.0--------
javax.enterprise:cdi-api:jar:1.0--------
javax.inject:javax.inject:jar:1--------
javax.validation:validation-api:jar:1.1.0.Final--------
log4j:log4j:jar:1.2.14------Found at http://repository.jboss.org/maven2-
org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1--------
org.apache.maven:maven-aether-provider:jar:3.3.3--------
org.apache.maven:maven-artifact:jar:3.3.3--------
org.apache.maven:maven-builder-support:jar:3.3.3--------
org.apache.maven:maven-core:jar:3.3.3--------
org.apache.maven:maven-model:jar:3.3.3--------
org.apache.maven:maven-model-builder:jar:3.3.3--------
org.apache.maven:maven-plugin-api:jar:3.3.3--------
org.apache.maven:maven-repository-metadata:jar:3.3.3--------
org.apache.maven:maven-settings:jar:3.3.3--------
org.apache.maven:maven-settings-builder:jar:3.3.3--------
org.codehaus.plexus:plexus-classworlds:jar:2.5.2--------
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5--------
org.codehaus.plexus:plexus-interpolation:jar:1.21--------
org.eclipse.aether:aether-api:jar:1.0.2.v20150114--------
org.eclipse.aether:aether-impl:jar:1.0.2.v20150114--------
org.eclipse.aether:aether-spi:jar:1.0.2.v20150114--------
org.eclipse.aether:aether-util:jar:1.0.2.v20150114--------
org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0--------
org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0--------
org.hibernate:hibernate-core:jar:5.0.2.Final--------
org.hibernate:hibernate-entitymanager:jar:5.0.2.Final--------
org.hibernate:hibernate-envers:jar:5.0.2.Final--------
org.hibernate:hibernate-validator:jar:5.2.2.Final--------
org.hibernate.common:hibernate-commons-annotations:jar:5.0.0.Final--------
org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final--------
org.javassist:javassist:jar:3.18.1-GA--------
org.jboss:jandex:jar:1.2.2.Final--------
org.jboss.logging:jboss-logging:jar:3.3.0.Final--------
org.sonatype.plexus:plexus-cipher:jar:1.4--------
org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3--------
org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5--------
xml-apis:xml-apis:jar:1.0.b2------Found at http://repository.jboss.org/maven2-
Totalplexus.snapshotscentralsnapshots.jboss.orgsonatype-nexus-snapshotsoss.sonatype.org/jboss-snapshotsjvnet-nexus-snapshotsrepository.jboss.orgapache.snapshots
46 (compile: 46)00000060
+
+ +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/dependency-info.html b/dist/hibernate-maven-plugin-2.0.0/dependency-info.html new file mode 100644 index 00000000..1720e9dd --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/dependency-info.html @@ -0,0 +1,207 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Dependency Information + + + + + + + + + + + +
+ + +
+
+

Dependency Information

+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.0.0</version>
+  <type>maven-plugin</type>
+</dependency>
+
+

Apache Buildr

+
+
'de.juplo:hibernate-maven-plugin:maven-plugin:2.0.0'
+
+

Apache Ant

+
+
<dependency org="de.juplo" name="hibernate-maven-plugin" rev="2.0.0">
+  <artifact name="hibernate-maven-plugin" type="maven-plugin" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='de.juplo', module='hibernate-maven-plugin', version='2.0.0')
+)
+
+

Grails

+
+
compile 'de.juplo:hibernate-maven-plugin:2.0.0'
+
+

Leiningen

+
+
[de.juplo/hibernate-maven-plugin "2.0.0"]
+
+

SBT

+
+
libraryDependencies += "de.juplo" %% "hibernate-maven-plugin" % "2.0.0"
+
+ +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/distribution-management.html b/dist/hibernate-maven-plugin-2.0.0/distribution-management.html new file mode 100644 index 00000000..346dc0a0 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/distribution-management.html @@ -0,0 +1,178 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Distribution Management + + + + + + + + + + + +
+ + +
+ + +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/drop-mojo.html b/dist/hibernate-maven-plugin-2.0.0/drop-mojo.html new file mode 100644 index 00000000..43948577 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/drop-mojo.html @@ -0,0 +1,1044 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Goal: DROP + + + + + + + + + + + +
+ + +
+
+

Goal: DROP

+ + +
+

hibernate:drop

+ +

Full name:

+ +

de.juplo:hibernate-maven-plugin:2.0.0:drop

+ +

Description:

+ +
Goal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
createNamespacesBoolean2.0Specifies whether to automatically create also the database +schema/catalog.
Default value is: false.
User property is: hibernate.hbm2dll.create_namespaces.
delimiterString1.0Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ;.
User property is: hibernate.schema.delimiter.
dialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
driverString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
exportBoolean2.0Export the database-schma to the database. If set to +false, only the SQL-script is created and the database +is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: true.
User property is: hibernate.schema.export.
forceboolean1.0Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.force.
formatBoolean1.0Format output-file.
User property is: hibernate.format_sql.
hibernateConfigString1.1.0Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.


hibernatePropertiesString1.0Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.


implicitNamingStrategyString2.0Implicit naming strategy
User property is: hibernate.implicit_naming_strategy.
mappingsString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
outputDirectoryString1.0Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.outputDirectory.
outputFileString1.0Output file. + +

If the specified filename is not absolut, the file will be +created relative to the project build directory +(project.build.directory).


Default value is: drop.sql.
User property is: hibernate.schema.export.drop.
passwordString1.0Database password
User property is: hibernate.connection.password.
persistenceUnitString1.1.0Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.


physicalNamingStrategyString2.0Physical naming strategy
User property is: hibernate.physical_naming_strategy.
scanClassesBoolean2.0Wether the project should be scanned for annotated-classes, or not + +

This parameter is intended to allow overwriting of the parameter +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true


User property is: hibernate.schema.scan.classes.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.


Default value is: compile.
User property is: hibernate.schema.scan.dependencies.
scanTestClassesBoolean1.0.1Whether to scan the test-branch of the project for annotated +classes, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.scan.test_classes.
showBoolean1.0Show the generated SQL in the command-line output.
User property is: hibernate.show_sql.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.schema.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ${maven.test.skip}.
User property is: hibernate.schema.skip.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.testOutputDirectory.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+ +
+

Parameter Details

+ +

createNamespaces:

+ +
Specifies whether to automatically create also the database +schema/catalog.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.hbm2dll.create_namespaces
  • + +
  • Default: false
  • +

+

delimiter:

+ +
Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.delimiter
  • + +
  • Default: ;
  • +

+

dialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

driver:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

export:

+ +
Export the database-schma to the database. If set to +false, only the SQL-script is created and the database +is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.export
  • + +
  • Default: true
  • +

+

force:

+ +
Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.format_sql
  • +

+

hibernateConfig:

+ +
Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

hibernateProperties:

+ +
Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • +

+

implicitNamingStrategy:

+ +
Implicit naming strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.implicit_naming_strategy
  • +

+

mappings:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file. + +

If the specified filename is not absolut, the file will be +created relative to the project build directory +(project.build.directory).

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.export.drop
  • + +
  • Default: drop.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

persistenceUnit:

+ +
Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

physicalNamingStrategy:

+ +
Physical naming strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.physical_naming_strategy
  • +

+

scanClasses:

+ +
Wether the project should be scanned for annotated-classes, or not + +

This parameter is intended to allow overwriting of the parameter +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.classes
  • +

+

scanDependencies:

+ +
Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.dependencies
  • + +
  • Default: compile
  • +

+

scanTestClasses:

+ +
Whether to scan the test-branch of the project for annotated +classes, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0.1
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.test_classes
  • + +
  • Default: false
  • +

+

show:

+ +
Show the generated SQL in the command-line output.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.show_sql
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.schema.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.skip
  • + +
  • Default: ${maven.test.skip}
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/force.html b/dist/hibernate-maven-plugin-2.0.0/force.html new file mode 100644 index 00000000..e550cad3 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/force.html @@ -0,0 +1,171 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Force Exceution + + + + + + + + + + + +
+ + +
+
+

Force Exceution

+ + + + +

+ The hibernate-maven-plugin computes MD5-sums for all found annotated + classes and stores them together with the generated schema. + If no classes were changed or added and the dialect wasn't changed too, it + automatically skips the configured schema-export, to speed up the development + cycle. +

+ +

+ The plugin signals, that the execution was skipped by setting the maven + property ${hibernate.schema.skipped} to true. + This may be helpful, because other plugins like + dbunit-plugin + may fail, when the execution is skipped. +

+ +

+ If you need the hibernate-maven-plugin to never skip execution automatically, + you can force it to do so, if you set the parameter force to + true: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.0.0</version>
+  <configuration>
+    <force>true</force>
+  </configuration>
+</plugin>
+ +

+ Or you may specify -Dhibernate.schema.force=true at the command line, + if you want to force hibernate-maven-plugin only once. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/help-mojo.html b/dist/hibernate-maven-plugin-2.0.0/help-mojo.html new file mode 100644 index 00000000..a485443f --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/help-mojo.html @@ -0,0 +1,277 @@ + + + + + + + + + juplo - Hibernate Maven Plugin – hibernate:help + + + + + + + + + + + +
+ + +
+
+

hibernate:help

+ + +
+

hibernate:help

+ +

Full name:

+ +

de.juplo:hibernate-maven-plugin:2.0.0:help

+ +

Description:

+ +
Display help information on hibernate-maven-plugin.
+Call mvn hibernate:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+ +

Attributes:

+ +
    + +
  • The goal is thread-safe and supports parallel builds.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
detailboolean-If true, display all settable properties for each +goal.
Default value is: false.
User property is: detail.
goalString-The name of the goal for which to show help. If unspecified, all +goals will be displayed.
User property is: goal.
indentSizeint-The number of spaces per indentation level, should be positive.
Default value is: 2.
User property is: indentSize.
lineLengthint-The maximum length of a display line, should be positive.
Default value is: 80.
User property is: lineLength.
+
+ +
+

Parameter Details

+ +

detail:

+ +
If true, display all settable properties for each +goal.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: detail
  • + +
  • Default: false
  • +

+

goal:

+ +
The name of the goal for which to show help. If unspecified, all +goals will be displayed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: goal
  • +

+

indentSize:

+ +
The number of spaces per indentation level, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: indentSize
  • + +
  • Default: 2
  • +

+

lineLength:

+ +
The maximum length of a display line, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: lineLength
  • + +
  • Default: 80
  • +
+
+
+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/images/close.gif b/dist/hibernate-maven-plugin-2.0.0/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/dist/hibernate-maven-plugin-2.0.0/images/external.png b/dist/hibernate-maven-plugin-2.0.0/images/external.png new file mode 100644 index 0000000000000000000000000000000000000000..3f999fc88b360074e41f38c3b4bc06ccb3bb7cf8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd{{R1fCIbVIy!atN z8e~{WkY6y6%iy53@(Yk3;OXKRQgJIOfsI*BO@UFsfhWLBc>*(#PB?Jn2*(o!76E4F z2oaVU3``tH+Kgs0GI5+@Tg}d)z%jd%F@?{8!SRZ5b1yT80-FZIMn)zc2Ca66y`pzY R*nwsJMCn#OVEqF*oew~oaAu*+mN;-=y?VHT3tIe$XQqrDo-uB_a z!$aaK`z6))OKGn34?nwc^SuifkIL#EmDgV_qjg-#8v*0u4q4%1moUw{LZ54UeCgzNF^jX`uv-XK+9g@yFrG9?@ z!9&5&Tgk*j(b!GF&{N4I-Owl3GNQ;Kslp@APSw&&&ux9d>WxL~{EYoKm2KHvv3+ax zZUYB?Ae*8JnchZheXeEaa>@87?_fB*jV>(`erUx0B6j@wa!KnN)QWMO1rn9HC8 zQU}Tt3>@bftT|;oHYhlHH8T8tc{qL2LBC1&wnQeg^-S05<#H=J%;q~&KX!$OXH$lP zifQJ#9>L8|xhAVRHT-xPa*}7JK>(A*!AmL!CQC~j>707p+C5b#ib-SZ5@wfn#-0y8 zor_pb3M^%mkXhlduwjw4dk@RWhYZ<*tSUAV9x3eYyi#^d39lH{872xT#>g14FgCZb z+Lvv}DClhGVU*`8y(Qe}(9I>Lw<6->0~Q`zX3oMH2272dBARI`0wDzxS_G8b_H+a` TZ#n2*^y*Bf^Krq04Gh)*dSnrT literal 0 HcmV?d00001 diff --git a/dist/hibernate-maven-plugin-2.0.0/images/icon_info_sml.gif b/dist/hibernate-maven-plugin-2.0.0/images/icon_info_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..c6cb9ad7ce438a798426703e86a7ffc197d51dbb GIT binary patch literal 606 zcmZ?wbhEHb!Rj)7jHhhdgsOUdoQoueZi?7 z>>gViTe&E#V48n=mrru5S3;v}WQB8hiDz7$TU2Fg8RZkU)J)l4H+4sO@7jjxJ4?G(<~7c1nYFul=C0P+d#d`@bj{yi z-npcE!T#Qb2PP~z)H;3B%r(bntUlH>Y2~CvyV|C%UbyM>vTf&9?!2&e&!siHFV0_c zVB`KP8}?n^dg$7Yqc`@PxOMQ%-NWbZ9Xfk=)1K2OFF!hV;r{6>kIr6ua^~ve%eS9j zy7lbD`I|4_et!J??bq+WzI^-n`RfmdkOIfh!pgqYwSCK`t~@$#!^!1aj_y2mzyI{@?vuB79>2N$==JkApPs$`_~ygc*YCf)diVLp z{pXKfy#M&+`?nvze*gIk#Q*;N0|qHLXbBUFKUo+V7>XElKuSSz!oa?}p{S|3rL`#` zEj=M8CWV#D$GthOu#hRgfH^NPHz`Z6or!6tudIJkhF|)EqL_SUmH;#E=*;vU)ut4d z*}1MJ+3|6yK5|W*0YQlwY}}E_93D;*P3)($(!#iHyj&dYc$?gAB*f@)n?~7Mn)5Ze zB*b!gs&gB@F*e|Da`5(ac688Lp~TGAEh5PBlHo`4aV}w%hy?;49h(#+>`NXTD0Bjy;4ci{C-1K14rU#4Xoa9{m6qopA9n0cn|!>ecYkij zwyX=!4*mH3EoqLqSGiVbyFqxD(bS8XSDu{6U1jZO70Ic@{~t&7=B^ zBD)NOoAkU&Gy^LQJ5PtV?u{&65}4ZUmfYbweP{LTy^YnAGv=AGa7*6wj}%~b0?7r5!@qH7P%p1*$L z@#{ODxoUwG+WsY)zWExj-aqxpQS(e!bx&6L`u)?tfB$~}{{8*?cVO&*V`-G2NeC$Z zWMO1r=w{FXnGVVm3>>=|#5rX=HY{-DP?VFNPL-%m%>B+*~5-k^-+4*MLFr;tQ0}^rlS-^!^Q`Mx1hrB$jwn&hk~Xk=#Nl+_9Nu|Y$D G!5RQ;-6)O# literal 0 HcmV?d00001 diff --git a/dist/hibernate-maven-plugin-2.0.0/images/icon_warning_sml.gif b/dist/hibernate-maven-plugin-2.0.0/images/icon_warning_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..873bbb52cb9768103c27fbb9a9bac16ac615fce5 GIT binary patch literal 576 zcmZ?wbhEHbB!Sy%bj7w z8LP{2I!WYbmF&-Ixi?j6tD|K1XR2M#l>Aw*aXL%wXS3nYW}{zi=4WzsU5r%E6qx+# za{AThd85YVOsT`KDUrWsBtGknIa3>Sy(4;AS@f^Dxt>-=XPXm#FD(1Lr2hBv=9?3X zZS^!XrNw@)>eiN((2|w-y>{aB1+99DGMA?}+UTggT+(Z*rf8+5x~aWVOGcurtl;&U zIa)H3I&#vwvQjJBn`YHj9iKlB7`)(M#!e{yWMO1rC}Yq8NrU2qfqia6SyOXMYa1sM zM_a34eqyRfcQbQJY;^IYGTuzaxglKLqNQEA}OiQec+sQ#rUUjLqg_MpsPmY43 zsgmVV8EHK$eV-B~6*UcAW2+w%1e4o&9#aAczLGF}PmMg|6J0Ey4q A)Bpeg literal 0 HcmV?d00001 diff --git a/dist/hibernate-maven-plugin-2.0.0/images/newwindow.png b/dist/hibernate-maven-plugin-2.0.0/images/newwindow.png new file mode 100644 index 0000000000000000000000000000000000000000..6287f72bd08a870908e7361d98c35ee0d6dcbc82 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd&SYTt4+aeuCvSob zD+%%o1`04ZXs!GLj7%Iec?BF2%&y2ZFfeUwWbk2P5nvW+xWT~4#-PT{uyM;F);OSv44$rjF6*2U FngH~|K)3(^ literal 0 HcmV?d00001 diff --git a/dist/hibernate-maven-plugin-2.0.0/index.html b/dist/hibernate-maven-plugin-2.0.0/index.html new file mode 100644 index 00000000..fb2d1c12 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/index.html @@ -0,0 +1,224 @@ + + + + + + + + + juplo - Hibernate Maven Plugin – + + + + + + + + + + + +
+ + +
+
+

+ + + + +

Hibernate Maven Plugin

+ +
+

A simple Plugin for generating a Database-Schema from Hibernate Mapping-Annotations

+ +

+ The hibernate-maven-plugin is a plugin for generating a database-schema + from your Hibernate-Mappings and create or update your database + accordingly. + Its main usage is to automatically create and populate a test-database + for unit-tests in cooperation with the + dbunit-maven-plugin. +

+ +

+ The plugin was designed with three main goals in mind: +

+ +
    + +
  • It should be easy to use.
  • + +
  • It should be maximal unlikely, to erase a producation-database by accident.
  • + +
  • It should not slow down the development cycle.
  • +
+ +

+ To achieve the first goal, the convention-over-configuration paradigma + was applied and the plugin was stuffed with usefull logging-messages. + So, if in doubt, just turn on the debugging output with the mvn -X .... +

+ +

+ To achieve the second goal, the precedence in which the configuration + locations are consulted was layouted in a way that makes it possible, to + prevent overwrites of the wrong database by accident. +

+ +

+ Last but not least, in order to not slow down the development cycle, the + hibernate-maven-plugin only executes the schema-export, if the mapping + or the dialect changes (or if you force it to do so). +

+ +

+ For more information about the inspiration to write this tiny plugin, + read our blog-article about the hibernate-maven-plugin. +

+
+
+

Documentation

+ +
    + +
  • + See Configuration Examples for Usage-Explanations + and simple examples of how to use this plugin. +
  • + +
  • + See hibernate:create, + See hibernate:drop and + Plugin Documentation for the full + autogenerated documentation. These are mostly configuration-options + of the Hibernate-Tools SchemaExport and SchemaUpdate, that do + the work in the background. +
  • +
+
+
+

Releases

+ + +
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/integration.html b/dist/hibernate-maven-plugin-2.0.0/integration.html new file mode 100644 index 00000000..064a16bf --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/integration.html @@ -0,0 +1,188 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Continuous Integration + + + + + + + + + + + +
+ + +
+
+

Continuous Integration

+
+

Overview

+

This project uses Continuum.

+
+

Access

+

The following is a link to the continuous integration system used by the project.

+
+
+

Notifiers

+

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

+ + + + + + + + +
TypeAddressConfiguration
mailkai@juplo.de-
+
+ +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/issue-tracking.html b/dist/hibernate-maven-plugin-2.0.0/issue-tracking.html new file mode 100644 index 00000000..bc2b6ead --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/issue-tracking.html @@ -0,0 +1,179 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Issue Tracking + + + + + + + + + + + +
+ + +
+
+

Issue Tracking

+ + + + There is no bug-tracking system set up for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+ +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/license.html b/dist/hibernate-maven-plugin-2.0.0/license.html new file mode 100644 index 00000000..127e648b --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/license.html @@ -0,0 +1,380 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Project License + + + + + + + + + + + +
+ + +
+
+

Project License

+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project License

+
+

The Apache Software License, Version 2.0

+

A business-friendly OSS license

+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+ +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/mail-lists.html b/dist/hibernate-maven-plugin-2.0.0/mail-lists.html new file mode 100644 index 00000000..8a90c8b8 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/mail-lists.html @@ -0,0 +1,179 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Mailing Lists + + + + + + + + + + + +
+ + +
+
+

Mailing Lists

+ + + + There are no mailinglists defined for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+ +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/pitfalls.html b/dist/hibernate-maven-plugin-2.0.0/pitfalls.html new file mode 100644 index 00000000..6cf710db --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/pitfalls.html @@ -0,0 +1,389 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Known Pitfalls (FAQ) + + + + + + + + + + + +
+ + +
+
+

Known Pitfalls (FAQ)

+ + + + +
+

Annotated classes in dependencies are not found.

+ +

+ hibernate-maven-plugin by default scans dependencies in the scope + compile. You can configure it to scan dependencies in other + scopes as well. But it scans only direct dependencies. Transitive + dependencies are not scanned for annotated classes. If some of your + annotated classes are hidden in a transitive dependency, you can simply + add that dependency explicitly. +

+
+
+

hibernate-maven-plugin always needs a database-connection

+ +

+ The default-configuration exports the created schema to the configured + database. + Therefore, it needs a valid database-connection and fails, if none is + available. + If you do not need to export the created schema to a database, + you can set the property hibernate.schema.export to + false. + This can be achieved with the command-line parameter + -Dhibernate.schema.export=false or with the following + configuration: +

+ +
+
+<configuration>
+  <export>false</export>
+</configuration>
+ +

+ But even when no database is to be created, hibernate always needs to know + the dialect. Hence, the plugin will still fail, if this parameter is also + missing! +

+
+
+

Dependency for driver-class XYZ is missing

+ +

+ One regular problem is the scope of the jdbc-driver-dependency. + It is very unlikely, that this dependency is needed at compile-time. + So a tidy maven-developer would usually scope it for runtime. +

+ +

+ But this will break the execution of the hibernate-maven-plugin. + Since it will not be able to see the needed dependency, it will fail with + an error-message like: +

+ +
+
+[INFO] Gathered hibernate-configuration (turn on debugging for details):
+[INFO]   hibernate.connection.username = sa
+[INFO]   hibernate.connection.password = 
+[INFO]   hibernate.dialect = org.hibernate.dialect.H2Dialect
+[INFO]   hibernate.connection.url = jdbc:h2:file:./db
+[INFO]   hibernate.hbm2dll.create_namespaces = false
+[INFO]   hibernate.connection.driver_class = org.h2.Driver
+[INFO]   hibernate.format_sql = true
+[INFO] HHH000412: Hibernate Core {5.0.2.Final}
+[INFO] HHH000206: hibernate.properties not found
+[INFO] HHH000021: Bytecode provider name : javassist
+[INFO] Adding /home/kai/project/target/classes to the list of roots to scan...
+[INFO] Adding dependencies from scope compile to the list of roots to scan
+[INFO] Adding dependencies from scope org.hibernate:hibernate-core:jar:4.3.0.Final to the list of roots to scan
+[INFO] Adding annotated resource: de.juplo.tests.SimplestMavenHib4Test
+[INFO] ------------------------------------------------------------------------
+[INFO] BUILD FAILURE
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 1.760s
+[INFO] Finished at: Mon Mar 07 19:06:54 CET 2016
+[INFO] Final Memory: 11M/215M
+[INFO] ------------------------------------------------------------------------
+[ERROR] Failed to execute goal de.juplo:hibernate-maven-plugin:2.0.0:drop (default) on project hibernate4-properties-test: Could not open the JDBC-connection: Unable to load class [org.h2.Driver]: Could not load requested class : org.h2.Driver -> [Help 1]
+[ERROR] 
+[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
+[ERROR] Re-run Maven using the -X switch to enable full debug logging.
+[ERROR] 
+[ERROR] For more information about the errors and possible solutions, please read the following articles:
+[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
+ +

+ A quick workaround for this error would be, to delete the runtime-constraint + for the jdbc-driver-dependency. +

+ +

+ A much cleaner way is, to (additionally) ad the dependency, to the + plugin-definition: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.0.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+  <dependencies>
+  <dependency>
+    <groupId>org.hsqldb</groupId>
+    <artifactId>hsqldb</artifactId>
+    <version>2.2.8</version>
+  </dependency>
+  </dependencies>
+</plugin>
+ +

+ This is also the best way, if you use a different jdbc-driver for + testing, than in production. + Because otherwise, this dependency will unnecessarily bloat the + runtime-dependencies of your project. +

+
+
+

DBUnit fails after execution of hibernate was skipped because nothing has changed

+ +

+ If hibernate-maven-plugin skips its excecution, this may lead to errors in + other plugins. + For example, when importing sample-data in the automatically created database + with the help of the dbunit-plugin, + the CLEAN_INSERT-operation may fail because of foreign-key-constraints, + if the database was not recreated, because the hibernate-maven-plugin has + skipped its excecution. +

+ +

+ A quick fix to this problem is, to force + hibernate-maven-plugin to export the schema every time it is running. + But to recreate the database on every testrun may noticeable slow down your + development cycle, if you have to wait for slow IO. +

+ +

+ To circumvent this problem, hibernate-maven-plugin signals a skipped + excecution by setting the maven property ${hibernate.schema.skipped} to + true. + You can configure other plugins to react on this signal. + For example, the dbunit-plugin can be configured to skip its excecution, if + hibernate-maven-plugin was skipped like this: +

+ +
+
+<plugin>
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>dbunit-maven-plugin</artifactId>
+  <configuration>
+    <skip>${hibernate.schema.skipped}</skip>
+  </configuration>
+</plugin>
+
+
+

The database will not be recreated after a manual drop/clean

+ +

+ If one manually drops the database or removes the hsqldb-files, it will not + be recreated by the hibernate-maven-plugin, because it cannot detect, that + the database needs to be recreated. + This happens, because the plugin will not recreate the database if neither + the configuration nor the annotated classes have changed, because an + unnecessary drop-create-cycle might take a long time. The plugin will + report that like this: +

+ +
+
+[INFO] No modified annotated classes found and dialect unchanged.
+[INFO] Skipping schema generation!
+ +

+ If one always uses mvn clean for cleanup, this will not happen. + Otherwise the recreation must be forced: +

+ +
+
+mvn hibernate:create -Dhibernate.schema.force=true
+
+
+

The hibernate:create goal is not executed, when tests are skipped

+ +

+ The hibernate-maven-plugin automatically skips its execution, when + maven.test.skip is set to true. If you need it to be always + executed, you can configure that explicitly like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Background-information for this design-decission can be found on the extra + page To skip or not to skip: that is the question... +

+
+
+

I do not want my dependencies to be scanned for hibernate annotations

+ +

+ If you do not want your dependencies to be scanned for hibernate annotations, + you can pass -Dhibernate.schema.scan.dependencies=none to maven + or set scanDependencies to none in the configuration + of the plugin like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <scanDependencies>none</scanDependencies>
+  </configuration>
+</plugin>
+
+
+

No annotated classes found

+ +

+ If you are working under Windows and get the error-message + No annotated classes found in directory C:\projects\X Y Z\path-to-project\target\classes, + but you are really sure, that there are annotated classes in that + directory, you are expiriencing a bug, in the scannotation-library, that + was closed in version 1.1.0 of the hibernate-maven-plugin. +

+ +

+ + You should consider to upgrade to the latest version of the plugin. + +

+
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/plugin-info.html b/dist/hibernate-maven-plugin-2.0.0/plugin-info.html new file mode 100644 index 00000000..f57b2cf6 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/plugin-info.html @@ -0,0 +1,221 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Plugin Documentation + + + + + + + + + + + +
+ + +
+
+

Plugin Documentation

+
+

Plugin Documentation

+

Goals available for this plugin:

+ + + + + + + + + + + + +
GoalDescription
hibernate:createGoal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
hibernate:dropGoal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
hibernate:helpDisplay help information on hibernate-maven-plugin.
+Call mvn hibernate:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+
+

System Requirements

+

The following specifies the minimum requirements to run this Maven plugin:

+ + + + + + + + + + + + +
Maven2.0.6
JDK1.6
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.
+
+

Usage

+

You should specify the version in your project's plugin configuration:

+
+
<project>
+  ...
+  <build>
+    <!-- To define the plugin version in your parent POM -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>de.juplo</groupId>
+          <artifactId>hibernate-maven-plugin</artifactId>
+          <version>2.0.0</version>
+        </plugin>
+        ...
+      </plugins>
+    </pluginManagement>
+    <!-- To use the plugin goals in your POM or parent POM -->
+    <plugins>
+      <plugin>
+        <groupId>de.juplo</groupId>
+        <artifactId>hibernate-maven-plugin</artifactId>
+        <version>2.0.0</version>
+      </plugin>
+      ...
+    </plugins>
+  </build>
+  ...
+</project>
+
+

For more information, see "Guide to Configuring Plug-ins"

+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/plugin-management.html b/dist/hibernate-maven-plugin-2.0.0/plugin-management.html new file mode 100644 index 00000000..9daabca4 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/plugin-management.html @@ -0,0 +1,195 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Plugin Management + + + + + + + + + + + +
+ + +
+ + +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/plugins.html b/dist/hibernate-maven-plugin-2.0.0/plugins.html new file mode 100644 index 00000000..8b01f958 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/plugins.html @@ -0,0 +1,266 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Project Plugins + + + + + + + + + + + +
+ + +
+
+

Project Plugins

+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-compiler-plugin3.3
org.apache.maven.pluginsmaven-dependency-plugin2.10
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-enforcer-plugin1.2
org.apache.maven.pluginsmaven-gpg-plugin1.1
org.apache.maven.pluginsmaven-install-plugin2.3
org.apache.maven.pluginsmaven-invoker-plugin1.10
org.apache.maven.pluginsmaven-jar-plugin2.2
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-plugin-plugin3.4
org.apache.maven.pluginsmaven-resources-plugin2.7
org.apache.maven.pluginsmaven-scm-plugin1.9.4
org.apache.maven.pluginsmaven-site-plugin3.4
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.10
+
+

Project Report Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.11
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-jxr-plugin2.5
org.apache.maven.pluginsmaven-plugin-plugin3.4
org.apache.maven.pluginsmaven-pmd-plugin3.4
+
+ +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/pmd.html b/dist/hibernate-maven-plugin-2.0.0/pmd.html new file mode 100644 index 00000000..0817509e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/pmd.html @@ -0,0 +1,215 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - PMD + + + + + + + + + + + +
+ + +
+
+

PMD

+
+

PMD Results

+

The following document contains the results of PMD 5.2.3.

+
+

Files

+
+

de/juplo/plugins/hibernate/AbstractSchemaMojo.java

+ + + + + + + + + + + + +
ViolationLine
Too many static imports may lead to messy code11178
Avoid unused method parameters such as 'path'.970
Avoid using a branching statement as the last in a loop.1173
+
+

de/juplo/plugins/hibernate/ModificationTracker.java

+ + + + + + +
ViolationLine
Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest'60
+
+

de/juplo/plugins/hibernate/SimpleConnectionProvider.java

+ + + + + + + + + + + + + + + +
ViolationLine
Too many static imports may lead to messy code1249
Unnecessary use of fully qualified name 'java.sql.Driver' due to existing import 'java.sql.Driver'168
Unnecessary use of fully qualified name 'java.sql.Connection' due to existing import 'java.sql.Connection'180
Unnecessary use of fully qualified name 'java.util.Properties' due to existing import 'java.util.Properties'182
+
+

de/juplo/plugins/hibernate/HelpMojo.java

+ + + + + + + + + + + + +
ViolationLine
Useless parentheses.241
Useless parentheses.286
Useless parentheses.296
+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/project-info.html b/dist/hibernate-maven-plugin-2.0.0/project-info.html new file mode 100644 index 00000000..81caac42 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/project-info.html @@ -0,0 +1,214 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Project Information + + + + + + + + + + + +
+ + +
+
+

Project Information

+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
AboutPlugin for generating a database-schema from Hibernate-Mapping-Annotations
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project LicenseThis is a link to the definitions of project licenses.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Project SummaryThis document lists other related information of this project
DependenciesThis document lists the project's dependencies and provides information on each dependency.
+
+ +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/project-reports.html b/dist/hibernate-maven-plugin-2.0.0/project-reports.html new file mode 100644 index 00000000..11f6c4b4 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/project-reports.html @@ -0,0 +1,181 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Project Reports + + + + + + + + + + + +
+ + +
+
+

Project Reports

+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
Test JavaDocsTest JavaDoc API documentation.
JavaDocsJavaDoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
Test Source XrefHTML based, cross-reference version of Java test source code.
CPDDuplicate code detection.
PMDVerification of coding rules.
Plugin DocumentationThis report provides goals and parameters documentation of a plugin.
+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/project-summary.html b/dist/hibernate-maven-plugin-2.0.0/project-summary.html new file mode 100644 index 00000000..b9c9aeaa --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/project-summary.html @@ -0,0 +1,209 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Project Summary + + + + + + + + + + + +
+ + +
+
+

Project Summary

+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameHibernate Maven Plugin
DescriptionPlugin for generating a database-schema from Hibernate-Mapping-Annotations
Homepagehttp://juplo.de/hibernate-maven-plugin
+
+

Project Organization

+

This project does not belong to an organization.

+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdde.juplo
ArtifactIdhibernate-maven-plugin
Version2.0.0
Typemaven-plugin
JDK Rev1.6
+
+ +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/skip.html b/dist/hibernate-maven-plugin-2.0.0/skip.html new file mode 100644 index 00000000..cbb38660 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/skip.html @@ -0,0 +1,193 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Skipping Execution + + + + + + + + + + + +
+ + +
+
+

Skipping Execution

+ + + + +

+ In most use-cases, the hibernate-maven-plugin is used to create a + test-database automatically. In this use-cases, it is very likely, that it + will result in mistakes/errors, if the goal is executed, when the tests + are skipped. + For example, one might manually overwrite the database-url with the url of + the production-database, in order to run other tests, like starting a + local webserver with the + jetty-maven-plugin. + If the drop-goal would be executed in such a scenario, it might erase the + hole production-database, which is not very desireable. +

+ +

+ Because of this, the configuration-parameter skip defaults to the value + of the proptery maven.test.skip. This way, the execution of the + hibernate-maven-plugin is skipped automatically, when the tests are + skipped. Think of it as a build-in security-belt. +

+ +

+ If you do not like that, because you need the plugin to always, + even if the tests are skipped you can configure that explicitly, + by setting the configuration-parameter skip to false: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Or, if you want the plugin to be executed by default and to be skipped + if you say so, you can bind the value of the configuration-parameter + skip to a custom property. For example: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>${foo.bar}</skip>
+  </configuration>
+</plugin>
+ +

+ This way, the plugin would be skipped, if you set the property + foo.bar to true. For example, if you specify -Dfoo.bar=true + on the command-line. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/source-repository.html b/dist/hibernate-maven-plugin-2.0.0/source-repository.html new file mode 100644 index 00000000..fe275317 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/source-repository.html @@ -0,0 +1,189 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Source Repository + + + + + + + + + + + +
+ + +
+
+

Source Repository

+
+

Overview

+

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

+
+

Web Access

+

The following is a link to the online source repository.

+
+
+

Anonymous access

+

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone http://juplo.de/git/hibernate-maven-plugin
+
+

Developer access

+

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

+
+
$ git clone ssh://juplo.de/var/lib/git/juplo/hibernate-maven-plugin
+
+

Access from behind a firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+ +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/team-list.html b/dist/hibernate-maven-plugin-2.0.0/team-list.html new file mode 100644 index 00000000..8aaafc0d --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/team-list.html @@ -0,0 +1,261 @@ + + + + + + + + + juplo - Hibernate Maven Plugin - Project Team + + + + + + + + + + + +
+ + +
+
+

Project Team

+
+

The Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + +
ImageIdNameEmail
kaiKai Moritzkai@juplo.de
+
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageNameEmail
Adriano Machadoadriano.m.machado@hotmail.com
Lorenzo Nicoralorenzo.nicora@nicus.it
Eduard Szenteeduard.szente@gmail.com
Stephen Johnsonstejohns@redhat.com
Victor Tataivtatai@gmail.com
Erik-Berndt Schepererik.berndt.scheper@gmail.com
Guido WimmelWimmel.Guido@swm.de
Joel Johnsonmrjoel@lixil.net
Paul K. Moorepaulkmoore@gmail.com
Mark Robinsonmark@mrobinson.ca
Claus Grafclausgraf@gmail.com
Joachim Van der Auwerajoachim@progs.be
Andreas Kuhtzandreas.kuhtz@gmail.com
+
+ +
+ +
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/allclasses-frame.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/allclasses-frame.html new file mode 100644 index 00000000..33b9b6bf --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate Maven Plugin 2.0.0 Test API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/allclasses-noframe.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/allclasses-noframe.html new file mode 100644 index 00000000..b333c912 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/allclasses-noframe.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate Maven Plugin 2.0.0 Test API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/constant-values.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/constant-values.html new file mode 100644 index 00000000..22d78f01 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/constant-values.html @@ -0,0 +1,124 @@ + + + + + + +Constant Field Values (Hibernate Maven Plugin 2.0.0 Test API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/FileComparator.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..cb9ac014 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/FileComparator.html @@ -0,0 +1,280 @@ + + + + + + +FileComparator (Hibernate Maven Plugin 2.0.0 Test API) + + + + + + + + + + + + +
+
de.juplo.test
+

Class FileComparator

+
+
+ +
+
    +
  • +
    +
    +
    public class FileComparator
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/class-use/FileComparator.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/class-use/FileComparator.html new file mode 100644 index 00000000..8bc7ce5a --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.test.FileComparator (Hibernate Maven Plugin 2.0.0 Test API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.test.FileComparator

+
+
No usage of de.juplo.test.FileComparator
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-frame.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-frame.html new file mode 100644 index 00000000..4717ab2e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +de.juplo.test (Hibernate Maven Plugin 2.0.0 Test API) + + + + + +

de.juplo.test

+
+

Classes

+ +
+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-summary.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-summary.html new file mode 100644 index 00000000..25070f34 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-summary.html @@ -0,0 +1,142 @@ + + + + + + +de.juplo.test (Hibernate Maven Plugin 2.0.0 Test API) + + + + + + + + + + + +
+

Package de.juplo.test

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    FileComparator 
    +
  • +
+
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-tree.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-tree.html new file mode 100644 index 00000000..cc367b15 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-tree.html @@ -0,0 +1,133 @@ + + + + + + +de.juplo.test Class Hierarchy (Hibernate Maven Plugin 2.0.0 Test API) + + + + + + + + + + + +
+

Hierarchy For Package de.juplo.test

+
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-use.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-use.html new file mode 100644 index 00000000..424a0c30 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/de/juplo/test/package-use.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Package de.juplo.test (Hibernate Maven Plugin 2.0.0 Test API) + + + + + + + + + + + +
+

Uses of Package
de.juplo.test

+
+
No usage of de.juplo.test
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/deprecated-list.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/deprecated-list.html new file mode 100644 index 00000000..a51349d5 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + + +Deprecated List (Hibernate Maven Plugin 2.0.0 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/help-doc.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/help-doc.html new file mode 100644 index 00000000..7098ee5e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +API Help (Hibernate Maven Plugin 2.0.0 Test API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/index-all.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/index-all.html new file mode 100644 index 00000000..d5e284b3 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/index-all.html @@ -0,0 +1,147 @@ + + + + + + +Index (Hibernate Maven Plugin 2.0.0 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
D F I  + + +

D

+
+
de.juplo.test - package de.juplo.test
+
 
+
+ + + +

F

+
+
FileComparator - Class in de.juplo.test
+
 
+
FileComparator(File) - Constructor for class de.juplo.test.FileComparator
+
 
+
+ + + +

I

+
+
isEqual(String, String) - Method in class de.juplo.test.FileComparator
+
 
+
+D F I 
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/index.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/index.html new file mode 100644 index 00000000..20ff6710 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/index.html @@ -0,0 +1,72 @@ + + + + + + +Hibernate Maven Plugin 2.0.0 Test API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/test/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/options b/dist/hibernate-maven-plugin-2.0.0/testapidocs/options new file mode 100644 index 00000000..cf2c184d --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/options @@ -0,0 +1,35 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/checkout/target/classes:/home/kai/juplo/hibernate4-maven-plugin/target/checkout/target/test-classes:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-entitymanager/5.0.2.Final/hibernate-entitymanager-5.0.2.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.3.3/maven-core-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.3.3/maven-model-builder-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.3.3/maven-settings-builder-3.3.3.jar:/home/kai/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/kai/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/apache/maven/maven-builder-support/3.3.3/maven-builder-support-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.3/maven-repository-metadata-3.3.3.jar:/home/kai/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar:/home/kai/.m2/repository/de/juplo/scannotation/1.0.4/scannotation-1.0.4.jar:/home/kai/.m2/repository/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar:/home/kai/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar:/home/kai/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar:/home/kai/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar:/home/kai/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar:/home/kai/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.3.3/maven-settings-3.3.3.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/jboss/jandex/1.2.2.Final/jandex-1.2.2.Final.jar:/home/kai/.m2/repository/org/hibernate/hibernate-envers/5.0.2.Final/hibernate-envers-5.0.2.Final.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/5.0.0.Final/hibernate-commons-annotations-5.0.0.Final.jar:/home/kai/.m2/repository/org/hibernate/hibernate-validator/5.2.2.Final/hibernate-validator-5.2.2.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.3.3/maven-aether-provider-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/5.0.2.Final/hibernate-core-5.0.2.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar:/home/kai/.m2/repository/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar:/home/kai/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/target/checkout/src/test/java:/home/kai/juplo/hibernate4-maven-plugin/target/checkout/target/generated-test-sources/test-annotations' +-Xdoclint:none +-author +-bottom +'Copyright © 2016. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/checkout/target/site/testapidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate Maven Plugin 2.0.0 Test API' +-link +'http://java.sun.com/javase/6/docs/api' +-tag +"goal:a:Goal:" +-tag +"phase:a:Phase:" +-tag +"threadSafe:a:Thread Safe:" +-tag +"requiresDependencyResolution:a:Requires Dependency Resolution:" +-tag +"requiresProject:a:Requires Project:" +-use +-version +-windowtitle +'Hibernate Maven Plugin 2.0.0 Test API' \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/overview-tree.html b/dist/hibernate-maven-plugin-2.0.0/testapidocs/overview-tree.html new file mode 100644 index 00000000..95c97c94 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/overview-tree.html @@ -0,0 +1,137 @@ + + + + + + +Class Hierarchy (Hibernate Maven Plugin 2.0.0 Test API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/package-list b/dist/hibernate-maven-plugin-2.0.0/testapidocs/package-list new file mode 100644 index 00000000..4774195e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/package-list @@ -0,0 +1 @@ +de.juplo.test diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/packages b/dist/hibernate-maven-plugin-2.0.0/testapidocs/packages new file mode 100644 index 00000000..8fbea680 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/packages @@ -0,0 +1 @@ +de.juplo.test \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/script.js b/dist/hibernate-maven-plugin-2.0.0/testapidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/dist/hibernate-maven-plugin-2.0.0/testapidocs/stylesheet.css b/dist/hibernate-maven-plugin-2.0.0/testapidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/testapidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/dist/hibernate-maven-plugin-2.0.0/xref-test/allclasses-frame.html b/dist/hibernate-maven-plugin-2.0.0/xref-test/allclasses-frame.html new file mode 100644 index 00000000..8253aebb --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref-test/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/FileComparator.html b/dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..15fac226 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/FileComparator.html @@ -0,0 +1,70 @@ + + + +FileComparator xref + + + +
+1   package de.juplo.test;
+2   
+3   import java.io.BufferedReader;
+4   import java.io.File;
+5   import java.io.FileNotFoundException;
+6   import java.io.FileReader;
+7   import java.io.IOException;
+8   
+9   
+10  public class FileComparator
+11  {
+12    private final File basedir;
+13    private BufferedReader expectedReader;
+14    private BufferedReader foundReader;
+15  
+16    public FileComparator(File basedir)
+17    {
+18      this.basedir = basedir;
+19    }
+20  
+21    public boolean isEqual(final String expectedFile, final String foundFile)
+22      throws
+23        FileNotFoundException,
+24        IOException
+25    {
+26      File file;
+27      String expected, found;
+28  
+29      file = new File(basedir, expectedFile);
+30      expectedReader = new BufferedReader(new FileReader(file));
+31  
+32      file = new File(basedir, foundFile);
+33      foundReader = new BufferedReader(new FileReader(file));
+34  
+35  
+36      while ((expected = expectedReader.readLine()) != null)
+37      {
+38        found = foundReader.readLine();
+39        if (!expected.equals(found))
+40        {
+41          System.err.println("Mismatch!");
+42          System.err.println("Expected: " + expected);
+43          System.err.println("Found:    " + found);
+44          return false;
+45        }
+46      }
+47  
+48      if ((found = foundReader.readLine()) != null)
+49      {
+50        System.err.println("Found more content than expected!");
+51        System.err.println("Starting with: " + found);
+52        return false;
+53      }
+54  
+55      return true;
+56    }
+57  }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/package-frame.html b/dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/package-frame.html new file mode 100644 index 00000000..9ea5ede4 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate Maven Plugin 2.0.0 Reference Package de.juplo.test + + + + +

+ de.juplo.test +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/package-summary.html b/dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/package-summary.html new file mode 100644 index 00000000..d3e73e1e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref-test/de/juplo/test/package-summary.html @@ -0,0 +1,69 @@ + + + + + + Hibernate Maven Plugin 2.0.0 Reference Package de.juplo.test + + + +
+ +
+
+ +
+ +

Package de.juplo.test

+ + + + + + + + + + + + +
Class Summary
+ FileComparator +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/xref-test/index.html b/dist/hibernate-maven-plugin-2.0.0/xref-test/index.html new file mode 100644 index 00000000..cc2b5579 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref-test/index.html @@ -0,0 +1,25 @@ + + + + + + + Hibernate Maven Plugin 2.0.0 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref-test/overview-frame.html b/dist/hibernate-maven-plugin-2.0.0/xref-test/overview-frame.html new file mode 100644 index 00000000..fbdb7d74 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref-test/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate Maven Plugin 2.0.0 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref-test/overview-summary.html b/dist/hibernate-maven-plugin-2.0.0/xref-test/overview-summary.html new file mode 100644 index 00000000..ba82dc58 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref-test/overview-summary.html @@ -0,0 +1,66 @@ + + + + + + Hibernate Maven Plugin 2.0.0 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate Maven Plugin 2.0.0 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.test +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/xref-test/stylesheet.css b/dist/hibernate-maven-plugin-2.0.0/xref-test/stylesheet.css new file mode 100644 index 00000000..89732f81 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref-test/stylesheet.css @@ -0,0 +1,114 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} + +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/allclasses-frame.html b/dist/hibernate-maven-plugin-2.0.0/xref/allclasses-frame.html new file mode 100644 index 00000000..563b5e91 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/allclasses-frame.html @@ -0,0 +1,41 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html new file mode 100644 index 00000000..16fa7a9e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html @@ -0,0 +1,1191 @@ + + + +AbstractSchemaMojo xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   
+4   import com.pyx4j.log4j.MavenLogAppender;
+5   import java.io.File;
+6   import java.io.FileInputStream;
+7   import java.io.IOException;
+8   import java.io.InputStream;
+9   import java.net.MalformedURLException;
+10  import java.net.URL;
+11  import java.security.NoSuchAlgorithmException;
+12  import java.util.Collections;
+13  import java.util.HashSet;
+14  import java.util.Iterator;
+15  import java.util.LinkedHashSet;
+16  import java.util.List;
+17  import java.util.Map;
+18  import java.util.Map.Entry;
+19  import java.util.Properties;
+20  import java.util.Set;
+21  import java.util.regex.Matcher;
+22  import java.util.regex.Pattern;
+23  import javax.persistence.Embeddable;
+24  import javax.persistence.Entity;
+25  import javax.persistence.MappedSuperclass;
+26  import javax.persistence.spi.PersistenceUnitTransactionType;
+27  import org.apache.maven.artifact.Artifact;
+28  import org.apache.maven.model.Resource;
+29  import org.apache.maven.plugin.AbstractMojo;
+30  import org.apache.maven.plugin.MojoExecutionException;
+31  import org.apache.maven.plugin.MojoFailureException;
+32  import org.apache.maven.project.MavenProject;
+33  import org.hibernate.boot.MetadataBuilder;
+34  import org.hibernate.boot.MetadataSources;
+35  import org.hibernate.boot.cfgxml.internal.ConfigLoader;
+36  import org.hibernate.boot.cfgxml.spi.LoadedConfig;
+37  import org.hibernate.boot.cfgxml.spi.MappingReference;
+38  import org.hibernate.boot.model.naming.ImplicitNamingStrategy;
+39  import org.hibernate.boot.model.naming.PhysicalNamingStrategy;
+40  import org.hibernate.boot.registry.BootstrapServiceRegistry;
+41  import org.hibernate.boot.registry.BootstrapServiceRegistryBuilder;
+42  import org.hibernate.boot.registry.StandardServiceRegistry;
+43  import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
+44  import org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
+45  import org.hibernate.boot.registry.classloading.spi.ClassLoadingException;
+46  import org.hibernate.boot.registry.selector.spi.StrategySelector;
+47  import org.hibernate.boot.spi.MetadataImplementor;
+48  import static org.hibernate.cfg.AvailableSettings.DIALECT;
+49  import static org.hibernate.cfg.AvailableSettings.DRIVER;
+50  import static org.hibernate.cfg.AvailableSettings.FORMAT_SQL;
+51  import static org.hibernate.cfg.AvailableSettings.HBM2DLL_CREATE_NAMESPACES;
+52  import static org.hibernate.cfg.AvailableSettings.IMPLICIT_NAMING_STRATEGY;
+53  import static org.hibernate.cfg.AvailableSettings.PASS;
+54  import static org.hibernate.cfg.AvailableSettings.PHYSICAL_NAMING_STRATEGY;
+55  import static org.hibernate.cfg.AvailableSettings.SHOW_SQL;
+56  import static org.hibernate.cfg.AvailableSettings.USER;
+57  import static org.hibernate.cfg.AvailableSettings.URL;
+58  import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
+59  import org.hibernate.internal.util.config.ConfigurationException;
+60  import static org.hibernate.jpa.AvailableSettings.JDBC_DRIVER;
+61  import static org.hibernate.jpa.AvailableSettings.JDBC_PASSWORD;
+62  import static org.hibernate.jpa.AvailableSettings.JDBC_URL;
+63  import static org.hibernate.jpa.AvailableSettings.JDBC_USER;
+64  import org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor;
+65  import org.hibernate.jpa.boot.internal.PersistenceXmlParser;
+66  import org.hibernate.jpa.boot.spi.ProviderChecker;
+67  import org.scannotation.AnnotationDB;
+68  
+69  
+70  /**
+71   * Baseclass with common attributes and methods.
+72   *
+73   * @phase process-classes
+74   * @threadSafe
+75   * @requiresDependencyResolution runtime
+76   */
+77  public abstract class AbstractSchemaMojo extends AbstractMojo
+78  {
+79    public final static String EXPORT = "hibernate.schema.export";
+80    public final static String DELIMITER = "hibernate.schema.delimiter";
+81    public final static String OUTPUTDIRECTORY = "project.build.outputDirectory";
+82    public final static String SCAN_CLASSES = "hibernate.schema.scan.classes";
+83    public final static String SCAN_DEPENDENCIES = "hibernate.schema.scan.dependencies";
+84    public final static String SCAN_TESTCLASSES = "hibernate.schema.scan.test_classes";
+85    public final static String TEST_OUTPUTDIRECTORY = "project.build.testOutputDirectory";
+86    public final static String SKIPPED = "hibernate.schema.skipped";
+87  
+88    private final static Pattern SPLIT = Pattern.compile("[^,\\s]+");
+89  
+90    private final Set<String> packages = new HashSet<String>();
+91  
+92    /**
+93     * The maven project.
+94     * <p>
+95     * Only needed internally.
+96     *
+97     * @parameter property="project"
+98     * @required
+99     * @readonly
+100    */
+101   private MavenProject project;
+102 
+103   /**
+104    * Build-directory.
+105    * <p>
+106    * Only needed internally.
+107    *
+108    * @parameter property="project.build.directory"
+109    * @required
+110    * @readonly
+111    */
+112   String buildDirectory;
+113 
+114 
+115   /** Parameters to configure the genaration of the SQL *********************/
+116 
+117   /**
+118    * Export the database-schma to the database.
+119    * If set to <code>false</code>, only the SQL-script is created and the
+120    * database is not touched.
+121    * <p>
+122    * <strong>Important:</strong>
+123    * This configuration value can only be configured through the
+124    * <code>pom.xml</code>, or by the definition of a system-property, because
+125    * it is not known by Hibernate nor JPA and, hence, not picked up from
+126    * their configuration!
+127    *
+128    * @parameter property="hibernate.schema.export" default-value="true"
+129    * @since 2.0
+130    */
+131   Boolean export;
+132 
+133   /**
+134    * Skip execution
+135    * <p>
+136    * If set to <code>true</code>, the execution is skipped.
+137    * <p>
+138    * A skipped execution is signaled via the maven-property
+139    * <code>${hibernate.schema.skipped}</code>.
+140    * <p>
+141    * The execution is skipped automatically, if no modified or newly added
+142    * annotated classes are found and the dialect was not changed.
+143    * <p>
+144    * <strong>Important:</strong>
+145    * This configuration value can only be configured through the
+146    * <code>pom.xml</code>, or by the definition of a system-property, because
+147    * it is not known by Hibernate nor JPA and, hence, not picked up from
+148    * their configuration!
+149    *
+150    * @parameter property="hibernate.schema.skip" default-value="${maven.test.skip}"
+151    * @since 1.0
+152    */
+153   private boolean skip;
+154 
+155   /**
+156    * Force execution
+157    * <p>
+158    * Force execution, even if no modified or newly added annotated classes
+159    * where found and the dialect was not changed.
+160    * <p>
+161    * <code>skip</code> takes precedence over <code>force</code>.
+162    * <p>
+163    * <strong>Important:</strong>
+164    * This configuration value can only be configured through the
+165    * <code>pom.xml</code>, or by the definition of a system-property, because
+166    * it is not known by Hibernate nor JPA and, hence, not picked up from
+167    * their configuration!
+168    *
+169    * @parameter property="hibernate.schema.force" default-value="false"
+170    * @since 1.0
+171    */
+172   private boolean force;
+173 
+174   /**
+175    * Hibernate dialect.
+176    *
+177    * @parameter property="hibernate.dialect"
+178    * @since 1.0
+179    */
+180   private String dialect;
+181 
+182   /**
+183    * Delimiter in output-file.
+184    * <p>
+185    * <strong>Important:</strong>
+186    * This configuration value can only be configured through the
+187    * <code>pom.xml</code>, or by the definition of a system-property, because
+188    * it is not known by Hibernate nor JPA and, hence, not picked up from
+189    * their configuration!
+190    *
+191    * @parameter property="hibernate.schema.delimiter" default-value=";"
+192    * @since 1.0
+193    */
+194   String delimiter;
+195 
+196   /**
+197    * Show the generated SQL in the command-line output.
+198    *
+199    * @parameter property="hibernate.show_sql"
+200    * @since 1.0
+201    */
+202   Boolean show;
+203 
+204   /**
+205    * Format output-file.
+206    *
+207    * @parameter property="hibernate.format_sql"
+208    * @since 1.0
+209    */
+210   Boolean format;
+211 
+212   /**
+213    * Specifies whether to automatically create also the database schema/catalog.
+214    *
+215    * @parameter property="hibernate.hbm2dll.create_namespaces" default-value="false"
+216    * @since 2.0
+217    */
+218   Boolean createNamespaces;
+219 
+220   /**
+221    * Implicit naming strategy
+222    *
+223    * @parameter property="hibernate.implicit_naming_strategy"
+224    * @since 2.0
+225    */
+226   private String implicitNamingStrategy;
+227 
+228   /**
+229    * Physical naming strategy
+230    *
+231    * @parameter property="hibernate.physical_naming_strategy"
+232    * @since 2.0
+233    */
+234   private String physicalNamingStrategy;
+235 
+236   /**
+237    * Wether the project should be scanned for annotated-classes, or not
+238    * <p>
+239    * This parameter is intended to allow overwriting of the parameter
+240    * <code>exclude-unlisted-classes</code> of a <code>persistence-unit</code>.
+241    * If not specified, it defaults to <code>true</code>
+242    *
+243    * @parameter property="hibernate.schema.scan.classes"
+244    * @since 2.0
+245    */
+246   private Boolean scanClasses;
+247 
+248   /**
+249    * Classes-Directory to scan.
+250    * <p>
+251    * This parameter defaults to the maven build-output-directory for classes.
+252    * Additionally, all dependencies are scanned for annotated classes.
+253    * <p>
+254    * <strong>Important:</strong>
+255    * This configuration value can only be configured through the
+256    * <code>pom.xml</code>, or by the definition of a system-property, because
+257    * it is not known by Hibernate nor JPA and, hence, not picked up from
+258    * their configuration!
+259    *
+260    * @parameter property="project.build.outputDirectory"
+261    * @since 1.0
+262    */
+263   private String outputDirectory;
+264 
+265   /**
+266    * Dependency-Scopes, that should be scanned for annotated classes.
+267    * <p>
+268    * By default, only dependencies in the scope <code>compile</code> are
+269    * scanned for annotated classes. Multiple scopes can be seperated by
+270    * white space or commas.
+271    * <p>
+272    * If you do not want any dependencies to be scanned for annotated
+273    * classes, set this parameter to <code>none</code>.
+274    * <p>
+275    * The plugin does not scan for annotated classes in transitive
+276    * dependencies. If some of your annotated classes are hidden in a
+277    * transitive dependency, you can simply add that dependency explicitly.
+278    *
+279    * @parameter property="hibernate.schema.scan.dependencies" default-value="compile"
+280    * @since 1.0.3
+281    */
+282   private String scanDependencies;
+283 
+284   /**
+285    * Whether to scan the test-branch of the project for annotated classes, or
+286    * not.
+287    * <p>
+288    * If this parameter is set to <code>true</code> the test-classes of the
+289    * artifact will be scanned for hibernate-annotated classes additionally.
+290    * <p>
+291    * <strong>Important:</strong>
+292    * This configuration value can only be configured through the
+293    * <code>pom.xml</code>, or by the definition of a system-property, because
+294    * it is not known by Hibernate nor JPA and, hence, not picked up from
+295    * their configuration!
+296    *
+297    * @parameter property="hibernate.schema.scan.test_classes" default-value="false"
+298    * @since 1.0.1
+299    */
+300   private Boolean scanTestClasses;
+301 
+302   /**
+303    * Test-Classes-Directory to scan.
+304    * <p>
+305    * This parameter defaults to the maven build-output-directory for
+306    * test-classes.
+307    * <p>
+308    * This parameter is only used, when <code>scanTestClasses</code> is set
+309    * to <code>true</code>!
+310    * <p>
+311    * <strong>Important:</strong>
+312    * This configuration value can only be configured through the
+313    * <code>pom.xml</code>, or by the definition of a system-property, because
+314    * it is not known by Hibernate nor JPA and, hence, not picked up from
+315    * their configuration!
+316    *
+317    * @parameter property="project.build.testOutputDirectory"
+318    * @since 1.0.2
+319    */
+320   private String testOutputDirectory;
+321 
+322 
+323   /** Conection parameters *************************************************/
+324 
+325   /**
+326    * SQL-Driver name.
+327    *
+328    * @parameter property="hibernate.connection.driver_class"
+329    * @since 1.0
+330    */
+331   private String driver;
+332 
+333   /**
+334    * Database URL.
+335    *
+336    * @parameter property="hibernate.connection.url"
+337    * @since 1.0
+338    */
+339   private String url;
+340 
+341   /**
+342    * Database username
+343    *
+344    * @parameter property="hibernate.connection.username"
+345    * @since 1.0
+346    */
+347   private String username;
+348 
+349   /**
+350    * Database password
+351    *
+352    * @parameter property="hibernate.connection.password"
+353    * @since 1.0
+354    */
+355   private String password;
+356 
+357 
+358   /** Parameters to locate configuration sources ****************************/
+359 
+360   /**
+361    * Path to a file or name of a ressource with hibernate properties.
+362    * If this parameter is specified, the plugin will try to load configuration
+363    * values from a file with the given path or a ressource on the classpath with
+364    * the given name. If both fails, the execution of the plugin will fail.
+365    * <p>
+366    * If this parameter is not set the plugin will load configuration values
+367    * from a ressource named <code>hibernate.properties</code> on the classpath,
+368    * if it is present, but will not fail if there is no such ressource.
+369    * <p>
+370    * During ressource-lookup, the test-classpath takes precedence.
+371    *
+372    * @parameter
+373    * @since 1.0
+374    */
+375   private String hibernateProperties;
+376 
+377   /**
+378    * Path to Hibernate configuration file (.cfg.xml).
+379    * If this parameter is specified, the plugin will try to load configuration
+380    * values from a file with the given path or a ressource on the classpath with
+381    * the given name. If both fails, the execution of the plugin will fail.
+382    * <p>
+383    * If this parameter is not set the plugin will load configuration values
+384    * from a ressource named <code>hibernate.cfg.xml</code> on the classpath,
+385    * if it is present, but will not fail if there is no such ressource.
+386    * <p>
+387    * During ressource-lookup, the test-classpath takes precedence.
+388    * <p>
+389    * Settings in this file will overwrite settings in the properties file.
+390    *
+391    * @parameter
+392    * @since 1.1.0
+393    */
+394   private String hibernateConfig;
+395 
+396   /**
+397    * Name of the persistence-unit.
+398    * If this parameter is specified, the plugin will try to load configuration
+399    * values from a persistence-unit with the specified name. If no such
+400    * persistence-unit can be found, the plugin will throw an exception.
+401    * <p>
+402    * If this parameter is not set and there is only one persistence-unit
+403    * available, that unit will be used automatically. But if this parameter is
+404    * not set and there are multiple persistence-units available on,
+405    * the class-path, the execution of the plugin will fail.
+406    * <p>
+407    * Settings in this file will overwrite settings in the properties or the
+408    * configuration file.
+409    *
+410    * @parameter
+411    * @since 1.1.0
+412    */
+413   private String persistenceUnit;
+414 
+415   /**
+416    * List of Hibernate-Mapping-Files (XML).
+417    * Multiple files can be separated with white-spaces and/or commas.
+418    *
+419    * @parameter property="hibernate.mapping"
+420    * @since 1.0.2
+421    */
+422   private String mappings;
+423 
+424 
+425 
+426   public final void execute(String filename)
+427     throws
+428       MojoFailureException,
+429       MojoExecutionException
+430   {
+431     if (skip)
+432     {
+433       getLog().info("Execution of hibernate-maven-plugin was skipped!");
+434       project.getProperties().setProperty(SKIPPED, "true");
+435       return;
+436     }
+437 
+438     ModificationTracker tracker;
+439     try
+440     {
+441       tracker = new ModificationTracker(buildDirectory, filename, getLog());
+442     }
+443     catch (NoSuchAlgorithmException e)
+444     {
+445       throw new MojoFailureException("Digest-Algorithm MD5 is missing!", e);
+446     }
+447 
+448     SimpleConnectionProvider connectionProvider =
+449         new SimpleConnectionProvider(getLog());
+450 
+451     try
+452     {
+453       /** Start extended logging */
+454       MavenLogAppender.startPluginLog(this);
+455 
+456       /** Load checksums for old mapping and configuration */
+457       tracker.load();
+458 
+459       /** Create the ClassLoader */
+460       MutableClassLoader classLoader = createClassLoader();
+461 
+462       /** Create a BootstrapServiceRegistry with the created ClassLoader */
+463       BootstrapServiceRegistry bootstrapServiceRegitry =
+464           new BootstrapServiceRegistryBuilder()
+465               .applyClassLoader(classLoader)
+466               .build();
+467       ClassLoaderService classLoaderService =
+468           bootstrapServiceRegitry.getService(ClassLoaderService.class);
+469 
+470       Properties properties = new Properties();
+471       ConfigLoader configLoader = new ConfigLoader(bootstrapServiceRegitry);
+472 
+473       /** Loading and merging configuration */
+474       properties.putAll(loadProperties(configLoader));
+475       LoadedConfig config = loadConfig(configLoader);
+476       if (config != null)
+477         properties.putAll(config.getConfigurationValues());
+478       ParsedPersistenceXmlDescriptor unit =
+479           loadPersistenceUnit(classLoaderService, properties);
+480       if (unit != null)
+481         properties.putAll(unit.getProperties());
+482 
+483       /** Overwriting/Completing configuration */
+484       configure(properties, tracker);
+485 
+486       /** Check configuration for modifications */
+487       if(tracker.track(properties))
+488         getLog().debug("Configuration has changed.");
+489       else
+490         getLog().debug("Configuration unchanged.");
+491 
+492       /** Configure Hibernate */
+493       StandardServiceRegistry serviceRegistry =
+494           new StandardServiceRegistryBuilder(bootstrapServiceRegitry)
+495               .applySettings(properties)
+496               .addService(ConnectionProvider.class, connectionProvider)
+497               .build();
+498       MetadataSources sources = new MetadataSources(serviceRegistry);
+499 
+500       /** Add the remaining class-path-elements */
+501       completeClassPath(classLoader);
+502 
+503       /** Apply mappings from hibernate-configuration, if present */
+504       if (config != null)
+505       {
+506         for (MappingReference mapping : config.getMappingReferences())
+507           mapping.apply(sources);
+508       }
+509 
+510       Set<String> classes;
+511       if (unit == null)
+512       {
+513         /** No persistent unit: default behaviour */
+514         if (scanClasses == null)
+515           scanClasses = true;
+516         Set<URL> urls = new HashSet<URL>();
+517         if (scanClasses)
+518           addRoot(urls, outputDirectory);
+519         if (scanTestClasses)
+520           addRoot(urls, testOutputDirectory);
+521         addDependencies(urls);
+522         classes = scanUrls(urls);
+523       }
+524       else
+525       {
+526         /** Follow configuration in persisten unit */
+527         if (scanClasses == null)
+528           scanClasses = !unit.isExcludeUnlistedClasses();
+529         Set<URL> urls = new HashSet<URL>();
+530         if (scanClasses)
+531         {
+532           /**
+533            * Scan the root of the persiten unit and configured jars for
+534            * annotated classes
+535            */
+536           urls.add(unit.getPersistenceUnitRootUrl());
+537           for (URL url : unit.getJarFileUrls())
+538             urls.add(url);
+539         }
+540         if (scanTestClasses)
+541           addRoot(urls, testOutputDirectory);
+542         classes = scanUrls(urls);
+543         for (String className : unit.getManagedClassNames())
+544           classes.add(className);
+545         /**
+546          * Add mappings from the default mapping-file
+547          * <code>META-INF/orm.xml</code>, if present
+548          */
+549         try
+550         {
+551           InputStream is = classLoader.getResourceAsStream("META-INF/orm.xml");
+552           if (is != null)
+553           {
+554             getLog().info("Adding default JPA-XML-mapping from META-INF/orm.xml");
+555             tracker.track("META-INF/orm.xml", is);
+556             sources.addResource("META-INF/orm.xml");
+557           }
+558           /**
+559            * Add mappings from files, that are explicitly configured in the
+560            * persistence unit
+561            */
+562           for (String mapping : unit.getMappingFileNames())
+563           {
+564             getLog().info("Adding explicitly configured mapping from " + mapping);
+565             tracker.track(mapping, classLoader.getResourceAsStream(mapping));
+566             sources.addResource(mapping);
+567           }
+568         }
+569         catch (IOException e)
+570         {
+571           throw new MojoFailureException("Error reading XML-mappings", e);
+572         }
+573       }
+574 
+575       /** Add the configured/collected annotated classes */
+576       for (String className : classes)
+577         addAnnotated(className, sources, classLoaderService, tracker);
+578 
+579       /** Add explicitly configured classes */
+580       addMappings(sources, tracker);
+581 
+582       /** Skip execution, if mapping and configuration is unchanged */
+583       if (!tracker.modified())
+584       {
+585         getLog().info(
+586             "Mapping and configuration unchanged."
+587             );
+588         if (force)
+589           getLog().info("Schema generation is forced!");
+590         else
+591         {
+592           getLog().info("Skipping schema generation!");
+593           project.getProperties().setProperty(SKIPPED, "true");
+594           return;
+595         }
+596       }
+597 
+598 
+599       /** Create a connection, if sufficient configuration infromation is available */
+600       connectionProvider.open(classLoaderService, properties);
+601 
+602       MetadataBuilder metadataBuilder = sources.getMetadataBuilder();
+603 
+604       StrategySelector strategySelector =
+605           serviceRegistry.getService(StrategySelector.class);
+606 
+607       if (properties.containsKey(IMPLICIT_NAMING_STRATEGY))
+608       {
+609         metadataBuilder.applyImplicitNamingStrategy(
+610             strategySelector.resolveStrategy(
+611                 ImplicitNamingStrategy.class,
+612                 properties.getProperty(IMPLICIT_NAMING_STRATEGY)
+613                 )
+614             );
+615       }
+616 
+617       if (properties.containsKey(PHYSICAL_NAMING_STRATEGY))
+618       {
+619         metadataBuilder.applyPhysicalNamingStrategy(
+620             strategySelector.resolveStrategy(
+621                 PhysicalNamingStrategy.class,
+622                 properties.getProperty(PHYSICAL_NAMING_STRATEGY)
+623                 )
+624             );
+625       }
+626 
+627       /**
+628        * Change class-loader of current thread.
+629        * This is necessary, because still not all parts of Hibernate 5 use
+630        * the newly introduced ClassLoaderService and will fail otherwise!
+631        */
+632       Thread thread = Thread.currentThread();
+633       ClassLoader contextClassLoader = thread.getContextClassLoader();
+634       try
+635       {
+636         thread.setContextClassLoader(classLoader);
+637         build((MetadataImplementor)metadataBuilder.build());
+638       }
+639       finally
+640       {
+641         thread.setContextClassLoader(contextClassLoader);
+642       }
+643     }
+644     catch (MojoExecutionException e)
+645     {
+646       tracker.failed();
+647       throw e;
+648     }
+649     catch (MojoFailureException e)
+650     {
+651       tracker.failed();
+652       throw e;
+653     }
+654     catch (RuntimeException e)
+655     {
+656       tracker.failed();
+657       throw e;
+658     }
+659     finally
+660     {
+661       /** Remember mappings and configuration */
+662       tracker.save();
+663 
+664       /** Close the connection - if one was opened */
+665       connectionProvider.close();
+666 
+667       /** Stop Log-Capturing */
+668       MavenLogAppender.endPluginLog(this);
+669     }
+670   }
+671 
+672 
+673   abstract void build(MetadataImplementor metadata)
+674     throws
+675       MojoFailureException,
+676       MojoExecutionException;
+677 
+678 
+679   private MutableClassLoader createClassLoader() throws MojoExecutionException
+680   {
+681     try
+682     {
+683       getLog().debug("Creating ClassLoader for project-dependencies...");
+684       LinkedHashSet<URL> urls = new LinkedHashSet<URL>();
+685       File file;
+686 
+687       file = new File(testOutputDirectory);
+688       if (!file.exists())
+689       {
+690         getLog().info("Creating test-output-directory: " + testOutputDirectory);
+691         file.mkdirs();
+692       }
+693       urls.add(file.toURI().toURL());
+694 
+695       file = new File(outputDirectory);
+696       if (!file.exists())
+697       {
+698         getLog().info("Creating output-directory: " + outputDirectory);
+699         file.mkdirs();
+700       }
+701       urls.add(file.toURI().toURL());
+702 
+703       return new MutableClassLoader(urls, getLog());
+704     }
+705     catch (Exception e)
+706     {
+707       getLog().error("Error while creating ClassLoader!", e);
+708       throw new MojoExecutionException(e.getMessage());
+709     }
+710   }
+711 
+712   private void completeClassPath(MutableClassLoader classLoader)
+713       throws
+714         MojoExecutionException
+715   {
+716     try
+717     {
+718       getLog().debug("Completing class-paths of the ClassLoader for project-dependencies...");
+719       List<String> classpathFiles = project.getCompileClasspathElements();
+720       if (scanTestClasses)
+721         classpathFiles.addAll(project.getTestClasspathElements());
+722       LinkedHashSet<URL> urls = new LinkedHashSet<URL>();
+723       for (String pathElement : classpathFiles)
+724       {
+725         getLog().debug("Dependency: " + pathElement);
+726         urls.add(new File(pathElement).toURI().toURL());
+727       }
+728       classLoader.add(urls);
+729     }
+730     catch (Exception e)
+731     {
+732       getLog().error("Error while creating ClassLoader!", e);
+733       throw new MojoExecutionException(e.getMessage());
+734     }
+735   }
+736 
+737   private Map loadProperties(ConfigLoader configLoader)
+738       throws
+739         MojoExecutionException
+740   {
+741     /** Try to read configuration from properties-file */
+742     if (hibernateProperties == null)
+743     {
+744       try
+745       {
+746         return configLoader.loadProperties("hibernate.properties");
+747       }
+748       catch (ConfigurationException e)
+749       {
+750         getLog().debug(e.getMessage());
+751         return Collections.EMPTY_MAP;
+752       }
+753     }
+754     else
+755     {
+756       try
+757       {
+758         File file = new File(hibernateProperties);
+759         if (file.exists())
+760         {
+761           getLog().info("Reading settings from file " + hibernateProperties + "...");
+762           return configLoader.loadProperties(file);
+763         }
+764         else
+765           return configLoader.loadProperties(hibernateProperties);
+766       }
+767       catch (ConfigurationException e)
+768       {
+769         getLog().error("Error while reading properties!", e);
+770         throw new MojoExecutionException(e.getMessage());
+771       }
+772     }
+773   }
+774 
+775   private LoadedConfig loadConfig(ConfigLoader configLoader)
+776       throws MojoExecutionException
+777   {
+778     /** Try to read configuration from configuration-file */
+779     if (hibernateConfig == null)
+780     {
+781       try
+782       {
+783         return configLoader.loadConfigXmlResource("hibernate.cfg.xml");
+784       }
+785       catch (ConfigurationException e)
+786       {
+787         getLog().debug(e.getMessage());
+788         return null;
+789       }
+790     }
+791     else
+792     {
+793       try
+794       {
+795         File file = new File(hibernateConfig);
+796         if (file.exists())
+797         {
+798           getLog().info("Reading configuration from file " + hibernateConfig + "...");
+799           return configLoader.loadConfigXmlFile(file);
+800         }
+801         else
+802         {
+803           return configLoader.loadConfigXmlResource(hibernateConfig);
+804         }
+805       }
+806       catch (ConfigurationException e)
+807       {
+808         getLog().error("Error while reading configuration!", e);
+809         throw new MojoExecutionException(e.getMessage());
+810       }
+811     }
+812   }
+813 
+814   private void configure(Properties properties, ModificationTracker tracker)
+815       throws MojoFailureException
+816   {
+817     /**
+818      * Special treatment for the configuration-value "export": if it is
+819      * switched to "true", the genearation fo the schema should be forced!
+820      */
+821     if (tracker.check(EXPORT, export.toString()) && export)
+822       tracker.touch();
+823 
+824     /**
+825      * Configure the generation of the SQL.
+826      * Overwrite values from properties-file if the configuration parameter is
+827      * known to Hibernate.
+828      */
+829     dialect = configure(properties, dialect, DIALECT);
+830     tracker.track(DELIMITER, delimiter); // << not reflected in hibernate configuration!
+831     format = configure(properties, format, FORMAT_SQL);
+832     createNamespaces = configure(properties, createNamespaces, HBM2DLL_CREATE_NAMESPACES);
+833     implicitNamingStrategy = configure(properties, implicitNamingStrategy, IMPLICIT_NAMING_STRATEGY);
+834     physicalNamingStrategy = configure(properties, physicalNamingStrategy, PHYSICAL_NAMING_STRATEGY);
+835     tracker.track(OUTPUTDIRECTORY, outputDirectory); // << not reflected in hibernate configuration!
+836     tracker.track(SCAN_DEPENDENCIES, scanDependencies); // << not reflected in hibernate configuration!
+837     tracker.track(SCAN_TESTCLASSES, scanTestClasses.toString()); // << not reflected in hibernate configuration!
+838     tracker.track(TEST_OUTPUTDIRECTORY, testOutputDirectory); // << not reflected in hibernate configuration!
+839 
+840     /**
+841      * Special treatment for the configuration-value "show": a change of its
+842      * configured value should not lead to a regeneration of the database
+843      * schama!
+844      */
+845     if (show == null)
+846       show = Boolean.valueOf(properties.getProperty(SHOW_SQL));
+847     else
+848       properties.setProperty(SHOW_SQL, show.toString());
+849 
+850     /**
+851      * Configure the connection parameters.
+852      * Overwrite values from properties-file.
+853      */
+854     driver = configure(properties, driver, DRIVER, JDBC_DRIVER);
+855     url = configure(properties, url, URL, JDBC_URL);
+856     username = configure(properties, username, USER, JDBC_USER);
+857     password = configure(properties, password, PASS, JDBC_PASSWORD);
+858 
+859     if (properties.isEmpty())
+860     {
+861       getLog().error("No properties set!");
+862       throw new MojoFailureException("Hibernate configuration is missing!");
+863     }
+864 
+865     getLog().info("Gathered hibernate-configuration (turn on debugging for details):");
+866     for (Entry<Object,Object> entry : properties.entrySet())
+867       getLog().info("  " + entry.getKey() + " = " + entry.getValue());
+868   }
+869 
+870   private String configure(
+871       Properties properties,
+872       String value,
+873       String key,
+874       String alternativeKey
+875       )
+876   {
+877     value = configure(properties, value, key);
+878     if (value == null)
+879       return properties.getProperty(alternativeKey);
+880 
+881     if (properties.containsKey(alternativeKey))
+882     {
+883       getLog().warn(
+884           "Ignoring property " + alternativeKey + "=" +
+885           properties.getProperty(alternativeKey) + " in favour for property " +
+886           key + "=" + properties.getProperty(key)
+887           );
+888       properties.remove(alternativeKey);
+889     }
+890     return properties.getProperty(alternativeKey);
+891   }
+892 
+893   private String configure(Properties properties, String value, String key)
+894   {
+895     if (value != null)
+896     {
+897       if (properties.containsKey(key))
+898         getLog().debug(
+899             "Overwriting property " + key + "=" + properties.getProperty(key) +
+900             " with the value " + value
+901             );
+902       else
+903         getLog().debug("Using the value " + value + " for property " + key);
+904       properties.setProperty(key, value);
+905     }
+906     return properties.getProperty(key);
+907   }
+908 
+909   private boolean configure(Properties properties, Boolean value, String key)
+910   {
+911     if (value != null)
+912     {
+913       if (properties.containsKey(key))
+914         getLog().debug(
+915             "Overwriting property " + key + "=" + properties.getProperty(key) +
+916             " with the value " + value
+917             );
+918       else
+919         getLog().debug("Using the value " + value + " for property " + key);
+920       properties.setProperty(key, value.toString());
+921     }
+922     return Boolean.valueOf(properties.getProperty(key));
+923   }
+924 
+925   private void addMappings(MetadataSources sources, ModificationTracker tracker)
+926       throws MojoFailureException
+927   {
+928     getLog().debug("Adding explicitly configured mappings...");
+929     if (mappings != null)
+930     {
+931       try
+932       {
+933         for (String filename : mappings.split("[\\s,]+"))
+934         {
+935           // First try the filename as absolute/relative path
+936           File file = new File(filename);
+937           if (!file.exists())
+938           {
+939             // If the file was not found, search for it in the resource-directories
+940             for (Resource resource : project.getResources())
+941             {
+942               file = new File(resource.getDirectory() + File.separator + filename);
+943               if (file.exists())
+944                 break;
+945             }
+946           }
+947           if (file.exists())
+948           {
+949             if (file.isDirectory())
+950               // TODO: add support to read all mappings under a directory
+951               throw new MojoFailureException(file.getAbsolutePath() + " is a directory");
+952             if (tracker.track(filename, new FileInputStream(file)))
+953               getLog().debug("Found new or modified mapping-file: " + filename);
+954             else
+955               getLog().debug("Mapping-file unchanged: " + filename);
+956 
+957             sources.addFile(file);
+958           }
+959           else
+960             throw new MojoFailureException("File " + filename + " could not be found in any of the configured resource-directories!");
+961         }
+962       }
+963       catch (IOException e)
+964       {
+965         throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+966       }
+967     }
+968   }
+969 
+970   private void addRoot(Set<URL> urls, String path) throws MojoFailureException
+971   {
+972     try
+973     {
+974       File dir = new File(outputDirectory);
+975       if (dir.exists())
+976       {
+977         getLog().info("Adding " + dir.getAbsolutePath() + " to the list of roots to scan...");
+978         urls.add(dir.toURI().toURL());
+979       }
+980     }
+981     catch (MalformedURLException e)
+982     {
+983       getLog().error("error while adding the project-root to the list of roots to scan!", e);
+984       throw new MojoFailureException(e.getMessage());
+985     }
+986   }
+987 
+988   private void addDependencies(Set<URL> urls) throws MojoFailureException
+989   {
+990     try
+991     {
+992       if (scanDependencies != null)
+993       {
+994         Matcher matcher = SPLIT.matcher(scanDependencies);
+995         while (matcher.find())
+996         {
+997           getLog().info("Adding dependencies from scope " + matcher.group() + " to the list of roots to scan");
+998           for (Artifact artifact : project.getDependencyArtifacts())
+999           {
+1000             if (!artifact.getScope().equalsIgnoreCase(matcher.group()))
+1001               continue;
+1002             if (artifact.getFile() == null)
+1003             {
+1004               getLog().warn("Cannot add dependency " + artifact.getId() + ": no JAR-file available!");
+1005               continue;
+1006             }
+1007             getLog().info("Adding dependencies from scope " + artifact.getId() + " to the list of roots to scan");
+1008             urls.add(artifact.getFile().toURI().toURL());
+1009           }
+1010         }
+1011       }
+1012     }
+1013     catch (MalformedURLException e)
+1014     {
+1015       getLog().error("Error while adding dependencies to the list of roots to scan!", e);
+1016       throw new MojoFailureException(e.getMessage());
+1017     }
+1018   }
+1019 
+1020   private Set<String> scanUrls(Set<URL> scanRoots)
+1021       throws
+1022         MojoFailureException
+1023   {
+1024     try
+1025     {
+1026       AnnotationDB db = new AnnotationDB();
+1027       for (URL root : scanRoots)
+1028         db.scanArchives(root);
+1029 
+1030       Set<String> classes = new HashSet<String>();
+1031       if (db.getAnnotationIndex().containsKey(Entity.class.getName()))
+1032         classes.addAll(db.getAnnotationIndex().get(Entity.class.getName()));
+1033       if (db.getAnnotationIndex().containsKey(MappedSuperclass.class.getName()))
+1034         classes.addAll(db.getAnnotationIndex().get(MappedSuperclass.class.getName()));
+1035       if (db.getAnnotationIndex().containsKey(Embeddable.class.getName()))
+1036         classes.addAll(db.getAnnotationIndex().get(Embeddable.class.getName()));
+1037 
+1038       return classes;
+1039     }
+1040     catch (Exception e)
+1041     {
+1042       getLog().error("Error while scanning!", e);
+1043       throw new MojoFailureException(e.getMessage());
+1044     }
+1045   }
+1046 
+1047   private void addAnnotated(
+1048       String name,
+1049       MetadataSources sources,
+1050       ClassLoaderService classLoaderService,
+1051       ModificationTracker tracker
+1052       )
+1053       throws
+1054         MojoFailureException,
+1055         MojoExecutionException
+1056   {
+1057     try
+1058     {
+1059       getLog().info("Adding annotated resource: " + name);
+1060       String packageName;
+1061 
+1062       try
+1063       {
+1064         Class<?> annotatedClass = classLoaderService.classForName(name);
+1065         String resourceName = annotatedClass.getName();
+1066         resourceName =
+1067             resourceName.substring(
+1068                 resourceName.lastIndexOf(".") + 1,
+1069                 resourceName.length()
+1070                 ) + ".class";
+1071         InputStream is = annotatedClass.getResourceAsStream(resourceName);
+1072         if (tracker.track(name, is))
+1073           getLog().debug("New or modified class: " + name);
+1074         else
+1075           getLog().debug("Unchanged class: " + name);
+1076         sources.addAnnotatedClass(annotatedClass);
+1077         packageName = annotatedClass.getPackage().getName();
+1078       }
+1079       catch(ClassLoadingException e)
+1080       {
+1081         packageName = name;
+1082       }
+1083 
+1084       while (packageName != null)
+1085       {
+1086         if (packages.contains(packageName))
+1087           return;
+1088         String resource = packageName.replace('.', '/') + "/package-info.class";
+1089         InputStream is = classLoaderService.locateResourceStream(resource);
+1090         if (is == null)
+1091         {
+1092           // No compiled package-info available: no package-level annotations!
+1093           getLog().debug("Package " + packageName + " is not annotated.");
+1094         }
+1095         else
+1096         {
+1097           if (tracker.track(packageName, is))
+1098             getLog().debug("New or modified package: " + packageName);
+1099           else
+1100            getLog().debug("Unchanged package: " + packageName);
+1101           getLog().info("Adding annotations from package " + packageName);
+1102           sources.addPackage(packageName);
+1103         }
+1104         packages.add(packageName);
+1105         int i = packageName.lastIndexOf('.');
+1106         if (i < 0)
+1107           packageName = null;
+1108         else
+1109           packageName = packageName.substring(0,i);
+1110       }
+1111     }
+1112     catch (Exception e)
+1113     {
+1114       getLog().error("Error while adding the annotated class " + name, e);
+1115       throw new MojoFailureException(e.getMessage());
+1116     }
+1117   }
+1118 
+1119   private ParsedPersistenceXmlDescriptor loadPersistenceUnit(
+1120       ClassLoaderService classLoaderService,
+1121       Properties properties
+1122       )
+1123       throws
+1124         MojoFailureException
+1125   {
+1126     PersistenceXmlParser parser =
+1127         new PersistenceXmlParser(
+1128             classLoaderService,
+1129             PersistenceUnitTransactionType.RESOURCE_LOCAL
+1130              );
+1131 
+1132     List<ParsedPersistenceXmlDescriptor> units = parser.doResolve(properties);
+1133 
+1134     if (persistenceUnit == null)
+1135     {
+1136       switch (units.size())
+1137       {
+1138         case 0:
+1139           getLog().info("Found no META-INF/persistence.xml.");
+1140           return null;
+1141         case 1:
+1142           getLog().info("Using persistence-unit " + units.get(0).getName());
+1143           return units.get(0);
+1144         default:
+1145           StringBuilder builder = new StringBuilder();
+1146           builder.append("No name provided and multiple persistence units found: ");
+1147           Iterator<ParsedPersistenceXmlDescriptor> it = units.iterator();
+1148           builder.append(it.next().getName());
+1149           while (it.hasNext())
+1150           {
+1151             builder.append(", ");
+1152             builder.append(it.next().getName());
+1153           }
+1154           builder.append('.');
+1155           throw new MojoFailureException(builder.toString());
+1156       }
+1157     }
+1158 
+1159     for (ParsedPersistenceXmlDescriptor unit : units)
+1160     {
+1161       getLog().debug("Found persistence-unit " + unit.getName());
+1162       if (!unit.getName().equals(persistenceUnit))
+1163         continue;
+1164 
+1165       // See if we (Hibernate) are the persistence provider
+1166       if (!ProviderChecker.isProvider(unit, properties))
+1167       {
+1168         getLog().debug("Wrong provider: " + unit.getProviderClassName());
+1169         continue;
+1170       }
+1171 
+1172       getLog().info("Using persistence-unit " + unit.getName());
+1173       return unit;
+1174     }
+1175 
+1176     throw new MojoFailureException("Could not find persistence-unit " + persistenceUnit);
+1177   }
+1178 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/CreateMojo.html b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/CreateMojo.html new file mode 100644 index 00000000..133e6f86 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/CreateMojo.html @@ -0,0 +1,113 @@ + + + +CreateMojo xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import java.io.File;
+20  import org.apache.maven.plugin.MojoExecutionException;
+21  import org.apache.maven.plugin.MojoFailureException;
+22  import org.hibernate.boot.spi.MetadataImplementor;
+23  import org.hibernate.tool.hbm2ddl.SchemaExport;
+24  
+25  
+26  /**
+27   * Goal which extracts the hibernate-mapping-configuration and
+28   * exports an according SQL-database-schema.
+29   *
+30   * @goal create
+31   * @phase process-classes
+32   * @threadSafe
+33   * @requiresDependencyResolution runtime
+34   */
+35  public class CreateMojo extends AbstractSchemaMojo
+36  {
+37    /**
+38     * Output file.
+39     * <p>
+40     * If the specified filename is not absolut, the file will be created
+41     * relative to the project build directory
+42     * (<code>project.build.directory</code>).
+43     *
+44     * @parameter property="hibernate.schema.export.create" default-value="create.sql"
+45     * @since 1.0
+46     */
+47    private String outputFile;
+48  
+49  
+50    @Override
+51    public final void execute()
+52      throws
+53        MojoFailureException,
+54        MojoExecutionException
+55    {
+56      super.execute(outputFile);
+57    }
+58  
+59  
+60    @Override
+61    void build(MetadataImplementor metadata)
+62        throws
+63          MojoExecutionException,
+64          MojoFailureException
+65    {
+66      SchemaExport schemaExport = new SchemaExport(metadata, createNamespaces);
+67      schemaExport.setDelimiter(delimiter);
+68      schemaExport.setFormat(format);
+69  
+70      File output = new File(outputFile);
+71  
+72      if (!output.isAbsolute())
+73      {
+74        // Interpret relative file path relative to build directory
+75        output = new File(buildDirectory, outputFile);
+76        getLog().debug("Adjusted relative path, resulting path is " + output.getPath());
+77      }
+78  
+79      // Ensure that directory path for specified file exists
+80      File outFileParentDir = output.getParentFile();
+81      if (null != outFileParentDir && !outFileParentDir.exists())
+82      {
+83        try
+84        {
+85          getLog().info("Creating directory path for output file:" + outFileParentDir.getPath());
+86          outFileParentDir.mkdirs();
+87        }
+88        catch (Exception e)
+89        {
+90          getLog().error("Error creating directory path for output file: " + e.getLocalizedMessage());
+91        }
+92      }
+93  
+94      schemaExport.setOutputFile(output.getPath());
+95      schemaExport.execute(false, this.export, false, true);
+96  
+97      for (Object exception : schemaExport.getExceptions())
+98        getLog().error(exception.toString());
+99    }
+100 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/DropMojo.html b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/DropMojo.html new file mode 100644 index 00000000..a4fb66e1 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/DropMojo.html @@ -0,0 +1,113 @@ + + + +DropMojo xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import java.io.File;
+20  import org.apache.maven.plugin.MojoExecutionException;
+21  import org.apache.maven.plugin.MojoFailureException;
+22  import org.hibernate.boot.spi.MetadataImplementor;
+23  import org.hibernate.tool.hbm2ddl.SchemaExport;
+24  
+25  
+26  /**
+27   * Goal which extracts the hibernate-mapping-configuration and
+28   * exports an according SQL-database-schema.
+29   *
+30   * @goal drop
+31   * @phase process-classes
+32   * @threadSafe
+33   * @requiresDependencyResolution runtime
+34   */
+35  public class DropMojo extends AbstractSchemaMojo
+36  {
+37    /**
+38     * Output file.
+39     * <p>
+40     * If the specified filename is not absolut, the file will be created
+41     * relative to the project build directory
+42     * (<code>project.build.directory</code>).
+43     *
+44     * @parameter property="hibernate.schema.export.drop" default-value="drop.sql"
+45     * @since 1.0
+46     */
+47    private String outputFile;
+48  
+49  
+50    @Override
+51    public final void execute()
+52      throws
+53        MojoFailureException,
+54        MojoExecutionException
+55    {
+56      super.execute(outputFile);
+57    }
+58  
+59  
+60    @Override
+61    void build(MetadataImplementor metadata)
+62        throws
+63          MojoExecutionException,
+64          MojoFailureException
+65    {
+66      SchemaExport schemaExport = new SchemaExport(metadata, createNamespaces);
+67      schemaExport.setDelimiter(delimiter);
+68      schemaExport.setFormat(format);
+69  
+70      File output = new File(outputFile);
+71  
+72      if (!output.isAbsolute())
+73      {
+74        // Interpret relative file path relative to build directory
+75        output = new File(buildDirectory, outputFile);
+76        getLog().debug("Adjusted relative path, resulting path is " + output.getPath());
+77      }
+78  
+79      // Ensure that directory path for specified file exists
+80      File outFileParentDir = output.getParentFile();
+81      if (null != outFileParentDir && !outFileParentDir.exists())
+82      {
+83        try
+84        {
+85          getLog().info("Creating directory path for output file:" + outFileParentDir.getPath());
+86          outFileParentDir.mkdirs();
+87        }
+88        catch (Exception e)
+89        {
+90          getLog().error("Error creating directory path for output file: " + e.getLocalizedMessage());
+91        }
+92      }
+93  
+94      schemaExport.setOutputFile(output.getPath());
+95      schemaExport.execute(false, this.export, true, false);
+96  
+97      for (Object exception : schemaExport.getExceptions())
+98        getLog().error(exception.toString());
+99    }
+100 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/HelpMojo.html b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/HelpMojo.html new file mode 100644 index 00000000..217919cb --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/HelpMojo.html @@ -0,0 +1,467 @@ + + + +HelpMojo xref + + + +
+1   
+2   package de.juplo.plugins.hibernate;
+3   
+4   import org.apache.maven.plugin.AbstractMojo;
+5   import org.apache.maven.plugin.MojoExecutionException;
+6   
+7   import org.w3c.dom.Document;
+8   import org.w3c.dom.Element;
+9   import org.w3c.dom.Node;
+10  import org.w3c.dom.NodeList;
+11  import org.xml.sax.SAXException;
+12  
+13  import javax.xml.parsers.DocumentBuilder;
+14  import javax.xml.parsers.DocumentBuilderFactory;
+15  import javax.xml.parsers.ParserConfigurationException;
+16  import java.io.IOException;
+17  import java.io.InputStream;
+18  import java.util.ArrayList;
+19  import java.util.List;
+20  
+21  /**
+22   * Display help information on hibernate-maven-plugin.<br>
+23   * Call <code>mvn hibernate:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
+24   * @author maven-plugin-tools
+25   * @goal help
+26   * @requiresProject false
+27   * @threadSafe
+28   */
+29  public class HelpMojo
+30      extends AbstractMojo
+31  {
+32      /**
+33       * If <code>true</code>, display all settable properties for each goal.
+34       *
+35       * @parameter property="detail" default-value="false"
+36       */
+37      private boolean detail;
+38  
+39      /**
+40       * The name of the goal for which to show help. If unspecified, all goals will be displayed.
+41       *
+42       * @parameter property="goal"
+43       */
+44      private java.lang.String goal;
+45  
+46      /**
+47       * The maximum length of a display line, should be positive.
+48       *
+49       * @parameter property="lineLength" default-value="80"
+50       */
+51      private int lineLength;
+52  
+53      /**
+54       * The number of spaces per indentation level, should be positive.
+55       *
+56       * @parameter property="indentSize" default-value="2"
+57       */
+58      private int indentSize;
+59  
+60      // groupId/artifactId/plugin-help.xml
+61      private static final String PLUGIN_HELP_PATH =
+62                      "/META-INF/maven/de.juplo/hibernate-maven-plugin/plugin-help.xml";
+63  
+64      private static final int DEFAULT_LINE_LENGTH = 80;
+65  
+66      private Document build()
+67          throws MojoExecutionException
+68      {
+69          getLog().debug( "load plugin-help.xml: " + PLUGIN_HELP_PATH );
+70          InputStream is = null;
+71          try
+72          {
+73              is = getClass().getResourceAsStream( PLUGIN_HELP_PATH );
+74              DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
+75              DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
+76              return dBuilder.parse( is );
+77          }
+78          catch ( IOException e )
+79          {
+80              throw new MojoExecutionException( e.getMessage(), e );
+81          }
+82          catch ( ParserConfigurationException e )
+83          {
+84              throw new MojoExecutionException( e.getMessage(), e );
+85          }
+86          catch ( SAXException e )
+87          {
+88              throw new MojoExecutionException( e.getMessage(), e );
+89          }
+90          finally
+91          {
+92              if ( is != null )
+93              {
+94                  try
+95                  {
+96                      is.close();
+97                  }
+98                  catch ( IOException e )
+99                  {
+100                     throw new MojoExecutionException( e.getMessage(), e );
+101                 }
+102             }
+103         }
+104     }
+105 
+106     /**
+107      * {@inheritDoc}
+108      */
+109     public void execute()
+110         throws MojoExecutionException
+111     {
+112         if ( lineLength <= 0 )
+113         {
+114             getLog().warn( "The parameter 'lineLength' should be positive, using '80' as default." );
+115             lineLength = DEFAULT_LINE_LENGTH;
+116         }
+117         if ( indentSize <= 0 )
+118         {
+119             getLog().warn( "The parameter 'indentSize' should be positive, using '2' as default." );
+120             indentSize = 2;
+121         }
+122 
+123         Document doc = build();
+124 
+125         StringBuilder sb = new StringBuilder();
+126         Node plugin = getSingleChild( doc, "plugin" );
+127 
+128 
+129         String name = getValue( plugin, "name" );
+130         String version = getValue( plugin, "version" );
+131         String id = getValue( plugin, "groupId" ) + ":" + getValue( plugin, "artifactId" ) + ":" + version;
+132         if ( isNotEmpty( name ) && !name.contains( id ) )
+133         {
+134             append( sb, name + " " + version, 0 );
+135         }
+136         else
+137         {
+138             if ( isNotEmpty( name ) )
+139             {
+140                 append( sb, name, 0 );
+141             }
+142             else
+143             {
+144                 append( sb, id, 0 );
+145             }
+146         }
+147         append( sb, getValue( plugin, "description" ), 1 );
+148         append( sb, "", 0 );
+149 
+150         //<goalPrefix>plugin</goalPrefix>
+151         String goalPrefix = getValue( plugin, "goalPrefix" );
+152 
+153         Node mojos1 = getSingleChild( plugin, "mojos" );
+154 
+155         List<Node> mojos = findNamedChild( mojos1, "mojo" );
+156 
+157         if ( goal == null || goal.length() <= 0 )
+158         {
+159             append( sb, "This plugin has " + mojos.size() + ( mojos.size() > 1 ? " goals:" : " goal:" ), 0 );
+160             append( sb, "", 0 );
+161         }
+162 
+163         for ( Node mojo : mojos )
+164         {
+165             writeGoal( sb, goalPrefix, (Element) mojo );
+166         }
+167 
+168         if ( getLog().isInfoEnabled() )
+169         {
+170             getLog().info( sb.toString() );
+171         }
+172     }
+173 
+174 
+175     private static boolean isNotEmpty( String string )
+176     {
+177         return string != null && string.length() > 0;
+178     }
+179 
+180     private String getValue( Node node, String elementName )
+181         throws MojoExecutionException
+182     {
+183         return getSingleChild( node, elementName ).getTextContent();
+184     }
+185 
+186     private Node getSingleChild( Node node, String elementName )
+187         throws MojoExecutionException
+188     {
+189         List<Node> namedChild = findNamedChild( node, elementName );
+190         if ( namedChild.isEmpty() )
+191         {
+192             throw new MojoExecutionException( "Could not find " + elementName + " in plugin-help.xml" );
+193         }
+194         if ( namedChild.size() > 1 )
+195         {
+196             throw new MojoExecutionException( "Multiple " + elementName + " in plugin-help.xml" );
+197         }
+198         return namedChild.get( 0 );
+199     }
+200 
+201     private List<Node> findNamedChild( Node node, String elementName )
+202     {
+203         List<Node> result = new ArrayList<Node>();
+204         NodeList childNodes = node.getChildNodes();
+205         for ( int i = 0; i < childNodes.getLength(); i++ )
+206         {
+207             Node item = childNodes.item( i );
+208             if ( elementName.equals( item.getNodeName() ) )
+209             {
+210                 result.add( item );
+211             }
+212         }
+213         return result;
+214     }
+215 
+216     private Node findSingleChild( Node node, String elementName )
+217         throws MojoExecutionException
+218     {
+219         List<Node> elementsByTagName = findNamedChild( node, elementName );
+220         if ( elementsByTagName.isEmpty() )
+221         {
+222             return null;
+223         }
+224         if ( elementsByTagName.size() > 1 )
+225         {
+226             throw new MojoExecutionException( "Multiple " + elementName + "in plugin-help.xml" );
+227         }
+228         return elementsByTagName.get( 0 );
+229     }
+230 
+231     private void writeGoal( StringBuilder sb, String goalPrefix, Element mojo )
+232         throws MojoExecutionException
+233     {
+234         String mojoGoal = getValue( mojo, "goal" );
+235         Node configurationElement = findSingleChild( mojo, "configuration" );
+236         Node description = findSingleChild( mojo, "description" );
+237         if ( goal == null || goal.length() <= 0 || mojoGoal.equals( goal ) )
+238         {
+239             append( sb, goalPrefix + ":" + mojoGoal, 0 );
+240             Node deprecated = findSingleChild( mojo, "deprecated" );
+241             if ( ( deprecated != null ) && isNotEmpty( deprecated.getTextContent() ) )
+242             {
+243                 append( sb, "Deprecated. " + deprecated.getTextContent(), 1 );
+244                 if ( detail && description != null )
+245                 {
+246                     append( sb, "", 0 );
+247                     append( sb, description.getTextContent(), 1 );
+248                 }
+249             }
+250             else if ( description != null )
+251             {
+252                 append( sb, description.getTextContent(), 1 );
+253             }
+254             append( sb, "", 0 );
+255 
+256             if ( detail )
+257             {
+258                 Node parametersNode = getSingleChild( mojo, "parameters" );
+259                 List<Node> parameters = findNamedChild( parametersNode, "parameter" );
+260                 append( sb, "Available parameters:", 1 );
+261                 append( sb, "", 0 );
+262 
+263                 for ( Node parameter : parameters )
+264                 {
+265                     writeParameter( sb, parameter, configurationElement );
+266                 }
+267             }
+268         }
+269     }
+270 
+271     private void writeParameter( StringBuilder sb, Node parameter, Node configurationElement )
+272         throws MojoExecutionException
+273     {
+274         String parameterName = getValue( parameter, "name" );
+275         String parameterDescription = getValue( parameter, "description" );
+276 
+277         Element fieldConfigurationElement = (Element) findSingleChild( configurationElement, parameterName );
+278 
+279         String parameterDefaultValue = "";
+280         if ( fieldConfigurationElement != null && fieldConfigurationElement.hasAttribute( "default-value" ) )
+281         {
+282             parameterDefaultValue = " (Default: " + fieldConfigurationElement.getAttribute( "default-value" ) + ")";
+283         }
+284         append( sb, parameterName + parameterDefaultValue, 2 );
+285         Node deprecated = findSingleChild( parameter, "deprecated" );
+286         if ( ( deprecated != null ) && isNotEmpty( deprecated.getTextContent() ) )
+287         {
+288             append( sb, "Deprecated. " + deprecated.getTextContent(), 3 );
+289             append( sb, "", 0 );
+290         }
+291         append( sb, parameterDescription, 3 );
+292         if ( "true".equals( getValue( parameter, "required" ) ) )
+293         {
+294             append( sb, "Required: Yes", 3 );
+295         }
+296         if ( ( fieldConfigurationElement != null ) && isNotEmpty( fieldConfigurationElement.getTextContent() ) )
+297         {
+298             String property = getPropertyFromExpression( fieldConfigurationElement.getTextContent() );
+299             append( sb, "User property: " + property, 3 );
+300         }
+301 
+302         append( sb, "", 0 );
+303     }
+304 
+305     /**
+306      * <p>Repeat a String <code>n</code> times to form a new string.</p>
+307      *
+308      * @param str    String to repeat
+309      * @param repeat number of times to repeat str
+310      * @return String with repeated String
+311      * @throws NegativeArraySizeException if <code>repeat < 0</code>
+312      * @throws NullPointerException       if str is <code>null</code>
+313      */
+314     private static String repeat( String str, int repeat )
+315     {
+316         StringBuilder buffer = new StringBuilder( repeat * str.length() );
+317 
+318         for ( int i = 0; i < repeat; i++ )
+319         {
+320             buffer.append( str );
+321         }
+322 
+323         return buffer.toString();
+324     }
+325 
+326     /**
+327      * Append a description to the buffer by respecting the indentSize and lineLength parameters.
+328      * <b>Note</b>: The last character is always a new line.
+329      *
+330      * @param sb          The buffer to append the description, not <code>null</code>.
+331      * @param description The description, not <code>null</code>.
+332      * @param indent      The base indentation level of each line, must not be negative.
+333      */
+334     private void append( StringBuilder sb, String description, int indent )
+335     {
+336         for ( String line : toLines( description, indent, indentSize, lineLength ) )
+337         {
+338             sb.append( line ).append( '\n' );
+339         }
+340     }
+341 
+342     /**
+343      * Splits the specified text into lines of convenient display length.
+344      *
+345      * @param text       The text to split into lines, must not be <code>null</code>.
+346      * @param indent     The base indentation level of each line, must not be negative.
+347      * @param indentSize The size of each indentation, must not be negative.
+348      * @param lineLength The length of the line, must not be negative.
+349      * @return The sequence of display lines, never <code>null</code>.
+350      * @throws NegativeArraySizeException if <code>indent < 0</code>
+351      */
+352     private static List<String> toLines( String text, int indent, int indentSize, int lineLength )
+353     {
+354         List<String> lines = new ArrayList<String>();
+355 
+356         String ind = repeat( "\t", indent );
+357 
+358         String[] plainLines = text.split( "(\r\n)|(\r)|(\n)" );
+359 
+360         for ( String plainLine : plainLines )
+361         {
+362             toLines( lines, ind + plainLine, indentSize, lineLength );
+363         }
+364 
+365         return lines;
+366     }
+367 
+368     /**
+369      * Adds the specified line to the output sequence, performing line wrapping if necessary.
+370      *
+371      * @param lines      The sequence of display lines, must not be <code>null</code>.
+372      * @param line       The line to add, must not be <code>null</code>.
+373      * @param indentSize The size of each indentation, must not be negative.
+374      * @param lineLength The length of the line, must not be negative.
+375      */
+376     private static void toLines( List<String> lines, String line, int indentSize, int lineLength )
+377     {
+378         int lineIndent = getIndentLevel( line );
+379         StringBuilder buf = new StringBuilder( 256 );
+380 
+381         String[] tokens = line.split( " +" );
+382 
+383         for ( String token : tokens )
+384         {
+385             if ( buf.length() > 0 )
+386             {
+387                 if ( buf.length() + token.length() >= lineLength )
+388                 {
+389                     lines.add( buf.toString() );
+390                     buf.setLength( 0 );
+391                     buf.append( repeat( " ", lineIndent * indentSize ) );
+392                 }
+393                 else
+394                 {
+395                     buf.append( ' ' );
+396                 }
+397             }
+398 
+399             for ( int j = 0; j < token.length(); j++ )
+400             {
+401                 char c = token.charAt( j );
+402                 if ( c == '\t' )
+403                 {
+404                     buf.append( repeat( " ", indentSize - buf.length() % indentSize ) );
+405                 }
+406                 else if ( c == '\u00A0' )
+407                 {
+408                     buf.append( ' ' );
+409                 }
+410                 else
+411                 {
+412                     buf.append( c );
+413                 }
+414             }
+415         }
+416         lines.add( buf.toString() );
+417     }
+418 
+419     /**
+420      * Gets the indentation level of the specified line.
+421      *
+422      * @param line The line whose indentation level should be retrieved, must not be <code>null</code>.
+423      * @return The indentation level of the line.
+424      */
+425     private static int getIndentLevel( String line )
+426     {
+427         int level = 0;
+428         for ( int i = 0; i < line.length() && line.charAt( i ) == '\t'; i++ )
+429         {
+430             level++;
+431         }
+432         for ( int i = level + 1; i <= level + 4 && i < line.length(); i++ )
+433         {
+434             if ( line.charAt( i ) == '\t' )
+435             {
+436                 level++;
+437                 break;
+438             }
+439         }
+440         return level;
+441     }
+442     
+443     private String getPropertyFromExpression( String expression )
+444     {
+445         if ( expression != null && expression.startsWith( "${" ) && expression.endsWith( "}" )
+446             && !expression.substring( 2 ).contains( "${" ) )
+447         {
+448             // expression="${xxx}" -> property="xxx"
+449             return expression.substring( 2, expression.length() - 1 );
+450         }
+451         // no property can be extracted
+452         return null;
+453     }
+454 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html new file mode 100644 index 00000000..62bdd9c5 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html @@ -0,0 +1,224 @@ + + + +ModificationTracker xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   
+4   import java.io.File;
+5   import java.io.FileInputStream;
+6   import java.io.FileOutputStream;
+7   import java.io.IOException;
+8   import java.io.InputStream;
+9   import java.io.ObjectInputStream;
+10  import java.io.ObjectOutputStream;
+11  import java.math.BigInteger;
+12  import java.security.MessageDigest;
+13  import java.security.NoSuchAlgorithmException;
+14  import java.util.HashMap;
+15  import java.util.HashSet;
+16  import java.util.Map;
+17  import java.util.Properties;
+18  import java.util.Set;
+19  import org.apache.maven.plugin.logging.Log;
+20  
+21  
+22  
+23  /**
+24   *
+25   * @author Kai Moritz
+26   */
+27  public class ModificationTracker
+28  {
+29    private Map<String,String> properties;
+30    private Map<String,String> classes;
+31  
+32    private final Set<String> propertyNames;
+33    private final Set<String> classNames;
+34  
+35    private boolean modified = false;
+36    private boolean failed = false;
+37  
+38    private final File saved;
+39    private final MessageDigest digest;
+40    private final Log log;
+41  
+42  
+43    ModificationTracker(String buildDirectory, String filename, Log log)
+44        throws
+45          NoSuchAlgorithmException
+46    {
+47      propertyNames = new HashSet<String>();
+48      classNames = new HashSet<String>();
+49      File output = new File(filename + ".md5s");
+50      if (output.isAbsolute())
+51      {
+52        saved = output;
+53      }
+54      else
+55      {
+56        // Interpret relative file path relative to build directory
+57        saved = new File(buildDirectory, output.getPath());
+58        log.debug("Adjusted relative path, resulting path is " + saved.getPath());
+59      }
+60      digest = java.security.MessageDigest.getInstance("MD5");
+61      this.log = log;
+62    }
+63  
+64  
+65    private String calculate(InputStream is)
+66        throws
+67          IOException
+68    {
+69      byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+70      int i;
+71      while((i = is.read(buffer)) > -1)
+72        digest.update(buffer, 0, i);
+73      is.close();
+74      byte[] bytes = digest.digest();
+75      BigInteger bi = new BigInteger(1, bytes);
+76      return String.format("%0" + (bytes.length << 1) + "x", bi);
+77    }
+78  
+79    private boolean check(Map<String,String> values, String name, String value)
+80    {
+81      if (!values.containsKey(name) || !values.get(name).equals(value))
+82      {
+83        values.put(name, value);
+84        return true;
+85      }
+86      else
+87        return false;
+88    }
+89  
+90  
+91    boolean track(String name, InputStream is) throws IOException
+92    {
+93      boolean result = check(classes, name, calculate(is));
+94      classNames.add(name);
+95      modified |= result;
+96      return result;
+97    }
+98  
+99  
+100   boolean check(String name, String property)
+101   {
+102     propertyNames.add(name);
+103     return check(properties, name, property);
+104   }
+105 
+106   boolean track(String name, String property)
+107   {
+108     boolean result = check(name, property);
+109     modified |= result;
+110     return result;
+111   }
+112 
+113   boolean track(Properties properties)
+114   {
+115     boolean result = false;
+116     for (String name : properties.stringPropertyNames())
+117       result |= track(name, properties.getProperty(name));
+118     return result;
+119   }
+120 
+121 
+122   void touch()
+123   {
+124     modified = true;
+125   }
+126 
+127   boolean modified()
+128   {
+129     for (String property : new HashSet<String>(properties.keySet()))
+130       if (!propertyNames.contains(property))
+131       {
+132         modified = true;
+133         properties.remove(property);
+134       }
+135      for (String clazz : new HashSet<String>(classes.keySet()))
+136       if (!classNames.contains(clazz))
+137       {
+138         modified = true;
+139         classes.remove(clazz);
+140       }
+141     return modified;
+142   }
+143 
+144 
+145   void failed()
+146   {
+147     failed = true;
+148   }
+149 
+150 
+151   void load()
+152   {
+153     if (saved.isFile() && saved.length() > 0)
+154     {
+155       try
+156       {
+157         FileInputStream fis = new FileInputStream(saved);
+158         ObjectInputStream ois = new ObjectInputStream(fis);
+159         properties = (HashMap<String,String>)ois.readObject();
+160         classes = (HashMap<String,String>)ois.readObject();
+161         ois.close();
+162       }
+163       catch (Exception e)
+164       {
+165         properties = new HashMap<String,String>();
+166         classes = new HashMap<String,String>();
+167         log.warn("Cannot read md5s from saved: " + e);
+168       }
+169     }
+170     else
+171     {
+172       properties = new HashMap<String,String>();
+173       classes = new HashMap<String,String>();
+174       try
+175       {
+176         saved.createNewFile();
+177       }
+178       catch (IOException e)
+179       {
+180         log.debug("Cannot create file \"" + saved.getPath() + "\" for md5s: " + e);
+181       }
+182     }
+183   }
+184 
+185   void save()
+186   {
+187     if (failed)
+188     {
+189       saved.delete();
+190       return;
+191     }
+192 
+193     if (!modified)
+194       return;
+195 
+196     /** Write md5-sums for annotated classes to file */
+197     try
+198     {
+199       FileOutputStream fos = new FileOutputStream(saved);
+200       ObjectOutputStream oos = new ObjectOutputStream(fos);
+201       oos.writeObject(properties);
+202       oos.writeObject(classes);
+203       oos.close();
+204       fos.close();
+205     }
+206     catch (Exception e)
+207     {
+208       log.error("Cannot write md5-sums to file: " + e);
+209     }
+210   }  
+211 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html new file mode 100644 index 00000000..6ac98c3c --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html @@ -0,0 +1,115 @@ + + + +MutableClassLoader xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   import java.io.IOException;
+4   import java.io.InputStream;
+5   import java.net.URL;
+6   import java.net.URLClassLoader;
+7   import java.util.Arrays;
+8   import java.util.Enumeration;
+9   import java.util.LinkedHashSet;
+10  import org.apache.maven.plugin.logging.Log;
+11  
+12  
+13  /**
+14   *
+15   * @author kai
+16   */
+17  public class MutableClassLoader extends ClassLoader
+18  {
+19    private URLClassLoader loader;
+20    private Log log;
+21  
+22  
+23    public MutableClassLoader(LinkedHashSet<URL> urls, Log log)
+24    {
+25      if (log.isDebugEnabled())
+26        for (URL url : urls)
+27          log.debug(url.toString());
+28      loader =
+29          new URLClassLoader(
+30              urls.toArray(new URL[urls.size()]),
+31              getClass().getClassLoader()
+32              );
+33      this.log = log;
+34    }
+35  
+36  
+37    public MutableClassLoader add(LinkedHashSet<URL> urls)
+38    {
+39      LinkedHashSet<URL> old =
+40          new LinkedHashSet<URL>(Arrays.asList(loader.getURLs()));
+41      old.addAll(urls);
+42      if (log.isDebugEnabled())
+43        for (URL url : urls)
+44          log.debug(url.toString());
+45      loader =
+46          new URLClassLoader(
+47              old.toArray(new URL[urls.size()]),
+48              getClass().getClassLoader()
+49              );
+50      return this;
+51    }
+52  
+53  
+54    @Override
+55    public void clearAssertionStatus()
+56    {
+57      loader.clearAssertionStatus();
+58    }
+59  
+60    @Override
+61    public void setClassAssertionStatus(String className, boolean enabled)
+62    {
+63      loader.setClassAssertionStatus(className, enabled);
+64    }
+65  
+66    @Override
+67    public void setPackageAssertionStatus(String packageName, boolean enabled)
+68    {
+69      loader.setPackageAssertionStatus(packageName, enabled);
+70    }
+71  
+72    @Override
+73    public void setDefaultAssertionStatus(boolean enabled)
+74    {
+75      loader.setDefaultAssertionStatus(enabled);
+76    }
+77  
+78    @Override
+79    public InputStream getResourceAsStream(String name)
+80    {
+81      return loader.getResourceAsStream(name);
+82    }
+83  
+84    @Override
+85    public Enumeration<URL> getResources(String name) throws IOException
+86    {
+87      return loader.getResources(name);
+88    }
+89  
+90    @Override
+91    public URL getResource(String name)
+92    {
+93      return loader.getResource(name);
+94    }
+95  
+96    @Override
+97    public Class<?> loadClass(String name) throws ClassNotFoundException
+98    {
+99      return loader.loadClass(name);
+100   }
+101   
+102 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html new file mode 100644 index 00000000..a2553db5 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html @@ -0,0 +1,262 @@ + + + +SimpleConnectionProvider xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   import java.sql.Connection;
+4   import java.sql.Driver;
+5   import java.sql.DriverManager;
+6   import java.sql.DriverPropertyInfo;
+7   import java.sql.SQLException;
+8   import java.sql.SQLFeatureNotSupportedException;
+9   import java.util.Properties;
+10  import java.util.logging.Logger;
+11  import org.apache.maven.plugin.MojoFailureException;
+12  import org.apache.maven.plugin.logging.Log;
+13  import static org.eclipse.aether.repository.AuthenticationContext.PASSWORD;
+14  import static org.eclipse.aether.repository.AuthenticationContext.USERNAME;
+15  import org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
+16  import static org.hibernate.cfg.AvailableSettings.DRIVER;
+17  import static org.hibernate.cfg.AvailableSettings.PASS;
+18  import static org.hibernate.cfg.AvailableSettings.URL;
+19  import static org.hibernate.cfg.AvailableSettings.USER;
+20  import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
+21  import static org.hibernate.jpa.AvailableSettings.JDBC_DRIVER;
+22  import static org.hibernate.jpa.AvailableSettings.JDBC_PASSWORD;
+23  import static org.hibernate.jpa.AvailableSettings.JDBC_URL;
+24  import static org.hibernate.jpa.AvailableSettings.JDBC_USER;
+25  
+26  /**
+27   *
+28   * @author Kai Moritz
+29   */
+30  class SimpleConnectionProvider implements ConnectionProvider
+31  {
+32    private final Log log;
+33  
+34    private Connection connection;
+35  
+36  
+37    SimpleConnectionProvider(Log log)
+38    {
+39      this.log = log;
+40    }
+41  
+42  
+43    void open(ClassLoaderService classLoaderService, Properties properties)
+44        throws
+45          MojoFailureException
+46    {
+47  
+48      String driver = (String)
+49          (properties.containsKey(DRIVER)
+50              ? properties.getProperty(DRIVER)
+51              : properties.getProperty(JDBC_DRIVER)
+52              );
+53      String url = (String)
+54          (properties.containsKey(URL)
+55              ? properties.getProperty(URL)
+56              : properties.getProperty(JDBC_URL)
+57              );
+58      String user = (String)
+59          (properties.containsKey(USER)
+60              ? properties.getProperty(USER)
+61              : properties.getProperty(JDBC_USER)
+62              );
+63      String password = (String)
+64          (properties.containsKey(PASS)
+65              ? properties.getProperty(PASS)
+66              : properties.getProperty(JDBC_PASSWORD)
+67              );
+68  
+69      if (driver == null || url == null || user == null)
+70      {
+71        log.info("No connection opened, because connection information is incomplete");
+72        log.info("Driver-Class: " + driver);
+73        log.info("URL: " + url);
+74        log.info("User: " + user);
+75        return;
+76      }
+77  
+78      try
+79      {
+80        Class driverClass = classLoaderService.classForName(driver);
+81  
+82        log.debug("Registering JDBC-driver " + driverClass.getName());
+83        DriverManager
+84            .registerDriver(new DriverProxy((Driver) driverClass.newInstance()));
+85  
+86        log.debug(
+87            "Opening JDBC-connection to " + properties.getProperty(URL) +
+88            " as " + properties.getProperty(USERNAME) +
+89            " with password " + properties.getProperty(PASSWORD)
+90            );
+91      
+92        connection = DriverManager.getConnection(url, user, password);
+93      }
+94      catch (Exception e)
+95      {
+96        throw new MojoFailureException("Could not open the JDBC-connection", e);
+97      }
+98    }
+99  
+100   void close()
+101   {
+102     if (connection == null)
+103       return;
+104 
+105     log.debug("Closing the JDBC-connection.");
+106     try
+107     {
+108       connection.close();
+109     }
+110     catch (SQLException e)
+111     {
+112       log.error("Error while closing the JDBC-connection: " + e.getMessage());
+113     }
+114   }
+115 
+116   @Override
+117   public Connection getConnection() throws SQLException
+118   {
+119     log.debug("Connection aquired.");
+120 
+121     if (connection == null)
+122       throw new SQLException("No connection available, because of insufficient connection information!");
+123 
+124     return connection;
+125   }
+126 
+127   @Override
+128   public void closeConnection(Connection conn) throws SQLException
+129   {
+130     log.debug("Connection released");
+131   }
+132 
+133   @Override
+134   public boolean supportsAggressiveRelease()
+135   {
+136     return false;
+137   }
+138 
+139   @Override
+140   public boolean isUnwrappableAs(Class unwrapType)
+141   {
+142     return false;
+143   }
+144 
+145   @Override
+146   public <T> T unwrap(Class<T> unwrapType)
+147   {
+148     throw new UnsupportedOperationException("Not supported.");
+149   }
+150 
+151   /**
+152    * Needed, because DriverManager won't pick up drivers, that were not
+153    * loaded by the system-classloader!
+154    * See:
+155    * http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-location
+156    */
+157   static final class DriverProxy implements Driver
+158   {
+159     private final Driver target;
+160 
+161     DriverProxy(Driver target)
+162     {
+163       if (target == null)
+164         throw new NullPointerException();
+165       this.target = target;
+166     }
+167 
+168     public java.sql.Driver getTarget()
+169     {
+170       return target;
+171     }
+172 
+173     @Override
+174     public boolean acceptsURL(String url) throws SQLException
+175     {
+176       return target.acceptsURL(url);
+177     }
+178 
+179     @Override
+180     public java.sql.Connection connect(
+181         String url,
+182         java.util.Properties info
+183       )
+184       throws
+185         SQLException
+186     {
+187       return target.connect(url, info);
+188     }
+189 
+190     @Override
+191     public int getMajorVersion()
+192     {
+193       return target.getMajorVersion();
+194     }
+195 
+196     @Override
+197     public int getMinorVersion()
+198     {
+199       return target.getMinorVersion();
+200     }
+201 
+202     @Override
+203     public DriverPropertyInfo[] getPropertyInfo(
+204         String url,
+205         Properties info
+206       )
+207       throws
+208         SQLException
+209     {
+210       return target.getPropertyInfo(url, info);
+211     }
+212 
+213     @Override
+214     public boolean jdbcCompliant()
+215     {
+216       return target.jdbcCompliant();
+217     }
+218 
+219     /**
+220      * This Method cannot be annotated with @Override, becaus the plugin
+221      * will not compile then under Java 1.6!
+222      */
+223     public Logger getParentLogger() throws SQLFeatureNotSupportedException
+224     {
+225       throw new SQLFeatureNotSupportedException("Not supported, for backward-compatibility with Java 1.6");
+226     }
+227 
+228     @Override
+229     public String toString()
+230     {
+231       return "Proxy: " + target;
+232     }
+233 
+234     @Override
+235     public int hashCode()
+236     {
+237       return target.hashCode();
+238     }
+239 
+240     @Override
+241     public boolean equals(Object obj)
+242     {
+243       if (!(obj instanceof DriverProxy))
+244         return false;
+245       DriverProxy other = (DriverProxy) obj;
+246       return this.target.equals(other.target);
+247     }
+248   }
+249 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/package-frame.html b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/package-frame.html new file mode 100644 index 00000000..8816bf86 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/package-frame.html @@ -0,0 +1,45 @@ + + + + + + Hibernate Maven Plugin 2.0.0 Reference Package de.juplo.plugins.hibernate + + + + +

+ de.juplo.plugins.hibernate +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/package-summary.html b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/package-summary.html new file mode 100644 index 00000000..543f54aa --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/de/juplo/plugins/hibernate/package-summary.html @@ -0,0 +1,104 @@ + + + + + + Hibernate Maven Plugin 2.0.0 Reference Package de.juplo.plugins.hibernate + + + +
+ +
+
+ +
+ +

Package de.juplo.plugins.hibernate

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Class Summary
+ AbstractSchemaMojo +
+ CreateMojo +
+ DriverProxy +
+ DropMojo +
+ HelpMojo +
+ ModificationTracker +
+ MutableClassLoader +
+ SimpleConnectionProvider +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/index.html b/dist/hibernate-maven-plugin-2.0.0/xref/index.html new file mode 100644 index 00000000..cc2b5579 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/index.html @@ -0,0 +1,25 @@ + + + + + + + Hibernate Maven Plugin 2.0.0 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/overview-frame.html b/dist/hibernate-maven-plugin-2.0.0/xref/overview-frame.html new file mode 100644 index 00000000..51ab6169 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate Maven Plugin 2.0.0 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/overview-summary.html b/dist/hibernate-maven-plugin-2.0.0/xref/overview-summary.html new file mode 100644 index 00000000..654b1471 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/overview-summary.html @@ -0,0 +1,66 @@ + + + + + + Hibernate Maven Plugin 2.0.0 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate Maven Plugin 2.0.0 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.plugins.hibernate +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.0.0/xref/stylesheet.css b/dist/hibernate-maven-plugin-2.0.0/xref/stylesheet.css new file mode 100644 index 00000000..89732f81 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.0.0/xref/stylesheet.css @@ -0,0 +1,114 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} + +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/allclasses-frame.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/allclasses-frame.html new file mode 100644 index 00000000..d491a69b --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/allclasses-frame.html @@ -0,0 +1,26 @@ + + + + + + +All Classes (Hibernate Maven Plugin 2.1.0 API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/allclasses-noframe.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..1de8667e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/allclasses-noframe.html @@ -0,0 +1,26 @@ + + + + + + +All Classes (Hibernate Maven Plugin 2.1.0 API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/constant-values.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/constant-values.html new file mode 100644 index 00000000..0a764d0d --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/constant-values.html @@ -0,0 +1,202 @@ + + + + + + +Constant Field Values (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+ +
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html new file mode 100644 index 00000000..801592ca --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html @@ -0,0 +1,494 @@ + + + + + + +AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class AbstractSchemaMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate.AbstractSchemaMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    Direct Known Subclasses:
    +
    CreateMojo, DropMojo, UpdateMojo
    +
    +
    +
    +
    public abstract class AbstractSchemaMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Baseclass with common attributes and methods.
    +
    +
    Phase:
    +
    process-classes
    +
    Thread Safe:
    +
    Requires Dependency Resolution:
    +
    runtime
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html new file mode 100644 index 00000000..42a70d13 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html @@ -0,0 +1,339 @@ + + + + + + +CreateMojo (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class CreateMojo

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class CreateMojo
    +extends AbstractSchemaMojo
    +
    Generate/Execute SQL to create a database-schema that represents the + configured mappings.
    +
    +
    Goal:
    +
    create
    +
    Phase:
    +
    process-classes
    +
    Thread Safe:
    +
    Requires Dependency Resolution:
    +
    runtime
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CreateMojo

        +
        public CreateMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public final void execute()
        +                   throws org.apache.maven.plugin.MojoFailureException,
        +                          org.apache.maven.plugin.MojoExecutionException
        +
        +
        Throws:
        +
        org.apache.maven.plugin.MojoFailureException
        +
        org.apache.maven.plugin.MojoExecutionException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html new file mode 100644 index 00000000..55c69d6a --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html @@ -0,0 +1,339 @@ + + + + + + +DropMojo (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class DropMojo

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class DropMojo
    +extends AbstractSchemaMojo
    +
    Generate/Execute SQL to drop all tables of a database-schema that represents + the configured mappings.
    +
    +
    Goal:
    +
    drop
    +
    Phase:
    +
    process-classes
    +
    Thread Safe:
    +
    Requires Dependency Resolution:
    +
    runtime
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DropMojo

        +
        public DropMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public final void execute()
        +                   throws org.apache.maven.plugin.MojoFailureException,
        +                          org.apache.maven.plugin.MojoExecutionException
        +
        +
        Throws:
        +
        org.apache.maven.plugin.MojoFailureException
        +
        org.apache.maven.plugin.MojoExecutionException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html new file mode 100644 index 00000000..8228c742 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html @@ -0,0 +1,318 @@ + + + + + + +HelpMojo (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class HelpMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate.HelpMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class HelpMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Display help information on hibernate-maven-plugin.
    + Call mvn hibernate:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
    +
    Author:
    +
    maven-plugin-tools
    +
    Goal:
    +
    help
    +
    Thread Safe:
    +
    Requires Project:
    +
    false
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HelpMojo

        +
        public HelpMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoExecutionException
        +
        +
        Throws:
        +
        org.apache.maven.plugin.MojoExecutionException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html new file mode 100644 index 00000000..1960f38e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html @@ -0,0 +1,201 @@ + + + + + + +ModificationTracker (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class ModificationTracker

+
+
+ +
+
    +
  • +
    +
    +
    public class ModificationTracker
    +extends Object
    +
    +
    Author:
    +
    Kai Moritz
    +
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html new file mode 100644 index 00000000..e9a8ec57 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html @@ -0,0 +1,435 @@ + + + + + + +MutableClassLoader (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class MutableClassLoader

+
+
+ +
+
    +
  • +
    +
    +
    public class MutableClassLoader
    +extends ClassLoader
    +
    +
    Author:
    +
    kai
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html new file mode 100644 index 00000000..c636e048 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html @@ -0,0 +1,339 @@ + + + + + + +UpdateMojo (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate
+

Class UpdateMojo

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class UpdateMojo
    +extends AbstractSchemaMojo
    +
    Generate/Execute SQL to update the database-schema according to the + configured mappings.
    +
    +
    Goal:
    +
    update
    +
    Phase:
    +
    process-classes
    +
    Thread Safe:
    +
    Requires Dependency Resolution:
    +
    runtime
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UpdateMojo

        +
        public UpdateMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public final void execute()
        +                   throws org.apache.maven.plugin.MojoFailureException,
        +                          org.apache.maven.plugin.MojoExecutionException
        +
        +
        Throws:
        +
        org.apache.maven.plugin.MojoFailureException
        +
        org.apache.maven.plugin.MojoExecutionException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html new file mode 100644 index 00000000..3f55eddd --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.AbstractSchemaMojo

+
+
+ +
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html new file mode 100644 index 00000000..0ba9d8ed --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.CreateMojo

+
+
No usage of de.juplo.plugins.hibernate.CreateMojo
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html new file mode 100644 index 00000000..ee3bc6d4 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.DropMojo

+
+
No usage of de.juplo.plugins.hibernate.DropMojo
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html new file mode 100644 index 00000000..51e87886 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.HelpMojo

+
+
No usage of de.juplo.plugins.hibernate.HelpMojo
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html new file mode 100644 index 00000000..06ce7e4b --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.ModificationTracker

+
+
No usage of de.juplo.plugins.hibernate.ModificationTracker
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html new file mode 100644 index 00000000..531ffa6d --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html @@ -0,0 +1,149 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.MutableClassLoader

+
+
+ +
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html new file mode 100644 index 00000000..92afddbe --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate.UpdateMojo (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate.UpdateMojo

+
+
No usage of de.juplo.plugins.hibernate.UpdateMojo
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-frame.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-frame.html new file mode 100644 index 00000000..a7992395 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-frame.html @@ -0,0 +1,27 @@ + + + + + + +de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API) + + + + + +

de.juplo.plugins.hibernate

+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-summary.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-summary.html new file mode 100644 index 00000000..86f5559b --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-summary.html @@ -0,0 +1,179 @@ + + + + + + +de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Package de.juplo.plugins.hibernate

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    AbstractSchemaMojo +
    Baseclass with common attributes and methods.
    +
    CreateMojo +
    Generate/Execute SQL to create a database-schema that represents the + configured mappings.
    +
    DropMojo +
    Generate/Execute SQL to drop all tables of a database-schema that represents + the configured mappings.
    +
    HelpMojo +
    Display help information on hibernate-maven-plugin.
    +
    ModificationTracker 
    MutableClassLoader 
    UpdateMojo +
    Generate/Execute SQL to update the database-schema according to the + configured mappings.
    +
    +
  • +
+
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-tree.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-tree.html new file mode 100644 index 00000000..8d1aba0a --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-tree.html @@ -0,0 +1,150 @@ + + + + + + +de.juplo.plugins.hibernate Class Hierarchy (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Hierarchy For Package de.juplo.plugins.hibernate

+
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-use.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-use.html new file mode 100644 index 00000000..05919328 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/de/juplo/plugins/hibernate/package-use.html @@ -0,0 +1,147 @@ + + + + + + +Uses of Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Uses of Package
de.juplo.plugins.hibernate

+
+
+ +
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/deprecated-list.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/deprecated-list.html new file mode 100644 index 00000000..75029945 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + + +Deprecated List (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/help-doc.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/help-doc.html new file mode 100644 index 00000000..082133c1 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +API Help (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/index-all.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/index-all.html new file mode 100644 index 00000000..8f14ee87 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/index-all.html @@ -0,0 +1,285 @@ + + + + + + +Index (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
A C D E G H L M O P S T U  + + +

A

+
+
AbstractSchemaMojo - Class in de.juplo.plugins.hibernate
+
+
Baseclass with common attributes and methods.
+
+
AbstractSchemaMojo() - Constructor for class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
add(LinkedHashSet<URL>) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+ + + +

C

+
+
clearAssertionStatus() - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
CreateMojo - Class in de.juplo.plugins.hibernate
+
+
Generate/Execute SQL to create a database-schema that represents the + configured mappings.
+
+
CreateMojo() - Constructor for class de.juplo.plugins.hibernate.CreateMojo
+
 
+
+ + + +

D

+
+
de.juplo.plugins.hibernate - package de.juplo.plugins.hibernate
+
 
+
DropMojo - Class in de.juplo.plugins.hibernate
+
+
Generate/Execute SQL to drop all tables of a database-schema that represents + the configured mappings.
+
+
DropMojo() - Constructor for class de.juplo.plugins.hibernate.DropMojo
+
 
+
+ + + +

E

+
+
EXECUTE - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
execute(String) - Method in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate.CreateMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate.DropMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate.HelpMojo
+
execute() - Method in class de.juplo.plugins.hibernate.UpdateMojo
+
 
+
+ + + +

G

+
+
getResource(String) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
getResourceAsStream(String) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
getResources(String) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+ + + +

H

+
+
HelpMojo - Class in de.juplo.plugins.hibernate
+
+
Display help information on hibernate-maven-plugin.
+
+
HelpMojo() - Constructor for class de.juplo.plugins.hibernate.HelpMojo
+
 
+
+ + + +

L

+
+
loadClass(String) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+ + + +

M

+
+
ModificationTracker - Class in de.juplo.plugins.hibernate
+
 
+
MutableClassLoader - Class in de.juplo.plugins.hibernate
+
 
+
MutableClassLoader(LinkedHashSet<URL>, Log) - Constructor for class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+ + + +

O

+
+
OUTPUTDIRECTORY - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+ + + +

P

+
+
printStrackTrace(StringBuilder, Throwable) - Static method in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+ + + +

S

+
+
SCAN_CLASSES - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
SCAN_DEPENDENCIES - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
SCAN_TESTCLASSES - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
SCRIPT - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
setClassAssertionStatus(String, boolean) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
setDefaultAssertionStatus(boolean) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
setPackageAssertionStatus(String, boolean) - Method in class de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
SKIPPED - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+ + + +

T

+
+
TEST_OUTPUTDIRECTORY - Static variable in class de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+ + + +

U

+
+
UpdateMojo - Class in de.juplo.plugins.hibernate
+
+
Generate/Execute SQL to update the database-schema according to the + configured mappings.
+
+
UpdateMojo() - Constructor for class de.juplo.plugins.hibernate.UpdateMojo
+
 
+
+A C D E G H L M O P S T U 
+ +
+ + + + + + + +
+ + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/index.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/index.html new file mode 100644 index 00000000..d3110ee0 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/index.html @@ -0,0 +1,73 @@ + + + + + + +Hibernate Maven Plugin 2.1.0 API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/plugins/hibernate/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/overview-tree.html b/dist/hibernate-maven-plugin-2.1.0/apidocs/overview-tree.html new file mode 100644 index 00000000..f2cc465b --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/overview-tree.html @@ -0,0 +1,154 @@ + + + + + + +Class Hierarchy (Hibernate Maven Plugin 2.1.0 API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/package-list b/dist/hibernate-maven-plugin-2.1.0/apidocs/package-list new file mode 100644 index 00000000..4e11658e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/package-list @@ -0,0 +1 @@ +de.juplo.plugins.hibernate diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/script.js b/dist/hibernate-maven-plugin-2.1.0/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/dist/hibernate-maven-plugin-2.1.0/apidocs/stylesheet.css b/dist/hibernate-maven-plugin-2.1.0/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/dist/hibernate-maven-plugin-2.1.0/configuration.html b/dist/hibernate-maven-plugin-2.1.0/configuration.html new file mode 100644 index 00000000..51132f1b --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/configuration.html @@ -0,0 +1,748 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin — Configuration Examples + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Configuration Examples
+

+
+
+ + + + +

Configuration Examples

+ +
+

Configuration Through A Configuration-File

+ +

+ The most simple way to configure the plugin is, to put all the + hibernate-configuration in a hibernate.properties- or + a hibernate.cfg.xml-file on your classpath or in the + persistence.xml-file of your JPA-configuration, just + like you would do, if you are not using the + hibernate-maven-plugin. +

+ +

+ Doing so, the only additionally configuration needed, to activat the plugin + is the following entry in the plugins-section of your pom.xml: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+ +

+ This would create the configured database. + If you want it to be droped beforehand, you have to add the goal + drop: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+ +

+ A correspondin goal for the command update is missing in this + version, but we are planning to implement it in near feature. +

+ +

+ In order to let this configuration work, your configuration file must + contain a complete valid configuration for the database, that you want + to use. + A simple example hibernate.properties-file may look like this: +

+ +
+
+hibernate.dialect=org.hibernate.dialect.H2Dialect
+hibernate.connection.url=jdbc:h2:file:./target/db
+hibernate.connection.driver_class=org.h2.Driver
+hibernate.connection.username=sa
+hibernate.connection.password=
+ +

+ But be aware, that using this configuration-approach the database-url, + that is build in the application is the same that is used while testing, + where the database is droped and recreated by the plugin. + Because of that, + + you should never fire up this configuration on your production + system, or your database might be erased! + +

+ +

+ A better approach is, to specify a different url for testing like in the + following snippet: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>
+ +

+ Configuration properties, that are set in the configuration-section + of the plugin-configuration cannnot be overwritten elsewere (for details + see Configuration-Method-Precedence). + You never can overwrite them by accident when specifying a property on + the commandline or in your settings.xml. +

+
+
+

Configuration through maven-properties

+ +

+ Alternatively, it is possible, to configure the plugin via maven-properties. + Each relevant configuration-option has a corresponding maven-property + (for a full list see the Documentation of the goal create). + These are named after the + Hibernate JDBC Properties: +

+ +
    + +
  • hibernate.connection.driver_class
  • + +
  • hibernate.dialect
  • + +
  • hibernate.connection.url
  • + +
  • hibernate.connection.username
  • + +
  • hibernate.connection.password
  • +
+ +

+ So, instead of writing the hibernate-configuration in the properties-file, + like above, you could put it in the properties-section of your + pom.xml. +

+ +

+ Thogether with the plugin-definition from above, the following would + be a complete configuration (again, the database-url was overwritten in + the plugin-configuration, to be sure to have a separate database for + testing): +

+ +
+
+<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
+
+...
+
+<plugins>
+
+  ...
+
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate-maven-plugin</artifactId>
+    <version>2.1.0</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>drop</goal>
+          <goal>create</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
+
+<plugins>
+ +

+ This way, you can reuse the same properties to provide a + default-configurationthe, that is build into your application, and + overwrite the database-url, that is used during testing to prevent + accidential drops of your production database. +

+
+
+

Configuration through the plugin-configuration

+ +

+ A third way for configuring the plugin is the plugin-configuration. + The relevant configuration-parameters are: +

+ +
    + +
  • driver
  • + +
  • dialect
  • + +
  • url
  • + +
  • username
  • + +
  • password
  • +
+ +

+ The equivalent of the configuration from the last section would look + like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <driver>org.hsqldb.jdbcDriver</driver>
+    <dialect>org.hibernate.dialect.HSQLDialect</dialect>
+    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+    <username>sa</username>
+    <password></password>
+  </configuration>
+</plugin>
+ +

+ The parameter hibernateProperties (name of the hibernate-properties-file + to use, defaults to hibernate.properties) can only be configured through + this approach. +

+ +

+ For more explanations, see the + Documentation of the goal create. +

+
+
+

Configuration-Method-Precedence

+ +

+ The configuration is gathered in a fix order: +

+ +
    + +
  1. hibernate.properties
  2. + +
  3. hibernate.cfg.xml
  4. + +
  5. persistence.xml
  6. + +
  7. maven-properties
  8. + +
  9. plugin-configuration
  10. +
+ +

+ If you are in doubt about where a configuration-value comes from, run + maven with the debug-output enabled: mvn -X hibernate:create + and be aware, that maven-properties can be overwitten on the command-line, + in your ~/.m2/settings.xml and in a profile. +

+ +

+ The plugin-configuration comes last and overwrites everything else. + That way, you can be sure, that a configuration-value, that is + specified in the plugin-configuration will never be overwritten by any + other configuration-method. +

+ +

+ If you need to overwrite plugin-configuration-values with + maven-properties, you can use maven-properties in the plugin-configuration: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <password>${my-password-property}</password>
+  </configuration>
+</plugin>
+
+ +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/cpd.html b/dist/hibernate-maven-plugin-2.1.0/cpd.html new file mode 100644 index 00000000..4c49a6e7 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/cpd.html @@ -0,0 +1,500 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – CPD Results + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Reports
  3. CPD
+

+
+
+
+

CPD Results

+

The following document contains the results of PMD's CPD 5.2.3.

+
+

Duplications

+ + + + + + + + + + +
FileLine
de/juplo/plugins/hibernate/CreateMojo.java41
de/juplo/plugins/hibernate/DropMojo.java41
+
+
public class CreateMojo extends AbstractSchemaMojo
+{
+  /**
+   * Output file.
+   * <p>
+   * If the specified filename is not absolut, the file will be created
+   * relative to the project build directory
+   * (<code>project.build.directory</code>).
+   *
+   * @parameter property="hibernate.schema.create" default-value="create.sql"
+   * @since 1.0
+   */
+  private String outputFile;
+
+
+  @Override
+  public final void execute()
+    throws
+      MojoFailureException,
+      MojoExecutionException
+  {
+    super.execute(outputFile);
+  }
+
+
+  @Override
+  void build(
+      MetadataImplementor metadata,
+      ExecutionOptions options,
+      TargetDescriptor target
+      )
+      throws
+        MojoExecutionException,
+        MojoFailureException
+  {
+    ServiceRegistry service =
+        metadata.getMetadataBuildingOptions().getServiceRegistry();
+    SchemaManagementTool tool = service.getService(SchemaManagementTool.class);
+
+    Map config = options.getConfigurationValues();
+    SourceDescriptor source = new SourceDescriptor()
+    {
+	  @Override
+      public SourceType getSourceType()
+      {
+        return SourceType.METADATA;
+      }
+
+      @Override
+      public ScriptSourceInput getScriptSourceInput()
+      {
+        return null;
+      }
+    };
+
+    tool.getSchemaCreator(config).doCreation(metadata, options, source, target);
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/create-mojo.html b/dist/hibernate-maven-plugin-2.1.0/create-mojo.html new file mode 100644 index 00000000..4a27c97e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/create-mojo.html @@ -0,0 +1,1343 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – hibernate:create + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Goal: CREATE
+

+
+
+ + +
+

hibernate:create

+ +

Full name:

+ +

de.juplo:hibernate-maven-plugin:2.1.0:create

+ +

Description:

+ +
Generate/Execute SQL to create a database-schema that represents +the configured mappings.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
createNamespacesBoolean2.0Specifies whether to automatically create also the database +schema/catalog.
Default value is: false.
User property is: hibernate.hbm2dll.create_namespaces.
delimiterString1.0Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ;.
User property is: hibernate.hbm2ddl.delimiter.
dialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
driverString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
executeBoolean2.0Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: true.
User property is: hibernate.schema.execute.
forceboolean1.0Force generation/execution + +

Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.force.
formatBoolean1.0Format output-file.
User property is: hibernate.format_sql.
hibernateConfigString1.1.0Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.


hibernatePropertiesString1.0Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.


implicitNamingStrategyString2.0Implicit naming strategy
User property is: hibernate.implicit_naming_strategy.
mappingsString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
outputDirectoryString1.0Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.outputDirectory.
outputFileString1.0Output file. + +

If the specified filename is not absolut, the file will be +created relative to the project build directory +(project.build.directory).


Default value is: create.sql.
User property is: hibernate.schema.create.
passwordString1.0Database password
User property is: hibernate.connection.password.
persistenceUnitString1.1.0Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.


physicalNamingStrategyString2.0Physical naming strategy
User property is: hibernate.physical_naming_strategy.
scanClassesBoolean2.0Wether the project should be scanned for annotated-classes, or not + +

This parameter is intended to allow overwriting of the parameter +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true


User property is: hibernate.schema.scan.classes.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.


Default value is: compile.
User property is: hibernate.schema.scan.dependencies.
scanTestClassesBoolean1.0.1Whether to scan the test-branch of the project for annotated +classes, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.scan.test_classes.
showBoolean1.0Show the generated SQL in the command-line output.
User property is: hibernate.show_sql.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.schema.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ${maven.test.skip}.
User property is: hibernate.schema.skip.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.testOutputDirectory.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+ +
+

Parameter Details

+ +

createNamespaces:

+ +
Specifies whether to automatically create also the database +schema/catalog.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.hbm2dll.create_namespaces
  • + +
  • Default: false
  • +

+

delimiter:

+ +
Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.hbm2ddl.delimiter
  • + +
  • Default: ;
  • +

+

dialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

driver:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

execute:

+ +
Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.execute
  • + +
  • Default: true
  • +

+

force:

+ +
Force generation/execution + +

Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.format_sql
  • +

+

hibernateConfig:

+ +
Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

hibernateProperties:

+ +
Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • +

+

implicitNamingStrategy:

+ +
Implicit naming strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.implicit_naming_strategy
  • +

+

mappings:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file. + +

If the specified filename is not absolut, the file will be +created relative to the project build directory +(project.build.directory).

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.create
  • + +
  • Default: create.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

persistenceUnit:

+ +
Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

physicalNamingStrategy:

+ +
Physical naming strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.physical_naming_strategy
  • +

+

scanClasses:

+ +
Wether the project should be scanned for annotated-classes, or not + +

This parameter is intended to allow overwriting of the parameter +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.classes
  • +

+

scanDependencies:

+ +
Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.dependencies
  • + +
  • Default: compile
  • +

+

scanTestClasses:

+ +
Whether to scan the test-branch of the project for annotated +classes, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0.1
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.test_classes
  • + +
  • Default: false
  • +

+

show:

+ +
Show the generated SQL in the command-line output.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.show_sql
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.schema.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.skip
  • + +
  • Default: ${maven.test.skip}
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/css/site.css b/dist/hibernate-maven-plugin-2.1.0/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.1.0/debugging.html b/dist/hibernate-maven-plugin-2.1.0/debugging.html new file mode 100644 index 00000000..d2551f90 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/debugging.html @@ -0,0 +1,462 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin — Enable Debugging-Output + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Enable Debugging-Output
+

+
+
+ + + + +

Enable Debugging-Output

+ +

+ If you are new to hibernate-maven-plugin, in many cases, the + Configuration-Method-Precedence + may be the source of configuration errors. + To solve this problem, you should run maven with the debugging output + enabled. + For example, by executing: +

+ +
+
+mvn -X compile hibernate:create
+ +

+ (The compile might be necessary, because hibernate-maven-plugin + has to scan the compiled classes for annotations!) +

+ +

+ Unlike the majority of the maven-plugins, hibernate-maven-plugin was + designed to give a good many hints, when debugging is enabled. + Because, if you do not know, what went wrong, you can't fix it! +

+ +

+ But be warned: hibernate-maven-plugin tends to be very chatty ;) +

+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/dependencies.html b/dist/hibernate-maven-plugin-2.1.0/dependencies.html new file mode 100644 index 00000000..e303fe59 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/dependencies.html @@ -0,0 +1,2122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Project Dependencies + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Information
  3. Dependencies
+

+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.pyx4jmaven-plugin-log4j1.0.1jarThe Apache Software License, Version 2.0
de.juploscannotation1.0.4jar-
javax.eljavax.el-api3.0.0jarCDDL + GPLv2 with classpath exception
org.apache.mavenmaven-core3.3.3jarApache License, Version 2.0
org.apache.mavenmaven-plugin-api3.3.3jarApache License, Version 2.0
org.hibernatehibernate-core5.2.4.FinaljarGNU Lesser General Public License
org.hibernatehibernate-envers5.2.4.FinaljarGNU Lesser General Public License
org.hibernatehibernate-validator5.3.1.FinaljarApache License, Version 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
antlrantlr2.7.7-jarBSD License
aopallianceaopalliance1.0-jarPublic Domain
com.fasterxmlclassmate1.3.0-jarThe Apache Software License, Version 2.0
com.google.guavaguava18.0-jarThe Apache Software License, Version 2.0
dom4jdom4j1.6.1-jar-
javax.annotationjsr250-api1.0-jarCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.elel-api2.2-jar-
javax.enterprisecdi-api1.1-jarApache License, Version 2.0
javax.injectjavax.inject1-jarThe Apache Software License, Version 2.0
javax.validationvalidation-api1.1.0.Final-jarThe Apache Software License, Version 2.0
log4jlog4j1.2.14-jarThe Apache Software License, Version 2.0
org.apache.geronimo.specsgeronimo-jta_1.1_spec1.1.1-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-aether-provider3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-artifact3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-builder-support3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-model3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-model-builder3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-repository-metadata3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings-builder3.3.3-jarApache License, Version 2.0
org.codehaus.plexusplexus-classworlds2.5.2-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-component-annotations1.5.5-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-interpolation1.21-jarThe Apache Software License, Version 2.0
org.eclipse.aetheraether-api1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-impl1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-spi1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-util1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.inject0.3.0-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.plexus0.3.0-jarEclipse Public License, Version 1.0
org.hibernate.commonhibernate-commons-annotations5.0.1.Final-jarGNU Lesser General Public License
org.hibernate.javax.persistencehibernate-jpa-2.1-api1.0.0.Final-jarEclipse Public License (EPL), Version 1.0-Eclipse Distribution License (EDL), Version 1.0
org.javassistjavassist3.20.0-GA-jarMPL 1.1-LGPL 2.1-Apache License 2.0
org.jbossjandex2.0.0.Final-jarApache License, Version 2.0
org.jboss.loggingjboss-logging3.3.0.Final-jarApache License, version 2.0
org.jboss.spec.javax.interceptorhttp://jboss-interceptors-api_1.1_spec/1.0.0.Beta1-jarlgpl
org.sonatype.plexusplexus-cipher1.4-jarApache Public License 2.0
org.sonatype.plexusplexus-sec-dispatcher1.3-jarApache Public License 2.0
org.sonatype.sisusisu-guice3.2.5no_aopjarThe Apache Software License, Version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3

+

Eclipse Public License (EPL), Version 1.0: Java Persistence API, Version 2.1

+

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

+

lgpl: Interceptors 1.1 API

+

Public Domain: AOP alliance

+

GNU Lesser General Public License: Core Hibernate O/RM functionality, ENtity VERSioning support, Hibernate Commons Annotations

+

Eclipse Distribution License (EDL), Version 1.0: Java Persistence API, Version 2.1

+

Eclipse Public License, Version 1.0: Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus

+

Unknown: Expression Language API (2.1 Maintenance Release), dom4j, scannotation

+

Apache License 2.0: Javassist

+

BSD License: AntLR Parser Generator

+

Apache License, Version 2.0: CDI APIs, Hibernate Validator Engine, Java Annotation Indexer, Maven Aether Provider, Maven Artifact, Maven Builder Support, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder

+

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

+

LGPL 2.1: Javassist

+

CDDL + GPLv2 with classpath exception: Expression Language 3.0 API

+

MPL 1.1: Javassist

+

The Apache Software License, Version 2.0: Bean Validation API, ClassMate, Guava: Google Core Libraries for Java, Hibernate Maven Plugin, JTA 1.1, Log4j, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, javax.inject, maven-plugin-log4j

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
antlr-2.7.7.jar445.3 kB239224121.2Yes
aopalliance-1.0.jar4.5 kB15921.3Yes
classmate-1.3.0.jar64.1 kB523741.6Yes
guava-18.0.jar2.3 MB17191690171.6Yes
maven-plugin-log4j-1.0.1.jar3.7 kB12111.4Yes
scannotation-1.0.4.jar20.3 kB231321.6Yes
dom4j-1.6.1.jar313.9 kB208190141.3Yes
jsr250-api-1.0.jar5.8 kB161121.5Yes
el-api-2.2.jar33.9 kB382811.5Yes
javax.el-api-3.0.0.jar73.1 kB574611.7Yes
cdi-api-1.1.jar70.7 kB1189871.6Yes
javax.inject-1.jar2.5 kB8611.5No
validation-api-1.1.0.Final.jar63.8 kB12210681.6Yes
log4j-1.2.14.jar367.4 kB288256191.1Yes
geronimo-jta_1.1_spec-1.1.1.jar16 kB301821.5Yes
maven-aether-provider-3.3.3.jar66.3 kB432611.7Yes
maven-artifact-3.3.3.jar55.1 kB5732111.7Yes
maven-builder-support-3.3.3.jar15 kB241011.7Yes
maven-core-3.3.3.jar631.9 kB489390561.7Yes
maven-model-3.3.3.jar160.8 kB675031.7Yes
maven-model-builder-3.3.3.jar176.4 kB154121161.7Yes
maven-plugin-api-3.3.3.jar46.1 kB462561.7Yes
maven-repository-metadata-3.3.3.jar26 kB25721.7Yes
maven-settings-3.3.3.jar43 kB331721.7Yes
maven-settings-builder-3.3.3.jar43.2 kB533251.7Yes
plexus-classworlds-2.5.2.jar52.7 kB523751.6Yes
plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
plexus-interpolation-1.21.jar62.5 kB604461.5Yes
aether-api-1.0.2.v20150114.jar136.3 kB149128111.5Yes
aether-impl-1.0.2.v20150114.jar173 kB1149641.5Yes
aether-spi-1.0.2.v20150114.jar30.7 kB543481.5Yes
aether-util-1.0.2.v20150114.jar146.9 kB126101131.5Yes
org.eclipse.sisu.inject-0.3.0.jar375.3 kB28726991.6Yes
org.eclipse.sisu.plexus-0.3.0.jar205.4 kB196164201.6Yes
hibernate-core-5.2.4.Final.jar6.4 MB464543172491.8Yes
hibernate-envers-5.2.4.Final.jar436.6 kB333278371.8Yes
hibernate-validator-5.3.1.Final.jar723.4 kB548458541.6Yes
hibernate-commons-annotations-5.0.1.Final.jar75.3 kB806771.6Yes
hibernate-jpa-2.1-api-1.0.0.Final.jar113.4 kB20720041.6Yes
javassist-3.20.0-GA.jar750.6 kB423399171.6Yes
jandex-2.0.0.Final.jar187.8 kB11210211.6Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar5.6 kB17811.5No
plexus-cipher-1.4.jar13.5 kB20611.4Yes
plexus-sec-dispatcher-1.3.jar28.6 kB311331.4Yes
sisu-guice-3.2.5-no_aop.jar399.7 kB33131681.6Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
4615.4 MB11796105316561.843
compile: 46compile: 15.4 MBcompile: 11796compile: 10531compile: 656-compile: 43
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshotBlacklisted
plexus.snapshotshttps://oss.sonatype.org/content/repositories/plexus-snapshotsNoYesNo
centralhttps://repo.maven.apache.org/maven2YesNoNo
codehaus-snapshotshttp://snapshots.repository.codehaus.orgNoYesYes
apache-snapshotshttp://people.apache.org/repo/m2-snapshot-repositoryNoYesYes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshotsNoYesNo
jvnet-nexus-snapshotshttps://maven.java.net/content/repositories/snapshotsNoYesNo
apache-incubatorhttp://people.apache.org/repo/m2-incubating-repository/YesNoYes
jboss-public-repository-grouphttp://repository.jboss.org/nexus/content/groups/publicYesNoNo
apache.snapshotshttp://repository.apache.org/snapshotsNoYesNo
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactplexus.snapshotscentralsonatype-nexus-snapshotsjvnet-nexus-snapshotsjboss-public-repository-groupapache.snapshots
antlr:antlr:jar:2.7.7-Found at https://repo.maven.apache.org/maven2----
aopalliance:aopalliance:jar:1.0-Found at https://repo.maven.apache.org/maven2----
com.fasterxml:classmate:jar:1.3.0-Found at https://repo.maven.apache.org/maven2----
com.google.guava:guava:jar:18.0-Found at https://repo.maven.apache.org/maven2----
com.pyx4j:maven-plugin-log4j:jar:1.0.1-Found at https://repo.maven.apache.org/maven2----
de.juplo:scannotation:jar:1.0.4-Found at https://repo.maven.apache.org/maven2----
dom4j:dom4j:jar:1.6.1-Found at https://repo.maven.apache.org/maven2----
javax.annotation:jsr250-api:jar:1.0-Found at https://repo.maven.apache.org/maven2----
javax.el:el-api:jar:2.2-Found at https://repo.maven.apache.org/maven2--Found at http://repository.jboss.org/nexus/content/groups/public-
javax.el:javax.el-api:jar:3.0.0-Found at https://repo.maven.apache.org/maven2----
javax.enterprise:cdi-api:jar:1.1-Found at https://repo.maven.apache.org/maven2--Found at http://repository.jboss.org/nexus/content/groups/public-
javax.inject:javax.inject:jar:1-Found at https://repo.maven.apache.org/maven2----
javax.validation:validation-api:jar:1.1.0.Final-Found at https://repo.maven.apache.org/maven2--Found at http://repository.jboss.org/nexus/content/groups/public-
log4j:log4j:jar:1.2.14-Found at https://repo.maven.apache.org/maven2----
org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1-Found at https://repo.maven.apache.org/maven2----
org.apache.maven:maven-aether-provider:jar:3.3.3-Found at https://repo.maven.apache.org/maven2----
org.apache.maven:maven-artifact:jar:3.3.3-Found at https://repo.maven.apache.org/maven2----
org.apache.maven:maven-builder-support:jar:3.3.3-Found at https://repo.maven.apache.org/maven2----
org.apache.maven:maven-core:jar:3.3.3-Found at https://repo.maven.apache.org/maven2----
org.apache.maven:maven-model:jar:3.3.3-Found at https://repo.maven.apache.org/maven2----
org.apache.maven:maven-model-builder:jar:3.3.3-Found at https://repo.maven.apache.org/maven2----
org.apache.maven:maven-plugin-api:jar:3.3.3-Found at https://repo.maven.apache.org/maven2----
org.apache.maven:maven-repository-metadata:jar:3.3.3-Found at https://repo.maven.apache.org/maven2----
org.apache.maven:maven-settings:jar:3.3.3-Found at https://repo.maven.apache.org/maven2----
org.apache.maven:maven-settings-builder:jar:3.3.3-Found at https://repo.maven.apache.org/maven2----
org.codehaus.plexus:plexus-classworlds:jar:2.5.2-Found at https://repo.maven.apache.org/maven2----
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5-Found at https://repo.maven.apache.org/maven2----
org.codehaus.plexus:plexus-interpolation:jar:1.21-Found at https://repo.maven.apache.org/maven2----
org.eclipse.aether:aether-api:jar:1.0.2.v20150114-Found at https://repo.maven.apache.org/maven2----
org.eclipse.aether:aether-impl:jar:1.0.2.v20150114-Found at https://repo.maven.apache.org/maven2----
org.eclipse.aether:aether-spi:jar:1.0.2.v20150114-Found at https://repo.maven.apache.org/maven2----
org.eclipse.aether:aether-util:jar:1.0.2.v20150114-Found at https://repo.maven.apache.org/maven2----
org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0-Found at https://repo.maven.apache.org/maven2----
org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0-Found at https://repo.maven.apache.org/maven2----
org.hibernate:hibernate-core:jar:5.2.4.Final-Found at https://repo.maven.apache.org/maven2--Found at http://repository.jboss.org/nexus/content/groups/public-
org.hibernate:hibernate-envers:jar:5.2.4.Final-Found at https://repo.maven.apache.org/maven2--Found at http://repository.jboss.org/nexus/content/groups/public-
org.hibernate:hibernate-validator:jar:5.3.1.Final-Found at https://repo.maven.apache.org/maven2--Found at http://repository.jboss.org/nexus/content/groups/public-
org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final-Found at https://repo.maven.apache.org/maven2--Found at http://repository.jboss.org/nexus/content/groups/public-
org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final-Found at https://repo.maven.apache.org/maven2--Found at http://repository.jboss.org/nexus/content/groups/public-
org.javassist:javassist:jar:3.20.0-GA-Found at https://repo.maven.apache.org/maven2----
org.jboss:jandex:jar:2.0.0.Final-Found at https://repo.maven.apache.org/maven2--Found at http://repository.jboss.org/nexus/content/groups/public-
org.jboss.logging:jboss-logging:jar:3.3.0.Final-Found at https://repo.maven.apache.org/maven2--Found at http://repository.jboss.org/nexus/content/groups/public-
org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:1.0.0.Beta1-Found at https://repo.maven.apache.org/maven2--Found at http://repository.jboss.org/nexus/content/groups/public-
org.sonatype.plexus:plexus-cipher:jar:1.4-Found at https://repo.maven.apache.org/maven2----
org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3-Found at https://repo.maven.apache.org/maven2----
org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5-Found at https://repo.maven.apache.org/maven2----
Totalplexus.snapshotscentralsonatype-nexus-snapshotsjvnet-nexus-snapshotsjboss-public-repository-groupapache.snapshots
46 (compile: 46)04600110
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/dependency-info.html b/dist/hibernate-maven-plugin-2.1.0/dependency-info.html new file mode 100644 index 00000000..8026a193 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/dependency-info.html @@ -0,0 +1,466 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Dependency Information + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Information
  3. Dependency Information
+

+
+
+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.1.0</version>
+  <type>maven-plugin</type>
+</dependency>
+
+

Apache Buildr

+
+
'de.juplo:hibernate-maven-plugin:maven-plugin:2.1.0'
+
+

Apache Ivy

+
+
<dependency org="de.juplo" name="hibernate-maven-plugin" rev="2.1.0">
+  <artifact name="hibernate-maven-plugin" type="maven-plugin" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='de.juplo', module='hibernate-maven-plugin', version='2.1.0')
+)
+
+

Gradle/Grails

+
+
compile 'de.juplo:hibernate-maven-plugin:2.1.0'
+
+

Scala SBT

+
+
libraryDependencies += "de.juplo" % "hibernate-maven-plugin" % "2.1.0"
+
+

Leiningen

+
+
[de.juplo/hibernate-maven-plugin "2.1.0"]
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/distribution-management.html b/dist/hibernate-maven-plugin-2.1.0/distribution-management.html new file mode 100644 index 00000000..0ea3886b --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/distribution-management.html @@ -0,0 +1,437 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Project Distribution Management + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Information
  3. Distribution Management
+

+
+ +
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/drop-mojo.html b/dist/hibernate-maven-plugin-2.1.0/drop-mojo.html new file mode 100644 index 00000000..e9fd4899 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/drop-mojo.html @@ -0,0 +1,1343 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – hibernate:drop + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Goal: DROP
+

+
+
+ + +
+

hibernate:drop

+ +

Full name:

+ +

de.juplo:hibernate-maven-plugin:2.1.0:drop

+ +

Description:

+ +
Generate/Execute SQL to drop all tables of a database-schema that +represents the configured mappings.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
createNamespacesBoolean2.0Specifies whether to automatically create also the database +schema/catalog.
Default value is: false.
User property is: hibernate.hbm2dll.create_namespaces.
delimiterString1.0Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ;.
User property is: hibernate.hbm2ddl.delimiter.
dialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
driverString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
executeBoolean2.0Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: true.
User property is: hibernate.schema.execute.
forceboolean1.0Force generation/execution + +

Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.force.
formatBoolean1.0Format output-file.
User property is: hibernate.format_sql.
hibernateConfigString1.1.0Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.


hibernatePropertiesString1.0Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.


implicitNamingStrategyString2.0Implicit naming strategy
User property is: hibernate.implicit_naming_strategy.
mappingsString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
outputDirectoryString1.0Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.outputDirectory.
outputFileString1.0Output file. + +

If the specified filename is not absolut, the file will be +created relative to the project build directory +(project.build.directory).


Default value is: drop.sql.
User property is: hibernate.schema.drop.
passwordString1.0Database password
User property is: hibernate.connection.password.
persistenceUnitString1.1.0Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.


physicalNamingStrategyString2.0Physical naming strategy
User property is: hibernate.physical_naming_strategy.
scanClassesBoolean2.0Wether the project should be scanned for annotated-classes, or not + +

This parameter is intended to allow overwriting of the parameter +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true


User property is: hibernate.schema.scan.classes.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.


Default value is: compile.
User property is: hibernate.schema.scan.dependencies.
scanTestClassesBoolean1.0.1Whether to scan the test-branch of the project for annotated +classes, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.scan.test_classes.
showBoolean1.0Show the generated SQL in the command-line output.
User property is: hibernate.show_sql.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.schema.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ${maven.test.skip}.
User property is: hibernate.schema.skip.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.testOutputDirectory.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+ +
+

Parameter Details

+ +

createNamespaces:

+ +
Specifies whether to automatically create also the database +schema/catalog.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.hbm2dll.create_namespaces
  • + +
  • Default: false
  • +

+

delimiter:

+ +
Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.hbm2ddl.delimiter
  • + +
  • Default: ;
  • +

+

dialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

driver:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

execute:

+ +
Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.execute
  • + +
  • Default: true
  • +

+

force:

+ +
Force generation/execution + +

Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.format_sql
  • +

+

hibernateConfig:

+ +
Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

hibernateProperties:

+ +
Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • +

+

implicitNamingStrategy:

+ +
Implicit naming strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.implicit_naming_strategy
  • +

+

mappings:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file. + +

If the specified filename is not absolut, the file will be +created relative to the project build directory +(project.build.directory).

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.drop
  • + +
  • Default: drop.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

persistenceUnit:

+ +
Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

physicalNamingStrategy:

+ +
Physical naming strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.physical_naming_strategy
  • +

+

scanClasses:

+ +
Wether the project should be scanned for annotated-classes, or not + +

This parameter is intended to allow overwriting of the parameter +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.classes
  • +

+

scanDependencies:

+ +
Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.dependencies
  • + +
  • Default: compile
  • +

+

scanTestClasses:

+ +
Whether to scan the test-branch of the project for annotated +classes, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0.1
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.test_classes
  • + +
  • Default: false
  • +

+

show:

+ +
Show the generated SQL in the command-line output.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.show_sql
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.schema.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.skip
  • + +
  • Default: ${maven.test.skip}
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/force.html b/dist/hibernate-maven-plugin-2.1.0/force.html new file mode 100644 index 00000000..e901f479 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/force.html @@ -0,0 +1,473 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin — Force Exceution + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Force Exceution
+

+
+
+ + + + +

Force Execution

+ +

+ The hibernate-maven-plugin computes MD5-sums for all found annotated + classes and stores them together with the generated schema. + If no classes were changed or added and the dialect wasn't changed too, it + automatically skips the configured SQL-generation — and more + important in this respect — the execution of the generated SQL, + to speed up the development cycle. +

+ +

+ The plugin signals, that the execution was skipped by setting the maven + property ${hibernate.schema.skipped} to true. + This may be helpful, because other plugins like + dbunit-plugin + may fail, when the execution is skipped. +

+ +

+ If you need the hibernate-maven-plugin to never skip execution automatically, + you can force it to do so, if you set the parameter force to + true: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.1.0</version>
+  <configuration>
+    <force>true</force>
+  </configuration>
+</plugin>
+ +

+ Or you may specify -Dhibernate.schema.force=true at the command line, + if you want to force hibernate-maven-plugin only once. +

+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/help-mojo.html b/dist/hibernate-maven-plugin-2.1.0/help-mojo.html new file mode 100644 index 00000000..d93cde17 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/help-mojo.html @@ -0,0 +1,576 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – hibernate:help + + + + +

Path

+

+

    +
+

+
+
+ + +
+

hibernate:help

+ +

Full name:

+ +

de.juplo:hibernate-maven-plugin:2.1.0:help

+ +

Description:

+ +
Display help information on hibernate-maven-plugin.
+Call mvn hibernate:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+ +

Attributes:

+ +
    + +
  • The goal is thread-safe and supports parallel builds.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
detailboolean-If true, display all settable properties for each +goal.
Default value is: false.
User property is: detail.
goalString-The name of the goal for which to show help. If unspecified, all +goals will be displayed.
User property is: goal.
indentSizeint-The number of spaces per indentation level, should be positive.
Default value is: 2.
User property is: indentSize.
lineLengthint-The maximum length of a display line, should be positive.
Default value is: 80.
User property is: lineLength.
+
+ +
+

Parameter Details

+ +

detail:

+ +
If true, display all settable properties for each +goal.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: detail
  • + +
  • Default: false
  • +

+

goal:

+ +
The name of the goal for which to show help. If unspecified, all +goals will be displayed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: goal
  • +

+

indentSize:

+ +
The number of spaces per indentation level, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: indentSize
  • + +
  • Default: 2
  • +

+

lineLength:

+ +
The maximum length of a display line, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: lineLength
  • + +
  • Default: 80
  • +
+
+
+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/images/close.gif b/dist/hibernate-maven-plugin-2.1.0/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/dist/hibernate-maven-plugin-2.1.0/index.html b/dist/hibernate-maven-plugin-2.1.0/index.html new file mode 100644 index 00000000..8f9c5278 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/index.html @@ -0,0 +1,525 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin — Overview + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Overview
+

+
+
+ + + + +

Hibernate Maven Plugin

+ +
+

A simple plugin for generating a database-schema from Hibernate-Mappings

+ +

+ The hibernate-maven-plugin is a plugin for generating a database-schema + from your Hibernate-Mappings and create or update your database + accordingly. + Its main usage is to automatically create and populate a test-database + for unit-tests in cooperation with the + dbunit-maven-plugin. +

+ +

+ The plugin was designed with three main goals in mind: +

+ +
    + +
  • It should be easy to use.
  • + +
  • It should be maximal unlikely, to erase a producation-database by accident.
  • + +
  • It should not slow down the development cycle.
  • +
+ +

+ To achieve the first goal, the convention-over-configuration paradigma + was applied and the plugin was stuffed with usefull logging-messages. + So, if in doubt, just turn on the debugging output with the mvn -X .... +

+ +

+ To achieve the second goal, the precedence in which the configuration + locations are consulted was layouted in a way that makes it possible, to + prevent overwrites of the wrong database by accident. +

+ +

+ Last but not least, in order to not slow down the development cycle, the + hibernate-maven-plugin only executes the generated SQL, if the mapping + or the configuration has changed (or if you force it to do so). +

+ +

+ For more information about the inspiration to write this tiny plugin, + read our blog-article about the hibernate-maven-plugin. +

+
+
+

Documentation

+ + +
+
+

Releases

+ + +
+ +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/integration.html b/dist/hibernate-maven-plugin-2.1.0/integration.html new file mode 100644 index 00000000..c551e170 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/integration.html @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – CI Management + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Information
  3. CI Management
+

+
+
+
+

Overview

+

This project uses Continuum.

+
+

Access

+

The following is a link to the continuous integration system used by the project:

+
+
+

Notifiers

+

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

+ + + + + + + + +
TypeAddressConfiguration
mailkai@juplo.de-
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/issue-tracking.html b/dist/hibernate-maven-plugin-2.1.0/issue-tracking.html new file mode 100644 index 00000000..9e91617f --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/issue-tracking.html @@ -0,0 +1,440 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin — $pages.get($alignedFileName).name + + + + +

Path

+

+

    +
+

+
+
+ + + + +

Issue Tracking

+ There is no bug-tracking system set up for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/license.html b/dist/hibernate-maven-plugin-2.1.0/license.html new file mode 100644 index 00000000..e25eec9e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/license.html @@ -0,0 +1,639 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Project Licenses + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Information
  3. Licenses
+

+
+
+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project Licenses

+
+

The Apache Software License, Version 2.0

+

A business-friendly OSS license

+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/mail-lists.html b/dist/hibernate-maven-plugin-2.1.0/mail-lists.html new file mode 100644 index 00000000..ed934f20 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/mail-lists.html @@ -0,0 +1,440 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin — $pages.get($alignedFileName).name + + + + +

Path

+

+

    +
+

+
+
+ + + + +

Mailing Lists

+ There are no mailinglists defined for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/pitfalls.html b/dist/hibernate-maven-plugin-2.1.0/pitfalls.html new file mode 100644 index 00000000..34614194 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/pitfalls.html @@ -0,0 +1,732 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin — Known Pitfalls (FAQ) + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Known Pitfalls (FAQ)
+

+
+
+ + + + +

Known Pitfalls (FAQ)

+ +
+

Annotated classes in dependencies are not found.

+ +

+ hibernate-maven-plugin by default scans dependencies in the scope + compile. You can configure it to scan dependencies in other + scopes as well. But it scans only direct dependencies. Transitive + dependencies are not scanned for annotated classes. If some of your + annotated classes are hidden in a transitive dependency, you can simply + add that dependency explicitly. +

+
+
+

hibernate-maven-plugin always needs a database-connection

+ +

+ The default-configuration executes the created SQL. + Therefore, it needs a valid database-connection and fails, if none is + available. + If you do not need the generated SQL to be executed automatically, + you can set the property hibernate.schema.execute to + false. + This can be achieved with the command-line parameter + -Dhibernate.schema.execute=false or with the following + configuration: +

+ +
+
+<configuration>
+  <execute>false</execute>
+</configuration>
+ +

+ But even when no database is to be created, hibernate always needs to know + the dialect. Hence, the plugin will still fail, if this parameter is also + missing! +

+
+
+

Dependency for driver-class XYZ is missing

+ +

+ One regular problem is the scope of the jdbc-driver-dependency. + It is very unlikely, that this dependency is needed at compile-time. + So a tidy maven-developer would usually scope it for runtime. +

+ +

+ But this will break the execution of the hibernate-maven-plugin. + Since it will not be able to see the needed dependency, it will fail with + an error-message like: +

+ +
+
+[INFO] Gathered hibernate-configuration (turn on debugging for details):
+[INFO]   hibernate.connection.username = sa
+[INFO]   hibernate.connection.password = 
+[INFO]   hibernate.dialect = org.hibernate.dialect.H2Dialect
+[INFO]   hibernate.connection.url = jdbc:h2:file:./db
+[INFO]   hibernate.hbm2dll.create_namespaces = false
+[INFO]   hibernate.connection.driver_class = org.h2.Driver
+[INFO]   hibernate.format_sql = true
+[INFO] HHH000412: Hibernate Core {5.0.2.Final}
+[INFO] HHH000206: hibernate.properties not found
+[INFO] HHH000021: Bytecode provider name : javassist
+[INFO] Adding /home/kai/project/target/classes to the list of roots to scan...
+[INFO] Adding dependencies from scope compile to the list of roots to scan
+[INFO] Adding dependencies from scope org.hibernate:hibernate-core:jar:4.3.0.Final to the list of roots to scan
+[INFO] Adding annotated resource: de.juplo.tests.SimplestMavenHib4Test
+[INFO] ------------------------------------------------------------------------
+[INFO] BUILD FAILURE
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 1.760s
+[INFO] Finished at: Mon Mar 07 19:06:54 CET 2016
+[INFO] Final Memory: 11M/215M
+[INFO] ------------------------------------------------------------------------
+[ERROR] Failed to execute goal de.juplo:hibernate-maven-plugin:2.1.0:drop (default) on project hibernate4-properties-test: Could not open the JDBC-connection: Unable to load class [org.h2.Driver]: Could not load requested class : org.h2.Driver -> [Help 1]
+[ERROR] 
+[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
+[ERROR] Re-run Maven using the -X switch to enable full debug logging.
+[ERROR] 
+[ERROR] For more information about the errors and possible solutions, please read the following articles:
+[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
+ +

+ A quick workaround for this error would be, to delete the runtime-constraint + for the jdbc-driver-dependency. +

+ +

+ A much cleaner way is, to (additionally) ad the dependency, to the + plugin-definition: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>2.1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+  <dependencies>
+  <dependency>
+    <groupId>org.hsqldb</groupId>
+    <artifactId>hsqldb</artifactId>
+    <version>2.2.8</version>
+  </dependency>
+  </dependencies>
+</plugin>
+ +

+ This is also the best way, if you use a different jdbc-driver for + testing, than in production. + Because otherwise, this dependency will unnecessarily bloat the + runtime-dependencies of your project. +

+
+
+

DBUnit fails after execution of hibernate was skipped because nothing has changed

+ +

+ If hibernate-maven-plugin skips its excecution, this may lead to errors in + other plugins. + For example, when importing sample-data in the automatically created database + with the help of the dbunit-plugin, + the CLEAN_INSERT-operation may fail because of foreign-key-constraints, + if the database was not recreated, because the hibernate-maven-plugin has + skipped its excecution. +

+ +

+ A quick fix to this problem is, to force + hibernate-maven-plugin to generate and execute the SQL every time it is running. + But to recreate the database on every testrun may noticeable slow down your + development cycle, if you have to wait for slow IO. +

+ +

+ To circumvent this problem, hibernate-maven-plugin signals a skipped + excecution by setting the maven property ${hibernate.schema.skipped} to + true. + You can configure other plugins to react on this signal. + For example, the dbunit-plugin can be configured to skip its excecution, if + hibernate-maven-plugin was skipped like this: +

+ +
+
+<plugin>
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>dbunit-maven-plugin</artifactId>
+  <configuration>
+    <skip>${hibernate.schema.skipped}</skip>
+  </configuration>
+</plugin>
+
+
+

The database will not be recreated after a manual drop/clean

+ +

+ If one manually drops the database or removes the hsqldb-files, it will not + be recreated by the hibernate-maven-plugin, because it cannot detect, that + the database needs to be recreated. + This happens, because the plugin will not recreate the database if neither + the configuration nor the annotated classes have changed, because an + unnecessary drop-create-cycle might take a long time. The plugin will + report that like this: +

+ +
+
+[INFO] No modified annotated classes found and dialect unchanged.
+[INFO] Skipping schema generation!
+ +

+ If one always uses mvn clean for cleanup, this will not happen. + Otherwise the recreation must be forced: +

+ +
+
+mvn hibernate:create -Dhibernate.schema.force=true
+
+
+

The hibernate:create goal is not executed, when tests are skipped

+ +

+ The hibernate-maven-plugin automatically skips its execution, when + maven.test.skip is set to true. If you need it to be always + executed, you can configure that explicitly like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Background-information for this design-decission can be found on the extra + page To skip or not to skip: that is the question... +

+
+
+

I do not want my dependencies to be scanned for hibernate annotations

+ +

+ If you do not want your dependencies to be scanned for hibernate annotations, + you can pass -Dhibernate.schema.scan.dependencies=none to maven + or set scanDependencies to none in the configuration + of the plugin like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <scanDependencies>none</scanDependencies>
+  </configuration>
+</plugin>
+
+
+

No annotated classes found

+ +

+ If you are working under Windows and get the error-message + No annotated classes found in directory C:\projects\X Y Z\path-to-project\target\classes, + but you are really sure, that there are annotated classes in that + directory, you are expiriencing a bug, in the scannotation-library, that + was closed in version 1.1.0 of the hibernate-maven-plugin. +

+ +

+ + You should consider to upgrade to the latest version of the plugin. + +

+
+
+

If two goals are specified, the second one is always skipped

+ +

+ If you specify two goals, for example drop and + create, each goal has to be specified in its own + execution, so that you can specify two different + output-files for the two goals. + Otherwise, both goals will use the same output-file and the goal, that + is run second, will always skip, becaus it will find, that the output + file already exists and conclude, that its work was already done in a + prior run. +

+ +

+ Example configuration for two goals: +

+ +
+
+<executions>
+  <execution>
+    <id>Create Drop-Schema</id>
+    <phase>test-compile</phase>
+    <goals>
+      <goal>drop</goal>
+    </goals>
+    <configuration>
+      <outputFile>db-schema/drop-schema.ddl</outputFile>
+    </configuration>
+  </execution>
+  <execution>
+    <id>Create Create-Schema</id>
+    <phase>test-compile</phase>
+    <goals>
+      <goal>create</goal>
+    </goals>
+    <configuration>
+      <outputFile>db-schema/create-schema.ddl</outputFile>
+    </configuration>
+  </execution>
+</executions>
+
+ +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/plugin-info.html b/dist/hibernate-maven-plugin-2.1.0/plugin-info.html new file mode 100644 index 00000000..5a6f0061 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/plugin-info.html @@ -0,0 +1,499 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Plugin Documentation + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Reports
  3. Plugin Documentation
+

+
+
+
+

Plugin Documentation

+

Goals available for this plugin:

+ + + + + + + + + + + + + + + +
GoalDescription
hibernate:createGenerate/Execute SQL to create a database-schema that represents +the configured mappings.
hibernate:dropGenerate/Execute SQL to drop all tables of a database-schema that +represents the configured mappings.
hibernate:helpDisplay help information on hibernate-maven-plugin.
+Call mvn hibernate:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
hibernate:updateGenerate/Execute SQL to update the database-schema according to the +configured mappings.
+
+

System Requirements

+

The following specifies the minimum requirements to run this Maven plugin:

+ + + + + + + + + + + + +
Maven2.0.6
JDK1.6
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.
+
+

Usage

+

You should specify the version in your project's plugin configuration:

+
+
<project>
+  ...
+  <build>
+    <!-- To define the plugin version in your parent POM -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>de.juplo</groupId>
+          <artifactId>hibernate-maven-plugin</artifactId>
+          <version>2.1.0</version>
+        </plugin>
+        ...
+      </plugins>
+    </pluginManagement>
+    <!-- To use the plugin goals in your POM or parent POM -->
+    <plugins>
+      <plugin>
+        <groupId>de.juplo</groupId>
+        <artifactId>hibernate-maven-plugin</artifactId>
+        <version>2.1.0</version>
+      </plugin>
+      ...
+    </plugins>
+  </build>
+  ...
+</project>
+
+

For more information, see "Guide to Configuring Plug-ins"

+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/plugin-management.html b/dist/hibernate-maven-plugin-2.1.0/plugin-management.html new file mode 100644 index 00000000..ccf55afd --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/plugin-management.html @@ -0,0 +1,454 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Project Plugin Management + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Information
  3. Plugin Management
+

+
+ +
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/plugins.html b/dist/hibernate-maven-plugin-2.1.0/plugins.html new file mode 100644 index 00000000..45e44487 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/plugins.html @@ -0,0 +1,521 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Project Plugins + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Information
  3. Plugins
+

+
+
+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-compiler-plugin3.3
org.apache.maven.pluginsmaven-dependency-plugin2.10
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-enforcer-plugin1.2
org.apache.maven.pluginsmaven-install-plugin2.5.2
org.apache.maven.pluginsmaven-invoker-plugin1.10
org.apache.maven.pluginsmaven-jar-plugin2.4
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-plugin-plugin3.4
org.apache.maven.pluginsmaven-resources-plugin2.7
org.apache.maven.pluginsmaven-scm-plugin1.9.4
org.apache.maven.pluginsmaven-site-plugin3.5.1
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.17
+
+

Project Report Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.11
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-jxr-plugin2.5
org.apache.maven.pluginsmaven-plugin-plugin3.4
org.apache.maven.pluginsmaven-pmd-plugin3.4
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/pmd.html b/dist/hibernate-maven-plugin-2.1.0/pmd.html new file mode 100644 index 00000000..6bcbd55f --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/pmd.html @@ -0,0 +1,486 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – PMD Results + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Reports
  3. PMD
+

+
+
+
+

PMD Results

+

The following document contains the results of PMD 5.2.3.

+
+

Files

+
+

de/juplo/plugins/hibernate/AbstractSchemaMojo.java

+ + + + + + +
ViolationLine
Too many static imports may lead to messy code11420
+
+

de/juplo/plugins/hibernate/ModificationTracker.java

+ + + + + + +
ViolationLine
Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest'60
+
+

de/juplo/plugins/hibernate/SimpleConnectionProvider.java

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ViolationLine
Too many static imports may lead to messy code1232
Avoid unused imports such as 'org.eclipse.aether.repository.AuthenticationContext.PASSWORD'13
Avoid unused imports such as 'org.eclipse.aether.repository.AuthenticationContext.USERNAME'14
Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_DRIVER'21
Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_PASSWORD'22
Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_URL'23
Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_USER'24
Unnecessary use of fully qualified name 'java.sql.Driver' due to existing import 'java.sql.Driver'151
Unnecessary use of fully qualified name 'java.sql.Connection' due to existing import 'java.sql.Connection'163
Unnecessary use of fully qualified name 'java.util.Properties' due to existing import 'java.util.Properties'165
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/project-info.html b/dist/hibernate-maven-plugin-2.1.0/project-info.html new file mode 100644 index 00000000..6fe5db6c --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/project-info.html @@ -0,0 +1,469 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Project Information + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Information
+

+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
CI ManagementThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
DependenciesThis document lists the project's dependencies and provides information on each dependency.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Distribution ManagementThis document provides informations on the distribution management of this project.
AboutA simple plugin for generating a database-schema from Hibernate-Mappings
LicensesThis document lists the project license(s).
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
PluginsThis document lists the build plugins and the report plugins used by this project.
TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Source Code ManagementThis document lists ways to access the online source repository.
SummaryThis document lists other related information of this project
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/project-reports.html b/dist/hibernate-maven-plugin-2.1.0/project-reports.html new file mode 100644 index 00000000..7a20a240 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/project-reports.html @@ -0,0 +1,457 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Generated Reports + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Reports
+

+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
Test JavaDocsTest JavaDoc API documentation.
JavaDocsJavaDoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
Test Source XrefHTML based, cross-reference version of Java test source code.
CPDDuplicate code detection.
PMDVerification of coding rules.
Plugin DocumentationThis report provides goals and parameters documentation of a plugin.
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/project-summary.html b/dist/hibernate-maven-plugin-2.1.0/project-summary.html new file mode 100644 index 00000000..6c9dc0cf --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/project-summary.html @@ -0,0 +1,468 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Project Summary + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Information
  3. Summary
+

+
+
+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameHibernate Maven Plugin
DescriptionA simple plugin for generating a database-schema from Hibernate-Mappings
Homepagehttp://juplo.de/hibernate-maven-plugin/index.html
+
+

Project Organization

+

This project does not belong to an organization.

+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdde.juplo
ArtifactIdhibernate-maven-plugin
Version2.1.0
Typemaven-plugin
Java Version1.6
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/skip.html b/dist/hibernate-maven-plugin-2.1.0/skip.html new file mode 100644 index 00000000..d919efc6 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/skip.html @@ -0,0 +1,494 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin — Skipping Execution + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Skipping Execution
+

+
+
+ + + + +

Skipping Execution

+ +

+ In most use-cases, the hibernate-maven-plugin is used to create a + test-database automatically. In this use-cases, it is very likely, that it + will result in mistakes/errors, if the goal is executed, when the tests + are skipped. + For example, one might manually overwrite the database-url with the url of + the production-database, in order to run other tests, like starting a + local webserver with the + jetty-maven-plugin. + If the drop-goal would be executed in such a scenario, it might erase the + hole production-database, which is not very desireable. +

+ +

+ Because of this, the configuration-parameter skip defaults to the value + of the proptery maven.test.skip. This way, the execution of the + hibernate-maven-plugin is skipped automatically, when the tests are + skipped. Think of it as a build-in security-belt. +

+ +

+ If you do not like that, because you need the plugin to always, + even if the tests are skipped you can configure that explicitly, + by setting the configuration-parameter skip to false: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Or, if you want the plugin to be executed by default and to be skipped + if you say so, you can bind the value of the configuration-parameter + skip to a custom property. For example: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>${foo.bar}</skip>
+  </configuration>
+</plugin>
+ +

+ This way, the plugin would be skipped, if you set the property + foo.bar to true. For example, if you specify -Dfoo.bar=true + on the command-line. +

+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/source-repository.html b/dist/hibernate-maven-plugin-2.1.0/source-repository.html new file mode 100644 index 00000000..db044c79 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/source-repository.html @@ -0,0 +1,448 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Source Code Management + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Information
  3. Source Code Management
+

+
+
+
+

Overview

+

This project uses Git to manage its source code. Instructions on Git use can be found at http://git-scm.com/documentation.

+
+

Web Browser Access

+

The following is a link to a browsable version of the source repository:

+
+
+

Anonymous Access

+

The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone http://juplo.de/git/hibernate-maven-plugin
+
+

Developer Access

+

Only project developers can access the Git tree via this method (See http://git-scm.com/docs/git-clone).

+
+
$ git clone ssh://juplo.de/var/lib/git/juplo/hibernate-maven-plugin
+
+

Access from Behind a Firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/team-list.html b/dist/hibernate-maven-plugin-2.1.0/team-list.html new file mode 100644 index 00000000..71624969 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/team-list.html @@ -0,0 +1,509 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – Project Team + + + + +

Path

+

+

    +
  1. Hibernate Maven Plugin
  2. Project Information
  3. Team
+

+
+
+
+

Project Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + +
ImageIdNameEmail
kaiKai Moritzkai@juplo.de
+
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageNameEmail
Adriano Machadoadriano.m.machado@hotmail.com
Lorenzo Nicoralorenzo.nicora@nicus.it
Eduard Szenteeduard.szente@gmail.com
Stephen Johnsonstejohns@redhat.com
Victor Tataivtatai@gmail.com
Erik-Berndt Schepererik.berndt.scheper@gmail.com
Guido WimmelWimmel.Guido@swm.de
Joel Johnsonmrjoel@lixil.net
Paul K. Moorepaulkmoore@gmail.com
Mark Robinsonmark@mrobinson.ca
Claus Grafclausgraf@gmail.com
Joachim Van der Auwerajoachim@progs.be
Andreas Kuhtzandreas.kuhtz@gmail.com
Heer Fabiofabio.heer@dvbern.ch
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/allclasses-frame.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/allclasses-frame.html new file mode 100644 index 00000000..a1707398 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate Maven Plugin 2.1.0 Test API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/allclasses-noframe.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/allclasses-noframe.html new file mode 100644 index 00000000..d8a6ff17 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/allclasses-noframe.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate Maven Plugin 2.1.0 Test API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/constant-values.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/constant-values.html new file mode 100644 index 00000000..83afb647 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/constant-values.html @@ -0,0 +1,124 @@ + + + + + + +Constant Field Values (Hibernate Maven Plugin 2.1.0 Test API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/FileComparator.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..3d214b4b --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/FileComparator.html @@ -0,0 +1,280 @@ + + + + + + +FileComparator (Hibernate Maven Plugin 2.1.0 Test API) + + + + + + + + + + + + +
+
de.juplo.test
+

Class FileComparator

+
+
+ +
+
    +
  • +
    +
    +
    public class FileComparator
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html new file mode 100644 index 00000000..5ae41924 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.test.FileComparator (Hibernate Maven Plugin 2.1.0 Test API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.test.FileComparator

+
+
No usage of de.juplo.test.FileComparator
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-frame.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-frame.html new file mode 100644 index 00000000..490e27ab --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API) + + + + + +

de.juplo.test

+
+

Classes

+ +
+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-summary.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-summary.html new file mode 100644 index 00000000..f3c67541 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-summary.html @@ -0,0 +1,142 @@ + + + + + + +de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API) + + + + + + + + + + + +
+

Package de.juplo.test

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    FileComparator 
    +
  • +
+
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-tree.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-tree.html new file mode 100644 index 00000000..590032d7 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-tree.html @@ -0,0 +1,133 @@ + + + + + + +de.juplo.test Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API) + + + + + + + + + + + +
+

Hierarchy For Package de.juplo.test

+
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-use.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-use.html new file mode 100644 index 00000000..8e1031f9 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/de/juplo/test/package-use.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Package de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API) + + + + + + + + + + + +
+

Uses of Package
de.juplo.test

+
+
No usage of de.juplo.test
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/deprecated-list.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/deprecated-list.html new file mode 100644 index 00000000..8bfbdb19 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + + +Deprecated List (Hibernate Maven Plugin 2.1.0 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/help-doc.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/help-doc.html new file mode 100644 index 00000000..9932ae93 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +API Help (Hibernate Maven Plugin 2.1.0 Test API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/index-all.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/index-all.html new file mode 100644 index 00000000..814dca73 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/index-all.html @@ -0,0 +1,147 @@ + + + + + + +Index (Hibernate Maven Plugin 2.1.0 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
D F I  + + +

D

+
+
de.juplo.test - package de.juplo.test
+
 
+
+ + + +

F

+
+
FileComparator - Class in de.juplo.test
+
 
+
FileComparator(File) - Constructor for class de.juplo.test.FileComparator
+
 
+
+ + + +

I

+
+
isEqual(String, String) - Method in class de.juplo.test.FileComparator
+
 
+
+D F I 
+ +
+ + + + + + + +
+ + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/index.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/index.html new file mode 100644 index 00000000..a4395614 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/index.html @@ -0,0 +1,73 @@ + + + + + + +Hibernate Maven Plugin 2.1.0 Test API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/test/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/overview-tree.html b/dist/hibernate-maven-plugin-2.1.0/testapidocs/overview-tree.html new file mode 100644 index 00000000..ab79bb45 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/overview-tree.html @@ -0,0 +1,137 @@ + + + + + + +Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2017. All Rights Reserved.

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/package-list b/dist/hibernate-maven-plugin-2.1.0/testapidocs/package-list new file mode 100644 index 00000000..4774195e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/package-list @@ -0,0 +1 @@ +de.juplo.test diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/script.js b/dist/hibernate-maven-plugin-2.1.0/testapidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/dist/hibernate-maven-plugin-2.1.0/testapidocs/stylesheet.css b/dist/hibernate-maven-plugin-2.1.0/testapidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/testapidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/dist/hibernate-maven-plugin-2.1.0/update-mojo.html b/dist/hibernate-maven-plugin-2.1.0/update-mojo.html new file mode 100644 index 00000000..0e73aa7f --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/update-mojo.html @@ -0,0 +1,1343 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – hibernate:update + + + + +

Path

+

+

    +
+

+
+
+ + +
+

hibernate:update

+ +

Full name:

+ +

de.juplo:hibernate-maven-plugin:2.1.0:update

+ +

Description:

+ +
Generate/Execute SQL to update the database-schema according to the +configured mappings.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
createNamespacesBoolean2.0Specifies whether to automatically create also the database +schema/catalog.
Default value is: false.
User property is: hibernate.hbm2dll.create_namespaces.
delimiterString1.0Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ;.
User property is: hibernate.hbm2ddl.delimiter.
dialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
driverString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
executeBoolean2.0Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: true.
User property is: hibernate.schema.execute.
forceboolean1.0Force generation/execution + +

Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.force.
formatBoolean1.0Format output-file.
User property is: hibernate.format_sql.
hibernateConfigString1.1.0Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.


hibernatePropertiesString1.0Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.


implicitNamingStrategyString2.0Implicit naming strategy
User property is: hibernate.implicit_naming_strategy.
mappingsString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
outputDirectoryString1.0Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.outputDirectory.
outputFileString1.0Output file. + +

If the specified filename is not absolut, the file will be +created relative to the project build directory +(project.build.directory).


Default value is: update.sql.
User property is: hibernate.schema.update.
passwordString1.0Database password
User property is: hibernate.connection.password.
persistenceUnitString1.1.0Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.


physicalNamingStrategyString2.0Physical naming strategy
User property is: hibernate.physical_naming_strategy.
scanClassesBoolean2.0Wether the project should be scanned for annotated-classes, or not + +

This parameter is intended to allow overwriting of the parameter +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true


User property is: hibernate.schema.scan.classes.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.


Default value is: compile.
User property is: hibernate.schema.scan.dependencies.
scanTestClassesBoolean1.0.1Whether to scan the test-branch of the project for annotated +classes, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.scan.test_classes.
showBoolean1.0Show the generated SQL in the command-line output.
User property is: hibernate.show_sql.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.schema.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ${maven.test.skip}.
User property is: hibernate.schema.skip.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.testOutputDirectory.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+ +
+

Parameter Details

+ +

createNamespaces:

+ +
Specifies whether to automatically create also the database +schema/catalog.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.hbm2dll.create_namespaces
  • + +
  • Default: false
  • +

+

delimiter:

+ +
Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.hbm2ddl.delimiter
  • + +
  • Default: ;
  • +

+

dialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

driver:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

execute:

+ +
Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.execute
  • + +
  • Default: true
  • +

+

force:

+ +
Force generation/execution + +

Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.format_sql
  • +

+

hibernateConfig:

+ +
Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

hibernateProperties:

+ +
Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • +

+

implicitNamingStrategy:

+ +
Implicit naming strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.implicit_naming_strategy
  • +

+

mappings:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file. + +

If the specified filename is not absolut, the file will be +created relative to the project build directory +(project.build.directory).

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.update
  • + +
  • Default: update.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

persistenceUnit:

+ +
Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

physicalNamingStrategy:

+ +
Physical naming strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.physical_naming_strategy
  • +

+

scanClasses:

+ +
Wether the project should be scanned for annotated-classes, or not + +

This parameter is intended to allow overwriting of the parameter +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.classes
  • +

+

scanDependencies:

+ +
Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.dependencies
  • + +
  • Default: compile
  • +

+

scanTestClasses:

+ +
Whether to scan the test-branch of the project for annotated +classes, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0.1
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.scan.test_classes
  • + +
  • Default: false
  • +

+

show:

+ +
Show the generated SQL in the command-line output.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.show_sql
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.schema.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.schema.skip
  • + +
  • Default: ${maven.test.skip}
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref-test/allclasses-frame.html b/dist/hibernate-maven-plugin-2.1.0/xref-test/allclasses-frame.html new file mode 100644 index 00000000..8253aebb --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref-test/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/FileComparator.html b/dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..64291cd7 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/FileComparator.html @@ -0,0 +1,70 @@ + + + +FileComparator xref + + + +
+1   package de.juplo.test;
+2   
+3   import java.io.BufferedReader;
+4   import java.io.File;
+5   import java.io.FileNotFoundException;
+6   import java.io.FileReader;
+7   import java.io.IOException;
+8   
+9   
+10  public class FileComparator
+11  {
+12    private final File basedir;
+13    private BufferedReader expectedReader;
+14    private BufferedReader foundReader;
+15  
+16    public FileComparator(File basedir)
+17    {
+18      this.basedir = basedir;
+19    }
+20  
+21    public boolean isEqual(final String expectedFile, final String foundFile)
+22      throws
+23        FileNotFoundException,
+24        IOException
+25    {
+26      File file;
+27      String expected, found;
+28  
+29      file = new File(basedir, expectedFile);
+30      expectedReader = new BufferedReader(new FileReader(file));
+31  
+32      file = new File(basedir, foundFile);
+33      foundReader = new BufferedReader(new FileReader(file));
+34  
+35  
+36      while ((expected = expectedReader.readLine()) != null)
+37      {
+38        found = foundReader.readLine();
+39        if (!expected.equals(found))
+40        {
+41          System.err.println("Mismatch!");
+42          System.err.println("Expected: " + expected);
+43          System.err.println("Found:    " + found);
+44          return false;
+45        }
+46      }
+47  
+48      if ((found = foundReader.readLine()) != null)
+49      {
+50        System.err.println("Found more content than expected!");
+51        System.err.println("Starting with: " + found);
+52        return false;
+53      }
+54  
+55      return true;
+56    }
+57  }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/package-frame.html b/dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/package-frame.html new file mode 100644 index 00000000..be57c645 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.test + + + + +

+ de.juplo.test +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/package-summary.html b/dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/package-summary.html new file mode 100644 index 00000000..c0b505bd --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref-test/de/juplo/test/package-summary.html @@ -0,0 +1,69 @@ + + + + + + Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.test + + + +
+ +
+
+ +
+ +

Package de.juplo.test

+ + + + + + + + + + + + +
Class Summary
+ FileComparator +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.1.0/xref-test/index.html b/dist/hibernate-maven-plugin-2.1.0/xref-test/index.html new file mode 100644 index 00000000..7cc75cbd --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref-test/index.html @@ -0,0 +1,25 @@ + + + + + + + Hibernate Maven Plugin 2.1.0 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref-test/overview-frame.html b/dist/hibernate-maven-plugin-2.1.0/xref-test/overview-frame.html new file mode 100644 index 00000000..1373d480 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref-test/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate Maven Plugin 2.1.0 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref-test/overview-summary.html b/dist/hibernate-maven-plugin-2.1.0/xref-test/overview-summary.html new file mode 100644 index 00000000..56d682ed --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref-test/overview-summary.html @@ -0,0 +1,66 @@ + + + + + + Hibernate Maven Plugin 2.1.0 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate Maven Plugin 2.1.0 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.test +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.1.0/xref-test/stylesheet.css b/dist/hibernate-maven-plugin-2.1.0/xref-test/stylesheet.css new file mode 100644 index 00000000..89732f81 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref-test/stylesheet.css @@ -0,0 +1,114 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} + +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/allclasses-frame.html b/dist/hibernate-maven-plugin-2.1.0/xref/allclasses-frame.html new file mode 100644 index 00000000..e6fb5b88 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/allclasses-frame.html @@ -0,0 +1,44 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html new file mode 100644 index 00000000..8522d9a6 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html @@ -0,0 +1,1433 @@ + + + +AbstractSchemaMojo xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   
+4   import com.pyx4j.log4j.MavenLogAppender;
+5   import java.io.File;
+6   import java.io.FileInputStream;
+7   import java.io.FileOutputStream;
+8   import java.io.IOException;
+9   import java.io.InputStream;
+10  import java.net.MalformedURLException;
+11  import java.net.URL;
+12  import java.security.NoSuchAlgorithmException;
+13  import java.time.ZonedDateTime;
+14  import java.util.Collections;
+15  import java.util.EnumSet;
+16  import java.util.HashMap;
+17  import java.util.HashSet;
+18  import java.util.Iterator;
+19  import java.util.LinkedHashSet;
+20  import java.util.List;
+21  import java.util.Map;
+22  import java.util.Map.Entry;
+23  import java.util.Properties;
+24  import java.util.Set;
+25  import java.util.regex.Matcher;
+26  import java.util.regex.Pattern;
+27  import javax.persistence.Embeddable;
+28  import javax.persistence.Entity;
+29  import javax.persistence.MappedSuperclass;
+30  import javax.persistence.spi.PersistenceUnitTransactionType;
+31  import org.apache.maven.artifact.Artifact;
+32  import org.apache.maven.model.Resource;
+33  import org.apache.maven.plugin.AbstractMojo;
+34  import org.apache.maven.plugin.MojoExecutionException;
+35  import org.apache.maven.plugin.MojoFailureException;
+36  import org.apache.maven.project.MavenProject;
+37  import org.hibernate.boot.MetadataBuilder;
+38  import org.hibernate.boot.MetadataSources;
+39  import org.hibernate.boot.cfgxml.internal.ConfigLoader;
+40  import org.hibernate.boot.cfgxml.spi.LoadedConfig;
+41  import org.hibernate.boot.cfgxml.spi.MappingReference;
+42  import org.hibernate.boot.model.naming.ImplicitNamingStrategy;
+43  import org.hibernate.boot.model.naming.PhysicalNamingStrategy;
+44  import org.hibernate.boot.registry.BootstrapServiceRegistry;
+45  import org.hibernate.boot.registry.BootstrapServiceRegistryBuilder;
+46  import org.hibernate.boot.registry.StandardServiceRegistry;
+47  import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
+48  import org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
+49  import org.hibernate.boot.registry.classloading.spi.ClassLoadingException;
+50  import org.hibernate.boot.registry.selector.spi.StrategySelector;
+51  import org.hibernate.boot.spi.MetadataImplementor;
+52  import org.hibernate.cfg.AvailableSettings;
+53  import static org.hibernate.cfg.AvailableSettings.DIALECT;
+54  import static org.hibernate.cfg.AvailableSettings.DRIVER;
+55  import static org.hibernate.cfg.AvailableSettings.FORMAT_SQL;
+56  import static org.hibernate.cfg.AvailableSettings.HBM2DDL_DELIMITER;
+57  import static org.hibernate.cfg.AvailableSettings.HBM2DLL_CREATE_NAMESPACES;
+58  import static org.hibernate.cfg.AvailableSettings.IMPLICIT_NAMING_STRATEGY;
+59  import static org.hibernate.cfg.AvailableSettings.JPA_JDBC_DRIVER;
+60  import static org.hibernate.cfg.AvailableSettings.JPA_JDBC_PASSWORD;
+61  import static org.hibernate.cfg.AvailableSettings.JPA_JDBC_URL;
+62  import static org.hibernate.cfg.AvailableSettings.JPA_JDBC_USER;
+63  import static org.hibernate.cfg.AvailableSettings.PASS;
+64  import static org.hibernate.cfg.AvailableSettings.PHYSICAL_NAMING_STRATEGY;
+65  import static org.hibernate.cfg.AvailableSettings.SHOW_SQL;
+66  import static org.hibernate.cfg.AvailableSettings.USER;
+67  import static org.hibernate.cfg.AvailableSettings.URL;
+68  import org.hibernate.engine.config.spi.ConfigurationService;
+69  import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
+70  import org.hibernate.internal.util.config.ConfigurationException;
+71  import org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor;
+72  import org.hibernate.jpa.boot.internal.PersistenceXmlParser;
+73  import org.hibernate.tool.schema.TargetType;
+74  import org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl;
+75  import org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToFile;
+76  import org.hibernate.tool.schema.spi.ExecutionOptions;
+77  import org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator;
+78  import org.hibernate.tool.schema.spi.ScriptTargetOutput;
+79  import org.hibernate.tool.schema.spi.TargetDescriptor;
+80  import org.scannotation.AnnotationDB;
+81  
+82  
+83  /**
+84   * Baseclass with common attributes and methods.
+85   *
+86   * @phase process-classes
+87   * @threadSafe
+88   * @requiresDependencyResolution runtime
+89   */
+90  public abstract class AbstractSchemaMojo extends AbstractMojo
+91  {
+92    public final static String EXECUTE = "hibernate.schema.execute";
+93    public final static String OUTPUTDIRECTORY = "project.build.outputDirectory";
+94    public final static String SCAN_CLASSES = "hibernate.schema.scan.classes";
+95    public final static String SCAN_DEPENDENCIES = "hibernate.schema.scan.dependencies";
+96    public final static String SCAN_TESTCLASSES = "hibernate.schema.scan.test_classes";
+97    public final static String TEST_OUTPUTDIRECTORY = "project.build.testOutputDirectory";
+98    public final static String SKIPPED = "hibernate.schema.skipped";
+99    public final static String SCRIPT = "hibernate.schema.script";
+100 
+101   private final static Pattern SPLIT = Pattern.compile("[^,\\s]+");
+102 
+103   private final Set<String> packages = new HashSet<String>();
+104 
+105 
+106   /**
+107    * The maven project.
+108    * <p>
+109    * Only needed internally.
+110    *
+111    * @parameter property="project"
+112    * @required
+113    * @readonly
+114    */
+115   private MavenProject project;
+116 
+117   /**
+118    * Build-directory.
+119    * <p>
+120    * Only needed internally.
+121    *
+122    * @parameter property="project.build.directory"
+123    * @required
+124    * @readonly
+125    */
+126   private String buildDirectory;
+127 
+128 
+129   /** Parameters to configure the genaration of the SQL *********************/
+130 
+131   /**
+132    * Excecute the generated SQL.
+133    * If set to <code>false</code>, only the SQL-script is created and the
+134    * database is not touched.
+135    * <p>
+136    * <strong>Important:</strong>
+137    * This configuration value can only be configured through the
+138    * <code>pom.xml</code>, or by the definition of a system-property, because
+139    * it is not known by Hibernate nor JPA and, hence, not picked up from
+140    * their configuration!
+141    *
+142    * @parameter property="hibernate.schema.execute" default-value="true"
+143    * @since 2.0
+144    */
+145   private Boolean execute;
+146 
+147   /**
+148    * Skip execution
+149    * <p>
+150    * If set to <code>true</code>, the execution is skipped.
+151    * <p>
+152    * A skipped execution is signaled via the maven-property
+153    * <code>${hibernate.schema.skipped}</code>.
+154    * <p>
+155    * The execution is skipped automatically, if no modified or newly added
+156    * annotated classes are found and the dialect was not changed.
+157    * <p>
+158    * <strong>Important:</strong>
+159    * This configuration value can only be configured through the
+160    * <code>pom.xml</code>, or by the definition of a system-property, because
+161    * it is not known by Hibernate nor JPA and, hence, not picked up from
+162    * their configuration!
+163    *
+164    * @parameter property="hibernate.schema.skip" default-value="${maven.test.skip}"
+165    * @since 1.0
+166    */
+167   private boolean skip;
+168 
+169   /**
+170    * Force generation/execution
+171    * <p>
+172    * Force the generation and (if configured) the execution of the SQL, even if
+173    * no modified or newly added annotated classes where found and the
+174    * configuration was not changed.
+175    * <p>
+176    * <code>skip</code> takes precedence over <code>force</code>.
+177    * <p>
+178    * <strong>Important:</strong>
+179    * This configuration value can only be configured through the
+180    * <code>pom.xml</code>, or by the definition of a system-property, because
+181    * it is not known by Hibernate nor JPA and, hence, not picked up from
+182    * their configuration!
+183    *
+184    * @parameter property="hibernate.schema.force" default-value="false"
+185    * @since 1.0
+186    */
+187   private boolean force;
+188 
+189   /**
+190    * Hibernate dialect.
+191    *
+192    * @parameter property="hibernate.dialect"
+193    * @since 1.0
+194    */
+195   private String dialect;
+196 
+197   /**
+198    * Delimiter in output-file.
+199    * <p>
+200    * <strong>Important:</strong>
+201    * This configuration value can only be configured through the
+202    * <code>pom.xml</code>, or by the definition of a system-property, because
+203    * it is not known by Hibernate nor JPA and, hence, not picked up from
+204    * their configuration!
+205    *
+206    * @parameter property="hibernate.hbm2ddl.delimiter" default-value=";"
+207    * @since 1.0
+208    */
+209   private String delimiter;
+210 
+211   /**
+212    * Show the generated SQL in the command-line output.
+213    *
+214    * @parameter property="hibernate.show_sql"
+215    * @since 1.0
+216    */
+217   private Boolean show;
+218 
+219   /**
+220    * Format output-file.
+221    *
+222    * @parameter property="hibernate.format_sql"
+223    * @since 1.0
+224    */
+225   private Boolean format;
+226 
+227   /**
+228    * Specifies whether to automatically create also the database schema/catalog.
+229    *
+230    * @parameter property="hibernate.hbm2dll.create_namespaces" default-value="false"
+231    * @since 2.0
+232    */
+233   private Boolean createNamespaces;
+234 
+235   /**
+236    * Implicit naming strategy
+237    *
+238    * @parameter property="hibernate.implicit_naming_strategy"
+239    * @since 2.0
+240    */
+241   private String implicitNamingStrategy;
+242 
+243   /**
+244    * Physical naming strategy
+245    *
+246    * @parameter property="hibernate.physical_naming_strategy"
+247    * @since 2.0
+248    */
+249   private String physicalNamingStrategy;
+250 
+251   /**
+252    * Wether the project should be scanned for annotated-classes, or not
+253    * <p>
+254    * This parameter is intended to allow overwriting of the parameter
+255    * <code>exclude-unlisted-classes</code> of a <code>persistence-unit</code>.
+256    * If not specified, it defaults to <code>true</code>
+257    *
+258    * @parameter property="hibernate.schema.scan.classes"
+259    * @since 2.0
+260    */
+261   private Boolean scanClasses;
+262 
+263   /**
+264    * Classes-Directory to scan.
+265    * <p>
+266    * This parameter defaults to the maven build-output-directory for classes.
+267    * Additionally, all dependencies are scanned for annotated classes.
+268    * <p>
+269    * <strong>Important:</strong>
+270    * This configuration value can only be configured through the
+271    * <code>pom.xml</code>, or by the definition of a system-property, because
+272    * it is not known by Hibernate nor JPA and, hence, not picked up from
+273    * their configuration!
+274    *
+275    * @parameter property="project.build.outputDirectory"
+276    * @since 1.0
+277    */
+278   private String outputDirectory;
+279 
+280   /**
+281    * Dependency-Scopes, that should be scanned for annotated classes.
+282    * <p>
+283    * By default, only dependencies in the scope <code>compile</code> are
+284    * scanned for annotated classes. Multiple scopes can be seperated by
+285    * white space or commas.
+286    * <p>
+287    * If you do not want any dependencies to be scanned for annotated
+288    * classes, set this parameter to <code>none</code>.
+289    * <p>
+290    * The plugin does not scan for annotated classes in transitive
+291    * dependencies. If some of your annotated classes are hidden in a
+292    * transitive dependency, you can simply add that dependency explicitly.
+293    *
+294    * @parameter property="hibernate.schema.scan.dependencies" default-value="compile"
+295    * @since 1.0.3
+296    */
+297   private String scanDependencies;
+298 
+299   /**
+300    * Whether to scan the test-branch of the project for annotated classes, or
+301    * not.
+302    * <p>
+303    * If this parameter is set to <code>true</code> the test-classes of the
+304    * artifact will be scanned for hibernate-annotated classes additionally.
+305    * <p>
+306    * <strong>Important:</strong>
+307    * This configuration value can only be configured through the
+308    * <code>pom.xml</code>, or by the definition of a system-property, because
+309    * it is not known by Hibernate nor JPA and, hence, not picked up from
+310    * their configuration!
+311    *
+312    * @parameter property="hibernate.schema.scan.test_classes" default-value="false"
+313    * @since 1.0.1
+314    */
+315   private Boolean scanTestClasses;
+316 
+317   /**
+318    * Test-Classes-Directory to scan.
+319    * <p>
+320    * This parameter defaults to the maven build-output-directory for
+321    * test-classes.
+322    * <p>
+323    * This parameter is only used, when <code>scanTestClasses</code> is set
+324    * to <code>true</code>!
+325    * <p>
+326    * <strong>Important:</strong>
+327    * This configuration value can only be configured through the
+328    * <code>pom.xml</code>, or by the definition of a system-property, because
+329    * it is not known by Hibernate nor JPA and, hence, not picked up from
+330    * their configuration!
+331    *
+332    * @parameter property="project.build.testOutputDirectory"
+333    * @since 1.0.2
+334    */
+335   private String testOutputDirectory;
+336 
+337 
+338   /** Conection parameters *************************************************/
+339 
+340   /**
+341    * SQL-Driver name.
+342    *
+343    * @parameter property="hibernate.connection.driver_class"
+344    * @since 1.0
+345    */
+346   private String driver;
+347 
+348   /**
+349    * Database URL.
+350    *
+351    * @parameter property="hibernate.connection.url"
+352    * @since 1.0
+353    */
+354   private String url;
+355 
+356   /**
+357    * Database username
+358    *
+359    * @parameter property="hibernate.connection.username"
+360    * @since 1.0
+361    */
+362   private String username;
+363 
+364   /**
+365    * Database password
+366    *
+367    * @parameter property="hibernate.connection.password"
+368    * @since 1.0
+369    */
+370   private String password;
+371 
+372 
+373   /** Parameters to locate configuration sources ****************************/
+374 
+375   /**
+376    * Path to a file or name of a ressource with hibernate properties.
+377    * If this parameter is specified, the plugin will try to load configuration
+378    * values from a file with the given path or a ressource on the classpath with
+379    * the given name. If both fails, the execution of the plugin will fail.
+380    * <p>
+381    * If this parameter is not set the plugin will load configuration values
+382    * from a ressource named <code>hibernate.properties</code> on the classpath,
+383    * if it is present, but will not fail if there is no such ressource.
+384    * <p>
+385    * During ressource-lookup, the test-classpath takes precedence.
+386    *
+387    * @parameter
+388    * @since 1.0
+389    */
+390   private String hibernateProperties;
+391 
+392   /**
+393    * Path to Hibernate configuration file (.cfg.xml).
+394    * If this parameter is specified, the plugin will try to load configuration
+395    * values from a file with the given path or a ressource on the classpath with
+396    * the given name. If both fails, the execution of the plugin will fail.
+397    * <p>
+398    * If this parameter is not set the plugin will load configuration values
+399    * from a ressource named <code>hibernate.cfg.xml</code> on the classpath,
+400    * if it is present, but will not fail if there is no such ressource.
+401    * <p>
+402    * During ressource-lookup, the test-classpath takes precedence.
+403    * <p>
+404    * Settings in this file will overwrite settings in the properties file.
+405    *
+406    * @parameter
+407    * @since 1.1.0
+408    */
+409   private String hibernateConfig;
+410 
+411   /**
+412    * Name of the persistence-unit.
+413    * If this parameter is specified, the plugin will try to load configuration
+414    * values from a persistence-unit with the specified name. If no such
+415    * persistence-unit can be found, the plugin will throw an exception.
+416    * <p>
+417    * If this parameter is not set and there is only one persistence-unit
+418    * available, that unit will be used automatically. But if this parameter is
+419    * not set and there are multiple persistence-units available on,
+420    * the class-path, the execution of the plugin will fail.
+421    * <p>
+422    * Settings in this file will overwrite settings in the properties or the
+423    * configuration file.
+424    *
+425    * @parameter
+426    * @since 1.1.0
+427    */
+428   private String persistenceUnit;
+429 
+430   /**
+431    * List of Hibernate-Mapping-Files (XML).
+432    * Multiple files can be separated with white-spaces and/or commas.
+433    *
+434    * @parameter property="hibernate.mapping"
+435    * @since 1.0.2
+436    */
+437   private String mappings;
+438 
+439 
+440 
+441   public final void execute(String filename)
+442     throws
+443       MojoFailureException,
+444       MojoExecutionException
+445   {
+446     if (skip)
+447     {
+448       getLog().info("Execution of hibernate-maven-plugin was skipped!");
+449       project.getProperties().setProperty(SKIPPED, "true");
+450       return;
+451     }
+452 
+453     ModificationTracker tracker;
+454     try
+455     {
+456       tracker = new ModificationTracker(buildDirectory, filename, getLog());
+457     }
+458     catch (NoSuchAlgorithmException e)
+459     {
+460       throw new MojoFailureException("Digest-Algorithm MD5 is missing!", e);
+461     }
+462 
+463     final SimpleConnectionProvider connectionProvider =
+464         new SimpleConnectionProvider(getLog());
+465 
+466     try
+467     {
+468       /** Start extended logging */
+469       MavenLogAppender.startPluginLog(this);
+470 
+471       /** Load checksums for old mapping and configuration */
+472       tracker.load();
+473 
+474       /** Create the ClassLoader */
+475       MutableClassLoader classLoader = createClassLoader();
+476 
+477       /** Create a BootstrapServiceRegistry with the created ClassLoader */
+478       BootstrapServiceRegistry bootstrapServiceRegitry =
+479           new BootstrapServiceRegistryBuilder()
+480               .applyClassLoader(classLoader)
+481               .build();
+482       ClassLoaderService classLoaderService =
+483           bootstrapServiceRegitry.getService(ClassLoaderService.class);
+484 
+485       Properties properties = new Properties();
+486       ConfigLoader configLoader = new ConfigLoader(bootstrapServiceRegitry);
+487 
+488       /** Loading and merging configuration */
+489       properties.putAll(loadProperties(configLoader));
+490       LoadedConfig config = loadConfig(configLoader);
+491       if (config != null)
+492         properties.putAll(config.getConfigurationValues());
+493       ParsedPersistenceXmlDescriptor unit =
+494           loadPersistenceUnit(classLoaderService, properties);
+495       if (unit != null)
+496         properties.putAll(unit.getProperties());
+497 
+498       /** Overwriting/Completing configuration */
+499       configure(properties, tracker);
+500 
+501       /** Check configuration for modifications */
+502       if(tracker.track(properties))
+503         getLog().debug("Configuration has changed.");
+504       else
+505         getLog().debug("Configuration unchanged.");
+506 
+507       /** Check, that the outputfile is writable */
+508       final File output = getOutputFile(filename);
+509       /** Check, if the outputfile is missing or was changed */
+510       checkOutputFile(output, tracker);
+511 
+512       /** Configure Hibernate */
+513       final StandardServiceRegistry serviceRegistry =
+514           new StandardServiceRegistryBuilder(bootstrapServiceRegitry)
+515               .applySettings(properties)
+516               .addService(ConnectionProvider.class, connectionProvider)
+517               .build();
+518       final MetadataSources sources = new MetadataSources(serviceRegistry);
+519 
+520       /** Add the remaining class-path-elements */
+521       completeClassPath(classLoader);
+522 
+523       /** Apply mappings from hibernate-configuration, if present */
+524       if (config != null)
+525       {
+526         for (MappingReference mapping : config.getMappingReferences())
+527           mapping.apply(sources);
+528       }
+529 
+530       Set<String> classes;
+531       if (unit == null)
+532       {
+533         /** No persistent unit: default behaviour */
+534         if (scanClasses == null)
+535           scanClasses = true;
+536         Set<URL> urls = new HashSet<URL>();
+537         if (scanClasses)
+538           addRoot(urls, outputDirectory);
+539         if (scanTestClasses)
+540           addRoot(urls, testOutputDirectory);
+541         addDependencies(urls);
+542         classes = scanUrls(urls);
+543       }
+544       else
+545       {
+546         /** Follow configuration in persisten unit */
+547         if (scanClasses == null)
+548           scanClasses = !unit.isExcludeUnlistedClasses();
+549         Set<URL> urls = new HashSet<URL>();
+550         if (scanClasses)
+551         {
+552           /**
+553            * Scan the root of the persiten unit and configured jars for
+554            * annotated classes
+555            */
+556           urls.add(unit.getPersistenceUnitRootUrl());
+557           for (URL url : unit.getJarFileUrls())
+558             urls.add(url);
+559         }
+560         if (scanTestClasses)
+561           addRoot(urls, testOutputDirectory);
+562         classes = scanUrls(urls);
+563         for (String className : unit.getManagedClassNames())
+564           classes.add(className);
+565         /**
+566          * Add mappings from the default mapping-file
+567          * <code>META-INF/orm.xml</code>, if present
+568          */
+569         boolean error = false;
+570         InputStream is;
+571         is = classLoader.getResourceAsStream("META-INF/orm.xml");
+572         if (is != null)
+573         {
+574           getLog().info("Adding default JPA-XML-mapping from META-INF/orm.xml");
+575           try
+576           {
+577             tracker.track("META-INF/orm.xml", is);
+578             sources.addResource("META-INF/orm.xml");
+579           }
+580           catch (IOException e)
+581           {
+582             getLog().error("cannot read META-INF/orm.xml: " + e);
+583             error = true;
+584           }
+585         }
+586         else
+587         {
+588           getLog().debug("no META-INF/orm.xml found");
+589         }
+590         /**
+591          * Add mappings from files, that are explicitly configured in the
+592          * persistence unit
+593          */
+594         for (String mapping : unit.getMappingFileNames())
+595         {
+596           getLog().info("Adding explicitly configured mapping from " + mapping);
+597           is = classLoader.getResourceAsStream(mapping);
+598           if (is != null)
+599           {
+600             try
+601             {
+602               tracker.track(mapping, is);
+603               sources.addResource(mapping);
+604             }
+605             catch (IOException e)
+606             {
+607               getLog().info("cannot read mapping-file " + mapping + ": " + e);
+608               error = true;
+609             }
+610           }
+611           else
+612           {
+613             getLog().error("cannot find mapping-file " + mapping);
+614             error = true;
+615           }
+616         }
+617         if (error)
+618           throw new MojoFailureException(
+619               "error, while reading mappings configured in persistence-unit \"" +
+620               unit.getName() +
+621               "\""
+622               );
+623       }
+624 
+625       /** Add the configured/collected annotated classes */
+626       for (String className : classes)
+627         addAnnotated(className, sources, classLoaderService, tracker);
+628 
+629       /** Add explicitly configured classes */
+630       addMappings(sources, tracker);
+631 
+632       /** Skip execution, if mapping and configuration is unchanged */
+633       if (!tracker.modified())
+634       {
+635         getLog().info("Mapping and configuration unchanged.");
+636         if (force)
+637           getLog().info("Generation/execution is forced!");
+638         else
+639         {
+640           getLog().info("Skipping schema generation!");
+641           project.getProperties().setProperty(SKIPPED, "true");
+642           return;
+643         }
+644       }
+645 
+646 
+647       /** Truncate output file */
+648       try
+649       {
+650         new FileOutputStream(output).getChannel().truncate(0).close();
+651       }
+652       catch (IOException e)
+653       {
+654         String error =
+655             "Error while truncating " + output.getAbsolutePath() + ": "
+656             + e.getMessage();
+657         getLog().warn(error);
+658         throw new MojoExecutionException(error);
+659       }
+660 
+661       /** Create a connection, if sufficient configuration infromation is available */
+662       connectionProvider.open(classLoaderService, properties);
+663 
+664       MetadataBuilder metadataBuilder = sources.getMetadataBuilder();
+665 
+666       StrategySelector strategySelector =
+667           serviceRegistry.getService(StrategySelector.class);
+668 
+669       if (properties.containsKey(IMPLICIT_NAMING_STRATEGY))
+670       {
+671         metadataBuilder.applyImplicitNamingStrategy(
+672             strategySelector.resolveStrategy(
+673                 ImplicitNamingStrategy.class,
+674                 properties.getProperty(IMPLICIT_NAMING_STRATEGY)
+675                 )
+676             );
+677       }
+678 
+679       if (properties.containsKey(PHYSICAL_NAMING_STRATEGY))
+680       {
+681         metadataBuilder.applyPhysicalNamingStrategy(
+682             strategySelector.resolveStrategy(
+683                 PhysicalNamingStrategy.class,
+684                 properties.getProperty(PHYSICAL_NAMING_STRATEGY)
+685                 )
+686             );
+687       }
+688 
+689       /** Prepare the generation of the SQL */
+690       Map settings = new HashMap();
+691       settings.putAll(
+692           serviceRegistry
+693               .getService(ConfigurationService.class)
+694               .getSettings()
+695               );
+696       ExceptionHandlerCollectingImpl handler =
+697           new ExceptionHandlerCollectingImpl();
+698       ExecutionOptions options =
+699           SchemaManagementToolCoordinator
+700               .buildExecutionOptions(settings, handler);
+701       final EnumSet<TargetType> targetTypes = EnumSet.of(TargetType.SCRIPT);
+702       if (execute)
+703         targetTypes.add(TargetType.DATABASE);
+704       TargetDescriptor target = new TargetDescriptor()
+705       {
+706         @Override
+707         public EnumSet<TargetType> getTargetTypes()
+708         {
+709           return targetTypes;
+710         }
+711 
+712         @Override
+713         public ScriptTargetOutput getScriptTargetOutput()
+714         {
+715           String charset =
+716               (String)
+717               serviceRegistry
+718                   .getService(ConfigurationService.class)
+719                   .getSettings()
+720                   .get(AvailableSettings.HBM2DDL_CHARSET_NAME);
+721           return new ScriptTargetOutputToFile(output, charset);
+722         }
+723       };
+724 
+725       /**
+726        * Change class-loader of current thread.
+727        * This is necessary, because still not all parts of Hibernate 5 use
+728        * the newly introduced ClassLoaderService and will fail otherwise!
+729        */
+730       Thread thread = Thread.currentThread();
+731       ClassLoader contextClassLoader = thread.getContextClassLoader();
+732       try
+733       {
+734         thread.setContextClassLoader(classLoader);
+735         build((MetadataImplementor)metadataBuilder.build(), options, target);
+736         if (handler.getExceptions().size() > 0)
+737         {
+738           StringBuilder builder = new StringBuilder();
+739           builder.append("Hibernate failed:");
+740           for (Exception e : handler.getExceptions())
+741           {
+742             builder.append("\n * ");
+743             builder.append(e.getMessage());
+744             AbstractSchemaMojo.printStrackTrace(builder, e);
+745             builder.append("\n");
+746           }
+747           String error = builder.toString();
+748           getLog().error(error);
+749           throw new MojoFailureException(error);
+750         }
+751       }
+752       finally
+753       {
+754         thread.setContextClassLoader(contextClassLoader);
+755         /** Track, the content of the generated script */
+756         checkOutputFile(output, tracker);
+757       }
+758     }
+759     catch (MojoExecutionException e)
+760     {
+761       tracker.failed();
+762       throw e;
+763     }
+764     catch (MojoFailureException e)
+765     {
+766       tracker.failed();
+767       throw e;
+768     }
+769     catch (RuntimeException e)
+770     {
+771       tracker.failed();
+772       throw e;
+773     }
+774     finally
+775     {
+776       /** Remember mappings and configuration */
+777       tracker.save();
+778 
+779       /** Close the connection - if one was opened */
+780       connectionProvider.close();
+781 
+782       /** Stop Log-Capturing */
+783       MavenLogAppender.endPluginLog(this);
+784     }
+785   }
+786 
+787 
+788   abstract void build(
+789       MetadataImplementor metadata,
+790       ExecutionOptions options,
+791       TargetDescriptor target
+792       )
+793     throws
+794       MojoFailureException,
+795       MojoExecutionException;
+796 
+797 
+798   private MutableClassLoader createClassLoader() throws MojoExecutionException
+799   {
+800     try
+801     {
+802       getLog().debug("Creating ClassLoader for project-dependencies...");
+803       LinkedHashSet<URL> urls = new LinkedHashSet<URL>();
+804       File file;
+805 
+806       file = new File(testOutputDirectory);
+807       if (!file.exists())
+808       {
+809         getLog().info("Creating test-output-directory: " + testOutputDirectory);
+810         file.mkdirs();
+811       }
+812       urls.add(file.toURI().toURL());
+813 
+814       file = new File(outputDirectory);
+815       if (!file.exists())
+816       {
+817         getLog().info("Creating output-directory: " + outputDirectory);
+818         file.mkdirs();
+819       }
+820       urls.add(file.toURI().toURL());
+821 
+822       return new MutableClassLoader(urls, getLog());
+823     }
+824     catch (Exception e)
+825     {
+826       getLog().error("Error while creating ClassLoader!", e);
+827       throw new MojoExecutionException(e.getMessage());
+828     }
+829   }
+830 
+831   private void completeClassPath(MutableClassLoader classLoader)
+832       throws
+833         MojoExecutionException
+834   {
+835     try
+836     {
+837       getLog().debug("Completing class-paths of the ClassLoader for project-dependencies...");
+838       List<String> classpathFiles = project.getCompileClasspathElements();
+839       if (scanTestClasses)
+840         classpathFiles.addAll(project.getTestClasspathElements());
+841       LinkedHashSet<URL> urls = new LinkedHashSet<URL>();
+842       for (String pathElement : classpathFiles)
+843       {
+844         getLog().debug("Dependency: " + pathElement);
+845         urls.add(new File(pathElement).toURI().toURL());
+846       }
+847       classLoader.add(urls);
+848     }
+849     catch (Exception e)
+850     {
+851       getLog().error("Error while creating ClassLoader!", e);
+852       throw new MojoExecutionException(e.getMessage());
+853     }
+854   }
+855 
+856   private Map loadProperties(ConfigLoader configLoader)
+857       throws
+858         MojoExecutionException
+859   {
+860     /** Try to read configuration from properties-file */
+861     if (hibernateProperties == null)
+862     {
+863       try
+864       {
+865         return configLoader.loadProperties("hibernate.properties");
+866       }
+867       catch (ConfigurationException e)
+868       {
+869         getLog().debug(e.getMessage());
+870         return Collections.EMPTY_MAP;
+871       }
+872     }
+873     else
+874     {
+875       try
+876       {
+877         File file = new File(hibernateProperties);
+878         if (file.exists())
+879         {
+880           getLog().info("Reading settings from file " + hibernateProperties + "...");
+881           return configLoader.loadProperties(file);
+882         }
+883         else
+884           return configLoader.loadProperties(hibernateProperties);
+885       }
+886       catch (ConfigurationException e)
+887       {
+888         getLog().error("Error while reading properties!", e);
+889         throw new MojoExecutionException(e.getMessage());
+890       }
+891     }
+892   }
+893 
+894   private LoadedConfig loadConfig(ConfigLoader configLoader)
+895       throws MojoExecutionException
+896   {
+897     /** Try to read configuration from configuration-file */
+898     if (hibernateConfig == null)
+899     {
+900       try
+901       {
+902         return configLoader.loadConfigXmlResource("hibernate.cfg.xml");
+903       }
+904       catch (ConfigurationException e)
+905       {
+906         getLog().debug(e.getMessage());
+907         return null;
+908       }
+909     }
+910     else
+911     {
+912       try
+913       {
+914         File file = new File(hibernateConfig);
+915         if (file.exists())
+916         {
+917           getLog().info("Reading configuration from file " + hibernateConfig + "...");
+918           return configLoader.loadConfigXmlFile(file);
+919         }
+920         else
+921         {
+922           return configLoader.loadConfigXmlResource(hibernateConfig);
+923         }
+924       }
+925       catch (ConfigurationException e)
+926       {
+927         getLog().error("Error while reading configuration!", e);
+928         throw new MojoExecutionException(e.getMessage());
+929       }
+930     }
+931   }
+932 
+933   private void configure(Properties properties, ModificationTracker tracker)
+934       throws MojoFailureException
+935   {
+936     /**
+937      * Special treatment for the configuration-value "execute": if it is
+938      * switched to "true", the genearation fo the schema should be forced!
+939      */
+940     if (tracker.check(EXECUTE, execute.toString()) && execute)
+941     {
+942       getLog().info(
+943           "hibernate.schema.execute was switched on: " +
+944           "forcing generation/execution of SQL"
+945           );
+946       tracker.touch();
+947     }
+948     configure(properties, execute, EXECUTE);
+949 
+950     /**
+951      * Configure the generation of the SQL.
+952      * Overwrite values from properties-file if the configuration parameter is
+953      * known to Hibernate.
+954      */
+955     configure(properties, dialect, DIALECT);
+956     configure(properties, delimiter, HBM2DDL_DELIMITER);
+957     configure(properties, format, FORMAT_SQL);
+958     configure(properties, createNamespaces, HBM2DLL_CREATE_NAMESPACES);
+959     configure(properties, implicitNamingStrategy, IMPLICIT_NAMING_STRATEGY);
+960     configure(properties, physicalNamingStrategy, PHYSICAL_NAMING_STRATEGY);
+961     configure(properties, outputDirectory, OUTPUTDIRECTORY);
+962     configure(properties, scanDependencies, SCAN_DEPENDENCIES);
+963     configure(properties, scanTestClasses, SCAN_TESTCLASSES);
+964     configure(properties, testOutputDirectory, TEST_OUTPUTDIRECTORY);
+965 
+966     /**
+967      * Special treatment for the configuration-value "show": a change of its
+968      * configured value should not lead to a regeneration of the database
+969      * schama!
+970      */
+971     if (show == null)
+972       show = Boolean.valueOf(properties.getProperty(SHOW_SQL));
+973     else
+974       properties.setProperty(SHOW_SQL, show.toString());
+975 
+976     /**
+977      * Configure the connection parameters.
+978      * Overwrite values from properties-file.
+979      */
+980     configure(properties, driver, DRIVER, JPA_JDBC_DRIVER);
+981     configure(properties, url, URL, JPA_JDBC_URL);
+982     configure(properties, username, USER, JPA_JDBC_USER);
+983     configure(properties, password, PASS, JPA_JDBC_PASSWORD);
+984 
+985     if (properties.isEmpty())
+986     {
+987       getLog().error("No properties set!");
+988       throw new MojoFailureException("Hibernate configuration is missing!");
+989     }
+990 
+991     getLog().info("Gathered configuration:");
+992     for (Entry<Object,Object> entry : properties.entrySet())
+993       getLog().info("  " + entry.getKey() + " = " + entry.getValue());
+994   }
+995 
+996   private void configure(
+997       Properties properties,
+998       String value,
+999       String key,
+1000       String alternativeKey
+1001       )
+1002   {
+1003     configure(properties, value, key);
+1004 
+1005     if (properties.containsKey(alternativeKey))
+1006     {
+1007       if (properties.containsKey(key))
+1008       {
+1009         getLog().warn(
+1010             "Ignoring property " + alternativeKey + "=\"" +
+1011             properties.getProperty(alternativeKey) +
+1012             "\" in favour for property " + key + "=\"" +
+1013             properties.getProperty(key) + "\""
+1014             );
+1015         properties.remove(alternativeKey);
+1016       }
+1017       else
+1018       {
+1019         value = properties.getProperty(alternativeKey);
+1020         properties.remove(alternativeKey);
+1021         getLog().info(
+1022             "Using value \"" + value + "\" from property " + alternativeKey +
+1023             " for property " + key
+1024             );
+1025         properties.setProperty(key, value);
+1026       }
+1027     }
+1028   }
+1029 
+1030   private void configure(Properties properties, String value, String key)
+1031   {
+1032     if (value != null)
+1033     {
+1034       if (properties.containsKey(key))
+1035       {
+1036         if (!properties.getProperty(key).equals(value))
+1037         {
+1038           getLog().info(
+1039               "Overwriting property " + key + "=\"" +
+1040               properties.getProperty(key) +
+1041               "\" with value \"" + value + "\""
+1042               );
+1043           properties.setProperty(key, value);
+1044         }
+1045       }
+1046       else
+1047       {
+1048         getLog().debug("Using value \"" + value + "\" for property " + key);
+1049         properties.setProperty(key, value);
+1050       }
+1051     }
+1052   }
+1053 
+1054   private void configure(Properties properties, Boolean value, String key)
+1055   {
+1056     configure(properties, value == null ? null : value.toString(), key);
+1057   }
+1058 
+1059   private File getOutputFile(String filename)
+1060       throws
+1061         MojoExecutionException
+1062   {
+1063     File output = new File(filename);
+1064 
+1065     if (!output.isAbsolute())
+1066     {
+1067       // Interpret relative file path relative to build directory
+1068       output = new File(buildDirectory, filename);
+1069     }
+1070     getLog().debug("Output file: " + output.getPath());
+1071 
+1072     // Ensure that directory path for specified file exists
+1073     File outFileParentDir = output.getParentFile();
+1074     if (null != outFileParentDir && !outFileParentDir.exists())
+1075     {
+1076       try
+1077       {
+1078         getLog().info(
+1079             "Creating directory path for output file:" +
+1080             outFileParentDir.getPath()
+1081             );
+1082         outFileParentDir.mkdirs();
+1083       }
+1084       catch (Exception e)
+1085       {
+1086         String error =
+1087             "Error creating directory path for output file: " + e.getMessage();
+1088         getLog().error(error);
+1089         throw new MojoExecutionException(error);
+1090       }
+1091     }
+1092 
+1093     try
+1094     {
+1095       output.createNewFile();
+1096     }
+1097     catch (IOException e)
+1098     {
+1099       String error = "Error creating output file: " + e.getMessage();
+1100       getLog().error(error);
+1101       throw new MojoExecutionException(error);
+1102     }
+1103 
+1104     if (!output.canWrite())
+1105     {
+1106       String error =
+1107           "Output file " + output.getAbsolutePath() + " is not writable!";
+1108       getLog().error(error);
+1109       throw new MojoExecutionException(error);
+1110     }
+1111 
+1112     return output;
+1113   }
+1114 
+1115   private void checkOutputFile(File output, ModificationTracker tracker)
+1116       throws
+1117         MojoExecutionException
+1118   {
+1119     try
+1120     {
+1121       if (output.exists())
+1122         tracker.track(SCRIPT, new FileInputStream(output));
+1123       else
+1124         tracker.track(SCRIPT, ZonedDateTime.now().toString());
+1125     }
+1126     catch (IOException e)
+1127     {
+1128       String error =
+1129           "Error while checking the generated script: " + e.getMessage();
+1130       getLog().error(error);
+1131       throw new MojoExecutionException(error);
+1132     }
+1133   }
+1134 
+1135   private void addMappings(MetadataSources sources, ModificationTracker tracker)
+1136       throws MojoFailureException
+1137   {
+1138     getLog().debug("Adding explicitly configured mappings...");
+1139     if (mappings != null)
+1140     {
+1141       try
+1142       {
+1143         for (String filename : mappings.split("[\\s,]+"))
+1144         {
+1145           // First try the filename as absolute/relative path
+1146           File file = new File(filename);
+1147           if (!file.exists())
+1148           {
+1149             // If the file was not found, search for it in the resource-directories
+1150             for (Resource resource : project.getResources())
+1151             {
+1152               file = new File(resource.getDirectory() + File.separator + filename);
+1153               if (file.exists())
+1154                 break;
+1155             }
+1156           }
+1157           if (file.exists())
+1158           {
+1159             if (file.isDirectory())
+1160               // TODO: add support to read all mappings under a directory
+1161               throw new MojoFailureException(file.getAbsolutePath() + " is a directory");
+1162             if (tracker.track(filename, new FileInputStream(file)))
+1163               getLog().debug("Found new or modified mapping-file: " + filename);
+1164             else
+1165               getLog().debug("Mapping-file unchanged: " + filename);
+1166 
+1167             sources.addFile(file);
+1168           }
+1169           else
+1170             throw new MojoFailureException("File " + filename + " could not be found in any of the configured resource-directories!");
+1171         }
+1172       }
+1173       catch (IOException e)
+1174       {
+1175         throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+1176       }
+1177     }
+1178   }
+1179 
+1180   private void addRoot(Set<URL> urls, String path) throws MojoFailureException
+1181   {
+1182     try
+1183     {
+1184       File dir = new File(path);
+1185       if (dir.exists())
+1186       {
+1187         getLog().info("Adding " + dir.getAbsolutePath() + " to the list of roots to scan...");
+1188         urls.add(dir.toURI().toURL());
+1189       }
+1190       else
+1191         getLog().warn(
+1192             "the directory cannot be scanned for annotated classes, " +
+1193             "because it does not exist: " +
+1194             dir.getAbsolutePath()
+1195             );
+1196     }
+1197     catch (MalformedURLException e)
+1198     {
+1199       getLog().error("error while adding the project-root to the list of roots to scan!", e);
+1200       throw new MojoFailureException(e.getMessage());
+1201     }
+1202   }
+1203 
+1204   private void addDependencies(Set<URL> urls) throws MojoFailureException
+1205   {
+1206     try
+1207     {
+1208       if (scanDependencies != null)
+1209       {
+1210         Matcher matcher = SPLIT.matcher(scanDependencies);
+1211         while (matcher.find())
+1212         {
+1213           getLog().info("Adding dependencies from scope " + matcher.group() + " to the list of roots to scan");
+1214           for (Artifact artifact : project.getDependencyArtifacts())
+1215           {
+1216             if (!artifact.getScope().equalsIgnoreCase(matcher.group()))
+1217               continue;
+1218             if (artifact.getFile() == null)
+1219             {
+1220               getLog().warn("Cannot add dependency " + artifact.getId() + ": no JAR-file available!");
+1221               continue;
+1222             }
+1223             getLog().info("Adding dependencies from scope " + artifact.getId() + " to the list of roots to scan");
+1224             urls.add(artifact.getFile().toURI().toURL());
+1225           }
+1226         }
+1227       }
+1228     }
+1229     catch (MalformedURLException e)
+1230     {
+1231       getLog().error("Error while adding dependencies to the list of roots to scan!", e);
+1232       throw new MojoFailureException(e.getMessage());
+1233     }
+1234   }
+1235 
+1236   private Set<String> scanUrls(Set<URL> scanRoots)
+1237       throws
+1238         MojoFailureException
+1239   {
+1240     try
+1241     {
+1242       AnnotationDB db = new AnnotationDB();
+1243       for (URL root : scanRoots)
+1244         db.scanArchives(root);
+1245 
+1246       Set<String> classes = new HashSet<String>();
+1247       if (db.getAnnotationIndex().containsKey(Entity.class.getName()))
+1248         classes.addAll(db.getAnnotationIndex().get(Entity.class.getName()));
+1249       if (db.getAnnotationIndex().containsKey(MappedSuperclass.class.getName()))
+1250         classes.addAll(db.getAnnotationIndex().get(MappedSuperclass.class.getName()));
+1251       if (db.getAnnotationIndex().containsKey(Embeddable.class.getName()))
+1252         classes.addAll(db.getAnnotationIndex().get(Embeddable.class.getName()));
+1253 
+1254       return classes;
+1255     }
+1256     catch (Exception e)
+1257     {
+1258       getLog().error("Error while scanning!", e);
+1259       throw new MojoFailureException(e.getMessage());
+1260     }
+1261   }
+1262 
+1263   private void addAnnotated(
+1264       String name,
+1265       MetadataSources sources,
+1266       ClassLoaderService classLoaderService,
+1267       ModificationTracker tracker
+1268       )
+1269       throws
+1270         MojoFailureException,
+1271         MojoExecutionException
+1272   {
+1273     try
+1274     {
+1275       getLog().info("Adding annotated resource: " + name);
+1276       String packageName = null;
+1277 
+1278       boolean error = false;
+1279       try
+1280       {
+1281         Class<?> annotatedClass = classLoaderService.classForName(name);
+1282         String resourceName = annotatedClass.getName();
+1283         resourceName =
+1284             resourceName.substring(
+1285                 resourceName.lastIndexOf(".") + 1,
+1286                 resourceName.length()
+1287                 ) + ".class";
+1288         InputStream is = annotatedClass.getResourceAsStream(resourceName);
+1289         if (is != null)
+1290         {
+1291           if (tracker.track(name, is))
+1292             getLog().debug("New or modified class: " + name);
+1293           else
+1294             getLog().debug("Unchanged class: " + name);
+1295           sources.addAnnotatedClass(annotatedClass);
+1296           packageName = annotatedClass.getPackage().getName();
+1297         }
+1298         else
+1299         {
+1300           getLog().error("cannot find ressource " + resourceName + " for class " + name);
+1301           error = true;
+1302         }
+1303       }
+1304       catch(ClassLoadingException e)
+1305       {
+1306         packageName = name;
+1307       }
+1308       if (error)
+1309       {
+1310         throw new MojoExecutionException("error while inspecting annotated class " + name);
+1311       }
+1312 
+1313       while (packageName != null)
+1314       {
+1315         if (packages.contains(packageName))
+1316           return;
+1317         String resource = packageName.replace('.', '/') + "/package-info.class";
+1318         InputStream is = classLoaderService.locateResourceStream(resource);
+1319         if (is == null)
+1320         {
+1321           // No compiled package-info available: no package-level annotations!
+1322           getLog().debug("Package " + packageName + " is not annotated.");
+1323         }
+1324         else
+1325         {
+1326           if (tracker.track(packageName, is))
+1327             getLog().debug("New or modified package: " + packageName);
+1328           else
+1329            getLog().debug("Unchanged package: " + packageName);
+1330           getLog().info("Adding annotations from package " + packageName);
+1331           sources.addPackage(packageName);
+1332         }
+1333         packages.add(packageName);
+1334         int i = packageName.lastIndexOf('.');
+1335         if (i < 0)
+1336           packageName = null;
+1337         else
+1338           packageName = packageName.substring(0,i);
+1339       }
+1340     }
+1341     catch (Exception e)
+1342     {
+1343       getLog().error("Error while adding the annotated class " + name, e);
+1344       throw new MojoFailureException(e.getMessage());
+1345     }
+1346   }
+1347 
+1348   private ParsedPersistenceXmlDescriptor loadPersistenceUnit(
+1349       ClassLoaderService classLoaderService,
+1350       Properties properties
+1351       )
+1352       throws
+1353         MojoFailureException
+1354   {
+1355     PersistenceXmlParser parser =
+1356         new PersistenceXmlParser(
+1357             classLoaderService,
+1358             PersistenceUnitTransactionType.RESOURCE_LOCAL
+1359              );
+1360 
+1361     Map<String, ParsedPersistenceXmlDescriptor> units =
+1362         parser.doResolve(properties);
+1363 
+1364     if (persistenceUnit == null)
+1365     {
+1366       Iterator<String> names = units.keySet().iterator();
+1367       if (!names.hasNext())
+1368       {
+1369         getLog().info("Found no META-INF/persistence.xml.");
+1370         return null;
+1371       }
+1372 
+1373       String name = names.next();
+1374       if (!names.hasNext())
+1375       {
+1376           getLog().info("Using persistence-unit " + name);
+1377           return units.get(name);
+1378       }
+1379 
+1380       StringBuilder builder = new StringBuilder();
+1381       builder.append("No name provided and multiple persistence units found: ");
+1382       builder.append(name);
+1383       while(names.hasNext())
+1384       {
+1385         builder.append(", ");
+1386         builder.append(names.next());
+1387       }
+1388       builder.append('.');
+1389       throw new MojoFailureException(builder.toString());
+1390     }
+1391 
+1392     if (units.containsKey(persistenceUnit))
+1393     {
+1394       getLog().info("Using configured persistence-unit " + persistenceUnit);
+1395       return units.get(persistenceUnit);
+1396     }
+1397 
+1398     throw new MojoFailureException("Could not find persistence-unit " + persistenceUnit);
+1399   }
+1400 
+1401 
+1402   public static void printStrackTrace(StringBuilder builder, Throwable t)
+1403   {
+1404     while (t != null)
+1405     {
+1406       builder.append("\n\tCause: ");
+1407       builder.append(t.getMessage() == null ? "" : t.getMessage().replaceAll("\\s+", " "));
+1408       for (StackTraceElement trace : t.getStackTrace())
+1409       {
+1410         builder.append("\n\t");
+1411         builder.append(trace.getClassName());
+1412         builder.append(".");
+1413         builder.append(trace.getMethodName());
+1414         builder.append("():");
+1415         builder.append(trace.getLineNumber());
+1416       }
+1417       t = t.getCause();
+1418     }
+1419   }
+1420 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/CreateMojo.html b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/CreateMojo.html new file mode 100644 index 00000000..111daec3 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/CreateMojo.html @@ -0,0 +1,111 @@ + + + +CreateMojo xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import java.util.Map;
+20  import org.apache.maven.plugin.MojoExecutionException;
+21  import org.apache.maven.plugin.MojoFailureException;
+22  import org.hibernate.boot.spi.MetadataImplementor;
+23  import org.hibernate.service.ServiceRegistry;
+24  import org.hibernate.tool.schema.SourceType;
+25  import org.hibernate.tool.schema.spi.ExecutionOptions;
+26  import org.hibernate.tool.schema.spi.SchemaManagementTool;
+27  import org.hibernate.tool.schema.spi.ScriptSourceInput;
+28  import org.hibernate.tool.schema.spi.SourceDescriptor;
+29  import org.hibernate.tool.schema.spi.TargetDescriptor;
+30  
+31  
+32  /**
+33   * Generate/Execute SQL to create a database-schema that represents the
+34   * configured mappings.
+35   *
+36   * @goal create
+37   * @phase process-classes
+38   * @threadSafe
+39   * @requiresDependencyResolution runtime
+40   */
+41  public class CreateMojo extends AbstractSchemaMojo
+42  {
+43    /**
+44     * Output file.
+45     * <p>
+46     * If the specified filename is not absolut, the file will be created
+47     * relative to the project build directory
+48     * (<code>project.build.directory</code>).
+49     *
+50     * @parameter property="hibernate.schema.create" default-value="create.sql"
+51     * @since 1.0
+52     */
+53    private String outputFile;
+54  
+55  
+56    @Override
+57    public final void execute()
+58      throws
+59        MojoFailureException,
+60        MojoExecutionException
+61    {
+62      super.execute(outputFile);
+63    }
+64  
+65  
+66    @Override
+67    void build(
+68        MetadataImplementor metadata,
+69        ExecutionOptions options,
+70        TargetDescriptor target
+71        )
+72        throws
+73          MojoExecutionException,
+74          MojoFailureException
+75    {
+76      ServiceRegistry service =
+77          metadata.getMetadataBuildingOptions().getServiceRegistry();
+78      SchemaManagementTool tool = service.getService(SchemaManagementTool.class);
+79  
+80      Map config = options.getConfigurationValues();
+81      SourceDescriptor source = new SourceDescriptor()
+82      {
+83  	  @Override
+84        public SourceType getSourceType()
+85        {
+86          return SourceType.METADATA;
+87        }
+88  
+89        @Override
+90        public ScriptSourceInput getScriptSourceInput()
+91        {
+92          return null;
+93        }
+94      };
+95  
+96      tool.getSchemaCreator(config).doCreation(metadata, options, source, target);
+97    }
+98  }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/DropMojo.html b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/DropMojo.html new file mode 100644 index 00000000..62395770 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/DropMojo.html @@ -0,0 +1,111 @@ + + + +DropMojo xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import java.util.Map;
+20  import org.apache.maven.plugin.MojoExecutionException;
+21  import org.apache.maven.plugin.MojoFailureException;
+22  import org.hibernate.boot.spi.MetadataImplementor;
+23  import org.hibernate.service.ServiceRegistry;
+24  import org.hibernate.tool.schema.SourceType;
+25  import org.hibernate.tool.schema.spi.ExecutionOptions;
+26  import org.hibernate.tool.schema.spi.SchemaManagementTool;
+27  import org.hibernate.tool.schema.spi.ScriptSourceInput;
+28  import org.hibernate.tool.schema.spi.SourceDescriptor;
+29  import org.hibernate.tool.schema.spi.TargetDescriptor;
+30  
+31  
+32  /**
+33   * Generate/Execute SQL to drop all tables of a database-schema that represents
+34   * the configured mappings.
+35   *
+36   * @goal drop
+37   * @phase process-classes
+38   * @threadSafe
+39   * @requiresDependencyResolution runtime
+40   */
+41  public class DropMojo extends AbstractSchemaMojo
+42  {
+43    /**
+44     * Output file.
+45     * <p>
+46     * If the specified filename is not absolut, the file will be created
+47     * relative to the project build directory
+48     * (<code>project.build.directory</code>).
+49     *
+50     * @parameter property="hibernate.schema.drop" default-value="drop.sql"
+51     * @since 1.0
+52     */
+53    private String outputFile;
+54  
+55  
+56    @Override
+57    public final void execute()
+58      throws
+59        MojoFailureException,
+60        MojoExecutionException
+61    {
+62      super.execute(outputFile);
+63    }
+64  
+65  
+66    @Override
+67    void build(
+68        MetadataImplementor metadata,
+69        ExecutionOptions options,
+70        TargetDescriptor target
+71        )
+72        throws
+73          MojoExecutionException,
+74          MojoFailureException
+75    {
+76      ServiceRegistry service =
+77          metadata.getMetadataBuildingOptions().getServiceRegistry();
+78      SchemaManagementTool tool = service.getService(SchemaManagementTool.class);
+79  
+80      Map config = options.getConfigurationValues();
+81      SourceDescriptor source = new SourceDescriptor()
+82      {
+83  	  @Override
+84        public SourceType getSourceType()
+85        {
+86          return SourceType.METADATA;
+87        }
+88  
+89        @Override
+90        public ScriptSourceInput getScriptSourceInput()
+91        {
+92          return null;
+93        }
+94      };
+95  
+96      tool.getSchemaDropper(config).doDrop(metadata, options, source, target);
+97    }
+98  }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/HelpMojo.html b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/HelpMojo.html new file mode 100644 index 00000000..70821299 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/HelpMojo.html @@ -0,0 +1,467 @@ + + + +HelpMojo xref + + + +
+1   
+2   package de.juplo.plugins.hibernate;
+3   
+4   import org.apache.maven.plugin.AbstractMojo;
+5   import org.apache.maven.plugin.MojoExecutionException;
+6   
+7   import org.w3c.dom.Document;
+8   import org.w3c.dom.Element;
+9   import org.w3c.dom.Node;
+10  import org.w3c.dom.NodeList;
+11  import org.xml.sax.SAXException;
+12  
+13  import javax.xml.parsers.DocumentBuilder;
+14  import javax.xml.parsers.DocumentBuilderFactory;
+15  import javax.xml.parsers.ParserConfigurationException;
+16  import java.io.IOException;
+17  import java.io.InputStream;
+18  import java.util.ArrayList;
+19  import java.util.List;
+20  
+21  /**
+22   * Display help information on hibernate-maven-plugin.<br>
+23   * Call <code>mvn hibernate:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
+24   * @author maven-plugin-tools
+25   * @goal help
+26   * @requiresProject false
+27   * @threadSafe
+28   */
+29  public class HelpMojo
+30      extends AbstractMojo
+31  {
+32      /**
+33       * If <code>true</code>, display all settable properties for each goal.
+34       *
+35       * @parameter property="detail" default-value="false"
+36       */
+37      private boolean detail;
+38  
+39      /**
+40       * The name of the goal for which to show help. If unspecified, all goals will be displayed.
+41       *
+42       * @parameter property="goal"
+43       */
+44      private java.lang.String goal;
+45  
+46      /**
+47       * The maximum length of a display line, should be positive.
+48       *
+49       * @parameter property="lineLength" default-value="80"
+50       */
+51      private int lineLength;
+52  
+53      /**
+54       * The number of spaces per indentation level, should be positive.
+55       *
+56       * @parameter property="indentSize" default-value="2"
+57       */
+58      private int indentSize;
+59  
+60      // groupId/artifactId/plugin-help.xml
+61      private static final String PLUGIN_HELP_PATH =
+62                      "/META-INF/maven/de.juplo/hibernate-maven-plugin/plugin-help.xml";
+63  
+64      private static final int DEFAULT_LINE_LENGTH = 80;
+65  
+66      private Document build()
+67          throws MojoExecutionException
+68      {
+69          getLog().debug( "load plugin-help.xml: " + PLUGIN_HELP_PATH );
+70          InputStream is = null;
+71          try
+72          {
+73              is = getClass().getResourceAsStream( PLUGIN_HELP_PATH );
+74              DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
+75              DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
+76              return dBuilder.parse( is );
+77          }
+78          catch ( IOException e )
+79          {
+80              throw new MojoExecutionException( e.getMessage(), e );
+81          }
+82          catch ( ParserConfigurationException e )
+83          {
+84              throw new MojoExecutionException( e.getMessage(), e );
+85          }
+86          catch ( SAXException e )
+87          {
+88              throw new MojoExecutionException( e.getMessage(), e );
+89          }
+90          finally
+91          {
+92              if ( is != null )
+93              {
+94                  try
+95                  {
+96                      is.close();
+97                  }
+98                  catch ( IOException e )
+99                  {
+100                     throw new MojoExecutionException( e.getMessage(), e );
+101                 }
+102             }
+103         }
+104     }
+105 
+106     /**
+107      * {@inheritDoc}
+108      */
+109     public void execute()
+110         throws MojoExecutionException
+111     {
+112         if ( lineLength <= 0 )
+113         {
+114             getLog().warn( "The parameter 'lineLength' should be positive, using '80' as default." );
+115             lineLength = DEFAULT_LINE_LENGTH;
+116         }
+117         if ( indentSize <= 0 )
+118         {
+119             getLog().warn( "The parameter 'indentSize' should be positive, using '2' as default." );
+120             indentSize = 2;
+121         }
+122 
+123         Document doc = build();
+124 
+125         StringBuilder sb = new StringBuilder();
+126         Node plugin = getSingleChild( doc, "plugin" );
+127 
+128 
+129         String name = getValue( plugin, "name" );
+130         String version = getValue( plugin, "version" );
+131         String id = getValue( plugin, "groupId" ) + ":" + getValue( plugin, "artifactId" ) + ":" + version;
+132         if ( isNotEmpty( name ) && !name.contains( id ) )
+133         {
+134             append( sb, name + " " + version, 0 );
+135         }
+136         else
+137         {
+138             if ( isNotEmpty( name ) )
+139             {
+140                 append( sb, name, 0 );
+141             }
+142             else
+143             {
+144                 append( sb, id, 0 );
+145             }
+146         }
+147         append( sb, getValue( plugin, "description" ), 1 );
+148         append( sb, "", 0 );
+149 
+150         //<goalPrefix>plugin</goalPrefix>
+151         String goalPrefix = getValue( plugin, "goalPrefix" );
+152 
+153         Node mojos1 = getSingleChild( plugin, "mojos" );
+154 
+155         List<Node> mojos = findNamedChild( mojos1, "mojo" );
+156 
+157         if ( goal == null || goal.length() <= 0 )
+158         {
+159             append( sb, "This plugin has " + mojos.size() + ( mojos.size() > 1 ? " goals:" : " goal:" ), 0 );
+160             append( sb, "", 0 );
+161         }
+162 
+163         for ( Node mojo : mojos )
+164         {
+165             writeGoal( sb, goalPrefix, (Element) mojo );
+166         }
+167 
+168         if ( getLog().isInfoEnabled() )
+169         {
+170             getLog().info( sb.toString() );
+171         }
+172     }
+173 
+174 
+175     private static boolean isNotEmpty( String string )
+176     {
+177         return string != null && string.length() > 0;
+178     }
+179 
+180     private String getValue( Node node, String elementName )
+181         throws MojoExecutionException
+182     {
+183         return getSingleChild( node, elementName ).getTextContent();
+184     }
+185 
+186     private Node getSingleChild( Node node, String elementName )
+187         throws MojoExecutionException
+188     {
+189         List<Node> namedChild = findNamedChild( node, elementName );
+190         if ( namedChild.isEmpty() )
+191         {
+192             throw new MojoExecutionException( "Could not find " + elementName + " in plugin-help.xml" );
+193         }
+194         if ( namedChild.size() > 1 )
+195         {
+196             throw new MojoExecutionException( "Multiple " + elementName + " in plugin-help.xml" );
+197         }
+198         return namedChild.get( 0 );
+199     }
+200 
+201     private List<Node> findNamedChild( Node node, String elementName )
+202     {
+203         List<Node> result = new ArrayList<Node>();
+204         NodeList childNodes = node.getChildNodes();
+205         for ( int i = 0; i < childNodes.getLength(); i++ )
+206         {
+207             Node item = childNodes.item( i );
+208             if ( elementName.equals( item.getNodeName() ) )
+209             {
+210                 result.add( item );
+211             }
+212         }
+213         return result;
+214     }
+215 
+216     private Node findSingleChild( Node node, String elementName )
+217         throws MojoExecutionException
+218     {
+219         List<Node> elementsByTagName = findNamedChild( node, elementName );
+220         if ( elementsByTagName.isEmpty() )
+221         {
+222             return null;
+223         }
+224         if ( elementsByTagName.size() > 1 )
+225         {
+226             throw new MojoExecutionException( "Multiple " + elementName + "in plugin-help.xml" );
+227         }
+228         return elementsByTagName.get( 0 );
+229     }
+230 
+231     private void writeGoal( StringBuilder sb, String goalPrefix, Element mojo )
+232         throws MojoExecutionException
+233     {
+234         String mojoGoal = getValue( mojo, "goal" );
+235         Node configurationElement = findSingleChild( mojo, "configuration" );
+236         Node description = findSingleChild( mojo, "description" );
+237         if ( goal == null || goal.length() <= 0 || mojoGoal.equals( goal ) )
+238         {
+239             append( sb, goalPrefix + ":" + mojoGoal, 0 );
+240             Node deprecated = findSingleChild( mojo, "deprecated" );
+241             if ( ( deprecated != null ) && isNotEmpty( deprecated.getTextContent() ) )
+242             {
+243                 append( sb, "Deprecated. " + deprecated.getTextContent(), 1 );
+244                 if ( detail && description != null )
+245                 {
+246                     append( sb, "", 0 );
+247                     append( sb, description.getTextContent(), 1 );
+248                 }
+249             }
+250             else if ( description != null )
+251             {
+252                 append( sb, description.getTextContent(), 1 );
+253             }
+254             append( sb, "", 0 );
+255 
+256             if ( detail )
+257             {
+258                 Node parametersNode = getSingleChild( mojo, "parameters" );
+259                 List<Node> parameters = findNamedChild( parametersNode, "parameter" );
+260                 append( sb, "Available parameters:", 1 );
+261                 append( sb, "", 0 );
+262 
+263                 for ( Node parameter : parameters )
+264                 {
+265                     writeParameter( sb, parameter, configurationElement );
+266                 }
+267             }
+268         }
+269     }
+270 
+271     private void writeParameter( StringBuilder sb, Node parameter, Node configurationElement )
+272         throws MojoExecutionException
+273     {
+274         String parameterName = getValue( parameter, "name" );
+275         String parameterDescription = getValue( parameter, "description" );
+276 
+277         Element fieldConfigurationElement = (Element) findSingleChild( configurationElement, parameterName );
+278 
+279         String parameterDefaultValue = "";
+280         if ( fieldConfigurationElement != null && fieldConfigurationElement.hasAttribute( "default-value" ) )
+281         {
+282             parameterDefaultValue = " (Default: " + fieldConfigurationElement.getAttribute( "default-value" ) + ")";
+283         }
+284         append( sb, parameterName + parameterDefaultValue, 2 );
+285         Node deprecated = findSingleChild( parameter, "deprecated" );
+286         if ( ( deprecated != null ) && isNotEmpty( deprecated.getTextContent() ) )
+287         {
+288             append( sb, "Deprecated. " + deprecated.getTextContent(), 3 );
+289             append( sb, "", 0 );
+290         }
+291         append( sb, parameterDescription, 3 );
+292         if ( "true".equals( getValue( parameter, "required" ) ) )
+293         {
+294             append( sb, "Required: Yes", 3 );
+295         }
+296         if ( ( fieldConfigurationElement != null ) && isNotEmpty( fieldConfigurationElement.getTextContent() ) )
+297         {
+298             String property = getPropertyFromExpression( fieldConfigurationElement.getTextContent() );
+299             append( sb, "User property: " + property, 3 );
+300         }
+301 
+302         append( sb, "", 0 );
+303     }
+304 
+305     /**
+306      * <p>Repeat a String <code>n</code> times to form a new string.</p>
+307      *
+308      * @param str    String to repeat
+309      * @param repeat number of times to repeat str
+310      * @return String with repeated String
+311      * @throws NegativeArraySizeException if <code>repeat < 0</code>
+312      * @throws NullPointerException       if str is <code>null</code>
+313      */
+314     private static String repeat( String str, int repeat )
+315     {
+316         StringBuilder buffer = new StringBuilder( repeat * str.length() );
+317 
+318         for ( int i = 0; i < repeat; i++ )
+319         {
+320             buffer.append( str );
+321         }
+322 
+323         return buffer.toString();
+324     }
+325 
+326     /**
+327      * Append a description to the buffer by respecting the indentSize and lineLength parameters.
+328      * <b>Note</b>: The last character is always a new line.
+329      *
+330      * @param sb          The buffer to append the description, not <code>null</code>.
+331      * @param description The description, not <code>null</code>.
+332      * @param indent      The base indentation level of each line, must not be negative.
+333      */
+334     private void append( StringBuilder sb, String description, int indent )
+335     {
+336         for ( String line : toLines( description, indent, indentSize, lineLength ) )
+337         {
+338             sb.append( line ).append( '\n' );
+339         }
+340     }
+341 
+342     /**
+343      * Splits the specified text into lines of convenient display length.
+344      *
+345      * @param text       The text to split into lines, must not be <code>null</code>.
+346      * @param indent     The base indentation level of each line, must not be negative.
+347      * @param indentSize The size of each indentation, must not be negative.
+348      * @param lineLength The length of the line, must not be negative.
+349      * @return The sequence of display lines, never <code>null</code>.
+350      * @throws NegativeArraySizeException if <code>indent < 0</code>
+351      */
+352     private static List<String> toLines( String text, int indent, int indentSize, int lineLength )
+353     {
+354         List<String> lines = new ArrayList<String>();
+355 
+356         String ind = repeat( "\t", indent );
+357 
+358         String[] plainLines = text.split( "(\r\n)|(\r)|(\n)" );
+359 
+360         for ( String plainLine : plainLines )
+361         {
+362             toLines( lines, ind + plainLine, indentSize, lineLength );
+363         }
+364 
+365         return lines;
+366     }
+367 
+368     /**
+369      * Adds the specified line to the output sequence, performing line wrapping if necessary.
+370      *
+371      * @param lines      The sequence of display lines, must not be <code>null</code>.
+372      * @param line       The line to add, must not be <code>null</code>.
+373      * @param indentSize The size of each indentation, must not be negative.
+374      * @param lineLength The length of the line, must not be negative.
+375      */
+376     private static void toLines( List<String> lines, String line, int indentSize, int lineLength )
+377     {
+378         int lineIndent = getIndentLevel( line );
+379         StringBuilder buf = new StringBuilder( 256 );
+380 
+381         String[] tokens = line.split( " +" );
+382 
+383         for ( String token : tokens )
+384         {
+385             if ( buf.length() > 0 )
+386             {
+387                 if ( buf.length() + token.length() >= lineLength )
+388                 {
+389                     lines.add( buf.toString() );
+390                     buf.setLength( 0 );
+391                     buf.append( repeat( " ", lineIndent * indentSize ) );
+392                 }
+393                 else
+394                 {
+395                     buf.append( ' ' );
+396                 }
+397             }
+398 
+399             for ( int j = 0; j < token.length(); j++ )
+400             {
+401                 char c = token.charAt( j );
+402                 if ( c == '\t' )
+403                 {
+404                     buf.append( repeat( " ", indentSize - buf.length() % indentSize ) );
+405                 }
+406                 else if ( c == '\u00A0' )
+407                 {
+408                     buf.append( ' ' );
+409                 }
+410                 else
+411                 {
+412                     buf.append( c );
+413                 }
+414             }
+415         }
+416         lines.add( buf.toString() );
+417     }
+418 
+419     /**
+420      * Gets the indentation level of the specified line.
+421      *
+422      * @param line The line whose indentation level should be retrieved, must not be <code>null</code>.
+423      * @return The indentation level of the line.
+424      */
+425     private static int getIndentLevel( String line )
+426     {
+427         int level = 0;
+428         for ( int i = 0; i < line.length() && line.charAt( i ) == '\t'; i++ )
+429         {
+430             level++;
+431         }
+432         for ( int i = level + 1; i <= level + 4 && i < line.length(); i++ )
+433         {
+434             if ( line.charAt( i ) == '\t' )
+435             {
+436                 level++;
+437                 break;
+438             }
+439         }
+440         return level;
+441     }
+442     
+443     private String getPropertyFromExpression( String expression )
+444     {
+445         if ( expression != null && expression.startsWith( "${" ) && expression.endsWith( "}" )
+446             && !expression.substring( 2 ).contains( "${" ) )
+447         {
+448             // expression="${xxx}" -> property="xxx"
+449             return expression.substring( 2, expression.length() - 1 );
+450         }
+451         // no property can be extracted
+452         return null;
+453     }
+454 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html new file mode 100644 index 00000000..cb669fc6 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html @@ -0,0 +1,224 @@ + + + +ModificationTracker xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   
+4   import java.io.File;
+5   import java.io.FileInputStream;
+6   import java.io.FileOutputStream;
+7   import java.io.IOException;
+8   import java.io.InputStream;
+9   import java.io.ObjectInputStream;
+10  import java.io.ObjectOutputStream;
+11  import java.math.BigInteger;
+12  import java.security.MessageDigest;
+13  import java.security.NoSuchAlgorithmException;
+14  import java.util.HashMap;
+15  import java.util.HashSet;
+16  import java.util.Map;
+17  import java.util.Properties;
+18  import java.util.Set;
+19  import org.apache.maven.plugin.logging.Log;
+20  
+21  
+22  
+23  /**
+24   *
+25   * @author Kai Moritz
+26   */
+27  public class ModificationTracker
+28  {
+29    private Map<String,String> properties;
+30    private Map<String,String> classes;
+31  
+32    private final Set<String> propertyNames;
+33    private final Set<String> classNames;
+34  
+35    private boolean modified = false;
+36    private boolean failed = false;
+37  
+38    private final File saved;
+39    private final MessageDigest digest;
+40    private final Log log;
+41  
+42  
+43    ModificationTracker(String buildDirectory, String filename, Log log)
+44        throws
+45          NoSuchAlgorithmException
+46    {
+47      propertyNames = new HashSet<String>();
+48      classNames = new HashSet<String>();
+49      File output = new File(filename + ".md5s");
+50      if (output.isAbsolute())
+51      {
+52        saved = output;
+53      }
+54      else
+55      {
+56        // Interpret relative file path relative to build directory
+57        saved = new File(buildDirectory, output.getPath());
+58        log.debug("Adjusted relative path, resulting path is " + saved.getPath());
+59      }
+60      digest = java.security.MessageDigest.getInstance("MD5");
+61      this.log = log;
+62    }
+63  
+64  
+65    private String calculate(InputStream is)
+66        throws
+67          IOException
+68    {
+69      byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+70      int i;
+71      while((i = is.read(buffer)) > -1)
+72        digest.update(buffer, 0, i);
+73      is.close();
+74      byte[] bytes = digest.digest();
+75      BigInteger bi = new BigInteger(1, bytes);
+76      return String.format("%0" + (bytes.length << 1) + "x", bi);
+77    }
+78  
+79    private boolean check(Map<String,String> values, String name, String value)
+80    {
+81      if (!values.containsKey(name) || !values.get(name).equals(value))
+82      {
+83        values.put(name, value);
+84        return true;
+85      }
+86      else
+87        return false;
+88    }
+89  
+90  
+91    boolean track(String name, InputStream is) throws IOException
+92    {
+93      boolean result = check(classes, name, calculate(is));
+94      classNames.add(name);
+95      modified |= result;
+96      return result;
+97    }
+98  
+99  
+100   boolean check(String name, String property)
+101   {
+102     propertyNames.add(name);
+103     return check(properties, name, property);
+104   }
+105 
+106   boolean track(String name, String property)
+107   {
+108     boolean result = check(name, property);
+109     modified |= result;
+110     return result;
+111   }
+112 
+113   boolean track(Properties properties)
+114   {
+115     boolean result = false;
+116     for (String name : properties.stringPropertyNames())
+117       result |= track(name, properties.getProperty(name));
+118     return result;
+119   }
+120 
+121 
+122   void touch()
+123   {
+124     modified = true;
+125   }
+126 
+127   boolean modified()
+128   {
+129     for (String property : new HashSet<String>(properties.keySet()))
+130       if (!propertyNames.contains(property))
+131       {
+132         modified = true;
+133         properties.remove(property);
+134       }
+135      for (String clazz : new HashSet<String>(classes.keySet()))
+136       if (!classNames.contains(clazz))
+137       {
+138         modified = true;
+139         classes.remove(clazz);
+140       }
+141     return modified;
+142   }
+143 
+144 
+145   void failed()
+146   {
+147     failed = true;
+148   }
+149 
+150 
+151   void load()
+152   {
+153     if (saved.isFile() && saved.length() > 0)
+154     {
+155       try
+156       {
+157         FileInputStream fis = new FileInputStream(saved);
+158         ObjectInputStream ois = new ObjectInputStream(fis);
+159         properties = (HashMap<String,String>)ois.readObject();
+160         classes = (HashMap<String,String>)ois.readObject();
+161         ois.close();
+162       }
+163       catch (Exception e)
+164       {
+165         properties = new HashMap<String,String>();
+166         classes = new HashMap<String,String>();
+167         log.warn("Cannot read md5s from saved: " + e);
+168       }
+169     }
+170     else
+171     {
+172       properties = new HashMap<String,String>();
+173       classes = new HashMap<String,String>();
+174       try
+175       {
+176         saved.createNewFile();
+177       }
+178       catch (IOException e)
+179       {
+180         log.debug("Cannot create file \"" + saved.getPath() + "\" for md5s: " + e);
+181       }
+182     }
+183   }
+184 
+185   void save()
+186   {
+187     if (failed)
+188     {
+189       saved.delete();
+190       return;
+191     }
+192 
+193     if (!modified)
+194       return;
+195 
+196     /** Write md5-sums for annotated classes to file */
+197     try
+198     {
+199       FileOutputStream fos = new FileOutputStream(saved);
+200       ObjectOutputStream oos = new ObjectOutputStream(fos);
+201       oos.writeObject(properties);
+202       oos.writeObject(classes);
+203       oos.close();
+204       fos.close();
+205     }
+206     catch (Exception e)
+207     {
+208       log.error("Cannot write md5-sums to file: " + e);
+209     }
+210   }  
+211 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html new file mode 100644 index 00000000..09336d66 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html @@ -0,0 +1,115 @@ + + + +MutableClassLoader xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   import java.io.IOException;
+4   import java.io.InputStream;
+5   import java.net.URL;
+6   import java.net.URLClassLoader;
+7   import java.util.Arrays;
+8   import java.util.Enumeration;
+9   import java.util.LinkedHashSet;
+10  import org.apache.maven.plugin.logging.Log;
+11  
+12  
+13  /**
+14   *
+15   * @author kai
+16   */
+17  public class MutableClassLoader extends ClassLoader
+18  {
+19    private URLClassLoader loader;
+20    private Log log;
+21  
+22  
+23    public MutableClassLoader(LinkedHashSet<URL> urls, Log log)
+24    {
+25      if (log.isDebugEnabled())
+26        for (URL url : urls)
+27          log.debug(url.toString());
+28      loader =
+29          new URLClassLoader(
+30              urls.toArray(new URL[urls.size()]),
+31              getClass().getClassLoader()
+32              );
+33      this.log = log;
+34    }
+35  
+36  
+37    public MutableClassLoader add(LinkedHashSet<URL> urls)
+38    {
+39      LinkedHashSet<URL> old =
+40          new LinkedHashSet<URL>(Arrays.asList(loader.getURLs()));
+41      old.addAll(urls);
+42      if (log.isDebugEnabled())
+43        for (URL url : urls)
+44          log.debug(url.toString());
+45      loader =
+46          new URLClassLoader(
+47              old.toArray(new URL[urls.size()]),
+48              getClass().getClassLoader()
+49              );
+50      return this;
+51    }
+52  
+53  
+54    @Override
+55    public void clearAssertionStatus()
+56    {
+57      loader.clearAssertionStatus();
+58    }
+59  
+60    @Override
+61    public void setClassAssertionStatus(String className, boolean enabled)
+62    {
+63      loader.setClassAssertionStatus(className, enabled);
+64    }
+65  
+66    @Override
+67    public void setPackageAssertionStatus(String packageName, boolean enabled)
+68    {
+69      loader.setPackageAssertionStatus(packageName, enabled);
+70    }
+71  
+72    @Override
+73    public void setDefaultAssertionStatus(boolean enabled)
+74    {
+75      loader.setDefaultAssertionStatus(enabled);
+76    }
+77  
+78    @Override
+79    public InputStream getResourceAsStream(String name)
+80    {
+81      return loader.getResourceAsStream(name);
+82    }
+83  
+84    @Override
+85    public Enumeration<URL> getResources(String name) throws IOException
+86    {
+87      return loader.getResources(name);
+88    }
+89  
+90    @Override
+91    public URL getResource(String name)
+92    {
+93      return loader.getResource(name);
+94    }
+95  
+96    @Override
+97    public Class<?> loadClass(String name) throws ClassNotFoundException
+98    {
+99      return loader.loadClass(name);
+100   }
+101   
+102 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html new file mode 100644 index 00000000..650ee14e --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html @@ -0,0 +1,245 @@ + + + +SimpleConnectionProvider xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   import java.sql.Connection;
+4   import java.sql.Driver;
+5   import java.sql.DriverManager;
+6   import java.sql.DriverPropertyInfo;
+7   import java.sql.SQLException;
+8   import java.sql.SQLFeatureNotSupportedException;
+9   import java.util.Properties;
+10  import java.util.logging.Logger;
+11  import org.apache.maven.plugin.MojoFailureException;
+12  import org.apache.maven.plugin.logging.Log;
+13  import static org.eclipse.aether.repository.AuthenticationContext.PASSWORD;
+14  import static org.eclipse.aether.repository.AuthenticationContext.USERNAME;
+15  import org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
+16  import static org.hibernate.cfg.AvailableSettings.DRIVER;
+17  import static org.hibernate.cfg.AvailableSettings.PASS;
+18  import static org.hibernate.cfg.AvailableSettings.URL;
+19  import static org.hibernate.cfg.AvailableSettings.USER;
+20  import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
+21  import static org.hibernate.jpa.AvailableSettings.JDBC_DRIVER;
+22  import static org.hibernate.jpa.AvailableSettings.JDBC_PASSWORD;
+23  import static org.hibernate.jpa.AvailableSettings.JDBC_URL;
+24  import static org.hibernate.jpa.AvailableSettings.JDBC_USER;
+25  
+26  /**
+27   *
+28   * @author Kai Moritz
+29   */
+30  class SimpleConnectionProvider implements ConnectionProvider
+31  {
+32    private final Log log;
+33  
+34    private Connection connection;
+35  
+36  
+37    SimpleConnectionProvider(Log log)
+38    {
+39      this.log = log;
+40    }
+41  
+42  
+43    void open(ClassLoaderService classLoaderService, Properties properties)
+44        throws
+45          MojoFailureException
+46    {
+47  
+48      String driver = (String)properties.getProperty(DRIVER);
+49      String url = (String)properties.getProperty(URL);
+50      String user = (String)properties.getProperty(USER);
+51      String password = (String)properties.getProperty(PASS);
+52  
+53      if (driver == null || url == null)
+54      {
+55        log.info("No connection opened, because connection information is incomplete");
+56        log.info("Driver-Class: " + driver);
+57        log.info("URL: " + url);
+58        return;
+59      }
+60  
+61      try
+62      {
+63        Class driverClass = classLoaderService.classForName(driver);
+64  
+65        log.debug("Registering JDBC-driver " + driverClass.getName());
+66        DriverManager
+67            .registerDriver(new DriverProxy((Driver) driverClass.newInstance()));
+68  
+69        log.debug(
+70            "Opening JDBC-connection to " + url +
+71            " as " + user +
+72            " with password " + password
+73            );
+74      
+75        connection = DriverManager.getConnection(url, user, password);
+76      }
+77      catch (Exception e)
+78      {
+79        log.info("Could not open the JDBC-connection: " + e.getMessage());
+80      }
+81    }
+82  
+83    void close()
+84    {
+85      if (connection == null)
+86        return;
+87  
+88      log.debug("Closing the JDBC-connection.");
+89      try
+90      {
+91        connection.close();
+92      }
+93      catch (SQLException e)
+94      {
+95        log.error("Error while closing the JDBC-connection: " + e.getMessage());
+96      }
+97    }
+98  
+99    @Override
+100   public Connection getConnection() throws SQLException
+101   {
+102     log.debug("Connection aquired.");
+103 
+104     if (connection == null)
+105       throw new SQLException("No connection available, because of insufficient connection information!");
+106 
+107     return connection;
+108   }
+109 
+110   @Override
+111   public void closeConnection(Connection conn) throws SQLException
+112   {
+113     log.debug("Connection released");
+114   }
+115 
+116   @Override
+117   public boolean supportsAggressiveRelease()
+118   {
+119     return false;
+120   }
+121 
+122   @Override
+123   public boolean isUnwrappableAs(Class unwrapType)
+124   {
+125     return false;
+126   }
+127 
+128   @Override
+129   public <T> T unwrap(Class<T> unwrapType)
+130   {
+131     throw new UnsupportedOperationException("Not supported.");
+132   }
+133 
+134   /**
+135    * Needed, because DriverManager won't pick up drivers, that were not
+136    * loaded by the system-classloader!
+137    * See:
+138    * http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-location
+139    */
+140   static final class DriverProxy implements Driver
+141   {
+142     private final Driver target;
+143 
+144     DriverProxy(Driver target)
+145     {
+146       if (target == null)
+147         throw new NullPointerException();
+148       this.target = target;
+149     }
+150 
+151     public java.sql.Driver getTarget()
+152     {
+153       return target;
+154     }
+155 
+156     @Override
+157     public boolean acceptsURL(String url) throws SQLException
+158     {
+159       return target.acceptsURL(url);
+160     }
+161 
+162     @Override
+163     public java.sql.Connection connect(
+164         String url,
+165         java.util.Properties info
+166       )
+167       throws
+168         SQLException
+169     {
+170       return target.connect(url, info);
+171     }
+172 
+173     @Override
+174     public int getMajorVersion()
+175     {
+176       return target.getMajorVersion();
+177     }
+178 
+179     @Override
+180     public int getMinorVersion()
+181     {
+182       return target.getMinorVersion();
+183     }
+184 
+185     @Override
+186     public DriverPropertyInfo[] getPropertyInfo(
+187         String url,
+188         Properties info
+189       )
+190       throws
+191         SQLException
+192     {
+193       return target.getPropertyInfo(url, info);
+194     }
+195 
+196     @Override
+197     public boolean jdbcCompliant()
+198     {
+199       return target.jdbcCompliant();
+200     }
+201 
+202     /**
+203      * This Method cannot be annotated with @Override, becaus the plugin
+204      * will not compile then under Java 1.6!
+205      */
+206     public Logger getParentLogger() throws SQLFeatureNotSupportedException
+207     {
+208       throw new SQLFeatureNotSupportedException("Not supported, for backward-compatibility with Java 1.6");
+209     }
+210 
+211     @Override
+212     public String toString()
+213     {
+214       return "Proxy: " + target;
+215     }
+216 
+217     @Override
+218     public int hashCode()
+219     {
+220       return target.hashCode();
+221     }
+222 
+223     @Override
+224     public boolean equals(Object obj)
+225     {
+226       if (!(obj instanceof DriverProxy))
+227         return false;
+228       DriverProxy other = (DriverProxy) obj;
+229       return this.target.equals(other.target);
+230     }
+231   }
+232 }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/UpdateMojo.html b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/UpdateMojo.html new file mode 100644 index 00000000..bd0dc717 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/UpdateMojo.html @@ -0,0 +1,94 @@ + + + +UpdateMojo xref + + + +
+1   package de.juplo.plugins.hibernate;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import java.util.Map;
+20  import org.apache.maven.plugin.MojoExecutionException;
+21  import org.apache.maven.plugin.MojoFailureException;
+22  import org.hibernate.boot.spi.MetadataImplementor;
+23  import org.hibernate.service.ServiceRegistry;
+24  import org.hibernate.tool.schema.spi.ExecutionOptions;
+25  import org.hibernate.tool.schema.spi.SchemaManagementTool;
+26  import org.hibernate.tool.schema.spi.TargetDescriptor;
+27  
+28  
+29  /**
+30   * Generate/Execute SQL to update the database-schema according to the
+31   * configured mappings.
+32   *
+33   * @goal update
+34   * @phase process-classes
+35   * @threadSafe
+36   * @requiresDependencyResolution runtime
+37   */
+38  public class UpdateMojo extends AbstractSchemaMojo
+39  {
+40    /**
+41     * Output file.
+42     * <p>
+43     * If the specified filename is not absolut, the file will be created
+44     * relative to the project build directory
+45     * (<code>project.build.directory</code>).
+46     *
+47     * @parameter property="hibernate.schema.update" default-value="update.sql"
+48     * @since 1.0
+49     */
+50    private String outputFile;
+51  
+52  
+53    @Override
+54    public final void execute()
+55      throws
+56        MojoFailureException,
+57        MojoExecutionException
+58    {
+59      super.execute(outputFile);
+60    }
+61  
+62  
+63    @Override
+64    void build(
+65        MetadataImplementor metadata,
+66        ExecutionOptions options,
+67        TargetDescriptor target
+68        )
+69        throws
+70          MojoExecutionException,
+71          MojoFailureException
+72    {
+73      ServiceRegistry service =
+74          metadata.getMetadataBuildingOptions().getServiceRegistry();
+75      SchemaManagementTool tool = service.getService(SchemaManagementTool.class);
+76  
+77      Map config = options.getConfigurationValues();
+78  
+79      tool.getSchemaMigrator(config).doMigration(metadata, options, target);
+80    }
+81  }
+
+
+ + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/package-frame.html b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/package-frame.html new file mode 100644 index 00000000..812fee44 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/package-frame.html @@ -0,0 +1,48 @@ + + + + + + Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.plugins.hibernate + + + + +

+ de.juplo.plugins.hibernate +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/package-summary.html b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/package-summary.html new file mode 100644 index 00000000..e716b01f --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/de/juplo/plugins/hibernate/package-summary.html @@ -0,0 +1,109 @@ + + + + + + Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.plugins.hibernate + + + +
+ +
+
+ +
+ +

Package de.juplo.plugins.hibernate

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Class Summary
+ AbstractSchemaMojo +
+ CreateMojo +
+ DriverProxy +
+ DropMojo +
+ HelpMojo +
+ ModificationTracker +
+ MutableClassLoader +
+ SimpleConnectionProvider +
+ UpdateMojo +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/index.html b/dist/hibernate-maven-plugin-2.1.0/xref/index.html new file mode 100644 index 00000000..7cc75cbd --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/index.html @@ -0,0 +1,25 @@ + + + + + + + Hibernate Maven Plugin 2.1.0 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/overview-frame.html b/dist/hibernate-maven-plugin-2.1.0/xref/overview-frame.html new file mode 100644 index 00000000..6190ab71 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate Maven Plugin 2.1.0 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/overview-summary.html b/dist/hibernate-maven-plugin-2.1.0/xref/overview-summary.html new file mode 100644 index 00000000..6cd9e47b --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/overview-summary.html @@ -0,0 +1,66 @@ + + + + + + Hibernate Maven Plugin 2.1.0 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate Maven Plugin 2.1.0 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.plugins.hibernate +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/dist/hibernate-maven-plugin-2.1.0/xref/stylesheet.css b/dist/hibernate-maven-plugin-2.1.0/xref/stylesheet.css new file mode 100644 index 00000000..89732f81 --- /dev/null +++ b/dist/hibernate-maven-plugin-2.1.0/xref/stylesheet.css @@ -0,0 +1,114 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} + +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/allclasses-frame.html new file mode 100644 index 00000000..b080e57e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/allclasses-frame.html @@ -0,0 +1,32 @@ + + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
Hbm2DdlMojo +
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/allclasses-noframe.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..c58eaec4 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/allclasses-noframe.html @@ -0,0 +1,32 @@ + + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
Hbm2DdlMojo +
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/constant-values.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/constant-values.html new file mode 100644 index 00000000..14f3a22e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/constant-values.html @@ -0,0 +1,203 @@ + + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+de.juplo.*
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
de.juplo.plugins.hibernate4.Hbm2DdlMojo
+public static final StringDIALECT"hibernate.dialect"
+public static final StringDRIVER_CLASS"hibernate.connection.driver_class"
+public static final StringEXPORT_SKIPPED_PROPERTY"hibernate.export.skipped"
+public static final StringPASSWORD"hibernate.connection.password"
+public static final StringURL"hibernate.connection.url"
+public static final StringUSERNAME"hibernate.connection.username"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..5281bfa5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,409 @@ + + + + + + + +Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.juplo.plugins.hibernate4 +
+Class Hbm2DdlMojo

+
+java.lang.Object
+  extended by org.apache.maven.plugin.AbstractMojo
+      extended by de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
+
+
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
+
+
+
+
public class Hbm2DdlMojo
extends org.apache.maven.plugin.AbstractMojo
+ + +

+Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringDIALECT + +
+           
+static StringDRIVER_CLASS + +
+           
+static StringEXPORT_SKIPPED_PROPERTY + +
+           
+static StringPASSWORD + +
+           
+static StringURL + +
+           
+static StringUSERNAME + +
+           
+ + + + + + + +
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
+  + + + + + + + + + + +
+Constructor Summary
Hbm2DdlMojo() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidexecute() + +
+           
+ + + + + + + +
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+EXPORT_SKIPPED_PROPERTY

+
+public static final String EXPORT_SKIPPED_PROPERTY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DRIVER_CLASS

+
+public static final String DRIVER_CLASS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+URL

+
+public static final String URL
+
+
+
See Also:
Constant Field Values
+
+
+ +

+USERNAME

+
+public static final String USERNAME
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PASSWORD

+
+public static final String PASSWORD
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DIALECT

+
+public static final String DIALECT
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+Hbm2DdlMojo

+
+public Hbm2DdlMojo()
+
+
+ + + + + + + + +
+Method Detail
+ +

+execute

+
+public void execute()
+             throws org.apache.maven.plugin.MojoFailureException,
+                    org.apache.maven.plugin.MojoExecutionException
+
+
+ +
Throws: +
org.apache.maven.plugin.MojoFailureException +
org.apache.maven.plugin.MojoExecutionException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html new file mode 100644 index 00000000..8f0621cd --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html @@ -0,0 +1,143 @@ + + + + + + + +Uses of Class de.juplo.plugins.hibernate4.Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.juplo.plugins.hibernate4.Hbm2DdlMojo

+
+No usage of de.juplo.plugins.hibernate4.Hbm2DdlMojo +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..93c92c38 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + +de.juplo.plugins.hibernate4 + + + + +
+Classes  + +
+Hbm2DdlMojo
+ + + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..b31a7d4b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,157 @@ + + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.juplo.plugins.hibernate4 +

+ + + + + + + + + +
+Class Summary
Hbm2DdlMojoGoal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html new file mode 100644 index 00000000..d15f26bf --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html @@ -0,0 +1,152 @@ + + + + + + + +de.juplo.plugins.hibernate4 Class Hierarchy (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.juplo.plugins.hibernate4 +

+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-use.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-use.html new file mode 100644 index 00000000..f4d07d46 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/de/juplo/plugins/hibernate4/package-use.html @@ -0,0 +1,143 @@ + + + + + + + +Uses of Package de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.juplo.plugins.hibernate4

+
+No usage of de.juplo.plugins.hibernate4 +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/deprecated-list.html new file mode 100644 index 00000000..d6509e95 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/deprecated-list.html @@ -0,0 +1,145 @@ + + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents
    +
+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/help-doc.html new file mode 100644 index 00000000..9c80c5c6 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/help-doc.html @@ -0,0 +1,216 @@ + + + + + + + +API Help (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    +
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description +

    +

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary +

    +

  • Field Detail
  • Constructor Detail
  • Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

    +
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

    +
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    +
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/index-all.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/index-all.html new file mode 100644 index 00000000..26f57074 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/index-all.html @@ -0,0 +1,186 @@ + + + + + + + +Index (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +D E H P U
+

+D

+
+
de.juplo.plugins.hibernate4 - package de.juplo.plugins.hibernate4
 
DIALECT - +Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo +
  +
DRIVER_CLASS - +Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo +
  +
+
+

+E

+
+
execute() - +Method in class de.juplo.plugins.hibernate4.Hbm2DdlMojo +
  +
EXPORT_SKIPPED_PROPERTY - +Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo +
  +
+
+

+H

+
+
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
Hbm2DdlMojo() - +Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo +
  +
+
+

+P

+
+
PASSWORD - +Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo +
  +
+
+

+U

+
+
URL - +Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo +
  +
USERNAME - +Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo +
  +
+
+D E H P U + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/index.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/index.html new file mode 100644 index 00000000..d7a419c7 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/index.html @@ -0,0 +1,37 @@ + + + + + + + +Hibernate 4 Maven Plugin 1.0.1 API + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="de/juplo/plugins/hibernate4/package-summary.html">Non-frame version.</A> + + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/options b/dist/hibernate4-maven-plugin-1.0.1/apidocs/options new file mode 100644 index 00000000..84bb3d66 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/options @@ -0,0 +1,24 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/classes:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/net/sf/scannotation/scannotation/1.0.2/scannotation-1.0.2.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar:/home/kai/.m2/repository/javassist/javassist/3.6.0.GA/javassist-3.6.0.GA.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.GA/jboss-logging-3.1.0.GA.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar:/home/kai/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.1.8.Final/hibernate-core-4.1.8.Final.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/src/main/java' +-author +-bottom +'Copyright © 2013. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.0.1 API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.0.1 API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.0.1/apidocs/overview-tree.html new file mode 100644 index 00000000..a17cf213 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/overview-tree.html @@ -0,0 +1,154 @@ + + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
de.juplo.plugins.hibernate4
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2013. All Rights Reserved. + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/package-list b/dist/hibernate4-maven-plugin-1.0.1/apidocs/package-list new file mode 100644 index 00000000..05307714 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/package-list @@ -0,0 +1 @@ +de.juplo.plugins.hibernate4 diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/packages b/dist/hibernate4-maven-plugin-1.0.1/apidocs/packages new file mode 100644 index 00000000..c4b51407 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/packages @@ -0,0 +1 @@ +de.juplo.plugins.hibernate4 \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/resources/inherit.gif b/dist/hibernate4-maven-plugin-1.0.1/apidocs/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.1/apidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.1/apidocs/stylesheet.css new file mode 100644 index 00000000..6ea9e516 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/apidocs/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + diff --git a/dist/hibernate4-maven-plugin-1.0.1/configuration.html b/dist/hibernate4-maven-plugin-1.0.1/configuration.html new file mode 100644 index 00000000..40567eec --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/configuration.html @@ -0,0 +1,201 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + + + +
+ +
+
+
+

Configuration Examples

Configuration through a hibernate.properties-File

The most simple way to configure the plugin is, to put all the hibernate-configuration in a hibernate.properties-file on your classpath. Put the file in the resources-folder. Maven will put it in the class-folder of your webapp, where it will be picked up by this plugin as well as by Hibernate 4.

Doing so, the only additionally configuration needed, to activat the plugin is the following entry in the plugins-section of your pom.xml:

<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.1</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>

But be aware, that in this case the database-url, that is build in the application is the same that is used while testing, where the database is droped and recreated by the plugin. So, you should never fire up this configuration on your production system, or your database might be erased!

Hence, you should specify a different url for testing like in the following snippet:

<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.1</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>

Configuration properties, that are set in the configuration-section of the plugin-configuration cannnot be overwritten elsewere (for details see Configuration-Method-Precedence). You never can overwrite them by accident when specifying a property on the commandline or in your settings.xml.

Configuration through maven-properties

Alternatively, it is possible, to configure the plugin via maven-properties. Each relevant configuration-option has a corresponding maven-property (for a full list see the Documentation of the export-Mojo). These are named after the Hibernate JDBC Properties:

  • hibernate.connection.driver_class
  • hibernate.dialect
  • hibernate.connection.url
  • hibernate.connection.username
  • hibernate.connection.password

So, instead of writing the hibernate-configuration in the properties-file, like above, you could put it in the properties-section of your pom.xml.

Thogether with the plugin-definition from above, the following would be a complete configuration (again, the database-url was overwritten in the plugin-configuration, to be sure to have a separate database for testing):

<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
+
+...
+
+<plugins>
+
+  ...
+
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate4-maven-plugin</artifactId>
+    <version>1.0.1</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>export</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
+
+<plugins>

Configuration through the plugin-configuration

A third way for configuring the plugin is the plugin-configuration. The relevant configuration-parameters are:

  • driverClassName
  • hibernateDialect
  • url
  • username
  • password

The equivalent of the configuration from the last section would look like this:

<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.1</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <driverClassName>org.hsqldb.jdbcDriver</driverClassName>
+    <hibernateDialect>org.hibernate.dialect.HSQLDialect</hibernateDialect>
+    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+    <username>sa</username>
+    <password></password>
+  </configuration>
+</plugin>

There are some seldom used parameters, that can only be configured throug this method:

  • delimiter the delimiter used in the generated sql-script
  • format wether the generated sql-script is formatted, or not
  • hibernateProperties name of the hibernate-properties-file
  • outputFile name of the generated sql-script
  • target create database or generate sql-script or both
  • type create or drop the database or do both or nothing (just validate the annotation-configuration)

For explanations, see the Documentation of the export-Mojo.

Configuration-Method-Precedence

The configuration is gathered in a fix order:

  1. hibernate.properties
  2. maven-properties
  3. plugin-configuration

If you are in doubt about where a configuration-value comes from, run maven with the debug-output enabled: mvn -X hibernate4:export and be aware, that maven-properties can be overwitten on the command-line, in your ~/.m2/settings.xml and in a profile.

The plugin-configuration comes last and overwrites everything else. That way, you can be sure, that a configuration-value, that is specified in the plugin-configuration will never be overwritten by any other configuration-method.

If you realy need to overwrite plugin-configuration-values with maven-properties, you can use maven-properties in the plugin-configuration:

<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.1</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <password>${my-password-property}</password>
+  </configuration>
+</plugin>
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/cpd.html b/dist/hibernate4-maven-plugin-1.0.1/cpd.html new file mode 100644 index 00000000..593805c2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/cpd.html @@ -0,0 +1,131 @@ + + + + + + Hibernate 4 Maven Plugin - CPD Results + + + + + + + + + + + +
+ +
+
+
+

CPD Results

The following document contains the results of PMD's CPD 4.3.

Duplications

CPD found no problems in your source code.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/cpd.xml b/dist/hibernate4-maven-plugin-1.0.1/cpd.xml new file mode 100644 index 00000000..4a4568b3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/cpd.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.1/css/maven-base.css b/dist/hibernate4-maven-plugin-1.0.1/css/maven-base.css new file mode 100644 index 00000000..584ba23b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/css/maven-base.css @@ -0,0 +1,151 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/dist/hibernate4-maven-plugin-1.0.1/css/maven-theme.css b/dist/hibernate4-maven-plugin-1.0.1/css/maven-theme.css new file mode 100644 index 00000000..d3407e8b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/dist/hibernate4-maven-plugin-1.0.1/css/print.css b/dist/hibernate4-maven-plugin-1.0.1/css/print.css new file mode 100644 index 00000000..26ad7f0b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/css/print.css @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/dist/hibernate4-maven-plugin-1.0.1/css/site.css b/dist/hibernate4-maven-plugin-1.0.1/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.1/debugging.html b/dist/hibernate4-maven-plugin-1.0.1/debugging.html new file mode 100644 index 00000000..ccf7f1e1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/debugging.html @@ -0,0 +1,114 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + + + +
+ +
+
+
+

Enabling Debug-Output

If you are new to hibernate4-maven-plugin, in many cases, the Configuration-Method-Precedence may be the source of configuration errors. To solve this problem, you should run maven with the debugging output enabled. For example, by executing:

mvn -X compile hibernate4:export 

(The compile might be necessary, because hibernate4-maven-plugin has to scan the compiled classes for annotations!)

Unlike the majority of the maven-plugins, hibernate4-maven-plugin was designed to give a good many hints, when debugging is enabled. Because, if you do not know, what went wrong, you can't fix it!

But be warned: hibernate4-maven-plugin tends to be very chatty ;)

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/dependencies.html b/dist/hibernate4-maven-plugin-1.0.1/dependencies.html new file mode 100644 index 00000000..b88b947a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/dependencies.html @@ -0,0 +1,187 @@ + + + + + + Hibernate 4 Maven Plugin - Project Dependencies + + + + + + + + + + + +
+ +
+
+
+

Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionType
com.pyx4jmaven-plugin-log4j1.0.1jar
net.sf.scannotationscannotation1.0.2jar
org.apache.mavenmaven-core3.0.4jar
org.apache.mavenmaven-plugin-api3.0.4jar
org.hibernatehibernate-core4.1.8.Finaljar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierType
antlrantlr2.7.7-jar
dom4jdom4j1.6.1-jar
javassistjavassist3.6.0.GA-jar
log4jlog4j1.2.14-jar
org.apache.mavenmaven-aether-provider3.0.4-jar
org.apache.mavenmaven-artifact3.0.4-jar
org.apache.mavenmaven-model3.0.4-jar
org.apache.mavenmaven-model-builder3.0.4-jar
org.apache.mavenmaven-repository-metadata3.0.4-jar
org.apache.mavenmaven-settings3.0.4-jar
org.apache.mavenmaven-settings-builder3.0.4-jar
org.codehaus.plexusplexus-classworlds2.4-jar
org.codehaus.plexusplexus-component-annotations1.5.5-jar
org.codehaus.plexusplexus-interpolation1.14-jar
org.hibernate.commonhibernate-commons-annotations4.0.1.Final-jar
org.hibernate.javax.persistencehibernate-jpa-2.0-api1.0.1.Final-jar
org.javassistjavassist3.15.0-GA-jar
org.jboss.loggingjboss-logging3.1.0.GA-jar
org.jboss.spec.javax.transactionjboss-transaction-api_1.1_spec1.0.0.Final-jar
org.sonatype.aetheraether-api1.13.1-jar
org.sonatype.aetheraether-impl1.13.1-jar
org.sonatype.aetheraether-spi1.13.1-jar
org.sonatype.aetheraether-util1.13.1-jar
org.sonatype.plexusplexus-cipher1.4-jar
org.sonatype.plexusplexus-sec-dispatcher1.3-jar
org.sonatype.sisusisu-guava0.9.9-jar
org.sonatype.sisusisu-guice3.1.0no_aopjar
org.sonatype.sisusisu-inject-bean2.3.0-jar
org.sonatype.sisusisu-inject-plexus2.3.0-jar

Project Dependency Graph

+

Dependency Tree

Licenses

Unamed: JPA 2.0 API

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

GNU LESSER GENERAL PUBLIC LICENSE: Hibernate Commons Annotations

Unknown: Unnamed - javassist:javassist:jar:3.6.0.GA, dom4j

LGPL 2.1: Javassist

MPL 1.1: Javassist

The Apache Software License, Version 2.0: Hibernate 4 Maven Plugin, Log4j, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guava - Core Library, Sisu Guice - Core Library, Sisu-Inject-Bean : Aggregate OSGi bundle, maven-plugin-log4j

GNU Lesser General Public License: A Hibernate Core Module

GNU Lesser General Public License, version 2.1: JBoss Logging 3

lgpl: Transaction 1.1 API

Apache License V2.0: scannotation

BSD License: AntLR Parser Generator

Eclipse Public License, Version 1.0: Aether :: API, Aether :: Implementation, Aether :: SPI, Aether :: Utilities, Sisu-Inject-Bean : Aggregate OSGi bundle, Sisu-Inject-Plexus : Aggregate OSGi bundle

Apache License 2.0: Javassist

Dependency File Details

FilenameSizeEntriesClassesPackagesJDK RevDebug
antlr-2.7.7.jar434.85 kB239224121.2debug
maven-plugin-log4j-1.0.1.jar3.64 kB12111.4debug
dom4j-1.6.1.jar306.54 kB208190141.3debug
javassist-3.6.0.GA.jar529.53 kB323305161.2debug
log4j-1.2.14.jar358.83 kB288256191.1debug
scannotation-1.0.2.jar18.04 kB231321.5debug
maven-aether-provider-3.0.4.jar55.17 kB402311.5debug
maven-artifact-3.0.4.jar50.87 kB5732111.5debug
maven-core-3.0.4.jar545.94 kB428350431.5debug
maven-model-3.0.4.jar159.72 kB675031.5debug
maven-model-builder-3.0.4.jar147.06 kB142109161.5debug
maven-plugin-api-3.0.4.jar48.16 kB462561.5debug
maven-repository-metadata-3.0.4.jar29.37 kB25721.5debug
maven-settings-3.0.4.jar45.57 kB331721.5debug
maven-settings-builder-3.0.4.jar40.41 kB533251.5debug
plexus-classworlds-2.4.jar45.96 kB523751.4debug
plexus-component-annotations-1.5.5.jar4.11 kB15311.5release
plexus-interpolation-1.14.jar59.64 kB604461.4debug
hibernate-core-4.1.8.Final.jar4.29 MB3,1042,8991661.6debug
hibernate-commons-annotations-4.0.1.Final.jar79.37 kB826471.6debug
hibernate-jpa-2.0-api-1.0.1.Final.jar100.25 kB19017641.5debug
javassist-3.15.0-GA.jar633.06 kB391367171.4debug
jboss-logging-3.1.0.GA.jar59.34 kB554311.6debug
jboss-transaction-api_1.1_spec-1.0.0.Final.jar10.95 kB281821.5debug
aether-api-1.13.1.jar87.56 kB11696111.5debug
aether-impl-1.13.1.jar127.10 kB877321.5debug
aether-spi-1.13.1.jar15.07 kB331751.5debug
aether-util-1.13.1.jar126.98 kB11692141.5debug
plexus-cipher-1.4.jar13.18 kB20611.4debug
plexus-sec-dispatcher-1.3.jar27.89 kB311331.4debug
sisu-guava-0.9.9.jar1.44 MB1,1831,163101.5debug
sisu-guice-3.1.0-no_aop.jar349.05 kB31029581.5debug
sisu-inject-bean-2.3.0.jar282.29 kB256224151.5debug
sisu-inject-plexus-2.3.0.jar199.64 kB207163271.5debug
TotalSizeEntriesClassesPackagesJDK RevDebug
3410.60 MB8,3207,4274581.633
compile: 34compile: 10.60 MBcompile: 8,320compile: 7,427compile: 458-compile: 33

Dependency Repository Locations

Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
centralhttp://repo1.maven.org/maven2Yes-

Repository locations for each of the Dependencies.

Artifactapache.snapshotssonatype-nexus-snapshotscentral
antlr:antlr:jar:2.7.7--Found at http://repo1.maven.org/maven2
com.pyx4j:maven-plugin-log4j:jar:1.0.1--Found at http://repo1.maven.org/maven2
dom4j:dom4j:jar:1.6.1--Found at http://repo1.maven.org/maven2
javassist:javassist:jar:3.6.0.GA--Found at http://repo1.maven.org/maven2
log4j:log4j:jar:1.2.14--Found at http://repo1.maven.org/maven2
net.sf.scannotation:scannotation:jar:1.0.2--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-aether-provider:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-artifact:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-core:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-model:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-model-builder:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-plugin-api:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-repository-metadata:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-settings:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-settings-builder:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.codehaus.plexus:plexus-classworlds:jar:2.4--Found at http://repo1.maven.org/maven2
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5--Found at http://repo1.maven.org/maven2
org.codehaus.plexus:plexus-interpolation:jar:1.14--Found at http://repo1.maven.org/maven2
org.hibernate:hibernate-core:jar:4.1.8.Final--Found at http://repo1.maven.org/maven2
org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final--Found at http://repo1.maven.org/maven2
org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final--Found at http://repo1.maven.org/maven2
org.javassist:javassist:jar:3.15.0-GA--Found at http://repo1.maven.org/maven2
org.jboss.logging:jboss-logging:jar:3.1.0.GA--Found at http://repo1.maven.org/maven2
org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final--Found at http://repo1.maven.org/maven2
org.sonatype.aether:aether-api:jar:1.13.1--Found at http://repo1.maven.org/maven2
org.sonatype.aether:aether-impl:jar:1.13.1--Found at http://repo1.maven.org/maven2
org.sonatype.aether:aether-spi:jar:1.13.1--Found at http://repo1.maven.org/maven2
org.sonatype.aether:aether-util:jar:1.13.1--Found at http://repo1.maven.org/maven2
org.sonatype.plexus:plexus-cipher:jar:1.4--Found at http://repo1.maven.org/maven2
org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3--Found at http://repo1.maven.org/maven2
org.sonatype.sisu:sisu-guava:jar:0.9.9--Found at http://repo1.maven.org/maven2
org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0--Found at http://repo1.maven.org/maven2
org.sonatype.sisu:sisu-inject-bean:jar:2.3.0--Found at http://repo1.maven.org/maven2
org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0--Found at http://repo1.maven.org/maven2
Totalapache.snapshotssonatype-nexus-snapshotscentral
34 (compile: 34)0034
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/export-mojo.html b/dist/hibernate4-maven-plugin-1.0.1/export-mojo.html new file mode 100644 index 00000000..f6918f83 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/export-mojo.html @@ -0,0 +1,413 @@ + + + + + + Hibernate 4 Maven Plugin - + hibernate4:export + + + + + + + + + + + +
+ +
+
+
+ + +

hibernate4:export

+

Full name:

+

de.juplo:hibernate4-maven-plugin:1.0.1:export

+

Description:

+
Goal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
+

Attributes:

+
    +
  • Requires a Maven project to be executed.
  • +
  • Requires dependency resolution of artifacts in scope: runtime.
  • +
  • The goal is thread-safe and supports parallel builds.
  • +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
delimiterString-Delimiter in output-file.
Default value is: ;.
User property is: hibernate.export.schema.delimiter.
driverClassNameString-SQL-Driver name.
User property is: hibernate.connection.driver_class.
forceboolean-Force execution +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+

skip takes precedence over force.


Default value is: false.
User property is: hibernate.export.force.
formatboolean-Format output-file.
Default value is: true.
User property is: hibernate.export.schema.format.
hibernateDialectString-Hibernate dialect.
User property is: hibernate.dialect.
hibernatePropertiesString-Path to Hibernate configuration file.
Default value is: ${project.build.outputDirectory}/hibernate.properties.
outputDirectoryString-Classes-Directory to scan. +

This parameter defaults to the maven build-output-directory for +classes. Additonally, all dependencies are scanned for annotated +classes.


User property is: project.build.outputDirectory.
outputFileString-Output file.
Default value is: ${project.build.directory}/schema.sql.
User property is: hibernate.export.schema.filename.
passwordString-Database password
User property is: hibernate.connection.password.
scanTestClassesboolean-Wether to scan test-classes too, or not. +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.


Default value is: false.
User property is: hibernate.export.scann_testclasses.
skipboolean-Skip execution +

If set to true, the execution is skipped.

+

A skipped excecution is signaled via the maven-property +${hibernate.export.skipped}.

+

The excecution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.


Default value is: false.
User property is: maven.test.skip.
targetString-Target of execution: +
    +
  • NONE do nothing - just validate the +configuration (forces excecution, signals skip)
  • +
  • EXPORT create database +(DEFAULT!. forces excecution, signals skip)
  • +
  • SCRIPT export schema to SQL-script
  • +
  • BOTH
  • +

Default value is: EXPORT.
User property is: hibernate.export.target.
testOutputDirectoryString-Test-Classes-Directory to scan. +

This parameter defaults to the maven build-output-directory for +test-classes.

+

This parameter is only used, when scanTestClasses +is set to true!


User property is: project.build.testOutputDirectory.
typeString-Type of execution. +
    +
  • NONE do nothing - just validate the +configuration
  • +
  • CREATE create database-schema
  • +
  • DROP drop database-schema
  • +
  • BOTH (DEFAULT!)
  • +

Default value is: BOTH.
User property is: hibernate.export.type.
urlString-Database URL.
User property is: hibernate.connection.url.
usernameString-Database username
User property is: hibernate.connection.username.
+
+

Parameter Details

+

delimiter:

+
Delimiter in output-file.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.export.schema.delimiter
  • +
  • Default: ;
  • +

driverClassName:

+
SQL-Driver name.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.connection.driver_class
  • +

force:

+
Force execution +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+

skip takes precedence over force.

+
    +
  • Type: boolean
  • +
  • Required: No
  • +
  • User Property: hibernate.export.force
  • +
  • Default: false
  • +

format:

+
Format output-file.
+
    +
  • Type: boolean
  • +
  • Required: No
  • +
  • User Property: hibernate.export.schema.format
  • +
  • Default: true
  • +

hibernateDialect:

+
Hibernate dialect.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.dialect
  • +

hibernateProperties:

+
Path to Hibernate configuration file.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • Default: ${project.build.outputDirectory}/hibernate.properties
  • +

outputDirectory:

+
Classes-Directory to scan. +

This parameter defaults to the maven build-output-directory for +classes. Additonally, all dependencies are scanned for annotated +classes.

+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: project.build.outputDirectory
  • +

outputFile:

+
Output file.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.export.schema.filename
  • +
  • Default: ${project.build.directory}/schema.sql
  • +

password:

+
Database password
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.connection.password
  • +

scanTestClasses:

+
Wether to scan test-classes too, or not. +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+
    +
  • Type: boolean
  • +
  • Required: No
  • +
  • User Property: hibernate.export.scann_testclasses
  • +
  • Default: false
  • +

skip:

+
Skip execution +

If set to true, the execution is skipped.

+

A skipped excecution is signaled via the maven-property +${hibernate.export.skipped}.

+

The excecution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+
    +
  • Type: boolean
  • +
  • Required: No
  • +
  • User Property: maven.test.skip
  • +
  • Default: false
  • +

target:

+
Target of execution: +
    +
  • NONE do nothing - just validate the +configuration (forces excecution, signals skip)
  • +
  • EXPORT create database +(DEFAULT!. forces excecution, signals skip)
  • +
  • SCRIPT export schema to SQL-script
  • +
  • BOTH
  • +
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.export.target
  • +
  • Default: EXPORT
  • +

testOutputDirectory:

+
Test-Classes-Directory to scan. +

This parameter defaults to the maven build-output-directory for +test-classes.

+

This parameter is only used, when scanTestClasses +is set to true!

+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: project.build.testOutputDirectory
  • +

type:

+
Type of execution. +
    +
  • NONE do nothing - just validate the +configuration
  • +
  • CREATE create database-schema
  • +
  • DROP drop database-schema
  • +
  • BOTH (DEFAULT!)
  • +
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.export.type
  • +
  • Default: BOTH
  • +

url:

+
Database URL.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.connection.url
  • +

username:

+
Database username
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/force.html b/dist/hibernate4-maven-plugin-1.0.1/force.html new file mode 100644 index 00000000..77bbb832 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/force.html @@ -0,0 +1,121 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + + + +
+ +
+
+
+

Force execution

The hibernate4-maven-plugin computes MD5-sums for all found annotated classes and stores them together with the generated schema. If no classes were changed or added and the dialect wasn't changed too, it automatically skips the configured schema-export, to speed up the development cycle.

The plugin signals, that the execution was skipped by setting the maven property $hibernate.export.skipped to true. This may be helpful, because other plugins like dbunit-plugin may fail, when the execution is skipped.

If you need the hibernate4-maven-plugin to never skip automatically execution, you can force it to do so, if you set the parameter force to true:

<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.1</version>
+  <configuration>
+    <force>true</force>
+  </configuration>
+</plugin>

Or you may specify -Dhibernate.export.force=true at the command line, if you want to force hibernate4-maven-plugin only once.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/images/close.gif b/dist/hibernate4-maven-plugin-1.0.1/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.1/images/collapsed.gif b/dist/hibernate4-maven-plugin-1.0.1/images/collapsed.gif new file mode 100644 index 0000000000000000000000000000000000000000..6e710840640c1bfd9dd76ce7fef56f1004092508 GIT binary patch literal 53 ycmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlI4r7uBZ*YkPFU8d4p4Aua}2?(?R literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.1/images/expanded.gif b/dist/hibernate4-maven-plugin-1.0.1/images/expanded.gif new file mode 100644 index 0000000000000000000000000000000000000000..0fef3d89e0df1f8bc49a0cd827f2607c7d7fd2f0 GIT binary patch literal 52 xcmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlH@g}+fUi&t{amUB!D)&R0C2fzRT literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.1/images/external.png b/dist/hibernate4-maven-plugin-1.0.1/images/external.png new file mode 100644 index 0000000000000000000000000000000000000000..3f999fc88b360074e41f38c3b4bc06ccb3bb7cf8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd{{R1fCIbVIy!atN z8e~{WkY6y6%iy53@(Yk3;OXKRQgJIOfsI*BO@UFsfhWLBc>*(#PB?Jn2*(o!76E4F z2oaVU3``tH+Kgs0GI5+@Tg}d)z%jd%F@?{8!SRZ5b1yT80-FZIMn)zc2Ca66y`pzY R*nwsJMCn#OVEqF*oew~oaAu*+mN;-=y?VHT3tIe$XQqrDo-uB_a z!$aaK`z6))OKGn34?nwc^SuifkIL#EmDgV_qjg-#8v*0u4q4%1moUw{LZ54UeCgzNF^jX`uv-XK+9g@yFrG9?@ z!9&5&Tgk*j(b!GF&{N4I-Owl3GNQ;Kslp@APSw&&&ux9d>WxL~{EYoKm2KHvv3+ax zZUYB?Ae*8JnchZheXeEaa>@87?_fB*jV>(`erUx0B6j@wa!KnN)QWMO1rn9HC8 zQU}Tt3>@bftT|;oHYhlHH8T8tc{qL2LBC1&wnQeg^-S05<#H=J%;q~&KX!$OXH$lP zifQJ#9>L8|xhAVRHT-xPa*}7JK>(A*!AmL!CQC~j>707p+C5b#ib-SZ5@wfn#-0y8 zor_pb3M^%mkXhlduwjw4dk@RWhYZ<*tSUAV9x3eYyi#^d39lH{872xT#>g14FgCZb z+Lvv}DClhGVU*`8y(Qe}(9I>Lw<6->0~Q`zX3oMH2272dBARI`0wDzxS_G8b_H+a` TZ#n2*^y*Bf^Krq04Gh)*dSnrT literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.1/images/icon_info_sml.gif b/dist/hibernate4-maven-plugin-1.0.1/images/icon_info_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..c6cb9ad7ce438a798426703e86a7ffc197d51dbb GIT binary patch literal 606 zcmZ?wbhEHb!Rj)7jHhhdgsOUdoQoueZi?7 z>>gViTe&E#V48n=mrru5S3;v}WQB8hiDz7$TU2Fg8RZkU)J)l4H+4sO@7jjxJ4?G(<~7c1nYFul=C0P+d#d`@bj{yi z-npcE!T#Qb2PP~z)H;3B%r(bntUlH>Y2~CvyV|C%UbyM>vTf&9?!2&e&!siHFV0_c zVB`KP8}?n^dg$7Yqc`@PxOMQ%-NWbZ9Xfk=)1K2OFF!hV;r{6>kIr6ua^~ve%eS9j zy7lbD`I|4_et!J??bq+WzI^-n`RfmdkOIfh!pgqYwSCK`t~@$#!^!1aj_y2mzyI{@?vuB79>2N$==JkApPs$`_~ygc*YCf)diVLp z{pXKfy#M&+`?nvze*gIk#Q*;N0|qHLXbBUFKUo+V7>XElKuSSz!oa?}p{S|3rL`#` zEj=M8CWV#D$GthOu#hRgfH^NPHz`Z6or!6tudIJkhF|)EqL_SUmH;#E=*;vU)ut4d z*}1MJ+3|6yK5|W*0YQlwY}}E_93D;*P3)($(!#iHyj&dYc$?gAB*f@)n?~7Mn)5Ze zB*b!gs&gB@F*e|Da`5(ac688Lp~TGAEh5PBlHo`4aV}w%hy?;49h(#+>`NXTD0Bjy;4ci{C-1K14rU#4Xoa9{m6qopA9n0cn|!>ecYkij zwyX=!4*mH3EoqLqSGiVbyFqxD(bS8XSDu{6U1jZO70Ic@{~t&7=B^ zBD)NOoAkU&Gy^LQJ5PtV?u{&65}4ZUmfYbweP{LTy^YnAGv=AGa7*6wj}%~b0?7r5!@qH7P%p1*$L z@#{ODxoUwG+WsY)zWExj-aqxpQS(e!bx&6L`u)?tfB$~}{{8*?cVO&*V`-G2NeC$Z zWMO1r=w{FXnGVVm3>>=|#5rX=HY{-DP?VFNPL-%m%>B+*~5-k^-+4*MLFr;tQ0}^rlS-^!^Q`Mx1hrB$jwn&hk~Xk=#Nl+_9Nu|Y$D G!5RQ;-6)O# literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.1/images/icon_warning_sml.gif b/dist/hibernate4-maven-plugin-1.0.1/images/icon_warning_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..873bbb52cb9768103c27fbb9a9bac16ac615fce5 GIT binary patch literal 576 zcmZ?wbhEHbB!Sy%bj7w z8LP{2I!WYbmF&-Ixi?j6tD|K1XR2M#l>Aw*aXL%wXS3nYW}{zi=4WzsU5r%E6qx+# za{AThd85YVOsT`KDUrWsBtGknIa3>Sy(4;AS@f^Dxt>-=XPXm#FD(1Lr2hBv=9?3X zZS^!XrNw@)>eiN((2|w-y>{aB1+99DGMA?}+UTggT+(Z*rf8+5x~aWVOGcurtl;&U zIa)H3I&#vwvQjJBn`YHj9iKlB7`)(M#!e{yWMO1rC}Yq8NrU2qfqia6SyOXMYa1sM zM_a34eqyRfcQbQJY;^IYGTuzaxglKLqNQEA}OiQec+sQ#rUUjLqg_MpsPmY43 zsgmVV8EHK$eV-B~6*UcAW2+w%1e4o&9#aAczLGF}PmMg|6J0Ey4q A)Bpeg literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.1/images/logos/build-by-maven-black.png b/dist/hibernate4-maven-plugin-1.0.1/images/logos/build-by-maven-black.png new file mode 100644 index 0000000000000000000000000000000000000000..919fd0f66a7f713920dd7422035db1c9d484351d GIT binary patch literal 2294 zcmVKOG`!VuDc=fnx$+R6#>c^>b&wcOS?|$!`a}U6ptjU_J zlBA}l*3{J0)YMd0R~Hr*dU$xO^ie1jhYlTLS+=C4#MRYRCX#twGUSD6Il$6AA+=UAlkY(ZF;m4037Yc>v&!1mPsNXdliHV74&z>zUEv=}iC@U)i zfc^XTJ3BiAKvYyzczAd~K){|od(ip)`}f`5-HnZnv$L~Hzqq=(y7Kb!>gsAwPfu@e z@3gcu0LabFC4?{xBNPh18Fpy3+Tr2hfq{Yc_V$w}PjVdhGtMTH$zU){PfznaPmK)? z4KH52=;-KZX=#a#jlFZ{PF7YH!!Q{c8Taqs=Xt)UsK{tE{@>vc{2Hgh!NL0adH}e0 z@19Df^78Tm0ES@zz{SO7Zf@=upJ1_AP_bIAgpih&mWqmsojZ4GG#a&9{f)&Au~_Wm z<0F^L4;(mPHk)-io!M*-3JMa7#VIK%EBy%}_$g6IPEM9cBvPp~K0f}{t5+6_rMbEJ z(xpqcZ{G$0j^p<2+vnuu^bN3MdU`rLJ3Br;9ss7MrVbuFxUjHLQBhGX6WriQ5|M*_w z@5bUDdV71dTCG;AO-@dx@4a~OA{y)K>k+2N$jAo|9?w z?b_+nr`2k;!{M;o?Qh<^`R=>#RtFA0KR<`Vfh)Li;|5+X!otGn&U<@%H*VaBDU;Gf zr_<5=()7Iqfmk>yLj`}084`48Zf?d|M~)mpOHfeI{QNv2WMN?;Dk=&9GBY#LVzb%$ z`};Aq6GAK&OK4~)&U*g*IT{xh7M8K~%9SgtQ-;OG#ZeC5ym=F=X|vf(9h#b&K7RZN z05+S=X0xGjU|@g-%ePwl!GC`7t=5VDruDp`t9rXwq=tAb*88KQqo~N`a#V_oixKzA z%F4dJzL1cRy1F{CSUfW`qfjWeZ{Hpm7>H$yNF>V6&c<>vGBOgU_w@7}J9g~o(WA6z z#sgc0B0VlH4i&T6{Pyiz)FUDys6$s*7rnXCi!3z)!0DGJ5eITHyM2Q|E@qtti{QRD z*nbiZg+h^&lY>QINl6I+oH}*N-Q67kYHMqqoSd*@fE67^695Pa36aTU0HD+95)%{g zFw)c0Gcqy&K&4WxG906$qk6p_b=txpgmiazqaGF(M)NU+!{3cPsc^{*a`Ja$nXfZ@ zhsL%N4whw0OG`2M6&4oG&CQ8KBHBPHC@3f>C|I^a>__(qFp!^RU zV`F0uhl6EVxm><`_ijATmoHz|)ztxjL?XdmSuB<(Po5A$mM!w}C3kdS~ef}W>dub-Hhz&fI`vJ#oXvTST@?6qsxN=r)tz|+%n^XARiL+I)0 z!HGL|?4Z?OC@z>ppO+fmk zEDIk1FgrV2R8&O&@;qNwR)+h@$;nZx)dqvXVzG2}b>-#d_4oHa!G&Dp59OYMg zd;9A2I}{29&+|ObzkB!Y^XJcKjE;^*({SomlT)I^E^_90Q{xPG;bvU;38ml zcng&pTZhKxAmAX-{xuvUBO`bZu-omWrKK8;X6fkl>(@`5I6;GyySuwkDCBv*tE;QE zwH1kg)0Ijk1~{Qms8A@Vadob6a=9D}VUx-9>C-1l1S|^dcDq`w#&Z*k#hB*+K%>#n z=0$)zo8T)X1Ujc}V+Omw8!O@%0GKp7%(fp1ER{;7QYogYiHQlT)w*&q5{X2iP;Ak literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.1/images/logos/build-by-maven-white.png b/dist/hibernate4-maven-plugin-1.0.1/images/logos/build-by-maven-white.png new file mode 100644 index 0000000000000000000000000000000000000000..7d44c9c2e5742bdf8649ad282f83208f1da9b982 GIT binary patch literal 2260 zcmV;_2rKuAP)4hTLUyOQ{PVbVY5&Y3g!&hN~bnR7}ZgkXUt ziC%zU0gf+&kEv>t|d$x|zXw1mS0D%1b{8z7DF%0wW-8(XBFc`A3vVI|O z^!N97baWg(eE86zLn4uA_wL=Zb@+UKU|=8sJb3V6XlSUctSl!dhm4xd=KJ^W|8h2q zR4NS%3yX+|NKQ`f?d=7Cf`Wo)&z=E5TU%REQIXYZefjbwRvsQ6zIyfQojZ3l8V#{v zv)R(q)39Vr2GBPsa+apV2%%fIZY3ln0Kl+1Y8c*(xe3X6sWFH9kH*UDDLl)ZN`}u~;f9D%P!A2LK5P2`MQl z(b3TuDUC++_U+qm01k;n!Z1u+TwGjS+}X2d^Yil+3Pn;B-~q z{Qdm_z{kf&EEb1^gw)j3R904!x}#RBj~+c578Vv16olc}xpQZGd;7k9`>@WHD_2M| z{%VB2fNVCK&1U^_rTW_bx`C@MK&%ZR^ybZ*=;&yb zN);0mV>X+~OA`|lRVtNAr7A8i#zL)DyJycHxm+$5izO0?QmM?$%p@6le0*H3R;yI1 z=;-LCrlu1oPI!8HIypHhmCA~Wig|;>WHON!GbSbmcN`jxhJ=GssnlpRR;zVzaF8J4 z>+3sJhW@0w{LH6-`(Afr<9kMWBXoSUM7Dox&JGJtojOI96z3EG z*uH)HWN?qO7x!`hzQnzLg5JL3Ui^ps%X$n4`+YK2S-yNZo>gC8kJmXUC#D?-i_a7IlwdR(Kkw#T>s)<( zJ!ZVTycREBO!{t;H9|r{F#q)FQ_`LjAsBnPnnKk2PZ;V3*7{M#@%jyBNObh|^_fg2 zd|f0I3eTTEPf=83VhUbHWgRft|{%MRRMp6H>seM7wV6&k5Vn7H0DDSDT_wn(;aaUDU zWi%QoiptK;CgqIWB$bwy78Mm?w@oI~&6_tPBO~$kExCLno}10)mX;RGM?^%-PjqOt zTFi(#=@4C7NJmxEVK7l6G0yhEp_Lq9)1fj}S-2%Mdrv$L~tStVt%xVSheDG9e5EX$6J zj8GIMm&=bIKaK;TqoYG05D0}r0!Kqb1E0?q2n1`_uAR{_f0E{OgnR$~y~Sd|+0n_# z2@6L?MsUQ^H0|QzLJoDKqobtlneyk|8`Sp{cp}PUC5RRQ^8?;2;Iss$eWk%*n3$Nr z(73v~e)3}s219#$yTM=(2n6o#?!LahxUO>?H!v`O%bZ*;$Ideh!!Qg0h{fVXix$lf i91DLtEx@rr0RIK2cl{g~?Z1Nn0000}s literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.1/images/logos/maven-feather.png b/dist/hibernate4-maven-plugin-1.0.1/images/logos/maven-feather.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ada836e9eb4af4db810f648b013933e72c8fbe GIT binary patch literal 3330 zcmX9>c{JN;_x~o5Ac>t)`_^PEV{L6MNl>(?QcG&7ly=N-Xep}HlEki6%d`xGQff?J zZ3V5?nxMK^TW!%rlc2Oi#TE&YeBaFbd(OGfJqdI` zc>}=J0{}qD0)QP*?7suRWeWiKhXeo)6#$?b`+NA18vvk_kGT^3lRrj~)ZiX~E=7&X z2SKm_0zsnO+$cbVdd$U-?NJjv4pVQ1Nhjly1q-WLl67`_;z%v-QHPc;g_!S~IRE^{ z!-r;4Azogl1_mw!0>pbvoPqVZ9U2s5dwy6sHa1p4L7^@xJ3CvqEtc6=V;Sjo`SKw` zH=oaUc5x93g$)f2RLqLwrQCI9Ez?$q{#(_7txem8O7-r(E=u3NrnVzb>g3;N!E`D4 z$F(MEarBhUUxI^!j~_>3u~Bhx7JsSR*w|dSa6vbc*_R&srRM|ftV?XHdFb}1C$WrQ zvCqw{t=r+KeZT{28=Et|SGiR|Ew_)PCPc7HL$FRx^tIjT!gS^&HZAG+)pJ^j_L!yB z-&JbQI5tJZ0TS}9l}GV-#=yY9@UZdW!+Wo8V)3OP+M~kh8Cox&UgiEXkb|OHrtnt7 z^5^7qoPgd(mzSp^UljFw^Ea1#($jleS~zn<*Qt%~?;g8p7T$+e1_e6_0RivD9i_fn zntBj|S0D{TF>ZC0BjrC=O}^<#pa0LS&uvarfWzp2`pUd__f_%7YV~7dt=r6SgMYpk zjT&tozdBVDfMU+}3PBKu{I@a0eE%y;<26%LfpraXnsz78oRL+ASlucsJ9Ov}^-cnR z?X0S*D(PH#SsA1;IVGjHr-u@pc=<9LQ|*-QU~8*d0k5yGUszbEsHmW5uYUjj;c@h| zc=i>Ql~f4Q{2jFogTeH_k#4q)N#10=x?L3lT5fn+n;f?)a5}#)D(b9?5F`jW*8R2B zY10|kzu50Yt-pEkr?pP=J)v#j+39IETXnv??EKOqdr`^I$PR$!&#+i*wr^07q=V|W zRr`cRLkwol7wvCgY>XVWV#HBVP$e>vs8#}bhe8j(d*@G*O1g5TCFF^jnVIZQvS`z% z5v0FEpQe3XqLbN{Z+4@!!}?n1jYn$VqUAWElr$a=d)NRcr?dxiBP0c$a4eq)C6kW} zg`-#3YZthl;XEcu_;g!xn!}4v15@n5*WxOpB14=8A8Dk>`K z>FLRD7bsziv>lNxci1YB3`T!HV#jF&kvayv7^9-Sg&l|eQ^qB(FU%g~JDx-!K6@(Waovi+Tc$s`@s@Sv* z9p0C*!~5#c{h1>d>@N5DL);Ea=d|PU4}@o zGdG0Ng%R<9V_jn-yfB3nD7kxXb8!sMIXlJ1WeD*5?60hT&XSa)+yVTVl9iP_o8v^w8_0650v?-3$V0uILqsvdAu+2y6|YCewgNhga^h4Y-lNq0Cah}ivo zpoq6EpmWSceZAoF%B5UfVPU3op{AfPhFM{FSFJMU!)c~SDTMch@trf6$~-E;5xn-d z<8`e~UPj0w%vDYVje(iQii)`c=wzHbR6^djAF^dnW5A}!CD-JMWyVHEkW;BwukLPq z9nsR%B=!TuB0vQ|DPO#J@zkle(n^?>&z)~)XSMt|Ks2+uT9af6QEqK-hanLX5&&xP z-l-<%m`WTuBR<~hh#iYkQxoQNXtTFvX)i0JF_1Iu5Wn+7^XJlfPFX+T%IM9_7+4B=%5Y=a!X6S`QV)~knSitusE`|vEgD?+D*SdgtN-v z@2!tnPsQ$W9OoldXg5!7EGfyuKEmbk%8!pz518D&%P>a8*ji>n+N5Y15QI!N3aw76 zk?~TlC_r^z21V(@jrIB2O=fW{*e;OxLwTOl%b7{65NYoUzv46uU?y1WK`h1$gXk#s zGM!NC1T6)2&vea(*Gjoe-Y0OseT68UKVi7GtWs>+{mTm3?9wmCl9JqVL7fcIg7PHy zS|uV8fd^!W2I;)j*_@ml#-BrjgIWH)bTI&Jf1fXAax!YjYcdmoW44Np%MhjRZR?D*fO!{1UqRj~p#EAohT=T-17$$k6AmQb( zr9h0V!aUsY=NL_BPmf|~=n=+2*+gqRK=3w1+z;yxltfUx%}G^AqM7qBoD>Zu#))>h z(O-H}7=Go_Xv&X~RNksk#{u}JDqbNyJIauD&lJ!>cpV`%&T(-`&1Vx}= z8{BIG$r-+Li5}_#{j}s%FlGk$jM1|WKp=Pv|*T=m!~I+rUjJ3F@7W!gumQD8RFwVZryr0 zG6IWssk0)%eJuVTRDtKPo&xDaOWF|RzCnozye=JYW-)oDFHKrbK}AL7sWkcH57B~D zWIZ`=QNK#g)SEJB!`69JGO3P=r08pDX))Bb6t@_;R!2TlYhv>Ek*cIBeDucB zNbDTV5C(L01Ze7}3Kc7OC~(zLdAV~G`9N+1xB3ie(wD=k6U z@g3gU065J9XPq{lyp>keB&(ixxdnV8$%i$asL6b0O)JUdYtCpuubGB*DbEFHXlQtp zXgMTG%@{+j0dI{Adnj6-$)BcQylA>}r~l(e_1pE-*`Eac5PAGF#EWMIO6;2ECZAeo ziPF85kd7Ft6f{I>ZQIUbf5YND4#d%gJpKl~IaM@Xl!bUvZj*0lQRvUOOhugnVG zMF7OiLdS5a+otCLNQI8V^8vu3ka8NP_S>32`v3S)2n{Pe(fRVLdLST=H+AiBqCTY3 zZWI=>Zsgp=`Z%jG=8)QMYZO=@1A#!)z2kiwpnq3DhkpUGZV&>CeaB0vA>Y6+Mrd+| zrA52d@P7Qe=6m=0Lz-`5yrGM(x*9Y0sP7_5T2*v`@~JgS7L3#>yY-7x_MJ+9`9JqyEa*$Q0 ziiL%hken<6A7+&3D;!0f@qP3TvIRVoufv)c8?&aw&B~1Y(02aUpDjK7B)cSkx8QDV zQMj_M+x+$UXOfa)nmweB@KP^Xm2R7$9(p;LCnufvW}*eG4R>Eak)Ei}%-KE8gsec^ zj=HuX z(qyBjd`DTC3ZeF2!np?{CKA-DtE=Op^zuqOJMFU}UTntQB1KKp81%{!bT~6heKA2v zt?`kF-Zi+k^YcNCz>V!+^RbV}r|Gp2j0+=crL`N5t}4tX=Ugo&7+C6ua?F4oX!wQ+)83@^vkY zDLFc>n(A(&_r09T&@t7l6XQ+b#6#=gA#14-D;h1Uq<(+=C8$D8`D^qmZ z9NOcdL`OIEho{GDl585|eQ0-*j0e6Rr=PNtyozBAqJr literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.1/images/newwindow.png b/dist/hibernate4-maven-plugin-1.0.1/images/newwindow.png new file mode 100644 index 0000000000000000000000000000000000000000..6287f72bd08a870908e7361d98c35ee0d6dcbc82 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd&SYTt4+aeuCvSob zD+%%o1`04ZXs!GLj7%Iec?BF2%&y2ZFfeUwWbk2P5nvW+xWT~4#-PT{uyM;F);OSv44$rjF6*2U FngH~|K)3(^ literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.1/index.html b/dist/hibernate4-maven-plugin-1.0.1/index.html new file mode 100644 index 00000000..171a8a04 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/index.html @@ -0,0 +1,149 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + + + +
+ +
+
+
+

A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.

hibernate4-maven-plugin is a plugin for generating a database-schema from your Hibernate-4-Mappings and create or update your database accordingly.

The plugin was designed with three main goals in mind:

  • It should be easy to use.
  • It should be maximal unlikely, to erase a producation-database by accident.
  • It should not slow down the development cycle.

To achieve the first goal, the convention-over-configuration paradigma was applied and the plugin was stuffed with usefull logging-messages. So, if in doubt, just turn on the debugging output with the mvn -X ....

To achieve the second goal, the precedence in which the configuration locations are consulted was layouted in a way that makes it possible, to prevent overwrites of the wrong database by accident.

Last but not least, in order to not slow down the development cycle, the hibernate4-maven-plugin only executes the schema-export, if the mapping or the dialect changes (or if you force it to do so).

For more information about the inspiration to write this tiny plugin, read our blog-article about the hibernate4-maven-plugin.

Documentation

  • See Configuration Examples for Usage-Explanations and simple examples of how to use this plugin.
  • See hibernate4:export and Plugin Documentation for the full autogenerated documentation. These are mostly configuration-options of the Hibernate-Tools SchemaExport and SchemaUpdate, that do the work in the background.

Releases

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/integration.html b/dist/hibernate4-maven-plugin-1.0.1/integration.html new file mode 100644 index 00000000..75d3a839 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/integration.html @@ -0,0 +1,149 @@ + + + + + + Hibernate 4 Maven Plugin - Continuous Integration + + + + + + + + + + + +
+ +
+
+
+

Overview

This project uses Continuum.

Access

The following is a link to the continuous integration system used by the project.

Notifiers

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

TypeAddressConfiguration
mailkai@juplo.de-
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/issue-tracking.html b/dist/hibernate4-maven-plugin-1.0.1/issue-tracking.html new file mode 100644 index 00000000..9a552ed9 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/issue-tracking.html @@ -0,0 +1,149 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + + + +
+ +
+
+
+

Issue Tracking

There is no bug-tracking system set up for this project!

Please send your bug-reports, questions or feature-requests directly to the developer.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/license.html b/dist/hibernate4-maven-plugin-1.0.1/license.html new file mode 100644 index 00000000..64922a61 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/license.html @@ -0,0 +1,351 @@ + + + + + + Hibernate 4 Maven Plugin - Project License + + + + + + + + + + + +
+ +
+
+
+

Overview

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

Project License

The Apache Software License, Version 2.0

A business-friendly OSS license

+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/mail-lists.html b/dist/hibernate4-maven-plugin-1.0.1/mail-lists.html new file mode 100644 index 00000000..dde5dfc8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/mail-lists.html @@ -0,0 +1,149 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + + + +
+ +
+
+
+

Mailing Lists

There are no mailinglists defined for this project!

Please send your bug-reports, questions or feature-requests directly to the developer.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/pitfalls.html b/dist/hibernate4-maven-plugin-1.0.1/pitfalls.html new file mode 100644 index 00000000..af860a6b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/pitfalls.html @@ -0,0 +1,155 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + + + +
+ +
+
+
+

Known Pitfalls

Dependency for driver-class XYZ is missing

One regular problem is the scope of the jdbc-driver-dependency. It is very unlikely, that this dependency is needed at compile-time. So a tidy maven-developer would usually scope it for runtime.

But this will break the execution of the hibernate4-maven-plugin. Since it will not be able to see the needed dependency, it will fail with an error-message like:

[INFO] Gathered hibernate-configuration (turn on debugging for details):
+[INFO]   hibernate.connection.username = sa
+[INFO]   hibernate.connection.password = 
+[INFO]   hibernate.dialect = org.hibernate.dialect.HSQLDialect
+[INFO]   hibernate.connection.url = jdbc:hsqldb:/home/kai/mmf/target/mmf;shutdown=true
+[INFO]   hibernate.connection.driver_class = org.hsqldb.jdbcDriver
+[ERROR] Dependency for driver-class org.hsqldb.jdbcDriver is missing!
+[INFO] ------------------------------------------------------------------------
+[ERROR] BUILD ERROR
+[INFO] ------------------------------------------------------------------------
+[INFO] org.hsqldb.jdbcDriver
+[INFO] ------------------------------------------------------------------------
+[INFO] For more information, run Maven with the -e switch
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 2 seconds
+[INFO] Finished at: Thu Nov 29 11:31:14 CET 2012
+[INFO] Final Memory: 32M/342M
+[INFO] ------------------------------------------------------------------------

A quick workaround for this error would be, to delete the runtime-constraint for the jdbc-driver-dependency.

A much cleaner way is, to (additionally) ad the dependency, to the plugin-definition:

<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.1</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <dependencies>
+  <dependency>
+    <groupId>org.hsqldb</groupId>
+    <artifactId>hsqldb</artifactId>
+    <version>2.2.8</version>
+  </dependency>
+  </dependencies>
+</plugin>

This is also the best way, if you use a different jdbc-driver for testing, than in production. Because otherwise, this dependency will unnecessarily bloat the runtime-dependencies of your project.

DBUnit fails after execution of hibernate4 was skipped because nothing has changed

If hibernate4-maven-plugin skips its excecution, this may lead to errors in other plugins. For example, when importing sample-data in the automatically created database with the help of the dbunit-plugin, the CLEAN_INSERT-operation may fail because of foreign-key-constraints, if the database was not recreated, because the hibernate4-maven-plugin has skipped its excecution.

A quick fix to this problem is, to force hibernate4-maven-plugin to export the schema every time it is running. But to recreate the database on every testrun may noticeable slow down your development cycle, if you have to wait for slow IO.

To circumvent this problem, hibernate4-maven-plugin signals a skipped excecution by setting the maven property $hibernate.export.skipped to true. You can configure other plugins to react on this signal. For example, the dbunit-plugin can be configured to skip its excecution, if hibernate4-maven-plugin was skipped like this:

<plugin>
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>dbunit-maven-plugin</artifactId>
+  <configuration>
+    <skip>${hibernate.export.skipped}</skip>
+  </configuration>
+</plugin>
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/plugin-info.html b/dist/hibernate4-maven-plugin-1.0.1/plugin-info.html new file mode 100644 index 00000000..2883b532 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/plugin-info.html @@ -0,0 +1,158 @@ + + + + + + Hibernate 4 Maven Plugin - Plugin Documentation + + + + + + + + + + + +
+ +
+
+
+

Plugin Documentation

Goals available for this plugin:

GoalDescription
hibernate4:exportGoal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.

System Requirements

The following specifies the minimum requirements to run this Maven plugin:

Maven2.0.6
JDK1.6
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.

Usage

You should specify the version in your project's plugin configuration:

<project>
+  ...
+  <build>
+    <!-- To define the plugin version in your parent POM -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>de.juplo</groupId>
+          <artifactId>hibernate4-maven-plugin</artifactId>
+          <version>1.0.1</version>
+        </plugin>
+        ...
+      </plugins>
+    </pluginManagement>
+    <!-- To use the plugin goals in your POM or parent POM -->
+    <plugins>
+      <plugin>
+        <groupId>de.juplo</groupId>
+        <artifactId>hibernate4-maven-plugin</artifactId>
+        <version>1.0.1</version>
+      </plugin>
+      ...
+    </plugins>
+  </build>
+  ...
+</project>
+

For more information, see "Guide to Configuring Plug-ins"

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/plugin-management.html b/dist/hibernate4-maven-plugin-1.0.1/plugin-management.html new file mode 100644 index 00000000..917dac58 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/plugin-management.html @@ -0,0 +1,149 @@ + + + + + + Hibernate 4 Maven Plugin - Project Plugin Management + + + + + + + + + + + +
+ +
+
+
+

Project Plugin Management

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-antrun-plugin1.6
org.apache.maven.pluginsmaven-assembly-plugin2.2-beta-4
org.apache.maven.pluginsmaven-clean-plugin2.3
org.apache.maven.pluginsmaven-compiler-plugin2.0.2
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-deploy-plugin2.4
org.apache.maven.pluginsmaven-ear-plugin2.3.2
org.apache.maven.pluginsmaven-ejb-plugin2.2
org.apache.maven.pluginsmaven-install-plugin2.3
org.apache.maven.pluginsmaven-jar-plugin2.2
org.apache.maven.pluginsmaven-javadoc-plugin2.6.1
org.apache.maven.pluginsmaven-plugin-plugin2.8
org.apache.maven.pluginsmaven-rar-plugin2.2
org.apache.maven.pluginsmaven-release-plugin2.1
org.apache.maven.pluginsmaven-resources-plugin2.3
org.apache.maven.pluginsmaven-site-plugin2.1
org.apache.maven.pluginsmaven-source-plugin2.0.4
org.apache.maven.pluginsmaven-surefire-plugin2.10
org.apache.maven.pluginsmaven-war-plugin2.1.1
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/plugins.html b/dist/hibernate4-maven-plugin-1.0.1/plugins.html new file mode 100644 index 00000000..0ac05365 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/plugins.html @@ -0,0 +1,149 @@ + + + + + + Hibernate 4 Maven Plugin - Project Build Plugins + + + + + + + + + + + +
+ +
+
+
+

Project Build Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-compiler-plugin2.0.2
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-enforcer-plugin1.0
org.apache.maven.pluginsmaven-resources-plugin2.3
org.apache.maven.pluginsscp://people.apache.org/www/maven.apache.org/scm/maven-scm-plugin1.7
org.apache.maven.pluginsmaven-source-plugin2.1.2

Project Report Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.7.1
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-jxr-plugin2.3
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-pmd-plugin2.7.1
org.apache.maven.pluginsmaven-site-plugin2.1
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/pmd.html b/dist/hibernate4-maven-plugin-1.0.1/pmd.html new file mode 100644 index 00000000..c1c95da0 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/pmd.html @@ -0,0 +1,131 @@ + + + + + + Hibernate 4 Maven Plugin - PMD Results + + + + + + + + + + + +
+ +
+
+
+

PMD Results

The following document contains the results of PMD 4.3.

Files

PMD found no problems in your source code.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/pmd.xml b/dist/hibernate4-maven-plugin-1.0.1/pmd.xml new file mode 100644 index 00000000..749b92a0 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/pmd.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.1/project-info.html b/dist/hibernate4-maven-plugin-1.0.1/project-info.html new file mode 100644 index 00000000..c00a7342 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/project-info.html @@ -0,0 +1,149 @@ + + + + + + Hibernate 4 Maven Plugin - Project Information + + + + + + + + + + + +
+ +
+
+
+

Project Information

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

Overview

DocumentDescription
AboutPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
DependenciesThis document lists the project's dependencies and provides information on each dependency.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Project LicenseThis is a link to the definitions of project licenses.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project SummaryThis document lists other related information of this project
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/project-reports.html b/dist/hibernate4-maven-plugin-1.0.1/project-reports.html new file mode 100644 index 00000000..a4b073f6 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/project-reports.html @@ -0,0 +1,131 @@ + + + + + + Hibernate 4 Maven Plugin - Generated Reports + + + + + + + + + + + +
+ +
+
+
+

Generated Reports

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

Overview

DocumentDescription
CPD ReportDuplicate code detection.
JavaDocsJavaDoc API documentation.
Plugin DocumentationThis report provides goals and parameters documentation of a plugin.
PMD ReportVerification of coding rules.
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/project-summary.html b/dist/hibernate4-maven-plugin-1.0.1/project-summary.html new file mode 100644 index 00000000..526500d5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/project-summary.html @@ -0,0 +1,149 @@ + + + + + + Hibernate 4 Maven Plugin - Project Summary + + + + + + + + + + + +
+ +
+
+
+

Project Summary

Project Information

FieldValue
NameHibernate 4 Maven Plugin
DescriptionPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Homepagehttp://juplo.de/hibernate4-maven-plugin

Project Organization

This project does not belong to an organization.

Build Information

FieldValue
GroupIdde.juplo
ArtifactIdhibernate4-maven-plugin
Version1.0.1
Typemaven-plugin
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/source-repository.html b/dist/hibernate4-maven-plugin-1.0.1/source-repository.html new file mode 100644 index 00000000..aa6fee44 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/source-repository.html @@ -0,0 +1,149 @@ + + + + + + Hibernate 4 Maven Plugin - Source Repository + + + + + + + + + + + +
+ +
+
+
+

Overview

This project uses a Source Content Management System to manage its source code.

Web Access

The following is a link to the online source repository.

Anonymous access

Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:

git:http://juplo.de/git/hibernate4-maven-plugin

Developer access

Refer to the documentation of the SCM used for more information about developer check out. The connection url is:

git:ssh://juplo.de:/var/cache/git/juplo/hibernate4-maven-plugin

Access from behind a firewall

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/team-list.html b/dist/hibernate4-maven-plugin-1.0.1/team-list.html new file mode 100644 index 00000000..e0c0098d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/team-list.html @@ -0,0 +1,164 @@ + + + + + + Hibernate 4 Maven Plugin - Team list + + + + + + + + + + + +
+ +
+
+
+

The Team

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

Members

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

IdNameEmail
kaiKai Moritzkai@juplo.de

Contributors

There are no contributors listed for this project. Please check back again later.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/xref/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.1/xref/allclasses-frame.html new file mode 100644 index 00000000..507bf849 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/xref/allclasses-frame.html @@ -0,0 +1,23 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..6ebc0427 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,784 @@ + + + + +Hbm2DdlMojo xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import com.pyx4j.log4j.MavenLogAppender;
+20  import java.io.File;
+21  import java.io.FileInputStream;
+22  import java.io.FileOutputStream;
+23  import java.io.IOException;
+24  import java.io.InputStream;
+25  import java.io.ObjectInputStream;
+26  import java.io.ObjectOutputStream;
+27  import java.math.BigInteger;
+28  import java.net.URL;
+29  import java.net.URLClassLoader;
+30  import java.security.MessageDigest;
+31  import java.sql.Connection;
+32  import java.sql.Driver;
+33  import java.sql.DriverManager;
+34  import java.sql.DriverPropertyInfo;
+35  import java.sql.SQLException;
+36  import java.sql.SQLFeatureNotSupportedException;
+37  import java.util.Comparator;
+38  import java.util.Enumeration;
+39  import java.util.HashMap;
+40  import java.util.HashSet;
+41  import java.util.List;
+42  import java.util.Map;
+43  import java.util.Map.Entry;
+44  import java.util.Properties;
+45  import java.util.Set;
+46  import java.util.TreeSet;
+47  import java.util.logging.Logger;
+48  import javax.persistence.Embeddable;
+49  import javax.persistence.Entity;
+50  import javax.persistence.MappedSuperclass;
+51  import org.apache.maven.plugin.AbstractMojo;
+52  import org.apache.maven.plugin.MojoExecutionException;
+53  import org.apache.maven.plugin.MojoFailureException;
+54  import org.apache.maven.project.MavenProject;
+55  import org.hibernate.cfg.Configuration;
+56  import org.hibernate.tool.hbm2ddl.SchemaExport;
+57  import org.hibernate.tool.hbm2ddl.SchemaExport.Type;
+58  import org.hibernate.tool.hbm2ddl.Target;
+59  import org.scannotation.AnnotationDB;
+60  
+61  
+62  /**
+63   * Goal which extracts the hibernate-mapping-configuration and
+64   * exports an according SQL-database-schema.
+65   *
+66   * @goal export
+67   * @phase process-classes
+68   * @threadSafe
+69   * @requiresDependencyResolution runtime
+70   */
+71  public class Hbm2DdlMojo extends AbstractMojo
+72  {
+73    public final static String EXPORT_SKIPPED_PROPERTY = "hibernate.export.skipped";
+74  
+75    public final static String DRIVER_CLASS = "hibernate.connection.driver_class";
+76    public final static String URL = "hibernate.connection.url";
+77    public final static String USERNAME = "hibernate.connection.username";
+78    public final static String PASSWORD = "hibernate.connection.password";
+79    public final static String DIALECT = "hibernate.dialect";
+80  
+81    private final static String MD5S = "schema.md5s";
+82  
+83    /**
+84     * The maven project.
+85     * <p>
+86     * Only needed internally.
+87     *
+88     * @parameter expression="${project}"
+89     * @required
+90     * @readonly
+91     */
+92    private MavenProject project;
+93  
+94    /**
+95     * Build-directory.
+96     * <p>
+97     * Only needed internally.
+98     *
+99     * @parameter expression="${project.build.directory}"
+100    * @required
+101    * @readonly
+102    */
+103   private String buildDirectory;
+104 
+105   /**
+106    * Classes-Directory to scan.
+107    * <p>
+108    * This parameter defaults to the maven build-output-directory for classes.
+109    * Additonally, all dependencies are scanned for annotated classes.
+110    *
+111    * @parameter expression="${project.build.outputDirectory}"
+112    */
+113   private String outputDirectory;
+114 
+115   /**
+116    * Wether to scan test-classes too, or not.
+117    * <p>
+118    * If this parameter is set to <code>true</code> the test-classes of the
+119    * artifact will be scanned for hibernate-annotated classes additionally.
+120    *
+121    * @parameter expression="${hibernate.export.scann_testclasses}" default-value="false"
+122    */
+123   private boolean scanTestClasses;
+124 
+125   /**
+126    * Test-Classes-Directory to scan.
+127    * <p>
+128    * This parameter defaults to the maven build-output-directory for
+129    * test-classes.
+130    * <p>
+131    * This parameter is only used, when <code>scanTestClasses</code> is set
+132    * to <code>true</code>!
+133    *
+134    * @parameter expression="${project.build.testOutputDirectory}"
+135    */
+136   private String testOutputDirectory;
+137 
+138   /**
+139    * Skip execution
+140    * <p>
+141    * If set to <code>true</code>, the execution is skipped.
+142    * <p>
+143    * A skipped excecution is signaled via the maven-property
+144    * <code>${hibernate.export.skipped}</code>.
+145    * <p>
+146    * The excecution is skipped automatically, if no modified or newly added
+147    * annotated classes are found and the dialect was not changed.
+148    *
+149    * @parameter expression="${maven.test.skip}" default-value="false"
+150    */
+151   private boolean skip;
+152 
+153   /**
+154    * Force execution
+155    * <p>
+156    * Force execution, even if no modified or newly added annotated classes
+157    * where found and the dialect was not changed.
+158    * <p>
+159    * <code>skip</code> takes precedence over <code>force</code>.
+160    *
+161    * @parameter expression="${hibernate.export.force}" default-value="false"
+162    */
+163   private boolean force;
+164 
+165   /**
+166    * SQL-Driver name.
+167    *
+168    * @parameter expression="${hibernate.connection.driver_class}
+169    */
+170   private String driverClassName;
+171 
+172   /**
+173    * Database URL.
+174    *
+175    * @parameter expression="${hibernate.connection.url}"
+176    */
+177   private String url;
+178 
+179   /**
+180    * Database username
+181    *
+182    * @parameter expression="${hibernate.connection.username}"
+183    */
+184   private String username;
+185 
+186   /**
+187    * Database password
+188    *
+189    * @parameter expression="${hibernate.connection.password}"
+190    */
+191   private String password;
+192 
+193   /**
+194    * Hibernate dialect.
+195    *
+196    * @parameter expression="${hibernate.dialect}"
+197    */
+198   private String hibernateDialect;
+199 
+200   /**
+201    * Path to Hibernate configuration file.
+202    *
+203    * @parameter default-value="${project.build.outputDirectory}/hibernate.properties"
+204    */
+205   private String hibernateProperties;
+206 
+207   /**
+208    * Target of execution:
+209    * <ul>
+210    *   <li><strong>NONE</strong> do nothing - just validate the configuration (forces excecution, signals skip)</li>
+211    *   <li><strong>EXPORT</strong> create database (<strong>DEFAULT!</strong>. forces excecution, signals skip)</li>
+212    *   <li><strong>SCRIPT</strong> export schema to SQL-script</li>
+213    *   <li><strong>BOTH</strong></li>
+214    * </ul>
+215    * @parameter expression="${hibernate.export.target}" default-value="EXPORT"
+216    */
+217   private String target;
+218 
+219   /**
+220    * Type of execution.
+221    * <ul>
+222    *   <li><strong>NONE</strong> do nothing - just validate the configuration</li>
+223    *   <li><strong>CREATE</strong> create database-schema</li>
+224    *   <li><strong>DROP</strong> drop database-schema</li>
+225    *   <li><strong>BOTH</strong> (<strong>DEFAULT!</strong>)</li>
+226    * </ul>
+227    * @parameter expression="${hibernate.export.type}" default-value="BOTH"
+228    */
+229   private String type;
+230 
+231   /**
+232    * Output file.
+233    *
+234    * @parameter expression="${hibernate.export.schema.filename}" default-value="${project.build.directory}/schema.sql"
+235    */
+236   private String outputFile;
+237 
+238   /**
+239    * Delimiter in output-file.
+240    *
+241    * @parameter expression="${hibernate.export.schema.delimiter}" default-value=";"
+242    */
+243   private String delimiter;
+244 
+245   /**
+246    * Format output-file.
+247    *
+248    * @parameter expression="${hibernate.export.schema.format}" default-value="true"
+249    */
+250   private boolean format;
+251 
+252 
+253   @Override
+254   public void execute()
+255     throws
+256       MojoFailureException,
+257       MojoExecutionException
+258   {
+259     if (skip)
+260     {
+261       getLog().info("Exectuion of hibernate4-maven-plugin:export was skipped!");
+262       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+263       return;
+264     }
+265 
+266     File dir = new File(outputDirectory);
+267     if (!dir.exists())
+268       throw new MojoExecutionException("Cannot scan for annotated classes in " + outputDirectory + ": directory does not exist!");
+269 
+270     Map<String,String> md5s;
+271     boolean modified = false;
+272     File saved = new File(buildDirectory + File.separator + MD5S);
+273 
+274     if (saved.exists())
+275     {
+276       try
+277       {
+278         FileInputStream fis = new FileInputStream(saved);
+279         ObjectInputStream ois = new ObjectInputStream(fis);
+280         md5s = (HashMap<String,String>)ois.readObject();
+281         ois.close();
+282       }
+283       catch (Exception e)
+284       {
+285         md5s = new HashMap<String,String>();
+286         getLog().warn("Cannot read timestamps from saved: " + e);
+287       }
+288     }
+289     else
+290     {
+291       md5s = new HashMap<String,String>();
+292       try
+293       {
+294         saved.createNewFile();
+295       }
+296       catch (IOException e)
+297       {
+298         getLog().warn("Cannot create saved for timestamps: " + e);
+299       }
+300     }
+301 
+302     ClassLoader classLoader = null;
+303     try
+304     {
+305       getLog().debug("Creating ClassLoader for project-dependencies...");
+306       List<String> classpathFiles = project.getCompileClasspathElements();
+307       if (scanTestClasses)
+308         classpathFiles.addAll(project.getTestClasspathElements());
+309       URL[] urls = new URL[classpathFiles.size()];
+310       for (int i = 0; i < classpathFiles.size(); ++i)
+311       {
+312         getLog().debug("Dependency: " + classpathFiles.get(i));
+313         urls[i] = new File(classpathFiles.get(i)).toURI().toURL();
+314       }
+315       classLoader = new URLClassLoader(urls, getClass().getClassLoader());
+316     }
+317     catch (Exception e)
+318     {
+319       getLog().error("Error while creating ClassLoader!", e);
+320       throw new MojoExecutionException(e.getMessage());
+321     }
+322 
+323     Set<Class<?>> classes =
+324         new TreeSet<Class<?>>(
+325             new Comparator<Class<?>>() {
+326               @Override
+327               public int compare(Class<?> a, Class<?> b)
+328               {
+329                 return a.getName().compareTo(b.getName());
+330               }
+331             }
+332           );
+333 
+334     try
+335     {
+336       AnnotationDB db = new AnnotationDB();
+337       getLog().info("Scanning directory " + outputDirectory + " for annotated classes...");
+338       URL dirUrl = dir.toURI().toURL();
+339       db.scanArchives(dirUrl);
+340       if (scanTestClasses)
+341       {
+342         dir = new File(testOutputDirectory);
+343         if (!dir.exists())
+344           throw new MojoExecutionException("Cannot scan for annotated test-classes in " + testOutputDirectory + ": directory does not exist!");
+345         getLog().info("Scanning directory " + testOutputDirectory + " for annotated classes...");
+346         dirUrl = dir.toURI().toURL();
+347         db.scanArchives(dirUrl);
+348       }
+349 
+350       Set<String> classNames = new HashSet<String>();
+351       if (db.getAnnotationIndex().containsKey(Entity.class.getName()))
+352         classNames.addAll(db.getAnnotationIndex().get(Entity.class.getName()));
+353       if (db.getAnnotationIndex().containsKey(MappedSuperclass.class.getName()))
+354         classNames.addAll(db.getAnnotationIndex().get(MappedSuperclass.class.getName()));
+355       if (db.getAnnotationIndex().containsKey(Embeddable.class.getName()))
+356         classNames.addAll(db.getAnnotationIndex().get(Embeddable.class.getName()));
+357 
+358       MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+359       for (String name : classNames)
+360       {
+361         Class<?> annotatedClass = classLoader.loadClass(name);
+362         classes.add(annotatedClass);
+363         InputStream is =
+364             annotatedClass
+365                 .getResourceAsStream(annotatedClass.getSimpleName() + ".class");
+366         byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+367         int i;
+368         while((i = is.read(buffer)) > -1)
+369           digest.update(buffer, 0, i);
+370         is.close();
+371         byte[] bytes = digest.digest();
+372         BigInteger bi = new BigInteger(1, bytes);
+373         String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+374         String oldMd5 = !md5s.containsKey(name) ? "" : md5s.get(name);
+375         if (!newMd5.equals(oldMd5))
+376         {
+377           getLog().debug("Found new or modified annotated class: " + name);
+378           modified = true;
+379           md5s.put(name, newMd5);
+380         }
+381         else
+382         {
+383           getLog().debug(oldMd5 + " -> class unchanged: " + name);
+384         }
+385       }
+386     }
+387     catch (ClassNotFoundException e)
+388     {
+389       getLog().error("Error while adding annotated classes!", e);
+390       throw new MojoExecutionException(e.getMessage());
+391     }
+392     catch (Exception e)
+393     {
+394       getLog().error("Error while scanning!", e);
+395       throw new MojoFailureException(e.getMessage());
+396     }
+397 
+398     if (classes.isEmpty())
+399       throw new MojoFailureException("No annotated classes found in directory " + outputDirectory);
+400 
+401     getLog().debug("Detected classes with mapping-annotations:");
+402     for (Class<?> annotatedClass : classes)
+403       getLog().debug("  " + annotatedClass.getName());
+404 
+405 
+406     Properties properties = new Properties();
+407 
+408     /** Try to read configuration from properties-file */
+409     try
+410     {
+411       File file = new File(hibernateProperties);
+412       if (file.exists())
+413       {
+414         getLog().info("Reading properties from file " + hibernateProperties + "...");
+415         properties.load(new FileInputStream(file));
+416       }
+417       else
+418         getLog().info("No hibernate-properties-file found! (Checked path: " + hibernateProperties + ")");
+419     }
+420     catch (IOException e)
+421     {
+422       getLog().error("Error while reading properties!", e);
+423       throw new MojoExecutionException(e.getMessage());
+424     }
+425 
+426     /** Overwrite values from propertie-file or set, if given */
+427     if (driverClassName != null)
+428     {
+429       if (properties.containsKey(DRIVER_CLASS))
+430         getLog().debug(
+431             "Overwriting property " +
+432             DRIVER_CLASS + "=" + properties.getProperty(DRIVER_CLASS) +
+433             " with the value " + driverClassName
+434           );
+435       else
+436         getLog().debug("Using the value " + driverClassName);
+437       properties.setProperty(DRIVER_CLASS, driverClassName);
+438     }
+439     if (url != null)
+440     {
+441       if (properties.containsKey(URL))
+442         getLog().debug(
+443             "Overwriting property " +
+444             URL + "=" + properties.getProperty(URL) +
+445             " with the value " + url
+446           );
+447       else
+448         getLog().debug("Using the value " + url);
+449       properties.setProperty(URL, url);
+450     }
+451     if (username != null)
+452     {
+453       if (properties.containsKey(USERNAME))
+454         getLog().debug(
+455             "Overwriting property " +
+456             USERNAME + "=" + properties.getProperty(USERNAME) +
+457             " with the value " + username
+458           );
+459       else
+460         getLog().debug("Using the value " + username);
+461       properties.setProperty(USERNAME, username);
+462     }
+463     if (password != null)
+464     {
+465       if (properties.containsKey(PASSWORD))
+466         getLog().debug(
+467             "Overwriting property " +
+468             PASSWORD + "=" + properties.getProperty(PASSWORD) +
+469             " with the value " + password 
+470           );
+471       else
+472         getLog().debug("Using the value " + password);
+473       properties.setProperty(PASSWORD, password);
+474     }
+475     if (hibernateDialect != null)
+476     {
+477       if (properties.containsKey(DIALECT))
+478         getLog().debug(
+479             "Overwriting property " +
+480             DIALECT + "=" + properties.getProperty(DIALECT) +
+481             " with the value " + hibernateDialect
+482           );
+483       else
+484         getLog().debug("Using the value " + hibernateDialect);
+485       properties.setProperty(DIALECT, hibernateDialect);
+486     }
+487 
+488     /** The generated SQL varies with the dialect! */
+489     if (md5s.containsKey(DIALECT))
+490     {
+491       String dialect = properties.getProperty(DIALECT);
+492       if (md5s.get(DIALECT).equals(dialect))
+493         getLog().debug("SQL-dialect unchanged.");
+494       else
+495       {
+496         getLog().debug("SQL-dialect changed: " + dialect);
+497         modified = true;
+498         md5s.put(DIALECT, dialect);
+499       }
+500     }
+501     else
+502     {
+503       modified = true;
+504       md5s.put(DIALECT, properties.getProperty(DIALECT));
+505     }
+506 
+507     if (properties.isEmpty())
+508     {
+509       getLog().error("No properties set!");
+510       throw new MojoFailureException("Hibernate-Configuration is missing!");
+511     }
+512 
+513     Configuration config = new Configuration();
+514     config.setProperties(properties);
+515     getLog().debug("Adding annotated classes to hibernate-mapping-configuration...");
+516     for (Class<?> annotatedClass : classes)
+517     {
+518       getLog().debug("Class " + annotatedClass);
+519       config.addAnnotatedClass(annotatedClass);
+520     }
+521 
+522     Target target = null;
+523     try
+524     {
+525       target = Target.valueOf(this.target.toUpperCase());
+526     }
+527     catch (IllegalArgumentException e)
+528     {
+529       getLog().error("Invalid value for configuration-option \"target\": " + this.target);
+530       getLog().error("Valid values are: NONE, SCRIPT, EXPORT, BOTH");
+531       throw new MojoExecutionException("Invalid value for configuration-option \"target\"");
+532     }
+533     Type type = null;
+534     try
+535     {
+536       type = Type.valueOf(this.type.toUpperCase());
+537     }
+538     catch (IllegalArgumentException e)
+539     {
+540       getLog().error("Invalid value for configuration-option \"type\": " + this.type);
+541       getLog().error("Valid values are: NONE, CREATE, DROP, BOTH");
+542       throw new MojoExecutionException("Invalid value for configuration-option \"type\"");
+543     }
+544 
+545     if (target.equals(Target.SCRIPT) || target.equals(Target.NONE))
+546     {
+547       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+548     }
+549     if (
+550         !modified
+551         && !target.equals(Target.SCRIPT)
+552         && !target.equals(Target.NONE)
+553         && !force
+554       )
+555     {
+556       getLog().info("No modified annotated classes found and dialect unchanged.");
+557       getLog().info("Skipping schema generation!");
+558       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+559       return;
+560     }
+561 
+562     getLog().info("Gathered hibernate-configuration (turn on debugging for details):");
+563     for (Entry<Object,Object> entry : properties.entrySet())
+564       getLog().info("  " + entry.getKey() + " = " + entry.getValue());
+565 
+566     Connection connection = null;
+567     try
+568     {
+569       /**
+570        * The connection must be established outside of hibernate, because
+571        * hibernate does not use the context-classloader of the current
+572        * thread and, hence, would not be able to resolve the driver-class!
+573        */
+574       switch (target)
+575       {
+576         case EXPORT:
+577         case BOTH:
+578           switch (type)
+579           {
+580             case CREATE:
+581             case DROP:
+582             case BOTH:
+583               Class driverClass = classLoader.loadClass(properties.getProperty(DRIVER_CLASS));
+584               getLog().debug("Registering JDBC-driver " + driverClass.getName());
+585               DriverManager.registerDriver(new DriverProxy((Driver)driverClass.newInstance()));
+586               getLog().debug(
+587                   "Opening JDBC-connection to "
+588                   + properties.getProperty(URL)
+589                   + " as "
+590                   + properties.getProperty(USERNAME)
+591                   + " with password "
+592                   + properties.getProperty(PASSWORD)
+593                   );
+594               connection = DriverManager.getConnection(
+595                   properties.getProperty(URL),
+596                   properties.getProperty(USERNAME),
+597                   properties.getProperty(PASSWORD)
+598                   );
+599           }
+600       }
+601     }
+602     catch (ClassNotFoundException e)
+603     {
+604       getLog().error("Dependency for driver-class " + properties.getProperty(DRIVER_CLASS) + " is missing!");
+605       throw new MojoExecutionException(e.getMessage());
+606     }
+607     catch (Exception e)
+608     {
+609       getLog().error("Cannot establish connection to database!");
+610       Enumeration<Driver> drivers = DriverManager.getDrivers();
+611       if (!drivers.hasMoreElements())
+612         getLog().error("No drivers registered!");
+613       while (drivers.hasMoreElements())
+614         getLog().debug("Driver: " + drivers.nextElement());
+615       throw new MojoExecutionException(e.getMessage());
+616     }
+617 
+618     ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
+619     MavenLogAppender.startPluginLog(this);
+620     try
+621     {
+622       /**
+623        * Change class-loader of current thread, so that hibernate can
+624        * see all dependencies!
+625        */
+626       Thread.currentThread().setContextClassLoader(classLoader);
+627 
+628       SchemaExport export = new SchemaExport(config, connection);
+629       export.setOutputFile(outputFile);
+630       export.setDelimiter(delimiter);
+631       export.setFormat(format);
+632       export.execute(target, type);
+633 
+634       for (Object exception : export.getExceptions())
+635         getLog().debug(exception.toString());
+636     }
+637     finally
+638     {
+639       /** Stop Log-Capturing */
+640       MavenLogAppender.endPluginLog(this);
+641 
+642       /** Restore the old class-loader (TODO: is this really necessary?) */
+643       Thread.currentThread().setContextClassLoader(contextClassLoader);
+644 
+645       /** Close the connection */
+646       try
+647       {
+648         if (connection != null)
+649           connection.close();
+650       }
+651       catch (SQLException e)
+652       {
+653         getLog().error("Error while closing connection: " + e.getMessage());
+654       }
+655     }
+656 
+657     /** Write md5-sums for annotated classes to file */
+658     try
+659     {
+660       FileOutputStream fos = new FileOutputStream(saved);
+661       ObjectOutputStream oos = new ObjectOutputStream(fos);
+662       oos.writeObject(md5s);
+663       oos.close();
+664       fos.close();
+665     }
+666     catch (Exception e)
+667     {
+668       getLog().error("Cannot write md5-sums to file: " + e);
+669     }
+670   }
+671 
+672   /**
+673    * Needed, because DriverManager won't pick up drivers, that were not
+674    * loaded by the system-classloader!
+675    * See:
+676    * http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-location
+677    */
+678   static final class DriverProxy implements Driver
+679   {
+680     private final Driver target;
+681 
+682     DriverProxy(Driver target)
+683     {
+684       if (target == null)
+685         throw new NullPointerException();
+686       this.target = target;
+687     }
+688 
+689     public java.sql.Driver getTarget()
+690     {
+691       return target;
+692     }
+693 
+694     @Override
+695     public boolean acceptsURL(String url) throws SQLException
+696     {
+697       return target.acceptsURL(url);
+698     }
+699 
+700     @Override
+701     public java.sql.Connection connect(
+702         String url,
+703         java.util.Properties info
+704       )
+705       throws
+706         SQLException
+707     {
+708       return target.connect(url, info);
+709     }
+710 
+711     @Override
+712     public int getMajorVersion()
+713     {
+714       return target.getMajorVersion();
+715     }
+716 
+717     @Override
+718     public int getMinorVersion()
+719     {
+720       return target.getMinorVersion();
+721     }
+722 
+723     @Override
+724     public DriverPropertyInfo[] getPropertyInfo(
+725         String url,
+726         Properties info
+727       )
+728       throws
+729         SQLException
+730     {
+731       return target.getPropertyInfo(url, info);
+732     }
+733 
+734     @Override
+735     public boolean jdbcCompliant()
+736     {
+737       return target.jdbcCompliant();
+738     }
+739 
+740     /**
+741      * This Method cannot be annotated with @Override, becaus the plugin
+742      * will not compile then under Java 1.6!
+743      */
+744     public Logger getParentLogger() throws SQLFeatureNotSupportedException
+745     {
+746       throw new SQLFeatureNotSupportedException("Not supported, for backward-compatibility with Java 1.6");
+747     }
+748 
+749     @Override
+750     public String toString()
+751     {
+752       return "Proxy: " + target;
+753     }
+754 
+755     @Override
+756     public int hashCode()
+757     {
+758       return target.hashCode();
+759     }
+760 
+761     @Override
+762     public boolean equals(Object obj)
+763     {
+764       if (!(obj instanceof DriverProxy))
+765         return false;
+766       DriverProxy other = (DriverProxy) obj;
+767       return this.target.equals(other.target);
+768     }
+769   }
+770 }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..90158419 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,27 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.1 Reference Package de.juplo.plugins.hibernate4 + + + + +

+ de.juplo.plugins.hibernate4 +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..6d797298 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/xref/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,72 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.1 Reference Package de.juplo.plugins.hibernate4 + + + +
+ +
+
+ +
+ +

Package de.juplo.plugins.hibernate4

+ + + + + + + + + + + + + + + +
Class Summary
+ DriverProxy +
+ Hbm2DdlMojo +
+ +
+ +
+
+ +
+
+ Copyright © 2013. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.1/xref/index.html b/dist/hibernate4-maven-plugin-1.0.1/xref/index.html new file mode 100644 index 00000000..26ce254a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/xref/index.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.1 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/xref/overview-frame.html b/dist/hibernate4-maven-plugin-1.0.1/xref/overview-frame.html new file mode 100644 index 00000000..617ae516 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/xref/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.1 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.1/xref/overview-summary.html b/dist/hibernate4-maven-plugin-1.0.1/xref/overview-summary.html new file mode 100644 index 00000000..7ee1ba7b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/xref/overview-summary.html @@ -0,0 +1,64 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.1 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.0.1 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.plugins.hibernate4 +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ Copyright © 2013. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.1/xref/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.1/xref/stylesheet.css new file mode 100644 index 00000000..00e6114d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.1/xref/stylesheet.css @@ -0,0 +1,116 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} +div#footer { + text-align:center; +} +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/allclasses-frame.html new file mode 100644 index 00000000..aa3d42f3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.2 API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/allclasses-noframe.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..c5fc305b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/allclasses-noframe.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.2 API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/constant-values.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/constant-values.html new file mode 100644 index 00000000..83d6b319 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/constant-values.html @@ -0,0 +1,186 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..324e5d70 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,407 @@ + + + + + + +Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class Hbm2DdlMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.Hbm2DdlMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class Hbm2DdlMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..88c2a06a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,296 @@ + + + + + + +HelpMojo (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class HelpMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.HelpMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class HelpMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Display help information on hibernate4-maven-plugin.
    + Call mvn hibernate4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
    Version:
    +
    +
    Author:
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface org.apache.maven.plugin.Mojo

        +ROLE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HelpMojo() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HelpMojo

        +
        public HelpMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoExecutionException
        +
        Throws:
        +
        org.apache.maven.plugin.MojoExecutionException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..9ce78a40 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,323 @@ + + + + + + +ValidationConfiguration (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class ValidationConfiguration

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.hibernate.cfg.Configuration
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.ValidationConfiguration
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class ValidationConfiguration
    +extends org.hibernate.cfg.Configuration
    +
    This integration is usually performed by BeanValidationIntegrator. + Unfortunately, that integration will only be activated upon + initialization of the ServiceRegistry, which initializes + DatasourceConnectionProviderImpl, which looks up the datasource, + which requires a JNDI context ... + We therefore reimplement the relevant parts of BeanValidatorIntegrator. + Since that must occur after secondPassCompile(), which is invoked by + Configuration.generateSchemaCreationScript, which is invoked by + SchemaExport, some fancy subclassing is needed to invoke the integration + at the right time.
    +
    Author:
    +
    Mark Robinson , Frank Schimmel
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.hibernate.cfg.Configuration

        +org.hibernate.cfg.Configuration.MappingsImpl, org.hibernate.cfg.Configuration.MetadataSourceQueue
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.hibernate.cfg.Configuration

        +ARTEFACT_PROCESSING_ORDER, auxiliaryDatabaseObjects, classes, collections, columnNameBindingPerTable, DEFAULT_ARTEFACT_PROCESSING_ORDER, DEFAULT_CACHE_CONCURRENCY_STRATEGY, extendsQueue, fetchProfiles, filterDefinitions, imports, metadataSourceQueue, namedEntityGraphMap, namedProcedureCallMap, namedQueries, namedSqlQueries, namingStrategy, propertyReferences, secondPasses, settingsFactory, sqlFunctions, sqlResultSetMappings, tableNameBinding, tables, typeDefs, USE_NEW_ID_GENERATOR_MAPPINGS, xmlHelper
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voidsecondPassCompile() 
      +
        +
      • + + +

        Methods inherited from class org.hibernate.cfg.Configuration

        +add, addAnnotatedClass, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAuxiliaryDatabaseObject, addCacheableFile, addCacheableFile, addCacheableFileStrictly, addClass, addDirectory, addDocument, addFetchProfile, addFile, addFile, addFilterDefinition, addInputStream, addJar, addPackage, addProperties, addResource, addResource, addSqlFunction, addURL, addXML, buildMapping, buildMappings, buildSessionFactory, buildSessionFactory, buildSettings, buildSettings, configure, configure, configure, configure, configure, createMappings, doConfigure, doConfigure, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, generateSchemaUpdateScriptList, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getCurrentTenantIdentifierResolver, getEntityNotFoundDelegate, getEntityResolver, getEntityTuplizerFactory, getFilterDefinitions, getIdentifierGeneratorFactory, getImports, getInterceptor, getJaccPermissionDeclarations, getMappedSuperclassMappings, getMappedSuperclassMappingsCopy, getNamedEntityGraphs, getNamedProcedureCallMap, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getProperties, getProperty, getReflectionManager, getSessionFactoryObserver, getSqlFunctions, getSqlResultSetMappings, getTableMappings, getTypeResolver, iterateFetchProfiles, iterateGenerators, mergeProperties, registerTypeContributor, registerTypeOverride, registerTypeOverride, registerTypeOverride, reset, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCurrentTenantIdentifierResolver, setEntityNotFoundDelegate, setEntityResolver, setInterceptor, setNamingStrategy, setPrecedence, setProperties, setProperty, setSessionFactoryObserver, validateSchema
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ValidationConfiguration

        +
        public ValidationConfiguration(String dialectClass)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        secondPassCompile

        +
        protected void secondPassCompile()
        +                          throws org.hibernate.metamodel.source.MappingException
        +
        +
        Overrides:
        +
        secondPassCompile in class org.hibernate.cfg.Configuration
        +
        Throws:
        +
        org.hibernate.metamodel.source.MappingException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html new file mode 100644 index 00000000..6d632fc9 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.Hbm2DdlMojo

+
+
No usage of de.juplo.plugins.hibernate4.Hbm2DdlMojo
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html new file mode 100644 index 00000000..8d5d5fc3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.HelpMojo (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.HelpMojo

+
+
No usage of de.juplo.plugins.hibernate4.HelpMojo
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html new file mode 100644 index 00000000..52ed8cbe --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.ValidationConfiguration (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.ValidationConfiguration

+
+
No usage of de.juplo.plugins.hibernate4.ValidationConfiguration
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..2dc5827b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.2 API) + + + + +

de.juplo.plugins.hibernate4

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..a6fd6295 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,142 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + + + + +
+

Package de.juplo.plugins.hibernate4

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Hbm2DdlMojo +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
    HelpMojo +
    Display help information on hibernate4-maven-plugin.
    +
    +
  • +
+
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-tree.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-tree.html new file mode 100644 index 00000000..5228d3af --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-tree.html @@ -0,0 +1,129 @@ + + + + + + +de.juplo.plugins.hibernate4 Class Hierarchy (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package de.juplo.plugins.hibernate4

+
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-use.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-use.html new file mode 100644 index 00000000..89f028fe --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/de/juplo/plugins/hibernate4/package-use.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Package de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Package
de.juplo.plugins.hibernate4

+
+
No usage of de.juplo.plugins.hibernate4
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/deprecated-list.html new file mode 100644 index 00000000..2a9dc313 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/deprecated-list.html @@ -0,0 +1,115 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/help-doc.html new file mode 100644 index 00000000..83ed1bd3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/help-doc.html @@ -0,0 +1,216 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/index-all.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/index-all.html new file mode 100644 index 00000000..daa5d048 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/index-all.html @@ -0,0 +1,180 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + +
+ + + + + +
+ + +
D E H N P U  + + +

D

+
+
de.juplo.plugins.hibernate4 - package de.juplo.plugins.hibernate4
+
 
+
DIALECT - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
DRIVER_CLASS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

E

+
+
execute() - Method in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.HelpMojo
+
EXPORT_SKIPPED_PROPERTY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

H

+
+
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
+
+
Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
+
+
Hbm2DdlMojo() - Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
HelpMojo - Class in de.juplo.plugins.hibernate4
+
+
Display help information on hibernate4-maven-plugin.
+
+
HelpMojo() - Constructor for class de.juplo.plugins.hibernate4.HelpMojo
+
 
+
+ + + +

N

+
+
NAMING_STRATEGY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

P

+
+
PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

U

+
+
URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+D E H N P U 
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/index.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/index.html new file mode 100644 index 00000000..649cf18b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/index.html @@ -0,0 +1,65 @@ + + + + + + +Hibernate 4 Maven Plugin 1.0.2 API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/plugins/hibernate4/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/options b/dist/hibernate4-maven-plugin-1.0.2/apidocs/options new file mode 100644 index 00000000..066aced8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/options @@ -0,0 +1,24 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/classes:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/net/sf/scannotation/scannotation/1.0.2/scannotation-1.0.2.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar:/home/kai/.m2/repository/javassist/javassist/3.6.0.GA/javassist-3.6.0.GA.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.1.Final/jboss-transaction-api_1.1_spec-1.0.1.Final.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.GA/jboss-logging-3.1.0.GA.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar:/home/kai/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.2.3.Final/hibernate-core-4.2.3.Final.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.2.Final/hibernate-commons-annotations-4.0.2.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/src/main/java:/home/kai/juplo/hibernate4-maven-plugin/target/generated-sources/plugin' +-author +-bottom +'Copyright © 2014. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.0.2 API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.0.2 API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..441fc63f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,309 @@ + + + + + + +TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API) + + + + + + + + + + + +
+
org.hibernate.cfg.beanvalidation
+

Class TypeSafeActivatorAccessor

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TypeSafeActivatorAccessor
    +extends Object
    +
    This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
    +
    Author:
    +
    Frank Schimmel
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TypeSafeActivatorAccessor

        +
        public TypeSafeActivatorAccessor()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        validateSuppliedFactory

        +
        public static void validateSuppliedFactory(Object arg0)
        +
      • +
      + + + +
        +
      • +

        activate

        +
        public static void activate(org.hibernate.cfg.beanvalidation.ActivationContext arg0)
        +
      • +
      + + + +
        +
      • +

        applyCallbackListeners

        +
        public static void applyCallbackListeners(javax.validation.ValidatorFactory arg0,
        +                          org.hibernate.cfg.beanvalidation.ActivationContext arg1)
        +
      • +
      + + + +
        +
      • +

        applyRelationalConstraints

        +
        public static void applyRelationalConstraints(javax.validation.ValidatorFactory arg0,
        +                              Collection<org.hibernate.mapping.PersistentClass> arg1,
        +                              Properties arg2,
        +                              org.hibernate.dialect.Dialect arg3)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..ecafb368 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor

+
+
No usage of org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..5e7f7ebb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API) + + + + +

org.hibernate.cfg.beanvalidation

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..ba1785fe --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,138 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Package org.hibernate.cfg.beanvalidation

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    TypeSafeActivatorAccessor +
    This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
    +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html new file mode 100644 index 00000000..4a8c2fb4 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html @@ -0,0 +1,130 @@ + + + + + + +org.hibernate.cfg.beanvalidation Class Hierarchy (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package org.hibernate.cfg.beanvalidation

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-use.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-use.html new file mode 100644 index 00000000..5ccb8924 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/org/hibernate/cfg/beanvalidation/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Package
org.hibernate.cfg.beanvalidation

+
+
No usage of org.hibernate.cfg.beanvalidation
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-frame.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-frame.html new file mode 100644 index 00000000..54c43fc1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-frame.html @@ -0,0 +1,22 @@ + + + + + + +Overview List (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API) + + + + + + +

 

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-summary.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-summary.html new file mode 100644 index 00000000..82119cf8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-summary.html @@ -0,0 +1,135 @@ + + + + + + +Overview (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
de.juplo.plugins.hibernate4 
org.hibernate.cfg.beanvalidation 
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-tree.html new file mode 100644 index 00000000..99598582 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/overview-tree.html @@ -0,0 +1,133 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.0.2 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/package-list b/dist/hibernate4-maven-plugin-1.0.2/apidocs/package-list new file mode 100644 index 00000000..05307714 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/package-list @@ -0,0 +1 @@ +de.juplo.plugins.hibernate4 diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/packages b/dist/hibernate4-maven-plugin-1.0.2/apidocs/packages new file mode 100644 index 00000000..c4b51407 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/packages @@ -0,0 +1 @@ +de.juplo.plugins.hibernate4 \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/resources/background.gif b/dist/hibernate4-maven-plugin-1.0.2/apidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/serialized-form.html b/dist/hibernate4-maven-plugin-1.0.2/apidocs/serialized-form.html new file mode 100644 index 00000000..c5e20ffd --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/serialized-form.html @@ -0,0 +1,187 @@ + + + + + + +Serialized Form (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + +
+

Serialized Form

+
+
+
    +
  • +

    Package de.juplo.plugins.hibernate4

    + +
  • +
  • +

    Package org.hibernate.cfg.beanvalidation

    +
      +
    • + + +

      Class org.hibernate.cfg.beanvalidation.BeanValidationEventListener extends Object implements Serializable

      +
        +
      • + + +

        Serialized Fields

        +
          +
        • +

          factory

          +
          javax.validation.ValidatorFactory factory
          +
        • +
        • +

          associationsPerEntityPersister

          +
          ConcurrentHashMap<K,V> associationsPerEntityPersister
          +
        • +
        • +

          groupsPerOperation

          +
          org.hibernate.cfg.beanvalidation.GroupsPerOperation groupsPerOperation
          +
        • +
        • +

          initialized

          +
          boolean initialized
          +
        • +
        +
      • +
      +
    • +
    • + + +

      Class org.hibernate.cfg.beanvalidation.IntegrationException extends org.hibernate.HibernateException implements Serializable

      +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/apidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.2/apidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/apidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dist/hibernate4-maven-plugin-1.0.2/configuration.html b/dist/hibernate4-maven-plugin-1.0.2/configuration.html new file mode 100644 index 00000000..87067028 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/configuration.html @@ -0,0 +1,271 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Configuration Examples + + + + + + + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Configuration Examples

+
+

Configuration Examples

+
+

Configuration through a hibernate.properties-File

+

The most simple way to configure the plugin is, to put all the hibernate-configuration in a hibernate.properties-file on your classpath. Put the file in the resources-folder. Maven will put it in the class-folder of your webapp, where it will be picked up by this plugin as well as by Hibernate 4.

+

Doing so, the only additionally configuration needed, to activat the plugin is the following entry in the plugins-section of your pom.xml:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+

But be aware, that in this case the database-url, that is build in the application is the same that is used while testing, where the database is droped and recreated by the plugin. So, you should never fire up this configuration on your production system, or your database might be erased!

+

Hence, you should specify a different url for testing like in the following snippet:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>
+

Configuration properties, that are set in the configuration-section of the plugin-configuration cannnot be overwritten elsewere (for details see Configuration-Method-Precedence). You never can overwrite them by accident when specifying a property on the commandline or in your settings.xml.

+
+

Configuration through maven-properties

+

Alternatively, it is possible, to configure the plugin via maven-properties. Each relevant configuration-option has a corresponding maven-property (for a full list see the Documentation of the export-Mojo). These are named after the Hibernate JDBC Properties:

+
    +
  • hibernate.connection.driver_class
  • +
  • hibernate.dialect
  • +
  • hibernate.connection.url
  • +
  • hibernate.connection.username
  • +
  • hibernate.connection.password
+

So, instead of writing the hibernate-configuration in the properties-file, like above, you could put it in the properties-section of your pom.xml.

+

Thogether with the plugin-definition from above, the following would be a complete configuration (again, the database-url was overwritten in the plugin-configuration, to be sure to have a separate database for testing):

+
+
<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
+
+...
+
+<plugins>
+
+  ...
+
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate4-maven-plugin</artifactId>
+    <version>${project.version}</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>export</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
+
+<plugins>
+
+

Configuration through the plugin-configuration

+

A third way for configuring the plugin is the plugin-configuration. The relevant configuration-parameters are:

+
    +
  • driverClassName
  • +
  • hibernateDialect
  • +
  • url
  • +
  • username
  • +
  • password
+

The equivalent of the configuration from the last section would look like this:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <driverClassName>org.hsqldb.jdbcDriver</driverClassName>
+    <hibernateDialect>org.hibernate.dialect.HSQLDialect</hibernateDialect>
+    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+    <username>sa</username>
+    <password></password>
+  </configuration>
+</plugin>
+

There are some seldom used parameters, that can only be configured throug this method:

+
    +
  • delimiter the delimiter used in the generated sql-script
  • +
  • format wether the generated sql-script is formatted, or not
  • +
  • hibernateProperties name of the hibernate-properties-file
  • +
  • outputFile name of the generated sql-script
  • +
  • target create database or generate sql-script or both
  • +
  • type create or drop the database or do both or nothing (just validate the annotation-configuration)
+

For explanations, see the Documentation of the export-Mojo.

+
+

Configuration-Method-Precedence

+

The configuration is gathered in a fix order:

+
    +
  1. hibernate.properties
  2. +
  3. maven-properties
  4. +
  5. plugin-configuration
+

If you are in doubt about where a configuration-value comes from, run maven with the debug-output enabled: mvn -X hibernate4:export and be aware, that maven-properties can be overwitten on the command-line, in your ~/.m2/settings.xml and in a profile.

+

The plugin-configuration comes last and overwrites everything else. That way, you can be sure, that a configuration-value, that is specified in the plugin-configuration will never be overwritten by any other configuration-method.

+

If you realy need to overwrite plugin-configuration-values with maven-properties, you can use maven-properties in the plugin-configuration:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <password>${my-password-property}</password>
+  </configuration>
+</plugin>
+
+
+ +

+ + Built by Maven + +

+
+
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - CPD Report

+
+

CPD Results

+

The following document contains the results of PMD's CPD 4.3.

+
+

Duplications

+

CPD found no problems in your source code.

+
+
+ +

+ + Built by Maven + +

+
+
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Enable Debug-Output

+
+

Enabling Debug-Output

+

If you are new to hibernate4-maven-plugin, in many cases, the Configuration-Method-Precedence may be the source of configuration errors. To solve this problem, you should run maven with the debugging output enabled. For example, by executing:

+
+
mvn -X compile hibernate4:export 
+

(The compile might be necessary, because hibernate4-maven-plugin has to scan the compiled classes for annotations!)

+

Unlike the majority of the maven-plugins, hibernate4-maven-plugin was designed to give a good many hints, when debugging is enabled. Because, if you do not know, what went wrong, you can't fix it!

+

But be warned: hibernate4-maven-plugin tends to be very chatty ;)

+
+
+ +

+ + Built by Maven + +

+
+
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Dependencies

+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
com.pyx4jmaven-plugin-log4j1.0.1jarThe Apache Software License, Version 2.0
net.sf.scannotationscannotation1.0.2jarApache License V2.0
org.apache.mavenmaven-core3.0.4jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-plugin-api3.0.4jarThe Apache Software License, Version 2.0
org.hibernatehibernate-core4.2.3.FinaljarGNU Lesser General Public License
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicense
antlrantlr2.7.7-jarBSD License
dom4jdom4j1.6.1-jar-
javassistjavassist3.6.0.GA-jar-
log4jlog4j1.2.14-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-aether-provider3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-artifact3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-model3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-model-builder3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-repository-metadata3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-settings3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-settings-builder3.0.4-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-classworlds2.4-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-component-annotations1.5.5-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-interpolation1.14-jarThe Apache Software License, Version 2.0
org.hibernate.commonhibernate-commons-annotations4.0.2.Final-jarGNU LESSER GENERAL PUBLIC LICENSE
org.hibernate.javax.persistencehibernate-jpa-2.0-api1.0.1.Final-jarlicense.txt
org.javassistjavassist3.15.0-GA-jarMPL 1.1-LGPL 2.1-Apache License 2.0
org.jboss.loggingjboss-logging3.1.0.GA-jarGNU Lesser General Public License, version 2.1
org.jboss.spec.javax.transactionjboss-transaction-api_1.1_spec1.0.1.Final-jarCommon Development and Distribution License-GNU General Public License, Version 2 with the Classpath Exception
org.sonatype.aetheraether-api1.13.1-jarEclipse Public License, Version 1.0
org.sonatype.aetheraether-impl1.13.1-jarEclipse Public License, Version 1.0
org.sonatype.aetheraether-spi1.13.1-jarEclipse Public License, Version 1.0
org.sonatype.aetheraether-util1.13.1-jarEclipse Public License, Version 1.0
org.sonatype.plexusplexus-cipher1.4-jarApache Public License 2.0
org.sonatype.plexusplexus-sec-dispatcher1.3-jarApache Public License 2.0
org.sonatype.sisusisu-guava0.9.9-jarThe Apache Software License, Version 2.0
org.sonatype.sisusisu-guice3.1.0no_aopjarThe Apache Software License, Version 2.0
org.sonatype.sisusisu-inject-bean2.3.0-jarThe Apache Software License, Version 2.0-Eclipse Public License, Version 1.0
org.sonatype.sisusisu-inject-plexus2.3.0-jarEclipse Public License, Version 1.0
+
+

Project Dependency Graph

+ +
+

Dependency Tree

+
+
+

Licenses

+

Unamed: JPA 2.0 API

+

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

+

GNU LESSER GENERAL PUBLIC LICENSE: Hibernate Commons Annotations

+

Unknown: dom4j, javassist

+

Common Development and Distribution License: Java Transaction API

+

LGPL 2.1: Javassist

+

GNU General Public License, Version 2 with the Classpath Exception: Java Transaction API

+

MPL 1.1: Javassist

+

The Apache Software License, Version 2.0: Hibernate 4 Maven Plugin, Log4j, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guava - Core Library, Sisu Guice - Core Library, Sisu-Inject-Bean : Aggregate OSGi bundle, maven-plugin-log4j

+

GNU Lesser General Public License: A Hibernate Core Module

+

GNU Lesser General Public License, version 2.1: JBoss Logging 3

+

Apache License V2.0: scannotation

+

BSD License: AntLR Parser Generator

+

Apache License 2.0: Javassist

+

Eclipse Public License, Version 1.0: Aether :: API, Aether :: Implementation, Aether :: SPI, Aether :: Utilities, Sisu-Inject-Bean : Aggregate OSGi bundle, Sisu-Inject-Plexus : Aggregate OSGi bundle

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJDK RevDebug
antlr-2.7.7.jar434.85 kB239224121.2debug
maven-plugin-log4j-1.0.1.jar3.64 kB12111.4debug
dom4j-1.6.1.jar306.54 kB208190141.3debug
javassist-3.6.0.GA.jar529.53 kB323305161.2debug
log4j-1.2.14.jar358.83 kB288256191.1debug
scannotation-1.0.2.jar18.04 kB231321.5debug
maven-aether-provider-3.0.4.jar55.17 kB402311.5debug
maven-artifact-3.0.4.jar50.87 kB5732111.5debug
maven-core-3.0.4.jar545.94 kB428350431.5debug
maven-model-3.0.4.jar159.72 kB675031.5debug
maven-model-builder-3.0.4.jar147.06 kB142109161.5debug
maven-plugin-api-3.0.4.jar48.16 kB462561.5debug
maven-repository-metadata-3.0.4.jar29.37 kB25721.5debug
maven-settings-3.0.4.jar45.57 kB331721.5debug
maven-settings-builder-3.0.4.jar40.41 kB533251.5debug
plexus-classworlds-2.4.jar45.96 kB523751.4debug
plexus-component-annotations-1.5.5.jar4.11 kB15311.5release
plexus-interpolation-1.14.jar59.64 kB604461.4debug
hibernate-core-4.2.3.Final.jar4.41 MB3,1902,9811701.6debug
hibernate-commons-annotations-4.0.2.Final.jar79.91 kB826471.6debug
hibernate-jpa-2.0-api-1.0.1.Final.jar100.25 kB19017641.5debug
javassist-3.15.0-GA.jar633.06 kB391367171.4debug
jboss-logging-3.1.0.GA.jar59.34 kB554311.6debug
jboss-transaction-api_1.1_spec-1.0.1.Final.jar24.62 kB311821.6debug
aether-api-1.13.1.jar87.56 kB11696111.5debug
aether-impl-1.13.1.jar127.10 kB877321.5debug
aether-spi-1.13.1.jar15.07 kB331751.5debug
aether-util-1.13.1.jar126.98 kB11692141.5debug
plexus-cipher-1.4.jar13.18 kB20611.4debug
plexus-sec-dispatcher-1.3.jar27.89 kB311331.4debug
sisu-guava-0.9.9.jar1.44 MB1,1831,163101.5debug
sisu-guice-3.1.0-no_aop.jar349.05 kB31029581.5debug
sisu-inject-bean-2.3.0.jar282.29 kB256224151.5debug
sisu-inject-plexus-2.3.0.jar199.64 kB207163271.5debug
TotalSizeEntriesClassesPackagesJDK RevDebug
3410.74 MB8,4097,5094621.633
compile: 34compile: 10.74 MBcompile: 8,409compile: 7,509compile: 462-compile: 33
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
centralhttp://repo.maven.apache.org/maven2Yes-
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactapache.snapshotssonatype-nexus-snapshotscentral
antlr:antlr:jar:2.7.7--Found at http://repo.maven.apache.org/maven2
com.pyx4j:maven-plugin-log4j:jar:1.0.1--Found at http://repo.maven.apache.org/maven2
dom4j:dom4j:jar:1.6.1--Found at http://repo.maven.apache.org/maven2
javassist:javassist:jar:3.6.0.GA--Found at http://repo.maven.apache.org/maven2
log4j:log4j:jar:1.2.14--Found at http://repo.maven.apache.org/maven2
net.sf.scannotation:scannotation:jar:1.0.2--Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-aether-provider:jar:3.0.4--Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-artifact:jar:3.0.4--Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-core:jar:3.0.4--Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-model:jar:3.0.4--Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-model-builder:jar:3.0.4--Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-plugin-api:jar:3.0.4--Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-repository-metadata:jar:3.0.4--Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-settings:jar:3.0.4--Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-settings-builder:jar:3.0.4--Found at http://repo.maven.apache.org/maven2
org.codehaus.plexus:plexus-classworlds:jar:2.4--Found at http://repo.maven.apache.org/maven2
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5--Found at http://repo.maven.apache.org/maven2
org.codehaus.plexus:plexus-interpolation:jar:1.14--Found at http://repo.maven.apache.org/maven2
org.hibernate:hibernate-core:jar:4.2.3.Final--Found at http://repo.maven.apache.org/maven2
org.hibernate.common:hibernate-commons-annotations:jar:4.0.2.Final--Found at http://repo.maven.apache.org/maven2
org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final--Found at http://repo.maven.apache.org/maven2
org.javassist:javassist:jar:3.15.0-GA--Found at http://repo.maven.apache.org/maven2
org.jboss.logging:jboss-logging:jar:3.1.0.GA--Found at http://repo.maven.apache.org/maven2
org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.1.Final--Found at http://repo.maven.apache.org/maven2
org.sonatype.aether:aether-api:jar:1.13.1--Found at http://repo.maven.apache.org/maven2
org.sonatype.aether:aether-impl:jar:1.13.1--Found at http://repo.maven.apache.org/maven2
org.sonatype.aether:aether-spi:jar:1.13.1--Found at http://repo.maven.apache.org/maven2
org.sonatype.aether:aether-util:jar:1.13.1--Found at http://repo.maven.apache.org/maven2
org.sonatype.plexus:plexus-cipher:jar:1.4--Found at http://repo.maven.apache.org/maven2
org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3--Found at http://repo.maven.apache.org/maven2
org.sonatype.sisu:sisu-guava:jar:0.9.9--Found at http://repo.maven.apache.org/maven2
org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0--Found at http://repo.maven.apache.org/maven2
org.sonatype.sisu:sisu-inject-bean:jar:2.3.0--Found at http://repo.maven.apache.org/maven2
org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0--Found at http://repo.maven.apache.org/maven2
Totalapache.snapshotssonatype-nexus-snapshotscentral
34 (compile: 34)0034
+
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Dependency Information

+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.2</version>
+  <type>maven-plugin</type>
+</dependency>
+
+

Apache Buildr

+
+
'de.juplo:hibernate4-maven-plugin:maven-plugin:1.0.2'
+
+

Apache Ant

+
+
<dependency org="de.juplo" name="hibernate4-maven-plugin" rev="1.0.2">
+  <artifact name="hibernate4-maven-plugin" type="maven-plugin" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='de.juplo', module='hibernate4-maven-plugin', version='1.0.2')
+)
+
+

Grails

+
+
compile 'de.juplo:hibernate4-maven-plugin:1.0.2'
+
+

Leiningen

+
+
[de.juplo/hibernate4-maven-plugin "1.0.2"]
+
+

SBT

+
+
libraryDependencies += "de.juplo" %% "hibernate4-maven-plugin" % "1.0.2"
+
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Distribution Management

+
+

Overview

+

The following is the distribution management information used by this project.

+ +
+

Snapshot Repository - sonatype-nexus-snapshots

https://oss.sonatype.org/content/repositories/snapshots/
+
+

Site - www.juplo.de

+

scp://juplo.de/var/www/juplo/hibernate4-maven-plugin-1.0.2

+
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Parameter Documentation

+ + +
+

hibernate4:export

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.0.2:export

+ +

Description:

+ +
Goal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
delimiterString-Delimiter in output-file.
Default value is: ;.
User property is: hibernate.export.schema.delimiter.
driverClassNameString-SQL-Driver name.
User property is: hibernate.connection.driver_class.
forceboolean-Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.


Default value is: false.
User property is: hibernate.export.force.
formatboolean-Format output-file.
Default value is: true.
User property is: hibernate.export.schema.format.
hibernateDialectString-Hibernate dialect.
User property is: hibernate.dialect.
hibernateMappingString-List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
hibernateNamingStrategyString-Hibernate Naming Strategy
User property is: hibernate.ejb.naming_strategy.
hibernatePropertiesString-Path to Hibernate configuration file.
Default value is: ${project.build.outputDirectory}/hibernate.properties.
outputDirectoryString-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additonally, all dependencies are scanned for annotated +classes.


User property is: project.build.outputDirectory.
outputFileString-Output file.
Default value is: ${project.build.directory}/schema.sql.
User property is: hibernate.export.schema.filename.
passwordString-Database password
User property is: hibernate.connection.password.
scanTestClassesboolean-Wether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.


Default value is: false.
User property is: hibernate.export.scan_testclasses.
skipboolean-Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped excecution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The excecution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.


Default value is: false.
User property is: maven.test.skip.
targetString-Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +excecution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces excecution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A databaseconnection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be choosen.
Default value is: EXPORT.
User property is: hibernate.export.target.
testOutputDirectoryString-Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!


User property is: project.build.testOutputDirectory.
typeString-Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
Default value is: BOTH.
User property is: hibernate.export.type.
urlString-Database URL.
User property is: hibernate.connection.url.
usernameString-Database username
User property is: hibernate.connection.username.
+
+ +
+

Parameter Details

+ +

delimiter:

+ +
Delimiter in output-file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.delimiter
  • + +
  • Default: ;
  • +

+

driverClassName:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

force:

+ +
Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.

+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.format
  • + +
  • Default: true
  • +

+

hibernateDialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

hibernateMapping:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

hibernateNamingStrategy:

+ +
Hibernate Naming Strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: hibernate.ejb.naming_strategy
  • +

+

hibernateProperties:

+ +
Path to Hibernate configuration file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • Default: ${project.build.outputDirectory}/hibernate.properties
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additonally, all dependencies are scanned for annotated +classes.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.filename
  • + +
  • Default: ${project.build.directory}/schema.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

scanTestClasses:

+ +
Wether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_testclasses
  • + +
  • Default: false
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped excecution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The excecution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: maven.test.skip
  • + +
  • Default: false
  • +

+

target:

+ +
Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +excecution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces excecution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A databaseconnection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be choosen.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.target
  • + +
  • Default: EXPORT
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

type:

+ +
Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.type
  • + +
  • Default: BOTH
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+ +

+ + Built by Maven + +

+
+
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Force Exceution

+
+

Force execution

+

The hibernate4-maven-plugin computes MD5-sums for all found annotated classes and stores them together with the generated schema. If no classes were changed or added and the dialect wasn't changed too, it automatically skips the configured schema-export, to speed up the development cycle.

+

The plugin signals, that the execution was skipped by setting the maven property $hibernate.export.skipped to true. This may be helpful, because other plugins like dbunit-plugin may fail, when the execution is skipped.

+

If you need the hibernate4-maven-plugin to never skip automatically execution, you can force it to do so, if you set the parameter force to true:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <configuration>
+    <force>true</force>
+  </configuration>
+</plugin>
+

Or you may specify -Dhibernate.export.force=true at the command line, if you want to force hibernate4-maven-plugin only once.

+
+
+ +

+ + Built by Maven + +

+
+
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - + hibernate4:help

+ + +
+

hibernate4:help

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.0.2:help

+ +

Description:

+ +
Display help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+ +

Attributes:

+ +
    + +
  • The goal is thread-safe and supports parallel builds.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
detailboolean-If true, display all settable properties for each +goal.
Default value is: false.
User property is: detail.
goalString-The name of the goal for which to show help. If unspecified, all +goals will be displayed.
User property is: goal.
indentSizeint-The number of spaces per indentation level, should be positive.
Default value is: 2.
User property is: indentSize.
lineLengthint-The maximum length of a display line, should be positive.
Default value is: 80.
User property is: lineLength.
+
+ +
+

Parameter Details

+ +

detail:

+ +
If true, display all settable properties for each +goal.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: detail
  • + +
  • Default: false
  • +

+

goal:

+ +
The name of the goal for which to show help. If unspecified, all +goals will be displayed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: goal
  • +

+

indentSize:

+ +
The number of spaces per indentation level, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: indentSize
  • + +
  • Default: 2
  • +

+

lineLength:

+ +
The maximum length of a display line, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: lineLength
  • + +
  • Default: 80
  • +
+
+
+ + +
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin -

+
+

A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.

+

hibernate4-maven-plugin is a plugin for generating a database-schema from your Hibernate-4-Mappings and create or update your database accordingly.

+

The plugin was designed with three main goals in mind:

+
    +
  • It should be easy to use.
  • +
  • It should be maximal unlikely, to erase a producation-database by accident.
  • +
  • It should not slow down the development cycle.
+

To achieve the first goal, the convention-over-configuration paradigma was applied and the plugin was stuffed with usefull logging-messages. So, if in doubt, just turn on the debugging output with the mvn -X ....

+

To achieve the second goal, the precedence in which the configuration locations are consulted was layouted in a way that makes it possible, to prevent overwrites of the wrong database by accident.

+

Last but not least, in order to not slow down the development cycle, the hibernate4-maven-plugin only executes the schema-export, if the mapping or the dialect changes (or if you force it to do so).

+

For more information about the inspiration to write this tiny plugin, read our blog-article about the hibernate4-maven-plugin.

+
+

Documentation

+
    +
  • See Configuration Examples for Usage-Explanations and simple examples of how to use this plugin.
  • +
  • See hibernate4:export and Plugin Documentation for the full autogenerated documentation. These are mostly configuration-options of the Hibernate-Tools SchemaExport and SchemaUpdate, that do the work in the background.
+
+

Releases

+
+
+
+ +

+ + Built by Maven + +

+
+
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Continuous Integration

+
+

Overview

+

This project uses Continuum.

+
+

Access

+

The following is a link to the continuous integration system used by the project.

+
+
+

Notifiers

+

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

+ + + + + + + + +
TypeAddressConfiguration
mailkai@juplo.de-
+
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Issue Tracking

+
+

Issue Tracking

+

There is no bug-tracking system set up for this project!

+

Please send your bug-reports, questions or feature-requests directly to the developer.

+
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Project License

+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project License

+
+

The Apache Software License, Version 2.0

+

A business-friendly OSS license

+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Mailing Lists

+
+

Mailing Lists

+

There are no mailinglists defined for this project!

+

Please send your bug-reports, questions or feature-requests directly to the developer.

+
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Known Pitfalls (FAQ)

+
+

Known Pitfalls

+
+

hibernate4-maven-plugin always needs a database-connection

+

The default-configuration uses the EXPORT-target of the SchemaExport-Tool. If you do not need to create a database with the evaluated schema, you can use the NONE- or the SCRIPT-target. This can be achieved with the commandline-parameter -Dhibernate.export.target=SCRIPT or with the following configuration:

+
+
<configuration>
+  <target>SCRIPT</target>
+</configuration>
+

But even when no database is to be created, hibernate always needs to know the dialect. Hence, the plugin will fail if this parameter is missing!

+
+

Dependency for driver-class XYZ is missing

+

One regular problem is the scope of the jdbc-driver-dependency. It is very unlikely, that this dependency is needed at compile-time. So a tidy maven-developer would usually scope it for runtime.

+

But this will break the execution of the hibernate4-maven-plugin. Since it will not be able to see the needed dependency, it will fail with an error-message like:

+
+
[INFO] Gathered hibernate-configuration (turn on debugging for details):
+[INFO]   hibernate.connection.username = sa
+[INFO]   hibernate.connection.password = 
+[INFO]   hibernate.dialect = org.hibernate.dialect.HSQLDialect
+[INFO]   hibernate.connection.url = jdbc:hsqldb:/home/kai/mmf/target/mmf;shutdown=true
+[INFO]   hibernate.connection.driver_class = org.hsqldb.jdbcDriver
+[ERROR] Dependency for driver-class org.hsqldb.jdbcDriver is missing!
+[INFO] ------------------------------------------------------------------------
+[ERROR] BUILD ERROR
+[INFO] ------------------------------------------------------------------------
+[INFO] org.hsqldb.jdbcDriver
+[INFO] ------------------------------------------------------------------------
+[INFO] For more information, run Maven with the -e switch
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 2 seconds
+[INFO] Finished at: Thu Nov 29 11:31:14 CET 2012
+[INFO] Final Memory: 32M/342M
+[INFO] ------------------------------------------------------------------------
+

A quick workaround for this error would be, to delete the runtime-constraint for the jdbc-driver-dependency.

+

A much cleaner way is, to (additionally) ad the dependency, to the plugin-definition:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <dependencies>
+  <dependency>
+    <groupId>org.hsqldb</groupId>
+    <artifactId>hsqldb</artifactId>
+    <version>2.2.8</version>
+  </dependency>
+  </dependencies>
+</plugin>
+

This is also the best way, if you use a different jdbc-driver for testing, than in production. Because otherwise, this dependency will unnecessarily bloat the runtime-dependencies of your project.

+
+

DBUnit fails after execution of hibernate4 was skipped because nothing has changed

+

If hibernate4-maven-plugin skips its excecution, this may lead to errors in other plugins. For example, when importing sample-data in the automatically created database with the help of the dbunit-plugin, the CLEAN_INSERT-operation may fail because of foreign-key-constraints, if the database was not recreated, because the hibernate4-maven-plugin has skipped its excecution.

+

A quick fix to this problem is, to force hibernate4-maven-plugin to export the schema every time it is running. But to recreate the database on every testrun may noticeable slow down your development cycle, if you have to wait for slow IO.

+

To circumvent this problem, hibernate4-maven-plugin signals a skipped excecution by setting the maven property $hibernate.export.skipped to true. You can configure other plugins to react on this signal. For example, the dbunit-plugin can be configured to skip its excecution, if hibernate4-maven-plugin was skipped like this:

+
+
<plugin>
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>dbunit-maven-plugin</artifactId>
+  <configuration>
+    <skip>${hibernate.export.skipped}</skip>
+  </configuration>
+</plugin>
+
+

The database will not be recreated after a manual drop/clean

+

If one manually drops the database or removes the hsqldb-files, it will not be recreated by the hibernate4-maven-plugin, because it cannot detect, that the database needs to be recreated. This happens, because the plugin will not recreate the database if neither the configuration nor the annotated classes have changed, because an unnecessary drop-create-cycle might take a long time. The plugin will report that like this: ------------- [INFO] No modified annotated classes found and dialect unchanged. [INFO] Skipping schema generation! [------------

+

If one always uses mvn clen for cleanup, this will not happen. Otherwise the recreation must be forced:

+
+
mvn hibernate4:export -Dhibernate.export.force=true
+
+
+ +

+ + Built by Maven + +

+
+
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Plugin Documentation

+
+

Plugin Documentation

+

Goals available for this plugin:

+ + + + + + + + + +
GoalDescription
hibernate4:exportGoal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
hibernate4:helpDisplay help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+
+

System Requirements

+

The following specifies the minimum requirements to run this Maven plugin:

+ + + + + + + + + + + + +
Maven2.0.6
JDK1.6
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.
+
+

Usage

+

You should specify the version in your project's plugin configuration:

+
+
<project>
+  ...
+  <build>
+    <!-- To define the plugin version in your parent POM -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>de.juplo</groupId>
+          <artifactId>hibernate4-maven-plugin</artifactId>
+          <version>1.0.2</version>
+        </plugin>
+        ...
+      </plugins>
+    </pluginManagement>
+    <!-- To use the plugin goals in your POM or parent POM -->
+    <plugins>
+      <plugin>
+        <groupId>de.juplo</groupId>
+        <artifactId>hibernate4-maven-plugin</artifactId>
+        <version>1.0.2</version>
+      </plugin>
+      ...
+    </plugins>
+  </build>
+  ...
+</project>
+
+

For more information, see "Guide to Configuring Plug-ins"

+
+
+ +

+ + Built by Maven + +

+
+
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Plugin Management

+
+

Project Plugin Management

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-antrun-plugin1.3
org.apache.maven.pluginsmaven-assembly-plugin2.2-beta-5
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-release-plugin2.1
org.apache.maven.pluginsmaven-site-plugin3.3
+
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Project Plugins

+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-compiler-plugin2.0.2
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-enforcer-plugin1.0
org.apache.maven.pluginsmaven-install-plugin2.3
org.apache.maven.pluginsmaven-jar-plugin2.2
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-resources-plugin2.3
org.apache.maven.pluginsscp://people.apache.org/www/maven.apache.org/scm/maven-scm-plugin1.7
org.apache.maven.pluginsmaven-site-plugin3.3
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.10
+
+

Project Report Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.7.1
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-jxr-plugin2.3
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-pmd-plugin2.7.1
org.apache.maven.pluginsmaven-site-plugin3.3
+
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - PMD Report

+
+

PMD Results

+

The following document contains the results of PMD 4.3.

+
+

Files

+

PMD found no problems in your source code.

+
+
+ +

+ + Built by Maven + +

+
+
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Project Information

+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
AboutPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project LicenseThis is a link to the definitions of project licenses.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Project SummaryThis document lists other related information of this project
DependenciesThis document lists the project's dependencies and provides information on each dependency.
+
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Project Reports

+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + + + + + + + + + + +
DocumentDescription
JavaDocsJavaDoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
PMD ReportVerification of coding rules.
CPD ReportDuplicate code detection.
Plugin DocumentationThis report provides goals and parameters documentation of a plugin.
+
+
+ +

+ + Built by Maven + +

+
+
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Project Summary

+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameHibernate 4 Maven Plugin
DescriptionPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Homepagehttp://juplo.de/hibernate4-maven-plugin
+
+

Project Organization

+

This project does not belong to an organization.

+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdde.juplo
ArtifactIdhibernate4-maven-plugin
Version1.0.2
Typemaven-plugin
JDK Rev1.6
+
+ +
+ +
+ + + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Skipping Execution

+

In most use-cases, the hibernate4-maven-plugin is used to create a test-database automatically. In this use-cases, it is very likely, that it will result in mistakes/errors, if the goal is executed, when the tests are skipped. For example, one might manually overwrite the database-url with the url of the production-database, in order to run other tests, like starting a local webserver with the jetty-maven-plugin. If the export-goal would be executed in such a scenario, it might erase the hole production-database, which is not very desireable.

+

Because of this, the configuration-parameter skip defaults to the value of the proptery maven.test.skip. This way, the execution of the hibernate4-maven-plugin is skipped automatically, when the tests are skipped. Think of it as a build-in security-belt.

+

If you do not like that, because you need the plugin to always execute the export-goal, even if the tests are skipped you can configure that explicitly, by setting the configuration-parameter skip to false:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+

Or, if you want the export-goal to be executed by default and to be skipped if you say so, you can bind the value of the configuration-parameter skip to a custom property. For example:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>${foo.bar}</skip>
+  </configuration>
+</plugin>
+

This way, the export-goal would be skipped, if you set the property foo.bar to true. For example, if you specify -Dfoo.bar=true on the command-line.

+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Source Repository

+
+

Overview

+

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

+
+

Web Access

+

The following is a link to the online source repository.

+
+
+

Anonymous access

+

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone http://juplo.de/git/hibernate4-maven-plugin
+
+

Developer access

+

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

+
+
$ git clone ssh://juplo.de/var/lib/git/juplo/hibernate4-maven-plugin
+
+

Access from behind a firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+ +
+ +
+ + + + + + + + + +
+ + +
+
+

Hibernate 4 Maven Plugin - Project Team

+
+

The Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + +
ImageIdNameEmail
kaiKai Moritzkai@juplo.de
+
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + +
ImageNameEmail
Adriano Machadoadriano.m.machado@hotmail.com
Lorenzo Nicoralorenzo.nicora@nicus.it
+
+ +
+ +
+ + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/FileComparator.html b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..7c4baa52 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/FileComparator.html @@ -0,0 +1,263 @@ + + + + + + +FileComparator (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Test API) + + + + + + + + + + + +
+
de.juplo.test
+

Class FileComparator

+
+
+ +
+
    +
  • +
    +
    +
    public class FileComparator
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/class-use/FileComparator.html b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/class-use/FileComparator.html new file mode 100644 index 00000000..96d63fbd --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class de.juplo.test.FileComparator (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
de.juplo.test.FileComparator

+
+
No usage of de.juplo.test.FileComparator
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-frame.html b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-frame.html new file mode 100644 index 00000000..32a451a8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Test API) + + + + +

de.juplo.test

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-summary.html b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-summary.html new file mode 100644 index 00000000..8de12abc --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-summary.html @@ -0,0 +1,133 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Test API) + + + + + + + + + + +
+

Package de.juplo.test

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    FileComparator 
    +
  • +
+
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-tree.html b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-tree.html new file mode 100644 index 00000000..6c6a155c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-tree.html @@ -0,0 +1,124 @@ + + + + + + +de.juplo.test Class Hierarchy (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package de.juplo.test

+
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-use.html b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-use.html new file mode 100644 index 00000000..0eb5d488 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/de/juplo/test/package-use.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Package de.juplo.test (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Package
de.juplo.test

+
+
No usage of de.juplo.test
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/deprecated-list.html new file mode 100644 index 00000000..dc3bc2b4 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/deprecated-list.html @@ -0,0 +1,115 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/help-doc.html new file mode 100644 index 00000000..dcf0de82 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/help-doc.html @@ -0,0 +1,216 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/index-all.html b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/index-all.html new file mode 100644 index 00000000..9cae0335 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/index-all.html @@ -0,0 +1,138 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
D F I  + + +

D

+
+
de.juplo.test - package de.juplo.test
+
 
+
+ + + +

F

+
+
FileComparator - Class in de.juplo.test
+
 
+
FileComparator(File) - Constructor for class de.juplo.test.FileComparator
+
 
+
+ + + +

I

+
+
isEqual(String, String) - Method in class de.juplo.test.FileComparator
+
 
+
+D F I 
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/index.html b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/index.html new file mode 100644 index 00000000..fff21be6 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/index.html @@ -0,0 +1,65 @@ + + + + + + +Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Test API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/test/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/overview-tree.html new file mode 100644 index 00000000..2542d853 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/overview-tree.html @@ -0,0 +1,128 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/package-list b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/package-list new file mode 100644 index 00000000..4774195e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/package-list @@ -0,0 +1 @@ +de.juplo.test diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/resources/background.gif b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.2/testapidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/testapidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref-test/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.2/xref-test/allclasses-frame.html new file mode 100644 index 00000000..4c39da54 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref-test/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/FileComparator.html b/dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..c6982535 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/FileComparator.html @@ -0,0 +1,71 @@ + + + + +FileComparator xref + + + +
+
+1   package de.juplo.test;
+2   
+3   import java.io.BufferedReader;
+4   import java.io.File;
+5   import java.io.FileNotFoundException;
+6   import java.io.FileReader;
+7   import java.io.IOException;
+8   
+9   
+10  public class FileComparator
+11  {
+12    private final File basedir;
+13    private BufferedReader expectedReader;
+14    private BufferedReader foundReader;
+15  
+16    public FileComparator(File basedir)
+17    {
+18      this.basedir = basedir;
+19    }
+20  
+21    public boolean isEqual(final String expectedFile, final String foundFile)
+22      throws
+23        FileNotFoundException,
+24        IOException
+25    {
+26      File file;
+27      String expected, found;
+28  
+29      file = new File(basedir, expectedFile);
+30      expectedReader = new BufferedReader(new FileReader(file));
+31  
+32      file = new File(basedir, foundFile);
+33      foundReader = new BufferedReader(new FileReader(file));
+34  
+35  
+36      while ((expected = expectedReader.readLine()) != null)
+37      {
+38        found = foundReader.readLine();
+39        if (!expected.equals(found))
+40        {
+41          System.err.println("Mismatch!");
+42          System.err.println("Expected: " + expected);
+43          System.err.println("Found:    " + found);
+44          return false;
+45        }
+46      }
+47  
+48      if ((found = foundReader.readLine()) != null)
+49      {
+50        System.err.println("Found more content than expected!");
+51        System.err.println("Starting with: " + found);
+52        return false;
+53      }
+54  
+55      return true;
+56    }
+57  }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/package-frame.html b/dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/package-frame.html new file mode 100644 index 00000000..0a4db6d5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Reference Package de.juplo.test + + + + +

+ de.juplo.test +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/package-summary.html b/dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/package-summary.html new file mode 100644 index 00000000..e054b81d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref-test/de/juplo/test/package-summary.html @@ -0,0 +1,67 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Reference Package de.juplo.test + + + +
+ +
+
+ +
+ +

Package de.juplo.test

+ + + + + + + + + + + + +
Class Summary
+ FileComparator +
+ +
+ +
+
+ +
+
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref-test/index.html b/dist/hibernate4-maven-plugin-1.0.2/xref-test/index.html new file mode 100644 index 00000000..a88ea51c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref-test/index.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref-test/overview-frame.html b/dist/hibernate4-maven-plugin-1.0.2/xref-test/overview-frame.html new file mode 100644 index 00000000..9727f4a9 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref-test/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref-test/overview-summary.html b/dist/hibernate4-maven-plugin-1.0.2/xref-test/overview-summary.html new file mode 100644 index 00000000..e505ea4c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref-test/overview-summary.html @@ -0,0 +1,64 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.test +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref-test/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.2/xref-test/stylesheet.css new file mode 100644 index 00000000..00e6114d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref-test/stylesheet.css @@ -0,0 +1,116 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} +div#footer { + text-align:center; +} +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.2/xref/allclasses-frame.html new file mode 100644 index 00000000..10bd8c91 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/allclasses-frame.html @@ -0,0 +1,26 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..fa2488ce --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,908 @@ + + + + +Hbm2DdlMojo xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import com.pyx4j.log4j.MavenLogAppender;
+20  import java.io.File;
+21  import java.io.FileInputStream;
+22  import java.io.FileNotFoundException;
+23  import java.io.FileOutputStream;
+24  import java.io.IOException;
+25  import java.io.InputStream;
+26  import java.io.ObjectInputStream;
+27  import java.io.ObjectOutputStream;
+28  import java.math.BigInteger;
+29  import java.net.URL;
+30  import java.net.URLClassLoader;
+31  import java.security.MessageDigest;
+32  import java.security.NoSuchAlgorithmException;
+33  import java.sql.Connection;
+34  import java.sql.Driver;
+35  import java.sql.DriverManager;
+36  import java.sql.DriverPropertyInfo;
+37  import java.sql.SQLException;
+38  import java.sql.SQLFeatureNotSupportedException;
+39  import java.util.Comparator;
+40  import java.util.Enumeration;
+41  import java.util.HashMap;
+42  import java.util.HashSet;
+43  import java.util.List;
+44  import java.util.Map;
+45  import java.util.Map.Entry;
+46  import java.util.Properties;
+47  import java.util.Set;
+48  import java.util.TreeSet;
+49  import java.util.logging.Logger;
+50  import javax.persistence.Embeddable;
+51  import javax.persistence.Entity;
+52  import javax.persistence.MappedSuperclass;
+53  import org.apache.maven.model.Resource;
+54  import org.apache.maven.plugin.AbstractMojo;
+55  import org.apache.maven.plugin.MojoExecutionException;
+56  import org.apache.maven.plugin.MojoFailureException;
+57  import org.apache.maven.project.MavenProject;
+58  import org.hibernate.cfg.Configuration;
+59  import org.hibernate.cfg.NamingStrategy;
+60  import org.hibernate.tool.hbm2ddl.SchemaExport;
+61  import org.hibernate.tool.hbm2ddl.SchemaExport.Type;
+62  import org.hibernate.tool.hbm2ddl.Target;
+63  import org.scannotation.AnnotationDB;
+64  
+65  
+66  /**
+67   * Goal which extracts the hibernate-mapping-configuration and
+68   * exports an according SQL-database-schema.
+69   *
+70   * @goal export
+71   * @phase process-classes
+72   * @threadSafe
+73   * @requiresDependencyResolution runtime
+74   */
+75  public class Hbm2DdlMojo extends AbstractMojo
+76  {
+77    public final static String EXPORT_SKIPPED_PROPERTY = "hibernate.export.skipped";
+78  
+79    public final static String DRIVER_CLASS = "hibernate.connection.driver_class";
+80    public final static String URL = "hibernate.connection.url";
+81    public final static String USERNAME = "hibernate.connection.username";
+82    public final static String PASSWORD = "hibernate.connection.password";
+83    public final static String DIALECT = "hibernate.dialect";
+84    public final static String NAMING_STRATEGY="hibernate.ejb.naming_strategy";
+85  
+86    private final static String MD5S = "schema.md5s";
+87  
+88    /**
+89     * The maven project.
+90     * <p>
+91     * Only needed internally.
+92     *
+93     * @parameter property="project"
+94     * @required
+95     * @readonly
+96     */
+97    private MavenProject project;
+98  
+99    /**
+100    * Build-directory.
+101    * <p>
+102    * Only needed internally.
+103    *
+104    * @parameter property="project.build.directory"
+105    * @required
+106    * @readonly
+107    */
+108   private String buildDirectory;
+109 
+110   /**
+111    * Classes-Directory to scan.
+112    * <p>
+113    * This parameter defaults to the maven build-output-directory for classes.
+114    * Additonally, all dependencies are scanned for annotated classes.
+115    *
+116    * @parameter property="project.build.outputDirectory"
+117    */
+118   private String outputDirectory;
+119 
+120   /**
+121    * Wether to scan test-classes too, or not.
+122    * <p>
+123    * If this parameter is set to <code>true</code> the test-classes of the
+124    * artifact will be scanned for hibernate-annotated classes additionally.
+125    *
+126    * @parameter property="hibernate.export.scan_testclasses" default-value="false"
+127    */
+128   private boolean scanTestClasses;
+129 
+130   /**
+131    * Test-Classes-Directory to scan.
+132    * <p>
+133    * This parameter defaults to the maven build-output-directory for
+134    * test-classes.
+135    * <p>
+136    * This parameter is only used, when <code>scanTestClasses</code> is set
+137    * to <code>true</code>!
+138    *
+139    * @parameter property="project.build.testOutputDirectory"
+140    */
+141   private String testOutputDirectory;
+142 
+143   /**
+144    * Skip execution
+145    * <p>
+146    * If set to <code>true</code>, the execution is skipped.
+147    * <p>
+148    * A skipped excecution is signaled via the maven-property
+149    * <code>${hibernate.export.skipped}</code>.
+150    * <p>
+151    * The excecution is skipped automatically, if no modified or newly added
+152    * annotated classes are found and the dialect was not changed.
+153    *
+154    * @parameter property="maven.test.skip" default-value="false"
+155    */
+156   private boolean skip;
+157 
+158   /**
+159    * Force execution
+160    * <p>
+161    * Force execution, even if no modified or newly added annotated classes
+162    * where found and the dialect was not changed.
+163    * <p>
+164    * <code>skip</code> takes precedence over <code>force</code>.
+165    *
+166    * @parameter property="hibernate.export.force" default-value="false"
+167    */
+168   private boolean force;
+169 
+170   /**
+171    * SQL-Driver name.
+172    *
+173    * @parameter property="hibernate.connection.driver_class"
+174    */
+175   private String driverClassName;
+176 
+177   /**
+178    * Database URL.
+179    *
+180    * @parameter property="hibernate.connection.url"
+181    */
+182   private String url;
+183 
+184   /**
+185    * Database username
+186    *
+187    * @parameter property="hibernate.connection.username"
+188    */
+189   private String username;
+190 
+191   /**
+192    * Database password
+193    *
+194    * @parameter property="hibernate.connection.password"
+195    */
+196   private String password;
+197 
+198   /**
+199    * Hibernate dialect.
+200    *
+201    * @parameter property="hibernate.dialect"
+202    */
+203   private String hibernateDialect;
+204 
+205   /**
+206    * Hibernate Naming Strategy
+207    * @parameter property="hibernate.ejb.naming_strategy"
+208    */
+209   private String hibernateNamingStrategy;
+210 
+211   /**
+212    * Path to Hibernate configuration file.
+213    *
+214    * @parameter default-value="${project.build.outputDirectory}/hibernate.properties"
+215    */
+216   private String hibernateProperties;
+217 
+218   /**
+219    * List of Hibernate-Mapping-Files (XML).
+220    * Multiple files can be separated with white-spaces and/or commas.
+221    *
+222    * @parameter property="hibernate.mapping"
+223    */
+224   private String hibernateMapping;
+225 
+226   /**
+227    * Target of execution:
+228    * <ul>
+229    *   <li><strong>NONE</strong> only export schema to SQL-script (forces excecution, signals skip)</li>
+230    *   <li><strong>EXPORT</strong> create database (<strong>DEFAULT!</strong>). forces excecution, signals skip)</li>
+231    *   <li><strong>SCRIPT</strong> export schema to SQL-script and print it to STDOUT</li>
+232    *   <li><strong>BOTH</strong></li>
+233    * </ul>
+234    *
+235    * A databaseconnection is only needed for EXPORT and BOTH, but a
+236    * Hibernate-Dialect must always be choosen.
+237    *
+238    * @parameter property="hibernate.export.target" default-value="EXPORT"
+239    */
+240   private String target;
+241 
+242   /**
+243    * Type of execution.
+244    * <ul>
+245    *   <li><strong>NONE</strong> do nothing - just validate the configuration</li>
+246    *   <li><strong>CREATE</strong> create database-schema</li>
+247    *   <li><strong>DROP</strong> drop database-schema</li>
+248    *   <li><strong>BOTH</strong> (<strong>DEFAULT!</strong>)</li>
+249    * </ul>
+250    *
+251    * If NONE is choosen, no databaseconnection is needed.
+252    *
+253    * @parameter property="hibernate.export.type" default-value="BOTH"
+254    */
+255   private String type;
+256 
+257   /**
+258    * Output file.
+259    *
+260    * @parameter property="hibernate.export.schema.filename" default-value="${project.build.directory}/schema.sql"
+261    */
+262   private String outputFile;
+263 
+264   /**
+265    * Delimiter in output-file.
+266    *
+267    * @parameter property="hibernate.export.schema.delimiter" default-value=";"
+268    */
+269   private String delimiter;
+270 
+271   /**
+272    * Format output-file.
+273    *
+274    * @parameter property="hibernate.export.schema.format" default-value="true"
+275    */
+276   private boolean format;
+277 
+278 
+279   @Override
+280   public void execute()
+281     throws
+282       MojoFailureException,
+283       MojoExecutionException
+284   {
+285     if (skip)
+286     {
+287       getLog().info("Exectuion of hibernate4-maven-plugin:export was skipped!");
+288       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+289       return;
+290     }
+291 
+292     File dir = new File(outputDirectory);
+293     if (!dir.exists())
+294       throw new MojoExecutionException("Cannot scan for annotated classes in " + outputDirectory + ": directory does not exist!");
+295 
+296     Map<String,String> md5s;
+297     boolean modified = false;
+298     File saved = new File(buildDirectory + File.separator + MD5S);
+299 
+300     if (saved.exists())
+301     {
+302       try
+303       {
+304         FileInputStream fis = new FileInputStream(saved);
+305         ObjectInputStream ois = new ObjectInputStream(fis);
+306         md5s = (HashMap<String,String>)ois.readObject();
+307         ois.close();
+308       }
+309       catch (Exception e)
+310       {
+311         md5s = new HashMap<String,String>();
+312         getLog().warn("Cannot read timestamps from saved: " + e);
+313       }
+314     }
+315     else
+316     {
+317       md5s = new HashMap<String,String>();
+318       try
+319       {
+320         saved.createNewFile();
+321       }
+322       catch (IOException e)
+323       {
+324         getLog().warn("Cannot create saved for timestamps: " + e);
+325       }
+326     }
+327 
+328     ClassLoader classLoader = null;
+329     try
+330     {
+331       getLog().debug("Creating ClassLoader for project-dependencies...");
+332       List<String> classpathFiles = project.getCompileClasspathElements();
+333       if (scanTestClasses)
+334         classpathFiles.addAll(project.getTestClasspathElements());
+335       URL[] urls = new URL[classpathFiles.size()];
+336       for (int i = 0; i < classpathFiles.size(); ++i)
+337       {
+338         getLog().debug("Dependency: " + classpathFiles.get(i));
+339         urls[i] = new File(classpathFiles.get(i)).toURI().toURL();
+340       }
+341       classLoader = new URLClassLoader(urls, getClass().getClassLoader());
+342     }
+343     catch (Exception e)
+344     {
+345       getLog().error("Error while creating ClassLoader!", e);
+346       throw new MojoExecutionException(e.getMessage());
+347     }
+348 
+349     Set<Class<?>> classes =
+350         new TreeSet<Class<?>>(
+351             new Comparator<Class<?>>() {
+352               @Override
+353               public int compare(Class<?> a, Class<?> b)
+354               {
+355                 return a.getName().compareTo(b.getName());
+356               }
+357             }
+358           );
+359 
+360     try
+361     {
+362       AnnotationDB db = new AnnotationDB();
+363       getLog().info("Scanning directory " + outputDirectory + " for annotated classes...");
+364       URL dirUrl = dir.toURI().toURL();
+365       db.scanArchives(dirUrl);
+366       if (scanTestClasses)
+367       {
+368         dir = new File(testOutputDirectory);
+369         if (!dir.exists())
+370           throw new MojoExecutionException("Cannot scan for annotated test-classes in " + testOutputDirectory + ": directory does not exist!");
+371         getLog().info("Scanning directory " + testOutputDirectory + " for annotated classes...");
+372         dirUrl = dir.toURI().toURL();
+373         db.scanArchives(dirUrl);
+374       }
+375 
+376       Set<String> classNames = new HashSet<String>();
+377       if (db.getAnnotationIndex().containsKey(Entity.class.getName()))
+378         classNames.addAll(db.getAnnotationIndex().get(Entity.class.getName()));
+379       if (db.getAnnotationIndex().containsKey(MappedSuperclass.class.getName()))
+380         classNames.addAll(db.getAnnotationIndex().get(MappedSuperclass.class.getName()));
+381       if (db.getAnnotationIndex().containsKey(Embeddable.class.getName()))
+382         classNames.addAll(db.getAnnotationIndex().get(Embeddable.class.getName()));
+383 
+384       MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+385       for (String name : classNames)
+386       {
+387         Class<?> annotatedClass = classLoader.loadClass(name);
+388         classes.add(annotatedClass);
+389         InputStream is =
+390             annotatedClass
+391                 .getResourceAsStream(annotatedClass.getSimpleName() + ".class");
+392         byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+393         int i;
+394         while((i = is.read(buffer)) > -1)
+395           digest.update(buffer, 0, i);
+396         is.close();
+397         byte[] bytes = digest.digest();
+398         BigInteger bi = new BigInteger(1, bytes);
+399         String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+400         String oldMd5 = !md5s.containsKey(name) ? "" : md5s.get(name);
+401         if (!newMd5.equals(oldMd5))
+402         {
+403           getLog().debug("Found new or modified annotated class: " + name);
+404           modified = true;
+405           md5s.put(name, newMd5);
+406         }
+407         else
+408         {
+409           getLog().debug(oldMd5 + " -> class unchanged: " + name);
+410         }
+411       }
+412     }
+413     catch (ClassNotFoundException e)
+414     {
+415       getLog().error("Error while adding annotated classes!", e);
+416       throw new MojoExecutionException(e.getMessage());
+417     }
+418     catch (Exception e)
+419     {
+420       getLog().error("Error while scanning!", e);
+421       throw new MojoFailureException(e.getMessage());
+422     }
+423 
+424     if (classes.isEmpty())
+425     {
+426       if (hibernateMapping == null || hibernateMapping.isEmpty())
+427         throw new MojoFailureException("No annotated classes found in directory " + outputDirectory);
+428     }
+429     else
+430     {
+431       getLog().debug("Detected classes with mapping-annotations:");
+432       for (Class<?> annotatedClass : classes)
+433         getLog().debug("  " + annotatedClass.getName());
+434     }
+435 
+436 
+437     Properties properties = new Properties();
+438 
+439     /** Try to read configuration from properties-file */
+440     try
+441     {
+442       File file = new File(hibernateProperties);
+443       if (file.exists())
+444       {
+445         getLog().info("Reading properties from file " + hibernateProperties + "...");
+446         properties.load(new FileInputStream(file));
+447       }
+448       else
+449         getLog().info("No hibernate-properties-file found! (Checked path: " + hibernateProperties + ")");
+450     }
+451     catch (IOException e)
+452     {
+453       getLog().error("Error while reading properties!", e);
+454       throw new MojoExecutionException(e.getMessage());
+455     }
+456 
+457     /** Overwrite values from propertie-file or set, if given */
+458     if (driverClassName != null)
+459     {
+460       if (properties.containsKey(DRIVER_CLASS))
+461         getLog().debug(
+462             "Overwriting property " +
+463             DRIVER_CLASS + "=" + properties.getProperty(DRIVER_CLASS) +
+464             " with the value " + driverClassName
+465           );
+466       else
+467         getLog().debug("Using the value " + driverClassName);
+468       properties.setProperty(DRIVER_CLASS, driverClassName);
+469     }
+470     if (url != null)
+471     {
+472       if (properties.containsKey(URL))
+473         getLog().debug(
+474             "Overwriting property " +
+475             URL + "=" + properties.getProperty(URL) +
+476             " with the value " + url
+477           );
+478       else
+479         getLog().debug("Using the value " + url);
+480       properties.setProperty(URL, url);
+481     }
+482     if (username != null)
+483     {
+484       if (properties.containsKey(USERNAME))
+485         getLog().debug(
+486             "Overwriting property " +
+487             USERNAME + "=" + properties.getProperty(USERNAME) +
+488             " with the value " + username
+489           );
+490       else
+491         getLog().debug("Using the value " + username);
+492       properties.setProperty(USERNAME, username);
+493     }
+494     if (password != null)
+495     {
+496       if (properties.containsKey(PASSWORD))
+497         getLog().debug(
+498             "Overwriting property " +
+499             PASSWORD + "=" + properties.getProperty(PASSWORD) +
+500             " with the value " + password
+501           );
+502       else
+503         getLog().debug("Using the value " + password);
+504       properties.setProperty(PASSWORD, password);
+505     }
+506     if (hibernateDialect != null)
+507     {
+508       if (properties.containsKey(DIALECT))
+509         getLog().debug(
+510             "Overwriting property " +
+511             DIALECT + "=" + properties.getProperty(DIALECT) +
+512             " with the value " + hibernateDialect
+513           );
+514       else
+515         getLog().debug("Using the value " + hibernateDialect);
+516       properties.setProperty(DIALECT, hibernateDialect);
+517     }
+518     if ( hibernateNamingStrategy != null )
+519     {
+520       if ( properties.contains(NAMING_STRATEGY))
+521         getLog().debug(
+522             "Overwriting property " +
+523             NAMING_STRATEGY + "=" + properties.getProperty(NAMING_STRATEGY) +
+524             " with the value " + hibernateNamingStrategy
+525            );
+526       else
+527         getLog().debug("Using the value " + hibernateNamingStrategy);
+528       properties.setProperty(NAMING_STRATEGY, hibernateNamingStrategy);
+529     }
+530 
+531     /** The generated SQL varies with the dialect! */
+532     if (md5s.containsKey(DIALECT))
+533     {
+534       String dialect = properties.getProperty(DIALECT);
+535       if (md5s.get(DIALECT).equals(dialect))
+536         getLog().debug("SQL-dialect unchanged.");
+537       else
+538       {
+539         getLog().debug("SQL-dialect changed: " + dialect);
+540         modified = true;
+541         md5s.put(DIALECT, dialect);
+542       }
+543     }
+544     else
+545     {
+546       modified = true;
+547       md5s.put(DIALECT, properties.getProperty(DIALECT));
+548     }
+549 
+550     if (properties.isEmpty())
+551     {
+552       getLog().error("No properties set!");
+553       throw new MojoFailureException("Hibernate-Configuration is missing!");
+554     }
+555 
+556     Configuration config = new Configuration();
+557     config.setProperties(properties);
+558 
+559     if ( properties.containsKey(NAMING_STRATEGY))
+560     {
+561       String namingStrategy = properties.getProperty(NAMING_STRATEGY);
+562       getLog().debug("Explicitly set NamingStrategy: " + namingStrategy);
+563       try
+564       {
+565         @SuppressWarnings("unchecked")
+566         Class<NamingStrategy> namingStrategyClass = (Class<NamingStrategy>) Class.forName(namingStrategy);
+567         config.setNamingStrategy(namingStrategyClass.newInstance());
+568       }
+569       catch (Exception e)
+570       {
+571         getLog().error("Error setting NamingStrategy", e);
+572         throw new MojoExecutionException(e.getMessage());
+573       }
+574     }
+575 
+576     getLog().debug("Adding annotated classes to hibernate-mapping-configuration...");
+577     for (Class<?> annotatedClass : classes)
+578     {
+579       getLog().debug("Class " + annotatedClass);
+580       config.addAnnotatedClass(annotatedClass);
+581     }
+582 
+583     if (hibernateMapping != null)
+584     {
+585       try
+586       {
+587         MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+588         for (String filename : hibernateMapping.split("[\\s,]+"))
+589         {
+590           // First try the filename as absolute/relative path
+591           File file = new File(filename);
+592           if (!file.exists())
+593           {
+594             // If the file was not found, search for it in the resource-directories
+595             for (Resource resource : project.getResources())
+596             {
+597               file = new File(resource.getDirectory() + File.separator + filename);
+598               if (file.exists())
+599                 break;
+600             }
+601           }
+602           if (file != null && file.exists())
+603           {
+604             InputStream is = new FileInputStream(file);
+605             byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+606             int i;
+607             while((i = is.read(buffer)) > -1)
+608               digest.update(buffer, 0, i);
+609             is.close();
+610             byte[] bytes = digest.digest();
+611             BigInteger bi = new BigInteger(1, bytes);
+612             String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+613             String oldMd5 = !md5s.containsKey(filename) ? "" : md5s.get(filename);
+614             if (!newMd5.equals(oldMd5))
+615             {
+616               getLog().debug("Found new or modified mapping-file: " + filename);
+617               modified = true;
+618               md5s.put(filename, newMd5);
+619             }
+620             else
+621             {
+622               getLog().debug(oldMd5 + " -> mapping-file unchanged: " + filename);
+623             }
+624             getLog().debug("Adding mappings from XML-configurationfile: " + file);
+625             config.addFile(file);
+626           }
+627           else
+628             throw new MojoFailureException("File " + filename + " could not be found in any of the configured resource-directories!");
+629         }
+630       }
+631       catch (NoSuchAlgorithmException e)
+632       {
+633         throw new MojoFailureException("Cannot calculate MD5-summs!", e);
+634       }
+635       catch (FileNotFoundException e)
+636       {
+637         throw new MojoFailureException("Cannot calculate MD5-summs!", e);
+638       }
+639       catch (IOException e)
+640       {
+641         throw new MojoFailureException("Cannot calculate MD5-summs!", e);
+642       }
+643     }
+644 
+645     Target target = null;
+646     try
+647     {
+648       target = Target.valueOf(this.target.toUpperCase());
+649     }
+650     catch (IllegalArgumentException e)
+651     {
+652       getLog().error("Invalid value for configuration-option \"target\": " + this.target);
+653       getLog().error("Valid values are: NONE, SCRIPT, EXPORT, BOTH");
+654       throw new MojoExecutionException("Invalid value for configuration-option \"target\"");
+655     }
+656     Type type = null;
+657     try
+658     {
+659       type = Type.valueOf(this.type.toUpperCase());
+660     }
+661     catch (IllegalArgumentException e)
+662     {
+663       getLog().error("Invalid value for configuration-option \"type\": " + this.type);
+664       getLog().error("Valid values are: NONE, CREATE, DROP, BOTH");
+665       throw new MojoExecutionException("Invalid value for configuration-option \"type\"");
+666     }
+667 
+668     if (target.equals(Target.SCRIPT) || target.equals(Target.NONE))
+669     {
+670       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+671     }
+672     if (
+673         !modified
+674         && !target.equals(Target.SCRIPT)
+675         && !target.equals(Target.NONE)
+676         && !force
+677       )
+678     {
+679       getLog().info("No modified annotated classes or mapping-files found and dialect unchanged.");
+680       getLog().info("Skipping schema generation!");
+681       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+682       return;
+683     }
+684 
+685     getLog().info("Gathered hibernate-configuration (turn on debugging for details):");
+686     for (Entry<Object,Object> entry : properties.entrySet())
+687       getLog().info("  " + entry.getKey() + " = " + entry.getValue());
+688 
+689     Connection connection = null;
+690     try
+691     {
+692       /**
+693        * The connection must be established outside of hibernate, because
+694        * hibernate does not use the context-classloader of the current
+695        * thread and, hence, would not be able to resolve the driver-class!
+696        */
+697       getLog().debug("Target: " + target + ", Type: " + type);
+698       switch (target)
+699       {
+700         case EXPORT:
+701         case BOTH:
+702           switch (type)
+703           {
+704             case CREATE:
+705             case DROP:
+706             case BOTH:
+707               Class driverClass = classLoader.loadClass(properties.getProperty(DRIVER_CLASS));
+708               getLog().debug("Registering JDBC-driver " + driverClass.getName());
+709               DriverManager.registerDriver(new DriverProxy((Driver)driverClass.newInstance()));
+710               getLog().debug(
+711                   "Opening JDBC-connection to "
+712                   + properties.getProperty(URL)
+713                   + " as "
+714                   + properties.getProperty(USERNAME)
+715                   + " with password "
+716                   + properties.getProperty(PASSWORD)
+717                   );
+718               connection = DriverManager.getConnection(
+719                   properties.getProperty(URL),
+720                   properties.getProperty(USERNAME),
+721                   properties.getProperty(PASSWORD)
+722                   );
+723           }
+724       }
+725     }
+726     catch (ClassNotFoundException e)
+727     {
+728       getLog().error("Dependency for driver-class " + properties.getProperty(DRIVER_CLASS) + " is missing!");
+729       throw new MojoExecutionException(e.getMessage());
+730     }
+731     catch (Exception e)
+732     {
+733       getLog().error("Cannot establish connection to database!");
+734       Enumeration<Driver> drivers = DriverManager.getDrivers();
+735       if (!drivers.hasMoreElements())
+736         getLog().error("No drivers registered!");
+737       while (drivers.hasMoreElements())
+738         getLog().debug("Driver: " + drivers.nextElement());
+739       throw new MojoExecutionException(e.getMessage());
+740     }
+741 
+742     ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
+743     MavenLogAppender.startPluginLog(this);
+744     try
+745     {
+746       /**
+747        * Change class-loader of current thread, so that hibernate can
+748        * see all dependencies!
+749        */
+750       Thread.currentThread().setContextClassLoader(classLoader);
+751 
+752       SchemaExport export = new SchemaExport(config, connection);
+753       export.setOutputFile(outputFile);
+754       export.setDelimiter(delimiter);
+755       export.setFormat(format);
+756       export.execute(target, type);
+757 
+758       for (Object exception : export.getExceptions())
+759         getLog().debug(exception.toString());
+760     }
+761     finally
+762     {
+763       /** Stop Log-Capturing */
+764       MavenLogAppender.endPluginLog(this);
+765 
+766       /** Restore the old class-loader (TODO: is this really necessary?) */
+767       Thread.currentThread().setContextClassLoader(contextClassLoader);
+768 
+769       /** Close the connection */
+770       try
+771       {
+772         if (connection != null)
+773           connection.close();
+774       }
+775       catch (SQLException e)
+776       {
+777         getLog().error("Error while closing connection: " + e.getMessage());
+778       }
+779     }
+780 
+781     /** Write md5-sums for annotated classes to file */
+782     try
+783     {
+784       FileOutputStream fos = new FileOutputStream(saved);
+785       ObjectOutputStream oos = new ObjectOutputStream(fos);
+786       oos.writeObject(md5s);
+787       oos.close();
+788       fos.close();
+789     }
+790     catch (Exception e)
+791     {
+792       getLog().error("Cannot write md5-sums to file: " + e);
+793     }
+794   }
+795 
+796   /**
+797    * Needed, because DriverManager won't pick up drivers, that were not
+798    * loaded by the system-classloader!
+799    * See:
+800    * http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-location
+801    */
+802   static final class DriverProxy implements Driver
+803   {
+804     private final Driver target;
+805 
+806     DriverProxy(Driver target)
+807     {
+808       if (target == null)
+809         throw new NullPointerException();
+810       this.target = target;
+811     }
+812 
+813     public java.sql.Driver getTarget()
+814     {
+815       return target;
+816     }
+817 
+818     @Override
+819     public boolean acceptsURL(String url) throws SQLException
+820     {
+821       return target.acceptsURL(url);
+822     }
+823 
+824     @Override
+825     public java.sql.Connection connect(
+826         String url,
+827         java.util.Properties info
+828       )
+829       throws
+830         SQLException
+831     {
+832       return target.connect(url, info);
+833     }
+834 
+835     @Override
+836     public int getMajorVersion()
+837     {
+838       return target.getMajorVersion();
+839     }
+840 
+841     @Override
+842     public int getMinorVersion()
+843     {
+844       return target.getMinorVersion();
+845     }
+846 
+847     @Override
+848     public DriverPropertyInfo[] getPropertyInfo(
+849         String url,
+850         Properties info
+851       )
+852       throws
+853         SQLException
+854     {
+855       return target.getPropertyInfo(url, info);
+856     }
+857 
+858     @Override
+859     public boolean jdbcCompliant()
+860     {
+861       return target.jdbcCompliant();
+862     }
+863 
+864     /**
+865      * This Method cannot be annotated with @Override, becaus the plugin
+866      * will not compile then under Java 1.6!
+867      */
+868     public Logger getParentLogger() throws SQLFeatureNotSupportedException
+869     {
+870       throw new SQLFeatureNotSupportedException("Not supported, for backward-compatibility with Java 1.6");
+871     }
+872 
+873     @Override
+874     public String toString()
+875     {
+876       return "Proxy: " + target;
+877     }
+878 
+879     @Override
+880     public int hashCode()
+881     {
+882       return target.hashCode();
+883     }
+884 
+885     @Override
+886     public boolean equals(Object obj)
+887     {
+888       if (!(obj instanceof DriverProxy))
+889         return false;
+890       DriverProxy other = (DriverProxy) obj;
+891       return this.target.equals(other.target);
+892     }
+893   }
+894 }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/HelpMojo.html b/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..e28ac4f1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,452 @@ + + + + +HelpMojo xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   import org.apache.maven.plugin.AbstractMojo;
+4   import org.apache.maven.plugin.MojoExecutionException;
+5   
+6   import org.w3c.dom.Document;
+7   import org.w3c.dom.Element;
+8   import org.w3c.dom.Node;
+9   import org.w3c.dom.NodeList;
+10  import org.xml.sax.SAXException;
+11  
+12  import javax.xml.parsers.DocumentBuilder;
+13  import javax.xml.parsers.DocumentBuilderFactory;
+14  import javax.xml.parsers.ParserConfigurationException;
+15  import java.io.IOException;
+16  import java.io.InputStream;
+17  import java.util.ArrayList;
+18  import java.util.Iterator;
+19  import java.util.List;
+20  
+21  /**
+22   * Display help information on hibernate4-maven-plugin.<br/>
+23   * Call <code>mvn hibernate4:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
+24   * @author
+25   * @version
+26   * @goal help
+27   * @requiresProject false
+28   * @threadSafe
+29   */
+30  public class HelpMojo
+31      extends AbstractMojo
+32  {
+33      /**
+34       * If <code>true</code>, display all settable properties for each goal.
+35       *
+36       * @parameter property="detail" default-value="false"
+37       */
+38      private boolean detail;
+39  
+40      /**
+41       * The name of the goal for which to show help. If unspecified, all goals will be displayed.
+42       *
+43       * @parameter property="goal"
+44       */
+45      private java.lang.String goal;
+46  
+47      /**
+48       * The maximum length of a display line, should be positive.
+49       *
+50       * @parameter property="lineLength" default-value="80"
+51       */
+52      private int lineLength;
+53  
+54      /**
+55       * The number of spaces per indentation level, should be positive.
+56       *
+57       * @parameter property="indentSize" default-value="2"
+58       */
+59      private int indentSize;
+60  
+61      // groupId/artifactId/plugin-help.xml
+62      private static final String PLUGIN_HELP_PATH = "/META-INF/maven/de.juplo/hibernate4-maven-plugin/plugin-help.xml";
+63  
+64      private Document build()
+65          throws MojoExecutionException
+66      {
+67          getLog().debug( "load plugin-help.xml: " + PLUGIN_HELP_PATH );
+68          InputStream is = getClass().getResourceAsStream( PLUGIN_HELP_PATH );
+69          try
+70          {
+71              DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
+72              DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
+73              return dBuilder.parse( is );
+74          }
+75          catch ( IOException e )
+76          {
+77              throw new MojoExecutionException( e.getMessage(), e );
+78          }
+79          catch ( ParserConfigurationException e )
+80          {
+81              throw new MojoExecutionException( e.getMessage(), e );
+82          }
+83          catch ( SAXException e )
+84          {
+85              throw new MojoExecutionException( e.getMessage(), e );
+86          }
+87      }
+88  
+89      /**
+90       * {@inheritDoc}
+91       */
+92      public void execute()
+93          throws MojoExecutionException
+94      {
+95          if ( lineLength <= 0 )
+96          {
+97              getLog().warn( "The parameter 'lineLength' should be positive, using '80' as default." );
+98              lineLength = 80;
+99          }
+100         if ( indentSize <= 0 )
+101         {
+102             getLog().warn( "The parameter 'indentSize' should be positive, using '2' as default." );
+103             indentSize = 2;
+104         }
+105 
+106         Document doc = build();
+107 
+108         StringBuilder sb = new StringBuilder();
+109         Node plugin = getSingleChild( doc, "plugin" );
+110 
+111 
+112         String name = getValue( plugin, "name" );
+113         String version = getValue( plugin, "version" );
+114         String id = getValue( plugin, "groupId" ) + ":" + getValue( plugin, "artifactId" ) + ":" + version;
+115         if ( isNotEmpty( name ) && !name.contains( id ) )
+116         {
+117             append( sb, name + " " + version, 0 );
+118         }
+119         else
+120         {
+121             if ( isNotEmpty( name ) )
+122             {
+123                 append( sb, name, 0 );
+124             }
+125             else
+126             {
+127                 append( sb, id, 0 );
+128             }
+129         }
+130         append( sb, getValue( plugin, "description" ), 1 );
+131         append( sb, "", 0 );
+132 
+133         //<goalPrefix>plugin</goalPrefix>
+134         String goalPrefix = getValue( plugin, "goalPrefix" );
+135 
+136         Node mojos1 = getSingleChild( plugin, "mojos" );
+137 
+138         List<Node> mojos = findNamedChild( mojos1, "mojo" );
+139 
+140         if ( goal == null || goal.length() <= 0 )
+141         {
+142             append( sb, "This plugin has " + mojos.size() + ( mojos.size() > 1 ? " goals:" : " goal:" ), 0 );
+143             append( sb, "", 0 );
+144         }
+145 
+146         for ( Node mojo : mojos )
+147         {
+148             writeGoal( sb, goalPrefix, (Element) mojo );
+149         }
+150 
+151         if ( getLog().isInfoEnabled() )
+152         {
+153             getLog().info( sb.toString() );
+154         }
+155     }
+156 
+157 
+158     private static boolean isNotEmpty( String string )
+159     {
+160         return string != null && string.length() > 0;
+161     }
+162 
+163     private String getValue( Node node, String elementName )
+164         throws MojoExecutionException
+165     {
+166         return getSingleChild( node, elementName ).getTextContent();
+167     }
+168 
+169     private Node getSingleChild( Node node, String elementName )
+170         throws MojoExecutionException
+171     {
+172         List<Node> namedChild = findNamedChild( node, elementName );
+173         if ( namedChild.isEmpty() )
+174         {
+175             throw new MojoExecutionException( "Could not find " + elementName + " in plugin-help.xml" );
+176         }
+177         if ( namedChild.size() > 1 )
+178         {
+179             throw new MojoExecutionException( "Multiple " + elementName + " in plugin-help.xml" );
+180         }
+181         return namedChild.get( 0 );
+182     }
+183 
+184     private List<Node> findNamedChild( Node node, String elementName )
+185     {
+186         List<Node> result = new ArrayList<Node>();
+187         NodeList childNodes = node.getChildNodes();
+188         for ( int i = 0; i < childNodes.getLength(); i++ )
+189         {
+190             Node item = childNodes.item( i );
+191             if ( elementName.equals( item.getNodeName() ) )
+192             {
+193                 result.add( item );
+194             }
+195         }
+196         return result;
+197     }
+198 
+199     private Node findSingleChild( Node node, String elementName )
+200         throws MojoExecutionException
+201     {
+202         List<Node> elementsByTagName = findNamedChild( node, elementName );
+203         if ( elementsByTagName.isEmpty() )
+204         {
+205             return null;
+206         }
+207         if ( elementsByTagName.size() > 1 )
+208         {
+209             throw new MojoExecutionException( "Multiple " + elementName + "in plugin-help.xml" );
+210         }
+211         return elementsByTagName.get( 0 );
+212     }
+213 
+214     private void writeGoal( StringBuilder sb, String goalPrefix, Element mojo )
+215         throws MojoExecutionException
+216     {
+217         String mojoGoal = getValue( mojo, "goal" );
+218         Node configurationElement = findSingleChild( mojo, "configuration" );
+219 		Node description = findSingleChild( mojo, "description" );
+220         if ( goal == null || goal.length() <= 0 || mojoGoal.equals( goal ) )
+221         {
+222             append( sb, goalPrefix + ":" + mojoGoal, 0 );
+223             Node deprecated = findSingleChild( mojo, "deprecated" );
+224             if ( ( deprecated != null ) && isNotEmpty( deprecated.getNodeValue() ) )
+225             {
+226                 append( sb, "Deprecated. " + deprecated, 1 );
+227                 if ( detail && description != null )
+228                 {
+229                     append( sb, "", 0 );
+230                     append( sb, description.getTextContent(), 1 );
+231                 }
+232             }
+233             else if (description != null )
+234             {
+235                 append( sb, description.getTextContent(), 1 );
+236             }
+237             append( sb, "", 0 );
+238 
+239             if ( detail )
+240             {
+241                 Node parametersNode = getSingleChild( mojo, "parameters" );
+242                 List<Node> parameters = findNamedChild( parametersNode, "parameter" );
+243                 append( sb, "Available parameters:", 1 );
+244                 append( sb, "", 0 );
+245 
+246                 for ( Node parameter : parameters )
+247                 {
+248                     writeParameter( sb, parameter, configurationElement );
+249                 }
+250             }
+251         }
+252     }
+253 
+254     private void writeParameter( StringBuilder sb, Node parameter, Node configurationElement )
+255         throws MojoExecutionException
+256     {
+257         String parameterName = getValue( parameter, "name" );
+258         String parameterDescription = getValue( parameter, "description" );
+259 
+260         Node fieldConfigurationElement = findSingleChild( configurationElement, parameterName );
+261 
+262         String parameterDefaultValue = "";
+263         if ( fieldConfigurationElement != null && fieldConfigurationElement.getNodeValue() != null )
+264         {
+265             parameterDefaultValue = " (Default: " + ((Element)fieldConfigurationElement).getAttribute( "default-value" ) + ")";
+266         }
+267         append( sb, parameterName + parameterDefaultValue, 2 );
+268         Node deprecated = findSingleChild( parameter, "deprecated" );
+269         if ( ( deprecated != null ) && isNotEmpty( deprecated.getNodeValue() ) )
+270         {
+271             append( sb, "Deprecated. " + deprecated.getNodeValue(), 3 );
+272             append( sb, "", 0 );
+273         }
+274         append( sb, parameterDescription, 3 );
+275         if ( "true".equals( getValue( parameter, "required" ) ) )
+276         {
+277             append( sb, "Required: Yes", 3 );
+278         }
+279         Node expression = findSingleChild( parameter, "expression" );
+280         if ( ( expression != null ) && isNotEmpty( expression.getNodeValue() ) )
+281         {
+282         	String property = getPropertyFromExpression( expression.getNodeValue() );
+283             append( sb, "User property: " + property, 3 );
+284         }
+285 
+286         append( sb, "", 0 );
+287     }
+288 
+289     /**
+290      * <p>Repeat a String <code>n</code> times to form a new string.</p>
+291      *
+292      * @param str    String to repeat
+293      * @param repeat number of times to repeat str
+294      * @return String with repeated String
+295      * @throws NegativeArraySizeException if <code>repeat < 0</code>
+296      * @throws NullPointerException       if str is <code>null</code>
+297      */
+298     private static String repeat( String str, int repeat )
+299     {
+300         StringBuilder buffer = new StringBuilder( repeat * str.length() );
+301 
+302         for ( int i = 0; i < repeat; i++ )
+303         {
+304             buffer.append( str );
+305         }
+306 
+307         return buffer.toString();
+308     }
+309 
+310     /**
+311      * Append a description to the buffer by respecting the indentSize and lineLength parameters.
+312      * <b>Note</b>: The last character is always a new line.
+313      *
+314      * @param sb          The buffer to append the description, not <code>null</code>.
+315      * @param description The description, not <code>null</code>.
+316      * @param indent      The base indentation level of each line, must not be negative.
+317      */
+318     private void append( StringBuilder sb, String description, int indent )
+319     {
+320         for ( String line : toLines( description, indent, indentSize, lineLength ) )
+321         {
+322             sb.append( line ).append( '\n' );
+323         }
+324     }
+325 
+326     /**
+327      * Splits the specified text into lines of convenient display length.
+328      *
+329      * @param text       The text to split into lines, must not be <code>null</code>.
+330      * @param indent     The base indentation level of each line, must not be negative.
+331      * @param indentSize The size of each indentation, must not be negative.
+332      * @param lineLength The length of the line, must not be negative.
+333      * @return The sequence of display lines, never <code>null</code>.
+334      * @throws NegativeArraySizeException if <code>indent < 0</code>
+335      */
+336     private static List<String> toLines( String text, int indent, int indentSize, int lineLength )
+337     {
+338         List<String> lines = new ArrayList<String>();
+339 
+340         String ind = repeat( "\t", indent );
+341 
+342         String[] plainLines = text.split( "(\r\n)|(\r)|(\n)" );
+343 
+344         for ( String plainLine : plainLines )
+345         {
+346             toLines( lines, ind + plainLine, indentSize, lineLength );
+347         }
+348 
+349         return lines;
+350     }
+351 
+352     /**
+353      * Adds the specified line to the output sequence, performing line wrapping if necessary.
+354      *
+355      * @param lines      The sequence of display lines, must not be <code>null</code>.
+356      * @param line       The line to add, must not be <code>null</code>.
+357      * @param indentSize The size of each indentation, must not be negative.
+358      * @param lineLength The length of the line, must not be negative.
+359      */
+360     private static void toLines( List<String> lines, String line, int indentSize, int lineLength )
+361     {
+362         int lineIndent = getIndentLevel( line );
+363         StringBuilder buf = new StringBuilder( 256 );
+364 
+365         String[] tokens = line.split( " +" );
+366 
+367         for ( String token : tokens )
+368         {
+369             if ( buf.length() > 0 )
+370             {
+371                 if ( buf.length() + token.length() >= lineLength )
+372                 {
+373                     lines.add( buf.toString() );
+374                     buf.setLength( 0 );
+375                     buf.append( repeat( " ", lineIndent * indentSize ) );
+376                 }
+377                 else
+378                 {
+379                     buf.append( ' ' );
+380                 }
+381             }
+382 
+383             for ( int j = 0; j < token.length(); j++ )
+384             {
+385                 char c = token.charAt( j );
+386                 if ( c == '\t' )
+387                 {
+388                     buf.append( repeat( " ", indentSize - buf.length() % indentSize ) );
+389                 }
+390                 else if ( c == '\u00A0' )
+391                 {
+392                     buf.append( ' ' );
+393                 }
+394                 else
+395                 {
+396                     buf.append( c );
+397                 }
+398             }
+399         }
+400         lines.add( buf.toString() );
+401     }
+402 
+403     /**
+404      * Gets the indentation level of the specified line.
+405      *
+406      * @param line The line whose indentation level should be retrieved, must not be <code>null</code>.
+407      * @return The indentation level of the line.
+408      */
+409     private static int getIndentLevel( String line )
+410     {
+411         int level = 0;
+412         for ( int i = 0; i < line.length() && line.charAt( i ) == '\t'; i++ )
+413         {
+414             level++;
+415         }
+416         for ( int i = level + 1; i <= level + 4 && i < line.length(); i++ )
+417         {
+418             if ( line.charAt( i ) == '\t' )
+419             {
+420                 level++;
+421                 break;
+422             }
+423         }
+424         return level;
+425     }
+426     
+427     private String getPropertyFromExpression( String expression )
+428     {
+429         if ( expression != null && expression.startsWith( "${" ) && expression.endsWith( "}" )
+430             && !expression.substring( 2 ).contains( "${" ) )
+431         {
+432             // expression="${xxx}" -> property="xxx"
+433             return expression.substring( 2, expression.length() - 1 );
+434         }
+435         // no property can be extracted
+436         return null;
+437     }
+438 }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..6c507acc --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,73 @@ + + + + +ValidationConfiguration xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   import javax.validation.Validation;
+4   
+5   import org.hibernate.cfg.Configuration;
+6   import org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor;
+7   import org.hibernate.dialect.Dialect;
+8   import org.hibernate.metamodel.source.MappingException;
+9   
+10  
+11  /**
+12   * This integration is usually performed by BeanValidationIntegrator.
+13   * Unfortunately, that integration will only be activated upon
+14   * initialization of the ServiceRegistry, which initializes
+15   * DatasourceConnectionProviderImpl, which looks up the datasource,
+16   * which requires a JNDI context ...
+17   * We therefore reimplement the relevant parts of BeanValidatorIntegrator.
+18   * Since that must occur after secondPassCompile(), which is invoked by
+19   * Configuration.generateSchemaCreationScript, which is invoked by
+20   * SchemaExport, some fancy subclassing is needed to invoke the integration
+21   * at the right time.
+22   * @author Mark Robinson <mark@mrobinson.ca>
+23   * @author Frank Schimmel <frank.schimmel@cm4all.com>
+24   */
+25  public class ValidationConfiguration extends Configuration
+26  {
+27    private static final long serialVersionUID = 1L;
+28  
+29    private Class<Dialect> dialectClass;
+30  
+31    public ValidationConfiguration(final String dialectClass)
+32    {
+33      try {
+34          this.dialectClass = (Class<Dialect>) Class.forName(dialectClass);
+35      } catch (ClassNotFoundException e) {
+36          throw new RuntimeException(e);
+37      }
+38    }
+39  
+40    @Override
+41    protected void secondPassCompile() throws MappingException
+42    {
+43      super.secondPassCompile();
+44  
+45      try
+46      {
+47        TypeSafeActivatorAccessor.applyRelationalConstraints(
+48            Validation.buildDefaultValidatorFactory(),
+49            classes.values(),
+50            getProperties(),
+51            dialectClass.newInstance()
+52            );
+53      }
+54      catch (Exception e)
+55      {
+56        throw new RuntimeException(e);
+57      }
+58    }
+59  }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..fb05b4da --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,30 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.2 Reference Package de.juplo.plugins.hibernate4 + + + + +

+ de.juplo.plugins.hibernate4 +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..f0ea6c5c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,77 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.2 Reference Package de.juplo.plugins.hibernate4 + + + +
+ +
+
+ +
+ +

Package de.juplo.plugins.hibernate4

+ + + + + + + + + + + + + + + + + + +
Class Summary
+ DriverProxy +
+ Hbm2DdlMojo +
+ HelpMojo +
+ +
+ +
+
+ +
+
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/index.html b/dist/hibernate4-maven-plugin-1.0.2/xref/index.html new file mode 100644 index 00000000..fdb8f9b4 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/index.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.2 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..0cd0403e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,25 @@ + + + + +TypeSafeActivatorAccessor xref + + + +
+
+1   package org.hibernate.cfg.beanvalidation;
+2   
+3   /**
+4    * This class enables access to the public methods of {@link TypeSafeActivator}
+5    * which itself is visible in the package only.
+6    *
+7    * @author Frank Schimmel <frank.schimmel@cm4all.com>
+8    */
+9   public class TypeSafeActivatorAccessor extends TypeSafeActivator {
+10      // Empty: just makes public methods accessible.
+11  }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/package-frame.html b/dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..00d9ed79 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Reference Package org.hibernate.cfg.beanvalidation + + + + +

+ org.hibernate.cfg.beanvalidation +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/package-summary.html b/dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..758739ac --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,67 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4-SNAPSHOT Reference Package org.hibernate.cfg.beanvalidation + + + +
+ +
+
+ +
+ +

Package org.hibernate.cfg.beanvalidation

+ + + + + + + + + + + + +
Class Summary
+ TypeSafeActivatorAccessor +
+ +
+ +
+
+ +
+
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/overview-frame.html b/dist/hibernate4-maven-plugin-1.0.2/xref/overview-frame.html new file mode 100644 index 00000000..2a7aa63d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.2 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/overview-summary.html b/dist/hibernate4-maven-plugin-1.0.2/xref/overview-summary.html new file mode 100644 index 00000000..cb47beef --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/overview-summary.html @@ -0,0 +1,64 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.2 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.0.2 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.plugins.hibernate4 +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.2/xref/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.2/xref/stylesheet.css new file mode 100644 index 00000000..00e6114d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.2/xref/stylesheet.css @@ -0,0 +1,116 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} +div#footer { + text-align:center; +} +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/allclasses-frame.html new file mode 100644 index 00000000..5ee095ed --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.3 API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/allclasses-noframe.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..4abd5370 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/allclasses-noframe.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.3 API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/constant-values.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/constant-values.html new file mode 100644 index 00000000..44b433bf --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/constant-values.html @@ -0,0 +1,200 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+ +
+ +
+ + + + + +
+ + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..df0600e1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,435 @@ + + + + + + +Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class Hbm2DdlMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.Hbm2DdlMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class Hbm2DdlMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..514d3d77 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,296 @@ + + + + + + +HelpMojo (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class HelpMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.HelpMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class HelpMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Display help information on hibernate4-maven-plugin.
    + Call mvn hibernate4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
    Version:
    +
    +
    Author:
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface org.apache.maven.plugin.Mojo

        +ROLE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HelpMojo() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HelpMojo

        +
        public HelpMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoExecutionException
        +
        Throws:
        +
        org.apache.maven.plugin.MojoExecutionException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html new file mode 100644 index 00000000..4f7a11b8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.Hbm2DdlMojo

+
+
No usage of de.juplo.plugins.hibernate4.Hbm2DdlMojo
+ + + + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html new file mode 100644 index 00000000..f3dd2c78 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.HelpMojo (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.HelpMojo

+
+
No usage of de.juplo.plugins.hibernate4.HelpMojo
+ + + + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..2fe816ce --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.3 API) + + + + +

de.juplo.plugins.hibernate4

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..b7eb9c69 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,142 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + + + + +
+

Package de.juplo.plugins.hibernate4

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Hbm2DdlMojo +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
    HelpMojo +
    Display help information on hibernate4-maven-plugin.
    +
    +
  • +
+
+ + + + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-tree.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-tree.html new file mode 100644 index 00000000..6073ff12 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-tree.html @@ -0,0 +1,129 @@ + + + + + + +de.juplo.plugins.hibernate4 Class Hierarchy (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package de.juplo.plugins.hibernate4

+
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-use.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-use.html new file mode 100644 index 00000000..5f1ce7a6 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/de/juplo/plugins/hibernate4/package-use.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Package de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Package
de.juplo.plugins.hibernate4

+
+
No usage of de.juplo.plugins.hibernate4
+ +
+ + + + + +
+ + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/deprecated-list.html new file mode 100644 index 00000000..ec713902 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/deprecated-list.html @@ -0,0 +1,115 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/help-doc.html new file mode 100644 index 00000000..c9c3fd44 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/help-doc.html @@ -0,0 +1,216 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/index-all.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/index-all.html new file mode 100644 index 00000000..9ef079b3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/index-all.html @@ -0,0 +1,190 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + +
+ + + + + +
+ + +
D E H M N P U  + + +

D

+
+
de.juplo.plugins.hibernate4 - package de.juplo.plugins.hibernate4
+
 
+
DIALECT - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
DRIVER_CLASS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

E

+
+
ENVERS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.HelpMojo
+
EXPORT_SKIPPED_PROPERTY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

H

+
+
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
+
+
Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
+
+
Hbm2DdlMojo() - Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
HelpMojo - Class in de.juplo.plugins.hibernate4
+
+
Display help information on hibernate4-maven-plugin.
+
+
HelpMojo() - Constructor for class de.juplo.plugins.hibernate4.HelpMojo
+
 
+
+ + + +

M

+
+
MD5S - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

N

+
+
NAMING_STRATEGY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

P

+
+
PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

U

+
+
URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+D E H M N P U 
+ +
+ + + + + +
+ + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/index.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/index.html new file mode 100644 index 00000000..e9e1d698 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/index.html @@ -0,0 +1,65 @@ + + + + + + +Hibernate 4 Maven Plugin 1.0.3 API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/plugins/hibernate4/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/options b/dist/hibernate4-maven-plugin-1.0.3/apidocs/options new file mode 100644 index 00000000..b74ed8d3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/options @@ -0,0 +1,24 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/classes:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar:/home/kai/.m2/repository/org/hibernate/hibernate-entitymanager/4.2.5.Final/hibernate-entitymanager-4.2.5.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-envers/4.2.5.Final/hibernate-envers-4.2.5.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar:/home/kai/.m2/repository/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar:/home/kai/.m2/repository/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.1.Final/jboss-transaction-api_1.1_spec-1.0.1.Final.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.GA/jboss-logging-3.1.0.GA.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar:/home/kai/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.2.5.Final/hibernate-core-4.2.5.Final.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.2.Final/hibernate-commons-annotations-4.0.2.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/src/main/java:/home/kai/juplo/hibernate4-maven-plugin/target/generated-sources/plugin' +-author +-bottom +'Copyright © 2013. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.0.3 API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.0.3 API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.0.3/apidocs/overview-tree.html new file mode 100644 index 00000000..71de4ddf --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/overview-tree.html @@ -0,0 +1,133 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.0.3 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2013. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/package-list b/dist/hibernate4-maven-plugin-1.0.3/apidocs/package-list new file mode 100644 index 00000000..05307714 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/package-list @@ -0,0 +1 @@ +de.juplo.plugins.hibernate4 diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/packages b/dist/hibernate4-maven-plugin-1.0.3/apidocs/packages new file mode 100644 index 00000000..c4b51407 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/packages @@ -0,0 +1 @@ +de.juplo.plugins.hibernate4 \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/resources/background.gif b/dist/hibernate4-maven-plugin-1.0.3/apidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.3/apidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.3/apidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/apidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dist/hibernate4-maven-plugin-1.0.3/configuration.html b/dist/hibernate4-maven-plugin-1.0.3/configuration.html new file mode 100644 index 00000000..c9d28667 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/configuration.html @@ -0,0 +1,266 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Configuration Examples + + + + + + + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Configuration Examples

+
+

Configuration through a hibernate.properties-File

+

The most simple way to configure the plugin is, to put all the hibernate-configuration in a hibernate.properties-file on your classpath. Put the file in the resources-folder. Maven will put it in the class-folder of your webapp, where it will be picked up by this plugin as well as by Hibernate 4.

+

Doing so, the only additionally configuration needed, to activat the plugin is the following entry in the plugins-section of your pom.xml:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+

But be aware, that in this case the database-url, that is build in the application is the same that is used while testing, where the database is droped and recreated by the plugin. So, you should never fire up this configuration on your production system, or your database might be erased!

+

Hence, you should specify a different url for testing like in the following snippet:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>
+

Configuration properties, that are set in the configuration-section of the plugin-configuration cannnot be overwritten elsewere (for details see Configuration-Method-Precedence). You never can overwrite them by accident when specifying a property on the commandline or in your settings.xml.

+
+

Configuration through maven-properties

+

Alternatively, it is possible, to configure the plugin via maven-properties. Each relevant configuration-option has a corresponding maven-property (for a full list see the Documentation of the export-Mojo). These are named after the Hibernate JDBC Properties:

+
    +
  • hibernate.connection.driver_class
  • +
  • hibernate.dialect
  • +
  • hibernate.connection.url
  • +
  • hibernate.connection.username
  • +
  • hibernate.connection.password
+

So, instead of writing the hibernate-configuration in the properties-file, like above, you could put it in the properties-section of your pom.xml.

+

Thogether with the plugin-definition from above, the following would be a complete configuration (again, the database-url was overwritten in the plugin-configuration, to be sure to have a separate database for testing):

+
+
<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
+
+...
+
+<plugins>
+
+  ...
+
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate4-maven-plugin</artifactId>
+    <version>${project.version}</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>export</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
+
+<plugins>
+
+

Configuration through the plugin-configuration

+

A third way for configuring the plugin is the plugin-configuration. The relevant configuration-parameters are:

+
    +
  • driverClassName
  • +
  • hibernateDialect
  • +
  • url
  • +
  • username
  • +
  • password
+

The equivalent of the configuration from the last section would look like this:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <driverClassName>org.hsqldb.jdbcDriver</driverClassName>
+    <hibernateDialect>org.hibernate.dialect.HSQLDialect</hibernateDialect>
+    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+    <username>sa</username>
+    <password></password>
+  </configuration>
+</plugin>
+

The parameter hibernateProperties (name of the hibernate-properties-file to use, defaults to hibernate.properties) can only be configured through this approach.

+

For more explanations, see the Documentation of the export-Mojo.

+
+

Configuration-Method-Precedence

+

The configuration is gathered in a fix order:

+
    +
  1. hibernate.properties
  2. +
  3. maven-properties
  4. +
  5. plugin-configuration
+

If you are in doubt about where a configuration-value comes from, run maven with the debug-output enabled: mvn -X hibernate4:export and be aware, that maven-properties can be overwitten on the command-line, in your ~/.m2/settings.xml and in a profile.

+

The plugin-configuration comes last and overwrites everything else. That way, you can be sure, that a configuration-value, that is specified in the plugin-configuration will never be overwritten by any other configuration-method.

+

If you realy need to overwrite plugin-configuration-values with maven-properties, you can use maven-properties in the plugin-configuration:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <password>${my-password-property}</password>
+  </configuration>
+</plugin>
+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - CPD Report

+
+

CPD Results

+

The following document contains the results of PMD's CPD 4.3.

+
+

Duplications

+

CPD found no problems in your source code.

+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Enable Debug-Output

+

If you are new to hibernate4-maven-plugin, in many cases, the Configuration-Method-Precedence may be the source of configuration errors. To solve this problem, you should run maven with the debugging output enabled. For example, by executing:

+
+
mvn -X compile hibernate4:export 
+

(The compile might be necessary, because hibernate4-maven-plugin has to scan the compiled classes for annotations!)

+

Unlike the majority of the maven-plugins, hibernate4-maven-plugin was designed to give a good many hints, when debugging is enabled. Because, if you do not know, what went wrong, you can't fix it!

+

But be warned: hibernate4-maven-plugin tends to be very chatty ;)

+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Dependencies

+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
com.pyx4jmaven-plugin-log4j1.0.1jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-core3.0.4jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-plugin-api3.0.4jarThe Apache Software License, Version 2.0
org.hibernatehibernate-core4.2.5.FinaljarGNU Lesser General Public License
org.hibernatehibernate-envers4.2.5.FinaljarGNU Lesser General Public License
org.scannotationscannotation1.0.3jar-
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicense
antlrantlr2.7.7-jarBSD License
dom4jdom4j1.6.1-jar-
javassistjavassist3.12.1.GA-jarMPL 1.1-LGPL 2.1
log4jlog4j1.2.14-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-aether-provider3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-artifact3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-model3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-model-builder3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-repository-metadata3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-settings3.0.4-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-settings-builder3.0.4-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-classworlds2.4-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-component-annotations1.5.5-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-interpolation1.14-jarThe Apache Software License, Version 2.0
org.hibernatehibernate-entitymanager4.2.5.Final-jarGNU Lesser General Public License
org.hibernate.commonhibernate-commons-annotations4.0.2.Final-jarGNU LESSER GENERAL PUBLIC LICENSE
org.hibernate.javax.persistencehibernate-jpa-2.0-api1.0.1.Final-jarlicense.txt
org.javassistjavassist3.15.0-GA-jarMPL 1.1-LGPL 2.1-Apache License 2.0
org.jboss.loggingjboss-logging3.1.0.GA-jarGNU Lesser General Public License, version 2.1
org.jboss.spec.javax.transactionjboss-transaction-api_1.1_spec1.0.1.Final-jarCommon Development and Distribution License-GNU General Public License, Version 2 with the Classpath Exception
org.sonatype.aetheraether-api1.13.1-jarEclipse Public License, Version 1.0
org.sonatype.aetheraether-impl1.13.1-jarEclipse Public License, Version 1.0
org.sonatype.aetheraether-spi1.13.1-jarEclipse Public License, Version 1.0
org.sonatype.aetheraether-util1.13.1-jarEclipse Public License, Version 1.0
org.sonatype.plexusplexus-cipher1.4-jarApache Public License 2.0
org.sonatype.plexusplexus-sec-dispatcher1.3-jarApache Public License 2.0
org.sonatype.sisusisu-guava0.9.9-jarThe Apache Software License, Version 2.0
org.sonatype.sisusisu-guice3.1.0no_aopjarThe Apache Software License, Version 2.0
org.sonatype.sisusisu-inject-bean2.3.0-jarThe Apache Software License, Version 2.0-Eclipse Public License, Version 1.0
org.sonatype.sisusisu-inject-plexus2.3.0-jarEclipse Public License, Version 1.0
+
+

Project Dependency Graph

+ +
+

Dependency Tree

+
+
+

Licenses

+

Unamed: JPA 2.0 API

+

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

+

GNU LESSER GENERAL PUBLIC LICENSE: Hibernate Commons Annotations

+

Unknown: dom4j, scannotation

+

Common Development and Distribution License: Java Transaction API

+

LGPL 2.1: Javassist

+

GNU General Public License, Version 2 with the Classpath Exception: Java Transaction API

+

MPL 1.1: Javassist

+

The Apache Software License, Version 2.0: Hibernate 4 Maven Plugin, Log4j, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guava - Core Library, Sisu Guice - Core Library, Sisu-Inject-Bean : Aggregate OSGi bundle, maven-plugin-log4j

+

GNU Lesser General Public License: A Hibernate Core Module

+

GNU Lesser General Public License, version 2.1: JBoss Logging 3

+

BSD License: AntLR Parser Generator

+

Apache License 2.0: Javassist

+

Eclipse Public License, Version 1.0: Aether :: API, Aether :: Implementation, Aether :: SPI, Aether :: Utilities, Sisu-Inject-Bean : Aggregate OSGi bundle, Sisu-Inject-Plexus : Aggregate OSGi bundle

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJDK RevDebug
antlr-2.7.7.jar434.85 kB239224121.2debug
maven-plugin-log4j-1.0.1.jar3.64 kB12111.4debug
dom4j-1.6.1.jar306.54 kB208190141.3debug
javassist-3.12.1.GA.jar629.05 kB390366171.4debug
log4j-1.2.14.jar358.83 kB288256191.1debug
maven-aether-provider-3.0.4.jar55.17 kB402311.5debug
maven-artifact-3.0.4.jar50.87 kB5732111.5debug
maven-core-3.0.4.jar545.94 kB428350431.5debug
maven-model-3.0.4.jar159.72 kB675031.5debug
maven-model-builder-3.0.4.jar147.06 kB142109161.5debug
maven-plugin-api-3.0.4.jar48.16 kB462561.5debug
maven-repository-metadata-3.0.4.jar29.37 kB25721.5debug
maven-settings-3.0.4.jar45.57 kB331721.5debug
maven-settings-builder-3.0.4.jar40.41 kB533251.5debug
plexus-classworlds-2.4.jar45.96 kB523751.4debug
plexus-component-annotations-1.5.5.jar4.11 kB15311.5release
plexus-interpolation-1.14.jar59.64 kB604461.4debug
hibernate-core-4.2.5.Final.jar4.41 MB3,1912,9821701.6debug
hibernate-entitymanager-4.2.5.Final.jar473.46 kB334309151.6debug
hibernate-envers-4.2.5.Final.jar403.09 kB300253351.6debug
hibernate-commons-annotations-4.0.2.Final.jar79.91 kB826471.6debug
hibernate-jpa-2.0-api-1.0.1.Final.jar100.25 kB19017641.5debug
javassist-3.15.0-GA.jar633.06 kB391367171.4debug
jboss-logging-3.1.0.GA.jar59.34 kB554311.6debug
jboss-transaction-api_1.1_spec-1.0.1.Final.jar24.62 kB311821.6debug
scannotation-1.0.3.jar18.33 kB231321.5debug
aether-api-1.13.1.jar87.56 kB11696111.5debug
aether-impl-1.13.1.jar127.10 kB877321.5debug
aether-spi-1.13.1.jar15.07 kB331751.5debug
aether-util-1.13.1.jar126.98 kB11692141.5debug
plexus-cipher-1.4.jar13.18 kB20611.4debug
plexus-sec-dispatcher-1.3.jar27.89 kB311331.4debug
sisu-guava-0.9.9.jar1.44 MB1,1831,163101.5debug
sisu-guice-3.1.0-no_aop.jar349.05 kB31029581.5debug
sisu-inject-bean-2.3.0.jar282.29 kB256224151.5debug
sisu-inject-plexus-2.3.0.jar199.64 kB207163271.5debug
TotalSizeEntriesClassesPackagesJDK RevDebug
3611.69 MB9,1118,1335131.635
compile: 36compile: 11.69 MBcompile: 9,111compile: 8,133compile: 513-compile: 35
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
jbosshttp://repository.jboss.org/nexus/content/groups/public/YesYes
centralhttp://repo.maven.apache.org/maven2Yes-
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactapache.snapshotssonatype-nexus-snapshotsjbosscentral
antlr:antlr:jar:2.7.7--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
com.pyx4j:maven-plugin-log4j:jar:1.0.1---Found at http://repo.maven.apache.org/maven2
dom4j:dom4j:jar:1.6.1--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
javassist:javassist:jar:3.12.1.GA--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
log4j:log4j:jar:1.2.14---Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-aether-provider:jar:3.0.4---Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-artifact:jar:3.0.4---Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-core:jar:3.0.4---Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-model:jar:3.0.4---Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-model-builder:jar:3.0.4---Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-plugin-api:jar:3.0.4---Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-repository-metadata:jar:3.0.4---Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-settings:jar:3.0.4---Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-settings-builder:jar:3.0.4---Found at http://repo.maven.apache.org/maven2
org.codehaus.plexus:plexus-classworlds:jar:2.4--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.codehaus.plexus:plexus-interpolation:jar:1.14--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.hibernate:hibernate-core:jar:4.2.5.Final--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.hibernate:hibernate-entitymanager:jar:4.2.5.Final--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.hibernate:hibernate-envers:jar:4.2.5.Final--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.hibernate.common:hibernate-commons-annotations:jar:4.0.2.Final--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.javassist:javassist:jar:3.15.0-GA---Found at http://repo.maven.apache.org/maven2
org.jboss.logging:jboss-logging:jar:3.1.0.GA--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.1.Final--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.scannotation:scannotation:jar:1.0.3--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.sonatype.aether:aether-api:jar:1.13.1--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.sonatype.aether:aether-impl:jar:1.13.1--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.sonatype.aether:aether-spi:jar:1.13.1--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.sonatype.aether:aether-util:jar:1.13.1--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.sonatype.plexus:plexus-cipher:jar:1.4--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.sonatype.sisu:sisu-guava:jar:0.9.9--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.sonatype.sisu:sisu-inject-bean:jar:2.3.0--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0--Found at http://repository.jboss.org/nexus/content/groups/public/Found at http://repo.maven.apache.org/maven2
Totalapache.snapshotssonatype-nexus-snapshotsjbosscentral
36 (compile: 36)002436
+
+ +
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Dependency Information

+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.3</version>
+  <type>maven-plugin</type>
+</dependency>
+
+

Apache Buildr

+
+
'de.juplo:hibernate4-maven-plugin:maven-plugin:1.0.3'
+
+

Apache Ant

+
+
<dependency org="de.juplo" name="hibernate4-maven-plugin" rev="1.0.3">
+  <artifact name="hibernate4-maven-plugin" type="maven-plugin" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='de.juplo', module='hibernate4-maven-plugin', version='1.0.3')
+)
+
+

Grails

+
+
compile 'de.juplo:hibernate4-maven-plugin:1.0.3'
+
+

Leiningen

+
+
[de.juplo/hibernate4-maven-plugin "1.0.3"]
+
+

SBT

+
+
libraryDependencies += "de.juplo" %% "hibernate4-maven-plugin" % "1.0.3"
+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Distribution Management

+
+

Overview

+

The following is the distribution management information used by this project.

+ +
+

Snapshot Repository - sonatype-nexus-snapshots

https://oss.sonatype.org/content/repositories/snapshots/
+
+

Site - www.juplo.de

+

scp://juplo.de/var/www/juplo/hibernate4-maven-plugin-1.0.3

+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Parameter Documentation

+ + +
+

hibernate4:export

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.0.3:export

+ +

Description:

+ +
Goal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
delimiterString1.0Delimiter in output-file.
Default value is: ;.
User property is: hibernate.export.schema.delimiter.
driverClassNameString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
enversboolean1.0.3Generate envers schema for auditing tables.
Default value is: false.
User property is: hibernate.export.envers.
forceboolean1.0Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.


Default value is: false.
User property is: hibernate.export.force.
formatboolean1.0Format output-file.
Default value is: true.
User property is: hibernate.export.schema.format.
hibernateDialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
hibernateMappingString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
hibernateNamingStrategyString1.0.2Hibernate Naming Strategy
User property is: hibernate.ejb.naming_strategy.
hibernatePropertiesString1.0Path to Hibernate configuration file.
Default value is: ${project.build.outputDirectory}/hibernate.properties.
outputDirectoryString1.0Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additonally, all dependencies are scanned for annotated +classes.


User property is: project.build.outputDirectory.
outputFileString1.0Output file.
Default value is: ${project.build.directory}/schema.sql.
User property is: hibernate.export.schema.filename.
passwordString1.0Database password
User property is: hibernate.connection.password.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.


Default value is: compile.
User property is: hibernate.export.scan_dependencies.
scanTestClassesboolean1.0.1Wether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.


Default value is: false.
User property is: hibernate.export.scan_testclasses.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped excecution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The excecution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.


Default value is: false.
User property is: maven.test.skip.
targetString1.0Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +excecution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces excecution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A databaseconnection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be choosen.
Default value is: EXPORT.
User property is: hibernate.export.target.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!


User property is: project.build.testOutputDirectory.
typeString1.0Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
Default value is: BOTH.
User property is: hibernate.export.type.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+ +
+

Parameter Details

+ +

delimiter:

+ +
Delimiter in output-file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.delimiter
  • + +
  • Default: ;
  • +

+

driverClassName:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

envers:

+ +
Generate envers schema for auditing tables.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.envers
  • + +
  • Default: false
  • +

+

force:

+ +
Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.format
  • + +
  • Default: true
  • +

+

hibernateDialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

hibernateMapping:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

hibernateNamingStrategy:

+ +
Hibernate Naming Strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.ejb.naming_strategy
  • +

+

hibernateProperties:

+ +
Path to Hibernate configuration file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • Default: ${project.build.outputDirectory}/hibernate.properties
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additonally, all dependencies are scanned for annotated +classes.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.filename
  • + +
  • Default: ${project.build.directory}/schema.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

scanDependencies:

+ +
Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_dependencies
  • + +
  • Default: compile
  • +

+

scanTestClasses:

+ +
Wether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.1
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_testclasses
  • + +
  • Default: false
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped excecution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The excecution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: maven.test.skip
  • + +
  • Default: false
  • +

+

target:

+ +
Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +excecution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces excecution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A databaseconnection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be choosen.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.target
  • + +
  • Default: EXPORT
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

type:

+ +
Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.type
  • + +
  • Default: BOTH
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Force Exceution

+

The hibernate4-maven-plugin computes MD5-sums for all found annotated classes and stores them together with the generated schema. If no classes were changed or added and the dialect wasn't changed too, it automatically skips the configured schema-export, to speed up the development cycle.

+

The plugin signals, that the execution was skipped by setting the maven property $hibernate.export.skipped to true. This may be helpful, because other plugins like dbunit-plugin may fail, when the execution is skipped.

+

If you need the hibernate4-maven-plugin to never skip execution automatically, you can force it to do so, if you set the parameter force to true:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <configuration>
+    <force>true</force>
+  </configuration>
+</plugin>
+

Or you may specify -Dhibernate.export.force=true at the command line, if you want to force hibernate4-maven-plugin only once.

+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - + hibernate4:help

+ + +
+

hibernate4:help

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.0.3:help

+ +

Description:

+ +
Display help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+ +

Attributes:

+ +
    + +
  • The goal is thread-safe and supports parallel builds.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
detailboolean-If true, display all settable properties for each +goal.
Default value is: false.
User property is: detail.
goalString-The name of the goal for which to show help. If unspecified, all +goals will be displayed.
User property is: goal.
indentSizeint-The number of spaces per indentation level, should be positive.
Default value is: 2.
User property is: indentSize.
lineLengthint-The maximum length of a display line, should be positive.
Default value is: 80.
User property is: lineLength.
+
+ +
+

Parameter Details

+ +

detail:

+ +
If true, display all settable properties for each +goal.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: detail
  • + +
  • Default: false
  • +

+

goal:

+ +
The name of the goal for which to show help. If unspecified, all +goals will be displayed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: goal
  • +

+

indentSize:

+ +
The number of spaces per indentation level, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: indentSize
  • + +
  • Default: 2
  • +

+

lineLength:

+ +
The maximum length of a display line, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: lineLength
  • + +
  • Default: 80
  • +
+
+
+ + +
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.

+

hibernate4-maven-plugin is a plugin for generating a database-schema from your Hibernate-4-Mappings and create or update your database accordingly. Its main usage is to automatically create and populate a test-database for unit-tests in cooperation with the dbunit-maven-plugin.

+

The plugin was designed with three main goals in mind:

+
    +
  • It should be easy to use.
  • +
  • It should be maximal unlikely, to erase a producation-database by accident.
  • +
  • It should not slow down the development cycle.
+

To achieve the first goal, the convention-over-configuration paradigma was applied and the plugin was stuffed with usefull logging-messages. So, if in doubt, just turn on the debugging output with the mvn -X ....

+

To achieve the second goal, the precedence in which the configuration locations are consulted was layouted in a way that makes it possible, to prevent overwrites of the wrong database by accident.

+

Last but not least, in order to not slow down the development cycle, the hibernate4-maven-plugin only executes the schema-export, if the mapping or the dialect changes (or if you force it to do so).

+

For more information about the inspiration to write this tiny plugin, read our blog-article about the hibernate4-maven-plugin.

+
+

Documentation

+
    +
  • See Configuration Examples for Usage-Explanations and simple examples of how to use this plugin.
  • +
  • See hibernate4:export and Plugin Documentation for the full autogenerated documentation. These are mostly configuration-options of the Hibernate-Tools SchemaExport and SchemaUpdate, that do the work in the background.
+
+

Releases

+
+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Continuous Integration

+
+

Overview

+

This project uses Continuum.

+
+

Access

+

The following is a link to the continuous integration system used by the project.

+
+
+

Notifiers

+

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

+ + + + + + + + +
TypeAddressConfiguration
mailkai@juplo.de-
+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Issue Tracking

+

There is no bug-tracking system set up for this project!

+

Please send your bug-reports, questions or feature-requests directly to the developer.

+
+ +
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Project License

+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project License

+
+

The Apache Software License, Version 2.0

+

A business-friendly OSS license

+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Mailing Lists

+

There are no mailinglists defined for this project!

+

Please send your bug-reports, questions or feature-requests directly to the developer.

+
+ +
+
+
+
+ +
+
+ + + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Known Pitfalls (FAQ)

+
+

Annotated classes in dependencies are not found.

+

hibernate4-maven-plugin does not scan transitive dependencies for annotated classes. If some of your annotated classes are hidden in a transitive dependency, you can simply add that dependency explicitly.

+
+

hibernate4-maven-plugin always needs a database-connection

+

The default-configuration uses the EXPORT-target of the SchemaExport-Tool. If you do not need to create a database with the evaluated schema, you can use the NONE- or the SCRIPT-target. This can be achieved with the command-line parameter -Dhibernate.export.target=SCRIPT or with the following configuration:

+
+
<configuration>
+  <target>SCRIPT</target>
+</configuration>
+

But even when no database is to be created, hibernate always needs to know the dialect. Hence, the plugin will fail if this parameter is missing!

+
+

Dependency for driver-class XYZ is missing

+

One regular problem is the scope of the jdbc-driver-dependency. It is very unlikely, that this dependency is needed at compile-time. So a tidy maven-developer would usually scope it for runtime.

+

But this will break the execution of the hibernate4-maven-plugin. Since it will not be able to see the needed dependency, it will fail with an error-message like:

+
+
[INFO] Gathered hibernate-configuration (turn on debugging for details):
+[INFO]   hibernate.connection.username = sa
+[INFO]   hibernate.connection.password = 
+[INFO]   hibernate.dialect = org.hibernate.dialect.HSQLDialect
+[INFO]   hibernate.connection.url = jdbc:hsqldb:/home/kai/mmf/target/mmf;shutdown=true
+[INFO]   hibernate.connection.driver_class = org.hsqldb.jdbcDriver
+[ERROR] Dependency for driver-class org.hsqldb.jdbcDriver is missing!
+[INFO] ------------------------------------------------------------------------
+[ERROR] BUILD ERROR
+[INFO] ------------------------------------------------------------------------
+[INFO] org.hsqldb.jdbcDriver
+[INFO] ------------------------------------------------------------------------
+[INFO] For more information, run Maven with the -e switch
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 2 seconds
+[INFO] Finished at: Thu Nov 29 11:31:14 CET 2012
+[INFO] Final Memory: 32M/342M
+[INFO] ------------------------------------------------------------------------
+

A quick workaround for this error would be, to delete the runtime-constraint for the jdbc-driver-dependency.

+

A much cleaner way is, to (additionally) ad the dependency, to the plugin-definition:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <dependencies>
+  <dependency>
+    <groupId>org.hsqldb</groupId>
+    <artifactId>hsqldb</artifactId>
+    <version>2.2.8</version>
+  </dependency>
+  </dependencies>
+</plugin>
+

This is also the best way, if you use a different jdbc-driver for testing, than in production. Because otherwise, this dependency will unnecessarily bloat the runtime-dependencies of your project.

+
+

DBUnit fails after execution of hibernate4 was skipped because nothing has changed

+

If hibernate4-maven-plugin skips its excecution, this may lead to errors in other plugins. For example, when importing sample-data in the automatically created database with the help of the dbunit-plugin, the CLEAN_INSERT-operation may fail because of foreign-key-constraints, if the database was not recreated, because the hibernate4-maven-plugin has skipped its excecution.

+

A quick fix to this problem is, to force hibernate4-maven-plugin to export the schema every time it is running. But to recreate the database on every testrun may noticeable slow down your development cycle, if you have to wait for slow IO.

+

To circumvent this problem, hibernate4-maven-plugin signals a skipped excecution by setting the maven property $hibernate.export.skipped to true. You can configure other plugins to react on this signal. For example, the dbunit-plugin can be configured to skip its excecution, if hibernate4-maven-plugin was skipped like this:

+
+
<plugin>
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>dbunit-maven-plugin</artifactId>
+  <configuration>
+    <skip>${hibernate.export.skipped}</skip>
+  </configuration>
+</plugin>
+
+

The database will not be recreated after a manual drop/clean

+

If one manually drops the database or removes the hsqldb-files, it will not be recreated by the hibernate4-maven-plugin, because it cannot detect, that the database needs to be recreated. This happens, because the plugin will not recreate the database if neither the configuration nor the annotated classes have changed, because an unnecessary drop-create-cycle might take a long time. The plugin will report that like this:

+
+
[INFO] No modified annotated classes found and dialect unchanged.
+[INFO] Skipping schema generation!
+

If one always uses mvn clean for cleanup, this will not happen. Otherwise the recreation must be forced:

+
+
mvn hibernate4:export -Dhibernate.export.force=true
+
+

The hibernate4:export goal is not executed, when tests are skipped

+

The hibernate4-maven-plugin automatically skips its execution, when maven.test.skip is set to true. If you need it to be always executed, you can configure that explicitly like this:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+

Background-information for this design-decission can be found on the extra page To skip or not to skip: that is the question...

+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Plugin Documentation

+
+

Plugin Documentation

+

Goals available for this plugin:

+ + + + + + + + + +
GoalDescription
hibernate4:exportGoal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
hibernate4:helpDisplay help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+
+

System Requirements

+

The following specifies the minimum requirements to run this Maven plugin:

+ + + + + + + + + + + + +
Maven2.0.6
JDK1.6
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.
+
+

Usage

+

You should specify the version in your project's plugin configuration:

+
+
<project>
+  ...
+  <build>
+    <!-- To define the plugin version in your parent POM -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>de.juplo</groupId>
+          <artifactId>hibernate4-maven-plugin</artifactId>
+          <version>1.0.3</version>
+        </plugin>
+        ...
+      </plugins>
+    </pluginManagement>
+    <!-- To use the plugin goals in your POM or parent POM -->
+    <plugins>
+      <plugin>
+        <groupId>de.juplo</groupId>
+        <artifactId>hibernate4-maven-plugin</artifactId>
+        <version>1.0.3</version>
+      </plugin>
+      ...
+    </plugins>
+  </build>
+  ...
+</project>
+
+

For more information, see "Guide to Configuring Plug-ins"

+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Plugin Management

+
+

Project Plugin Management

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-antrun-plugin1.3
org.apache.maven.pluginsmaven-assembly-plugin2.2-beta-5
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-release-plugin2.1
org.apache.maven.pluginsmaven-site-plugin3.3
+
+ +
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Project Plugins

+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.3
org.apache.maven.pluginsmaven-compiler-plugin2.0.2
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-enforcer-plugin1.0
org.apache.maven.pluginsmaven-install-plugin2.3
org.apache.maven.pluginsmaven-jar-plugin2.2
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-resources-plugin2.3
org.apache.maven.pluginsscp://people.apache.org/www/maven.apache.org/scm/maven-scm-plugin1.7
org.apache.maven.pluginsmaven-site-plugin3.3
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.10
+
+

Project Report Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.7.1
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-jxr-plugin2.3
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-pmd-plugin2.7.1
org.apache.maven.pluginsmaven-site-plugin3.3
+
+ +
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - PMD Report

+
+

PMD Results

+

The following document contains the results of PMD 4.3.

+
+

Files

+

PMD found no problems in your source code.

+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Project Information

+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
AboutPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project LicenseThis is a link to the definitions of project licenses.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Project SummaryThis document lists other related information of this project
DependenciesThis document lists the project's dependencies and provides information on each dependency.
+
+ +
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Project Reports

+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + + + + + + + + + + +
DocumentDescription
JavaDocsJavaDoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
PMD ReportVerification of coding rules.
CPD ReportDuplicate code detection.
Plugin DocumentationThis report provides goals and parameters documentation of a plugin.
+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Project Summary

+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameHibernate 4 Maven Plugin
DescriptionPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Homepagehttp://juplo.de/hibernate4-maven-plugin
+
+

Project Organization

+

This project does not belong to an organization.

+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdde.juplo
ArtifactIdhibernate4-maven-plugin
Version1.0.3
Typemaven-plugin
JDK Rev1.6
+
+ +
+
+
+
+ +
+
+ + + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Skipping Execution

+

In most use-cases, the hibernate4-maven-plugin is used to create a test-database automatically. In this use-cases, it is very likely, that it will result in mistakes/errors, if the goal is executed, when the tests are skipped. For example, one might manually overwrite the database-url with the url of the production-database, in order to run other tests, like starting a local webserver with the jetty-maven-plugin. If the export-goal would be executed in such a scenario, it might erase the hole production-database, which is not very desireable.

+

Because of this, the configuration-parameter skip defaults to the value of the proptery maven.test.skip. This way, the execution of the hibernate4-maven-plugin is skipped automatically, when the tests are skipped. Think of it as a build-in security-belt.

+

If you do not like that, because you need the plugin to always execute the export-goal, even if the tests are skipped you can configure that explicitly, by setting the configuration-parameter skip to false:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+

Or, if you want the export-goal to be executed by default and to be skipped if you say so, you can bind the value of the configuration-parameter skip to a custom property. For example:

+
+
<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>${foo.bar}</skip>
+  </configuration>
+</plugin>
+

This way, the export-goal would be skipped, if you set the property foo.bar to true. For example, if you specify -Dfoo.bar=true on the command-line.

+
+
+ +

+ + Built by Maven + +

+
+
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Source Repository

+
+

Overview

+

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

+
+

Web Access

+

The following is a link to the online source repository.

+
+
+

Anonymous access

+

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone http://juplo.de/git/hibernate4-maven-plugin
+
+

Developer access

+

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

+
+
$ git clone ssh://juplo.de/var/lib/git/juplo/hibernate4-maven-plugin
+
+

Access from behind a firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+ +
+
+
+
+ +
+
+ + + + + + + + + +
+ + +
+
+
+

Hibernate 4 Maven Plugin - Project Team

+
+

The Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + +
ImageIdNameEmail
kaiKai Moritzkai@juplo.de
+
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageNameEmail
Adriano Machadoadriano.m.machado@hotmail.com
Lorenzo Nicoralorenzo.nicora@nicus.it
Eduard Szenteeduard.szente@gmail.com
Stephen Johnsonstejohns@redhat.com
Victor Tataivtatai@gmail.com
Erik-Berndt Schepererik.berndt.scheper@gmail.com
Guido WimmelWimmel.Guido@swm.de
+
+ +
+
+
+
+ +
+
+ + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..11a1ce02 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,437 @@ + + + + + + +Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class Hbm2DdlMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.Hbm2DdlMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class Hbm2DdlMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..64a772fa --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,298 @@ + + + + + + +HelpMojo (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class HelpMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.HelpMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class HelpMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Display help information on hibernate4-maven-plugin.
    + Call mvn hibernate4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
    Version:
    +
    +
    Author:
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface org.apache.maven.plugin.Mojo

        +ROLE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HelpMojo() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HelpMojo

        +
        public HelpMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoExecutionException
        +
        Throws:
        +
        org.apache.maven.plugin.MojoExecutionException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..a6e39ab2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,323 @@ + + + + + + +ValidationConfiguration (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class ValidationConfiguration

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.hibernate.cfg.Configuration
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.ValidationConfiguration
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class ValidationConfiguration
    +extends org.hibernate.cfg.Configuration
    +
    This integration is usually performed by BeanValidationIntegrator. + Unfortunately, that integration will only be activated upon + initialization of the ServiceRegistry, which initializes + DatasourceConnectionProviderImpl, which looks up the datasource, + which requires a JNDI context ... + We therefore reimplement the relevant parts of BeanValidatorIntegrator. + Since that must occur after secondPassCompile(), which is invoked by + Configuration.generateSchemaCreationScript, which is invoked by + SchemaExport, some fancy subclassing is needed to invoke the integration + at the right time.
    +
    Author:
    +
    Mark Robinson , Frank Schimmel
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.hibernate.cfg.Configuration

        +org.hibernate.cfg.Configuration.MappingsImpl, org.hibernate.cfg.Configuration.MetadataSourceQueue
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.hibernate.cfg.Configuration

        +ARTEFACT_PROCESSING_ORDER, auxiliaryDatabaseObjects, classes, collections, columnNameBindingPerTable, DEFAULT_ARTEFACT_PROCESSING_ORDER, DEFAULT_CACHE_CONCURRENCY_STRATEGY, extendsQueue, fetchProfiles, filterDefinitions, imports, metadataSourceQueue, namedEntityGraphMap, namedProcedureCallMap, namedQueries, namedSqlQueries, namingStrategy, propertyReferences, secondPasses, settingsFactory, sqlFunctions, sqlResultSetMappings, tableNameBinding, tables, typeDefs, USE_NEW_ID_GENERATOR_MAPPINGS, xmlHelper
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voidsecondPassCompile() 
      +
        +
      • + + +

        Methods inherited from class org.hibernate.cfg.Configuration

        +add, addAnnotatedClass, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAuxiliaryDatabaseObject, addCacheableFile, addCacheableFile, addCacheableFileStrictly, addClass, addDirectory, addDocument, addFetchProfile, addFile, addFile, addFilterDefinition, addInputStream, addJar, addPackage, addProperties, addResource, addResource, addSqlFunction, addURL, addXML, buildMapping, buildMappings, buildSessionFactory, buildSessionFactory, buildSettings, buildSettings, configure, configure, configure, configure, configure, createMappings, doConfigure, doConfigure, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, generateSchemaUpdateScriptList, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getCurrentTenantIdentifierResolver, getEntityNotFoundDelegate, getEntityResolver, getEntityTuplizerFactory, getFilterDefinitions, getIdentifierGeneratorFactory, getImports, getInterceptor, getJaccPermissionDeclarations, getMappedSuperclassMappings, getMappedSuperclassMappingsCopy, getNamedEntityGraphs, getNamedProcedureCallMap, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getProperties, getProperty, getReflectionManager, getSessionFactoryObserver, getSqlFunctions, getSqlResultSetMappings, getTableMappings, getTypeResolver, iterateFetchProfiles, iterateGenerators, mergeProperties, registerTypeContributor, registerTypeOverride, registerTypeOverride, registerTypeOverride, reset, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCurrentTenantIdentifierResolver, setEntityNotFoundDelegate, setEntityResolver, setInterceptor, setNamingStrategy, setPrecedence, setProperties, setProperty, setSessionFactoryObserver, validateSchema
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ValidationConfiguration

        +
        public ValidationConfiguration(String dialectClass)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        secondPassCompile

        +
        protected void secondPassCompile()
        +                          throws org.hibernate.metamodel.source.MappingException
        +
        +
        Overrides:
        +
        secondPassCompile in class org.hibernate.cfg.Configuration
        +
        Throws:
        +
        org.hibernate.metamodel.source.MappingException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html new file mode 100644 index 00000000..8d2812db --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.Hbm2DdlMojo

+
+
No usage of de.juplo.plugins.hibernate4.Hbm2DdlMojo
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html new file mode 100644 index 00000000..613dab36 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.HelpMojo (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.HelpMojo

+
+
No usage of de.juplo.plugins.hibernate4.HelpMojo
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html new file mode 100644 index 00000000..4db9c94c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.ValidationConfiguration (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.ValidationConfiguration

+
+
No usage of de.juplo.plugins.hibernate4.ValidationConfiguration
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..f2ecbe4b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.4 API) + + + + +

de.juplo.plugins.hibernate4

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..9310db9c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,150 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Package de.juplo.plugins.hibernate4

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Hbm2DdlMojo +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
    HelpMojo +
    Display help information on hibernate4-maven-plugin.
    +
    ValidationConfiguration +
    This integration is usually performed by BeanValidationIntegrator.
    +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-tree.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-tree.html new file mode 100644 index 00000000..d6a95fb2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-tree.html @@ -0,0 +1,140 @@ + + + + + + +de.juplo.plugins.hibernate4 Class Hierarchy (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package de.juplo.plugins.hibernate4

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • +
    • org.hibernate.cfg.Configuration (implements java.io.Serializable) + +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-use.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-use.html new file mode 100644 index 00000000..7f0dc715 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/de/juplo/plugins/hibernate4/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + + + + +
+

Uses of Package
de.juplo.plugins.hibernate4

+
+
No usage of de.juplo.plugins.hibernate4
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/deprecated-list.html new file mode 100644 index 00000000..aa599045 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/deprecated-list.html @@ -0,0 +1,117 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/help-doc.html new file mode 100644 index 00000000..46b16015 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/help-doc.html @@ -0,0 +1,222 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/index-all.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/index-all.html new file mode 100644 index 00000000..4ace7182 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/index-all.html @@ -0,0 +1,233 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
D E H M N O P S T U V  + + +

D

+
+
de.juplo.plugins.hibernate4 - package de.juplo.plugins.hibernate4
+
 
+
DIALECT - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
DRIVER_CLASS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

E

+
+
ENVERS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.HelpMojo
+
EXPORT_SKIPPED_PROPERTY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

H

+
+
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
+
+
Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
+
+
Hbm2DdlMojo() - Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
HelpMojo - Class in de.juplo.plugins.hibernate4
+
+
Display help information on hibernate4-maven-plugin.
+
+
HelpMojo() - Constructor for class de.juplo.plugins.hibernate4.HelpMojo
+
 
+
+ + + +

M

+
+
MD5S - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

N

+
+
NAMING_STRATEGY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

O

+
+
org.hibernate.cfg.beanvalidation - package org.hibernate.cfg.beanvalidation
+
 
+
+ + + +

P

+
+
PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

S

+
+
secondPassCompile() - Method in class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+ + + +

T

+
+
TypeSafeActivatorAccessor - Class in org.hibernate.cfg.beanvalidation
+
+
This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
+
+
TypeSafeActivatorAccessor() - Constructor for class org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
+
 
+
+ + + +

U

+
+
URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

V

+
+
ValidationConfiguration - Class in de.juplo.plugins.hibernate4
+
+
This integration is usually performed by BeanValidationIntegrator.
+
+
ValidationConfiguration(String) - Constructor for class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+D E H M N O P S T U V 
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/index.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/index.html new file mode 100644 index 00000000..b5c8a14a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/index.html @@ -0,0 +1,68 @@ + + + + + + +Hibernate 4 Maven Plugin 1.0.4 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/options b/dist/hibernate4-maven-plugin-1.0.4/apidocs/options new file mode 100644 index 00000000..746c81e1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/options @@ -0,0 +1,24 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/classes:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.1.Final/hibernate-entitymanager-4.3.1.Final.jar:/home/kai/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar:/home/kai/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar:/home/kai/.m2/repository/org/hibernate/hibernate-envers/4.3.1.Final/hibernate-envers-4.3.1.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar:/home/kai/.m2/repository/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar:/home/kai/.m2/repository/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.jar:/home/kai/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-validator/4.3.1.Final/hibernate-validator-4.3.1.Final.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar:/home/kai/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar:/home/kai/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar:/home/kai/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar:/home/kai/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.3.1.Final/hibernate-core-4.3.1.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar:/home/kai/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/src/main/java:/home/kai/juplo/hibernate4-maven-plugin/target/generated-sources/plugin' +-author +-bottom +'Copyright © 2014. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.0.4 API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.0.4 API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..8aca00ef --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,309 @@ + + + + + + +TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + + + + + +
+
org.hibernate.cfg.beanvalidation
+

Class TypeSafeActivatorAccessor

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TypeSafeActivatorAccessor
    +extends Object
    +
    This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
    +
    Author:
    +
    Frank Schimmel
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TypeSafeActivatorAccessor

        +
        public TypeSafeActivatorAccessor()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        validateSuppliedFactory

        +
        public static void validateSuppliedFactory(Object arg0)
        +
      • +
      + + + +
        +
      • +

        activate

        +
        public static void activate(org.hibernate.cfg.beanvalidation.ActivationContext arg0)
        +
      • +
      + + + +
        +
      • +

        applyCallbackListeners

        +
        public static void applyCallbackListeners(javax.validation.ValidatorFactory arg0,
        +                          org.hibernate.cfg.beanvalidation.ActivationContext arg1)
        +
      • +
      + + + +
        +
      • +

        applyRelationalConstraints

        +
        public static void applyRelationalConstraints(javax.validation.ValidatorFactory arg0,
        +                              Collection<org.hibernate.mapping.PersistentClass> arg1,
        +                              Properties arg2,
        +                              org.hibernate.dialect.Dialect arg3)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..a570654e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor

+
+
No usage of org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..36c669ea --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.4 API) + + + + +

org.hibernate.cfg.beanvalidation

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..3b204797 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,138 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Package org.hibernate.cfg.beanvalidation

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    TypeSafeActivatorAccessor +
    This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
    +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html new file mode 100644 index 00000000..17985c8d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html @@ -0,0 +1,130 @@ + + + + + + +org.hibernate.cfg.beanvalidation Class Hierarchy (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package org.hibernate.cfg.beanvalidation

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-use.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-use.html new file mode 100644 index 00000000..0062ecbe --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/org/hibernate/cfg/beanvalidation/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + + + + +
+

Uses of Package
org.hibernate.cfg.beanvalidation

+
+
No usage of org.hibernate.cfg.beanvalidation
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-frame.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-frame.html new file mode 100644 index 00000000..ad93ecd5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-frame.html @@ -0,0 +1,22 @@ + + + + + + +Overview List (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + +

 

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-summary.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-summary.html new file mode 100644 index 00000000..1d6d6993 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-summary.html @@ -0,0 +1,135 @@ + + + + + + +Overview (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Hibernate 4 Maven Plugin 1.0.4 API

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
de.juplo.plugins.hibernate4 
org.hibernate.cfg.beanvalidation 
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-tree.html new file mode 100644 index 00000000..1d8569ce --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/overview-tree.html @@ -0,0 +1,142 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/package-list b/dist/hibernate4-maven-plugin-1.0.4/apidocs/package-list new file mode 100644 index 00000000..b80422d3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/package-list @@ -0,0 +1,2 @@ +de.juplo.plugins.hibernate4 +org.hibernate.cfg.beanvalidation diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/packages b/dist/hibernate4-maven-plugin-1.0.4/apidocs/packages new file mode 100644 index 00000000..ad55515c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/packages @@ -0,0 +1,2 @@ +de.juplo.plugins.hibernate4 +org.hibernate.cfg.beanvalidation \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/resources/background.gif b/dist/hibernate4-maven-plugin-1.0.4/apidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/serialized-form.html b/dist/hibernate4-maven-plugin-1.0.4/apidocs/serialized-form.html new file mode 100644 index 00000000..a549ad1a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/serialized-form.html @@ -0,0 +1,187 @@ + + + + + + +Serialized Form (Hibernate 4 Maven Plugin 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Serialized Form

+
+
+
    +
  • +

    Package de.juplo.plugins.hibernate4

    + +
  • +
  • +

    Package org.hibernate.cfg.beanvalidation

    +
      +
    • + + +

      Class org.hibernate.cfg.beanvalidation.BeanValidationEventListener extends Object implements Serializable

      +
        +
      • + + +

        Serialized Fields

        +
          +
        • +

          factory

          +
          javax.validation.ValidatorFactory factory
          +
        • +
        • +

          associationsPerEntityPersister

          +
          ConcurrentHashMap<K,V> associationsPerEntityPersister
          +
        • +
        • +

          groupsPerOperation

          +
          org.hibernate.cfg.beanvalidation.GroupsPerOperation groupsPerOperation
          +
        • +
        • +

          initialized

          +
          boolean initialized
          +
        • +
        +
      • +
      +
    • +
    • + + +

      Class org.hibernate.cfg.beanvalidation.IntegrationException extends org.hibernate.HibernateException implements Serializable

      +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/apidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.4/apidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/apidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dist/hibernate4-maven-plugin-1.0.4/configuration.html b/dist/hibernate4-maven-plugin-1.0.4/configuration.html new file mode 100644 index 00000000..62766ab1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/configuration.html @@ -0,0 +1,390 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Configuration Examples + + + + + + + + + + + + +
+ + +
+
+

Configuration Examples

+ + + + +
+

Configuration through a hibernate.properties-File

+ +

+ The most simple way to configure the plugin is, to put all the + hibernate-configuration in a hibernate.properties-file on your + classpath. Put the file in the resources-folder. Maven will put + it in the class-folder of your webapp, where it will be picked up + by this plugin as well as by Hibernate 4. +

+ +

+ Doing so, the only additionally configuration needed, to activat the plugin + is the following entry in the plugins-section of your pom.xml: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.4</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+ +

+ But be aware, that in this case the database-url, that is + build in the application is the same that is used while testing, where + the database is droped and recreated by the plugin. + Because of that, + + you should never fire up this configuration on your production + system, or your database might be erased! + +

+ +

+ A better approach is, to specify a different url for testing like in the + following snippet: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.4</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>
+ +

+ Configuration properties, that are set in the configuration-section + of the plugin-configuration cannnot be overwritten elsewere (for details + see Configuration-Method-Precedence). + You never can overwrite them by accident when specifying a property on + the commandline or in your settings.xml. +

+
+
+

Configuration through maven-properties

+ +

+ Alternatively, it is possible, to configure the plugin via maven-properties. + Each relevant configuration-option has a corresponding maven-property + (for a full list see the Documentation of the export-Mojo). + These are named after the + Hibernate JDBC Properties: +

+ +
    + +
  • hibernate.connection.driver_class
  • + +
  • hibernate.dialect
  • + +
  • hibernate.connection.url
  • + +
  • hibernate.connection.username
  • + +
  • hibernate.connection.password
  • +
+ +

+ So, instead of writing the hibernate-configuration in the properties-file, + like above, you could put it in the properties-section of your + pom.xml. +

+ +

+ Thogether with the plugin-definition from above, the following would + be a complete configuration (again, the database-url was overwritten in + the plugin-configuration, to be sure to have a separate database for + testing): +

+ +
+
+<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
+
+...
+
+<plugins>
+
+  ...
+
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate4-maven-plugin</artifactId>
+    <version>1.0.4</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>export</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
+
+<plugins>
+
+
+

Configuration through the plugin-configuration

+ +

+ A third way for configuring the plugin is the plugin-configuration. + The relevant configuration-parameters are: +

+ +
    + +
  • driverClassName
  • + +
  • hibernateDialect
  • + +
  • url
  • + +
  • username
  • + +
  • password
  • +
+ +

+ The equivalent of the configuration from the last section would look + like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.4</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <driverClassName>org.hsqldb.jdbcDriver</driverClassName>
+    <hibernateDialect>org.hibernate.dialect.HSQLDialect</hibernateDialect>
+    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+    <username>sa</username>
+    <password></password>
+  </configuration>
+</plugin>
+ +

+ The parameter hibernateProperties (name of the hibernate-properties-file + to use, defaults to hibernate.properties) can only be configured through + this approach. +

+ +

+ For more explanations, see the + Documentation of the export-Mojo. +

+
+
+

Configuration-Method-Precedence

+ +

+ The configuration is gathered in a fix order: +

+ +
    + +
  1. hibernate.properties
  2. + +
  3. maven-properties
  4. + +
  5. plugin-configuration
  6. +
+ +

+ If you are in doubt about where a configuration-value comes from, run + maven with the debug-output enabled: mvn -X hibernate4:export + and be aware, that maven-properties can be overwitten on the command-line, + in your ~/.m2/settings.xml and in a profile. +

+ +

+ The plugin-configuration comes last and overwrites everything else. + That way, you can be sure, that a configuration-value, that is + specified in the plugin-configuration will never be overwritten by any + other configuration-method. +

+ +

+ If you need to overwrite plugin-configuration-values with + maven-properties, you can use maven-properties in the plugin-configuration: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.4</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <password>${my-password-property}</password>
+  </configuration>
+</plugin>
+
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/cpd.html b/dist/hibernate4-maven-plugin-1.0.4/cpd.html new file mode 100644 index 00000000..b91745cf --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/cpd.html @@ -0,0 +1,160 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - CPD Report + + + + + + + + + + + + +
+ + +
+
+

CPD Report

+
+

CPD Results

+

The following document contains the results of PMD's CPD 4.3.

+
+

Duplications

+

CPD found no problems in your source code.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/cpd.xml b/dist/hibernate4-maven-plugin-1.0.4/cpd.xml new file mode 100644 index 00000000..4a4568b3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/cpd.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/css/site.css b/dist/hibernate4-maven-plugin-1.0.4/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/debugging.html b/dist/hibernate4-maven-plugin-1.0.4/debugging.html new file mode 100644 index 00000000..20a5f98f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/debugging.html @@ -0,0 +1,162 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Enable Debug-Output + + + + + + + + + + + + +
+ + +
+
+

Enable Debug-Output

+ + + + +

+ If you are new to hibernate4-maven-plugin, in many cases, the + {Configuration-Method-Precedence} may be the source of configuration + errors. + To solve this problem, you should run maven with the debugging output + enabled. + For example, by executing: +

+ +
+
+mvn -X compile hibernate4:export
+ +

+ (The compile might be necessary, because hibernate4-maven-plugin + has to scan the compiled classes for annotations!) +

+ +

+ Unlike the majority of the maven-plugins, hibernate4-maven-plugin was + designed to give a good many hints, when debugging is enabled. + Because, if you do not know, what went wrong, you can't fix it! +

+ +

+ But be warned: hibernate4-maven-plugin tends to be very chatty ;) +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/dependencies.html b/dist/hibernate4-maven-plugin-1.0.4/dependencies.html new file mode 100644 index 00000000..9987f376 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/dependencies.html @@ -0,0 +1,1919 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Dependencies + + + + + + + + + + + + +
+ + +
+
+

Dependencies

+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
com.pyx4jmaven-plugin-log4j1.0.1jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-core3.2.1jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-plugin-api3.2.1jarThe Apache Software License, Version 2.0
org.hibernatehibernate-core4.3.1.FinaljarGNU Lesser General Public License
org.hibernatehibernate-envers4.3.1.FinaljarGNU Lesser General Public License
org.hibernatehibernate-validator4.3.1.FinaljarApache License, Version 2.0
org.scannotationscannotation1.0.3jar-
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicense
antlrantlr2.7.7-jarBSD License
aopallianceaopalliance1.0-jarPublic Domain
com.google.code.findbugsjsr3051.3.9-jarThe Apache Software License, Version 2.0
com.google.guavaguava10.0.1-jarThe Apache Software License, Version 2.0
dom4jdom4j1.6.1-jar-
javassistjavassist3.12.1.GA-jarMPL 1.1-LGPL 2.1
javax.annotationjsr250-api1.0-jarCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.enterprisecdi-api1.0-jarApache License, Version 2.0
javax.injectjavax.inject1-jarThe Apache Software License, Version 2.0
javax.validationvalidation-api1.0.0.GA-jarlicense.txt
log4jlog4j1.2.14-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-aether-provider3.2.1-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-artifact3.2.1-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-model3.2.1-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-model-builder3.2.1-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-repository-metadata3.2.1-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-settings3.2.1-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-settings-builder3.2.1-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-classworlds2.5.1-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-component-annotations1.5.5-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-interpolation1.19-jarThe Apache Software License, Version 2.0
org.eclipse.aetheraether-api0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-impl0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-spi0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-util0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.inject0.0.0.M5-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.plexus0.0.0.M5-jarEclipse Public License, Version 1.0
org.hibernatehibernate-entitymanager4.3.1.Final-jarGNU Lesser General Public License
org.hibernate.commonhibernate-commons-annotations4.0.4.Final-jarGNU Lesser General Public License
org.hibernate.javax.persistencehibernate-jpa-2.1-api1.0.0.Final-jarEclipse Public License (EPL), Version 1.0-Eclipse Distribution License (EDL), Version 1.0
org.javassistjavassist3.18.1-GA-jarMPL 1.1-LGPL 2.1-Apache License 2.0
org.jbossjandex1.1.0.Final-jarAL 2.0
org.jboss.loggingjboss-logging3.1.3.GA-jarApache License, version 2.0
org.jboss.loggingjboss-logging-annotations1.2.0.Beta1-jarPublic Domain
org.jboss.spec.javax.transactionjboss-transaction-api_1.2_spec1.0.0.Final-jarCommon Development and Distribution License-GNU General Public License, Version 2 with the Classpath Exception
org.sonatype.plexusplexus-cipher1.4-jarApache Public License 2.0
org.sonatype.plexusplexus-sec-dispatcher1.3-jarApache Public License 2.0
org.sonatype.sisusisu-guice3.1.0no_aopjarThe Apache Software License, Version 2.0
xml-apisxml-apis1.0.b2-jarThe Apache Software License, Version 2.0
+
+

Project Dependency Graph

+ +
+

Dependency Tree

+
+
+

Licenses

+

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

+

Apache License, version 2.0: JBoss Logging 3

+

Public Domain: AOP alliance, JBoss Logging I18n Annotations

+

Unknown: dom4j, scannotation

+

Common Development and Distribution License: Java Transaction API

+

LGPL 2.1: Javassist

+

Apache License, Version 2.0: Bean Validation API, CDI APIs, Hibernate Validator Engine

+

MPL 1.1: Javassist

+

GNU General Public License, Version 2 with the Classpath Exception: Java Transaction API

+

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

+

The Apache Software License, Version 2.0: FindBugs-jsr305, Guava: Google Core Libraries for Java, Hibernate 4 Maven Plugin, Log4j, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, XML Commons External Components XML APIs, javax.inject, maven-plugin-log4j

+

GNU Lesser General Public License: Core Hibernate O/RM functionality, Entity versioning support, Hibernate Commons Annotations, Hibernate JPA Support

+

Eclipse Public License (EPL), Version 1.0: Java Persistence API, Version 2.1

+

BSD License: AntLR Parser Generator

+

AL 2.0: Java Annotation Indexer

+

Apache License 2.0: Javassist

+

Eclipse Public License, Version 1.0: Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus

+

Eclipse Distribution License (EDL), Version 1.0: Java Persistence API, Version 2.1

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJDK RevDebug
antlr-2.7.7.jar434.85 kB239224121.2debug
aopalliance-1.0.jar4.36 kB15921.3debug
jsr305-1.3.9.jar32.24 kB723531.5debug
guava-10.0.1.jar1.43 MB1,1851,164101.5debug
maven-plugin-log4j-1.0.1.jar3.64 kB12111.4debug
dom4j-1.6.1.jar306.54 kB208190141.3debug
javassist-3.12.1.GA.jar629.05 kB390366171.4debug
jsr250-api-1.0.jar5.71 kB161121.5debug
cdi-api-1.0.jar43.86 kB927571.5debug
javax.inject-1.jar2.44 kB8611.5release
validation-api-1.0.0.GA.jar46.32 kB907661.5debug
log4j-1.2.14.jar358.83 kB288256191.1debug
maven-aether-provider-3.2.1.jar59.92 kB402311.6debug
maven-artifact-3.2.1.jar52.39 kB5732111.6debug
maven-core-3.2.1.jar561.18 kB445359481.6debug
maven-model-3.2.1.jar156.11 kB675031.6debug
maven-model-builder-3.2.1.jar161.23 kB147114161.6debug
maven-plugin-api-3.2.1.jar44.76 kB462561.6debug
maven-repository-metadata-3.2.1.jar25.15 kB25721.6debug
maven-settings-3.2.1.jar41.80 kB331721.6debug
maven-settings-builder-3.2.1.jar41.74 kB533251.6debug
plexus-classworlds-2.5.1.jar48.63 kB523751.5debug
plexus-component-annotations-1.5.5.jar4.11 kB15311.5release
plexus-interpolation-1.19.jar60.25 kB604461.5debug
aether-api-0.9.0.M2.jar130.82 kB147126111.5debug
aether-impl-0.9.0.M2.jar141.47 kB988021.5debug
aether-spi-0.9.0.M2.jar17.29 kB361951.5debug
aether-util-0.9.0.M2.jar130.46 kB11893131.5debug
org.eclipse.sisu.inject-0.0.0.M5.jar284.57 kB23621981.5debug
org.eclipse.sisu.plexus-0.0.0.M5.jar191.94 kB196164201.5debug
hibernate-core-4.3.1.Final.jar4.97 MB3,6683,4211991.6debug
hibernate-entitymanager-4.3.1.Final.jar630.09 kB485442271.6debug
hibernate-envers-4.3.1.Final.jar415.84 kB310258381.6debug
hibernate-validator-4.3.1.Final.jar466.19 kB379319311.6debug
hibernate-commons-annotations-4.0.4.Final.jar73.55 kB796771.6debug
hibernate-jpa-2.1-api-1.0.0.Final.jar110.71 kB20720041.6debug
javassist-3.18.1-GA.jar697.46 kB414390171.6debug
jandex-1.1.0.Final.jar74.76 kB554411.6debug
jboss-logging-3.1.3.GA.jar55.84 kB574511.6debug
jboss-logging-annotations-1.2.0.Beta1.jar11.29 kB281611.6debug
jboss-transaction-api_1.2_spec-1.0.0.Final.jar27.07 kB352221.6debug
scannotation-1.0.3.jar18.33 kB231321.5debug
plexus-cipher-1.4.jar13.18 kB20611.4debug
plexus-sec-dispatcher-1.3.jar27.89 kB311331.4debug
sisu-guice-3.1.0-no_aop.jar349.05 kB31029581.5debug
xml-apis-1.0.b2.jar106.76 kB217184171.2release
TotalSizeEntriesClassesPackagesJDK RevDebug
4613.34 MB10,8049,5926181.643
compile: 46compile: 13.34 MBcompile: 10,804compile: 9,592compile: 618-compile: 43
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshotBlacklisted
plexus.snapshotshttps://oss.sonatype.org/content/repositories/plexus-snapshots-Yes-
apache.snapshotshttp://repository.apache.org/snapshots-Yes-
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes-
snapshots.jboss.orghttp://snapshots.jboss.org/maven2-Yes-
jbosshttp://repository.jboss.org/nexus/content/groups/public/YesYes-
oss.sonatype.org/jboss-snapshotshttp://oss.sonatype.org/content/repositories/jboss-snapshots-Yes-
centralhttp://repo.maven.apache.org/maven2Yes--
repository.jboss.orghttp://repository.jboss.org/maven2Yes-Yes
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactplexus.snapshotsapache.snapshotssonatype-nexus-snapshotssnapshots.jboss.orgjbossoss.sonatype.org/jboss-snapshotscentral
antlr:antlr:jar:2.7.7----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
aopalliance:aopalliance:jar:1.0----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
com.google.code.findbugs:jsr305:jar:1.3.9------Found at http://repo.maven.apache.org/maven2
com.google.guava:guava:jar:10.0.1------Found at http://repo.maven.apache.org/maven2
com.pyx4j:maven-plugin-log4j:jar:1.0.1------Found at http://repo.maven.apache.org/maven2
dom4j:dom4j:jar:1.6.1----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
javassist:javassist:jar:3.12.1.GA----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
javax.annotation:jsr250-api:jar:1.0------Found at http://repo.maven.apache.org/maven2
javax.enterprise:cdi-api:jar:1.0------Found at http://repo.maven.apache.org/maven2
javax.inject:javax.inject:jar:1------Found at http://repo.maven.apache.org/maven2
javax.validation:validation-api:jar:1.0.0.GA----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
log4j:log4j:jar:1.2.14------Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-aether-provider:jar:3.2.1------Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-artifact:jar:3.2.1------Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-core:jar:3.2.1------Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-model:jar:3.2.1------Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-model-builder:jar:3.2.1------Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-plugin-api:jar:3.2.1------Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-repository-metadata:jar:3.2.1------Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-settings:jar:3.2.1------Found at http://repo.maven.apache.org/maven2
org.apache.maven:maven-settings-builder:jar:3.2.1------Found at http://repo.maven.apache.org/maven2
org.codehaus.plexus:plexus-classworlds:jar:2.5.1----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.codehaus.plexus:plexus-interpolation:jar:1.19----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.eclipse.aether:aether-api:jar:0.9.0.M2------Found at http://repo.maven.apache.org/maven2
org.eclipse.aether:aether-impl:jar:0.9.0.M2------Found at http://repo.maven.apache.org/maven2
org.eclipse.aether:aether-spi:jar:0.9.0.M2------Found at http://repo.maven.apache.org/maven2
org.eclipse.aether:aether-util:jar:0.9.0.M2------Found at http://repo.maven.apache.org/maven2
org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M5------Found at http://repo.maven.apache.org/maven2
org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M5------Found at http://repo.maven.apache.org/maven2
org.hibernate:hibernate-core:jar:4.3.1.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.hibernate:hibernate-entitymanager:jar:4.3.1.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.hibernate:hibernate-envers:jar:4.3.1.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.hibernate:hibernate-validator:jar:4.3.1.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.hibernate.common:hibernate-commons-annotations:jar:4.0.4.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.javassist:javassist:jar:3.18.1-GA----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.jboss:jandex:jar:1.1.0.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.jboss.logging:jboss-logging:jar:3.1.3.GA----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.scannotation:scannotation:jar:1.0.3----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.sonatype.plexus:plexus-cipher:jar:1.4----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
xml-apis:xml-apis:jar:1.0.b2----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2
Totalplexus.snapshotsapache.snapshotssonatype-nexus-snapshotssnapshots.jboss.orgjbossoss.sonatype.org/jboss-snapshotscentral
46 (compile: 46)000024046
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/dependency-info.html b/dist/hibernate4-maven-plugin-1.0.4/dependency-info.html new file mode 100644 index 00000000..d3079cb5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/dependency-info.html @@ -0,0 +1,208 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Dependency Information + + + + + + + + + + + + +
+ + +
+
+

Dependency Information

+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.4</version>
+  <type>maven-plugin</type>
+</dependency>
+
+

Apache Buildr

+
+
'de.juplo:hibernate4-maven-plugin:maven-plugin:1.0.4'
+
+

Apache Ant

+
+
<dependency org="de.juplo" name="hibernate4-maven-plugin" rev="1.0.4">
+  <artifact name="hibernate4-maven-plugin" type="maven-plugin" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='de.juplo', module='hibernate4-maven-plugin', version='1.0.4')
+)
+
+

Grails

+
+
compile 'de.juplo:hibernate4-maven-plugin:1.0.4'
+
+

Leiningen

+
+
[de.juplo/hibernate4-maven-plugin "1.0.4"]
+
+

SBT

+
+
libraryDependencies += "de.juplo" %% "hibernate4-maven-plugin" % "1.0.4"
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/distribution-management.html b/dist/hibernate4-maven-plugin-1.0.4/distribution-management.html new file mode 100644 index 00000000..dd609fe7 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/distribution-management.html @@ -0,0 +1,179 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Distribution Management + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/export-mojo.html b/dist/hibernate4-maven-plugin-1.0.4/export-mojo.html new file mode 100644 index 00000000..82f6deed --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/export-mojo.html @@ -0,0 +1,835 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Parameter Documentation + + + + + + + + + + + + +
+ + +
+
+

Parameter Documentation

+ + +
+

hibernate4:export

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.0.4:export

+ +

Description:

+ +
Goal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
delimiterString1.0Delimiter in output-file.
Default value is: ;.
User property is: hibernate.export.schema.delimiter.
driverClassNameString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
enversboolean1.0.3Generate envers schema for auditing tables.
Default value is: false.
User property is: hibernate.export.envers.
forceboolean1.0Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.


Default value is: false.
User property is: hibernate.export.force.
formatboolean1.0Format output-file.
Default value is: true.
User property is: hibernate.export.schema.format.
hibernateDialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
hibernateMappingString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
hibernateNamingStrategyString1.0.2Hibernate Naming Strategy
User property is: hibernate.ejb.naming_strategy.
hibernatePropertiesString1.0Path to Hibernate configuration file.
Default value is: ${project.build.outputDirectory}/hibernate.properties.
outputDirectoryString1.0Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.


User property is: project.build.outputDirectory.
outputFileString1.0Output file.
Default value is: ${project.build.directory}/schema.sql.
User property is: hibernate.export.schema.filename.
passwordString1.0Database password
User property is: hibernate.connection.password.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.


Default value is: compile.
User property is: hibernate.export.scan_dependencies.
scanTestClassesboolean1.0.1Whether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.


Default value is: false.
User property is: hibernate.export.scan_testclasses.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.


Default value is: ${maven.test.skip}.
User property is: hibernate.skip.
targetString1.0Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +execution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces execution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A database connection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be chosen.
Default value is: EXPORT.
User property is: hibernate.export.target.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!


User property is: project.build.testOutputDirectory.
typeString1.0Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
Default value is: BOTH.
User property is: hibernate.export.type.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+ +
+

Parameter Details

+ +

delimiter:

+ +
Delimiter in output-file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.delimiter
  • + +
  • Default: ;
  • +

+

driverClassName:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

envers:

+ +
Generate envers schema for auditing tables.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.envers
  • + +
  • Default: false
  • +

+

force:

+ +
Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.format
  • + +
  • Default: true
  • +

+

hibernateDialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

hibernateMapping:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

hibernateNamingStrategy:

+ +
Hibernate Naming Strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.ejb.naming_strategy
  • +

+

hibernateProperties:

+ +
Path to Hibernate configuration file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • Default: ${project.build.outputDirectory}/hibernate.properties
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.filename
  • + +
  • Default: ${project.build.directory}/schema.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

scanDependencies:

+ +
Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_dependencies
  • + +
  • Default: compile
  • +

+

scanTestClasses:

+ +
Whether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.1
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_testclasses
  • + +
  • Default: false
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.skip
  • + +
  • Default: ${maven.test.skip}
  • +

+

target:

+ +
Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +execution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces execution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A database connection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be chosen.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.target
  • + +
  • Default: EXPORT
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

type:

+ +
Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.type
  • + +
  • Default: BOTH
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/force.html b/dist/hibernate4-maven-plugin-1.0.4/force.html new file mode 100644 index 00000000..527c78ac --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/force.html @@ -0,0 +1,172 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Force Exceution + + + + + + + + + + + + +
+ + +
+
+

Force Exceution

+ + + + +

+ The hibernate4-maven-plugin computes MD5-sums for all found annotated + classes and stores them together with the generated schema. + If no classes were changed or added and the dialect wasn't changed too, it + automatically skips the configured schema-export, to speed up the development + cycle. +

+ +

+ The plugin signals, that the execution was skipped by setting the maven + property $\{hibernate.export.skipped\} to true. + This may be helpful, because other plugins like + dbunit-plugin + may fail, when the execution is skipped. +

+ +

+ If you need the hibernate4-maven-plugin to <never skip execution automatically>, + you can force it to do so, if you set the parameter force to + true: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.4</version>
+  <configuration>
+    <force>true</force>
+  </configuration>
+</plugin>
+ +

+ Or you may specify -Dhibernate.export.force=true at the command line, + if you want to force hibernate4-maven-plugin only once. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/help-mojo.html b/dist/hibernate4-maven-plugin-1.0.4/help-mojo.html new file mode 100644 index 00000000..651e1a42 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/help-mojo.html @@ -0,0 +1,281 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - + hibernate4:help + + + + + + + + + + + + +
+ + +
+
+

+ hibernate4:help

+ + +
+

hibernate4:help

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.0.4:help

+ +

Description:

+ +
Display help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+ +

Attributes:

+ +
    + +
  • The goal is thread-safe and supports parallel builds.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
detailboolean-If true, display all settable properties for each +goal.
Default value is: false.
User property is: detail.
goalString-The name of the goal for which to show help. If unspecified, all +goals will be displayed.
User property is: goal.
indentSizeint-The number of spaces per indentation level, should be positive.
Default value is: 2.
User property is: indentSize.
lineLengthint-The maximum length of a display line, should be positive.
Default value is: 80.
User property is: lineLength.
+
+ +
+

Parameter Details

+ +

detail:

+ +
If true, display all settable properties for each +goal.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: detail
  • + +
  • Default: false
  • +

+

goal:

+ +
The name of the goal for which to show help. If unspecified, all +goals will be displayed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: goal
  • +

+

indentSize:

+ +
The number of spaces per indentation level, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: indentSize
  • + +
  • Default: 2
  • +

+

lineLength:

+ +
The maximum length of a display line, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: lineLength
  • + +
  • Default: 80
  • +
+
+
+ + +
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/images/close.gif b/dist/hibernate4-maven-plugin-1.0.4/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.4/index.html b/dist/hibernate4-maven-plugin-1.0.4/index.html new file mode 100644 index 00000000..721d21f1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/index.html @@ -0,0 +1,220 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - + + + + + + + + + + + + +
+ + +
+
+

+ + + + +

Hibernate 4 Maven Plugin

+ +
+

A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations

+ +

+ The hibernate4-maven-plugin is a plugin for generating a database-schema + from your Hibernate-4-Mappings and create or update your database + accordingly. + Its main usage is to automatically create and populate a test-database + for unit-tests in cooperation with the + dbunit-maven-plugin. +

+ +

+ The plugin was designed with three main goals in mind: +

+ +
    + +
  • It should be easy to use.
  • + +
  • It should be maximal unlikely, to erase a producation-database by accident.
  • + +
  • It should not slow down the development cycle.
  • +
+ +

+ To achieve the first goal, the convention-over-configuration paradigma + was applied and the plugin was stuffed with usefull logging-messages. + So, if in doubt, just turn on the debugging output with the mvn -X .... +

+ +

+ To achieve the second goal, the precedence in which the configuration + locations are consulted was layouted in a way that makes it possible, to + prevent overwrites of the wrong database by accident. +

+ +

+ Last but not least, in order to not slow down the development cycle, the + hibernate4-maven-plugin only executes the schema-export, if the mapping + or the dialect changes (or if you force it to do so). +

+ +

+ For more information about the inspiration to write this tiny plugin, + read our blog-article about the hibernate4-maven-plugin. +

+
+
+

Documentation

+ +
    + +
  • + See Configuration Examples for Usage-Explanations + and simple examples of how to use this plugin. +
  • + +
  • + See hibernate4:export and + Plugin Documentation for the full + autogenerated documentation. These are mostly configuration-options + of the Hibernate-Tools SchemaExport and SchemaUpdate, that do + the work in the background. +
  • +
+
+
+

Releases

+ + +
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/integration.html b/dist/hibernate4-maven-plugin-1.0.4/integration.html new file mode 100644 index 00000000..51275f41 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/integration.html @@ -0,0 +1,189 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Continuous Integration + + + + + + + + + + + + +
+ + +
+
+

Continuous Integration

+
+

Overview

+

This project uses Continuum.

+
+

Access

+

The following is a link to the continuous integration system used by the project.

+
+
+

Notifiers

+

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

+ + + + + + + + +
TypeAddressConfiguration
mailkai@juplo.de-
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/issue-tracking.html b/dist/hibernate4-maven-plugin-1.0.4/issue-tracking.html new file mode 100644 index 00000000..d6665ee2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/issue-tracking.html @@ -0,0 +1,180 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Issue Tracking + + + + + + + + + + + + +
+ + +
+
+

Issue Tracking

+ + + + There is no bug-tracking system set up for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/license.html b/dist/hibernate4-maven-plugin-1.0.4/license.html new file mode 100644 index 00000000..218d3ed0 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/license.html @@ -0,0 +1,381 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project License + + + + + + + + + + + + +
+ + +
+
+

Project License

+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project License

+
+

The Apache Software License, Version 2.0

+

A business-friendly OSS license

+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/mail-lists.html b/dist/hibernate4-maven-plugin-1.0.4/mail-lists.html new file mode 100644 index 00000000..b013f18f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/mail-lists.html @@ -0,0 +1,180 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Mailing Lists + + + + + + + + + + + + +
+ + +
+
+

Mailing Lists

+ + + + There are no mailinglists defined for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/pitfalls.html b/dist/hibernate4-maven-plugin-1.0.4/pitfalls.html new file mode 100644 index 00000000..b9afce1d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/pitfalls.html @@ -0,0 +1,334 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Known Pitfalls (FAQ) + + + + + + + + + + + + +
+ + +
+
+

Known Pitfalls (FAQ)

+ + + + +
+

Annotated classes in dependencies are not found.

+ +

+ hibernate4-maven-plugin by default scans dependencies in the scope + compile. You can configure it to scan dependencies in other + scopes as well. But it scans only direct dependencies. Transitive + dependencies are not scanned for annotated classes. If some of your + annotated classes are hidden in a transitive dependency, you can simply + add that dependency explicitly. +

+
+
+

hibernate4-maven-plugin always needs a database-connection

+ +

+ The default-configuration uses the EXPORT-target of the SchemaExport-Tool. + If you do not need to create a database with the evaluated schema, you can + use the NONE- or the SCRIPT-target. + This can be achieved with the command-line parameter + -Dhibernate.export.target=SCRIPT or with the following configuration: +

+ +
+
+<configuration>
+  <target>SCRIPT</target>
+</configuration>
+ +

+ But even when no database is to be created, hibernate always needs to know + the dialect. Hence, the plugin will fail if this parameter is missing! +

+
+
+

Dependency for driver-class XYZ is missing

+ +

+ One regular problem is the scope of the jdbc-driver-dependency. + It is very unlikely, that this dependency is needed at compile-time. + So a tidy maven-developer would usually scope it for runtime. +

+ +

+ But this will break the execution of the hibernate4-maven-plugin. + Since it will not be able to see the needed dependency, it will fail with + an error-message like: +

+ +
+
+[INFO] Gathered hibernate-configuration (turn on debugging for details):
+[INFO]   hibernate.connection.username = sa
+[INFO]   hibernate.connection.password = 
+[INFO]   hibernate.dialect = org.hibernate.dialect.HSQLDialect
+[INFO]   hibernate.connection.url = jdbc:hsqldb:/home/kai/mmf/target/mmf;shutdown=true
+[INFO]   hibernate.connection.driver_class = org.hsqldb.jdbcDriver
+[ERROR] Dependency for driver-class org.hsqldb.jdbcDriver is missing!
+[INFO] ------------------------------------------------------------------------
+[ERROR] BUILD ERROR
+[INFO] ------------------------------------------------------------------------
+[INFO] org.hsqldb.jdbcDriver
+[INFO] ------------------------------------------------------------------------
+[INFO] For more information, run Maven with the -e switch
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 2 seconds
+[INFO] Finished at: Thu Nov 29 11:31:14 CET 2012
+[INFO] Final Memory: 32M/342M
+[INFO] ------------------------------------------------------------------------
+ +

+ A quick workaround for this error would be, to delete the runtime-constraint + for the jdbc-driver-dependency. +

+ +

+ A much cleaner way is, to (additionally) ad the dependency, to the + plugin-definition: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.4</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <dependencies>
+  <dependency>
+    <groupId>org.hsqldb</groupId>
+    <artifactId>hsqldb</artifactId>
+    <version>2.2.8</version>
+  </dependency>
+  </dependencies>
+</plugin>
+ +

+ This is also the best way, if you use a different jdbc-driver for + testing, than in production. + Because otherwise, this dependency will unnecessarily bloat the + runtime-dependencies of your project. +

+
+
+

DBUnit fails after execution of hibernate4 was skipped because nothing has changed

+ +

+ If hibernate4-maven-plugin skips its excecution, this may lead to errors in + other plugins. + For example, when importing sample-data in the automatically created database + with the help of the dbunit-plugin, + the CLEAN_INSERT-operation may fail because of foreign-key-constraints, + if the database was not recreated, because the hibernate4-maven-plugin has + skipped its excecution. +

+ +

+ A quick fix to this problem is, to force + hibernate4-maven-plugin to export the schema every time it is running. + But to recreate the database on every testrun may noticeable slow down your + development cycle, if you have to wait for slow IO. +

+ +

+ To circumvent this problem, hibernate4-maven-plugin signals a skipped + excecution by setting the maven property $\{hibernate.export.skipped\} to + true. + You can configure other plugins to react on this signal. + For example, the dbunit-plugin can be configured to skip its excecution, if + hibernate4-maven-plugin was skipped like this: +

+ +
+
+<plugin>
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>dbunit-maven-plugin</artifactId>
+  <configuration>
+    <skip>${hibernate.export.skipped}</skip>
+  </configuration>
+</plugin>
+
+
+

The database will not be recreated after a manual drop/clean

+ +

+ If one manually drops the database or removes the hsqldb-files, it will not + be recreated by the hibernate4-maven-plugin, because it cannot detect, that + the database needs to be recreated. + This happens, because the plugin will not recreate the database if neither + the configuration nor the annotated classes have changed, because an + unnecessary drop-create-cycle might take a long time. The plugin will + report that like this: +

+ +
+
+[INFO] No modified annotated classes found and dialect unchanged.
+[INFO] Skipping schema generation!
+ +

+ If one always uses mvn clean for cleanup, this will not happen. + Otherwise the recreation must be forced: +

+ +
+
+mvn hibernate4:export -Dhibernate.export.force=true
+
+
+

The hibernate4:export goal is not executed, when tests are skipped

+ +

+ The hibernate4-maven-plugin automatically skips its execution, when + maven.test.skip is set to true. If you need it to be always + executed, you can configure that explicitly like this: +

+ +
+
+>plugin<
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Background-information for this design-decission can be found on the extra + page To skip or not to skip: that is the question... +

+
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/plugin-info.html b/dist/hibernate4-maven-plugin-1.0.4/plugin-info.html new file mode 100644 index 00000000..d3bf89b1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/plugin-info.html @@ -0,0 +1,218 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Plugin Documentation + + + + + + + + + + + + +
+ + +
+
+

Plugin Documentation

+
+

Plugin Documentation

+

Goals available for this plugin:

+ + + + + + + + + +
GoalDescription
hibernate4:exportGoal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
hibernate4:helpDisplay help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+
+

System Requirements

+

The following specifies the minimum requirements to run this Maven plugin:

+ + + + + + + + + + + + +
Maven2.0.6
JDK1.6
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.
+
+

Usage

+

You should specify the version in your project's plugin configuration:

+
+
<project>
+  ...
+  <build>
+    <!-- To define the plugin version in your parent POM -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>de.juplo</groupId>
+          <artifactId>hibernate4-maven-plugin</artifactId>
+          <version>1.0.4</version>
+        </plugin>
+        ...
+      </plugins>
+    </pluginManagement>
+    <!-- To use the plugin goals in your POM or parent POM -->
+    <plugins>
+      <plugin>
+        <groupId>de.juplo</groupId>
+        <artifactId>hibernate4-maven-plugin</artifactId>
+        <version>1.0.4</version>
+      </plugin>
+      ...
+    </plugins>
+  </build>
+  ...
+</project>
+
+

For more information, see "Guide to Configuring Plug-ins"

+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/plugin-management.html b/dist/hibernate4-maven-plugin-1.0.4/plugin-management.html new file mode 100644 index 00000000..b52a286b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/plugin-management.html @@ -0,0 +1,196 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Plugin Management + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/plugins.html b/dist/hibernate4-maven-plugin-1.0.4/plugins.html new file mode 100644 index 00000000..68595cdd --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/plugins.html @@ -0,0 +1,259 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Plugins + + + + + + + + + + + + +
+ + +
+
+

Project Plugins

+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-compiler-plugin2.0.2
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-enforcer-plugin1.0
org.apache.maven.pluginsmaven-install-plugin2.3
org.apache.maven.pluginsmaven-invoker-plugin1.8
org.apache.maven.pluginsmaven-jar-plugin2.2
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-resources-plugin2.3
org.apache.maven.pluginsscp://people.apache.org/www/maven.apache.org/scm/maven-scm-plugin1.7
org.apache.maven.pluginsmaven-site-plugin3.3
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.10
+
+

Project Report Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.7.1
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-jxr-plugin2.3
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-pmd-plugin2.7.1
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/pmd.html b/dist/hibernate4-maven-plugin-1.0.4/pmd.html new file mode 100644 index 00000000..b89cebe6 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/pmd.html @@ -0,0 +1,160 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - PMD Report + + + + + + + + + + + + +
+ + +
+
+

PMD Report

+
+

PMD Results

+

The following document contains the results of PMD 4.3.

+
+

Files

+

PMD found no problems in your source code.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/pmd.xml b/dist/hibernate4-maven-plugin-1.0.4/pmd.xml new file mode 100644 index 00000000..eda412bd --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/pmd.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/project-info.html b/dist/hibernate4-maven-plugin-1.0.4/project-info.html new file mode 100644 index 00000000..294a444b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/project-info.html @@ -0,0 +1,215 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Information + + + + + + + + + + + + +
+ + +
+
+

Project Information

+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
AboutPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project LicenseThis is a link to the definitions of project licenses.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Project SummaryThis document lists other related information of this project
DependenciesThis document lists the project's dependencies and provides information on each dependency.
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/project-reports.html b/dist/hibernate4-maven-plugin-1.0.4/project-reports.html new file mode 100644 index 00000000..e7934aeb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/project-reports.html @@ -0,0 +1,182 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Reports + + + + + + + + + + + + +
+ + +
+
+

Project Reports

+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
Test JavaDocsTest JavaDoc API documentation.
JavaDocsJavaDoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
Test Source XrefHTML based, cross-reference version of Java test source code.
PMD ReportVerification of coding rules.
CPD ReportDuplicate code detection.
Plugin DocumentationThis report provides goals and parameters documentation of a plugin.
+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/project-summary.html b/dist/hibernate4-maven-plugin-1.0.4/project-summary.html new file mode 100644 index 00000000..e1f222f1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/project-summary.html @@ -0,0 +1,210 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Summary + + + + + + + + + + + + +
+ + +
+
+

Project Summary

+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameHibernate 4 Maven Plugin
DescriptionPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Homepagehttp://juplo.de/hibernate4-maven-plugin
+
+

Project Organization

+

This project does not belong to an organization.

+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdde.juplo
ArtifactIdhibernate4-maven-plugin
Version1.0.4
Typemaven-plugin
JDK Rev1.6
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/skip.html b/dist/hibernate4-maven-plugin-1.0.4/skip.html new file mode 100644 index 00000000..d2577393 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/skip.html @@ -0,0 +1,194 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Skipping Execution + + + + + + + + + + + + +
+ + +
+
+

Skipping Execution

+ + + + +

+ In most use-cases, the hibernate4-maven-plugin is used to create a + test-database automatically. In this use-cases, it is very likely, that it + will result in mistakes/errors, if the goal is executed, when the tests + are skipped. + For example, one might manually overwrite the database-url with the url of + the production-database, in order to run other tests, like starting a + local webserver with the + jetty-maven-plugin. + If the export-goal would be executed in such a scenario, it might erase the + hole production-database, which is not very desireable. +

+ +

+ Because of this, the configuration-parameter skip defaults to the value + of the proptery maven.test.skip. This way, the execution of the + hibernate4-maven-plugin is skipped automatically, when the tests are + skipped. Think of it as a build-in security-belt. +

+ +

+ If you do not like that, because you need the plugin to always execute the + export-goal, even if the tests are skipped you can configure that explicitly, + by setting the configuration-parameter skip to false: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Or, if you want the export-goal to be executed by default and to be skipped + if you say so, you can bind the value of the configuration-parameter + skip to a custom property. For example: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>${foo.bar}</skip>
+  </configuration>
+</plugin>
+ +

+ This way, the export-goal would be skipped, if you set the property + foo.bar to true. For example, if you specify -Dfoo.bar=true + on the command-line. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/source-repository.html b/dist/hibernate4-maven-plugin-1.0.4/source-repository.html new file mode 100644 index 00000000..e55c6002 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/source-repository.html @@ -0,0 +1,190 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Source Repository + + + + + + + + + + + + +
+ + +
+
+

Source Repository

+
+

Overview

+

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

+
+

Web Access

+

The following is a link to the online source repository.

+
+
+

Anonymous access

+

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone http://juplo.de/git/hibernate4-maven-plugin
+
+

Developer access

+

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

+
+
$ git clone ssh://juplo.de/var/lib/git/juplo/hibernate4-maven-plugin
+
+

Access from behind a firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/team-list.html b/dist/hibernate4-maven-plugin-1.0.4/team-list.html new file mode 100644 index 00000000..1cfb687b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/team-list.html @@ -0,0 +1,250 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Team + + + + + + + + + + + + +
+ + +
+
+

Project Team

+
+

The Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + +
ImageIdNameEmail
kaiKai Moritzkai@juplo.de
+
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageNameEmail
Adriano Machadoadriano.m.machado@hotmail.com
Lorenzo Nicoralorenzo.nicora@nicus.it
Eduard Szenteeduard.szente@gmail.com
Stephen Johnsonstejohns@redhat.com
Victor Tataivtatai@gmail.com
Erik-Berndt Schepererik.berndt.scheper@gmail.com
Guido WimmelWimmel.Guido@swm.de
Joel Johnsonmrjoel@lixil.net
Paul K. Moorepaulkmoore@gmail.com
Mark Robinsonmark@mrobinson.ca
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/allclasses-frame.html new file mode 100644 index 00000000..1ae37602 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/allclasses-frame.html @@ -0,0 +1,19 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/allclasses-noframe.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/allclasses-noframe.html new file mode 100644 index 00000000..901c925f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/allclasses-noframe.html @@ -0,0 +1,19 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/constant-values.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/constant-values.html new file mode 100644 index 00000000..f7f3dd9c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/constant-values.html @@ -0,0 +1,115 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/FileComparator.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..3453c589 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/FileComparator.html @@ -0,0 +1,263 @@ + + + + + + +FileComparator (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + + + + + + + + +
+
de.juplo.test
+

Class FileComparator

+
+
+ +
+
    +
  • +
    +
    +
    public class FileComparator
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/class-use/FileComparator.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/class-use/FileComparator.html new file mode 100644 index 00000000..f08d1888 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class de.juplo.test.FileComparator (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + + + + + + + +
+

Uses of Class
de.juplo.test.FileComparator

+
+
No usage of de.juplo.test.FileComparator
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-frame.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-frame.html new file mode 100644 index 00000000..477ab107 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + +

de.juplo.test

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-summary.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-summary.html new file mode 100644 index 00000000..ba28536c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-summary.html @@ -0,0 +1,133 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + + + + + + + +
+

Package de.juplo.test

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    FileComparator 
    +
  • +
+
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-tree.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-tree.html new file mode 100644 index 00000000..63300c95 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-tree.html @@ -0,0 +1,124 @@ + + + + + + +de.juplo.test Class Hierarchy (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package de.juplo.test

+
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-use.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-use.html new file mode 100644 index 00000000..4fec9955 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/de/juplo/test/package-use.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Package de.juplo.test (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Package
de.juplo.test

+
+
No usage of de.juplo.test
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/deprecated-list.html new file mode 100644 index 00000000..2f691805 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/deprecated-list.html @@ -0,0 +1,115 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/help-doc.html new file mode 100644 index 00000000..020a2639 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/help-doc.html @@ -0,0 +1,216 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/index-all.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/index-all.html new file mode 100644 index 00000000..0dc2e035 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/index-all.html @@ -0,0 +1,138 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
D F I  + + +

D

+
+
de.juplo.test - package de.juplo.test
+
 
+
+ + + +

F

+
+
FileComparator - Class in de.juplo.test
+
 
+
FileComparator(File) - Constructor for class de.juplo.test.FileComparator
+
 
+
+ + + +

I

+
+
isEqual(String, String) - Method in class de.juplo.test.FileComparator
+
 
+
+D F I 
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/index.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/index.html new file mode 100644 index 00000000..1cefceb7 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/index.html @@ -0,0 +1,65 @@ + + + + + + +Hibernate 4 Maven Plugin 1.0.4 Test API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/test/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/options b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/options new file mode 100644 index 00000000..a80d28f2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/options @@ -0,0 +1,24 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/classes:/home/kai/juplo/hibernate4-maven-plugin/target/test-classes:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.1.Final/hibernate-entitymanager-4.3.1.Final.jar:/home/kai/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar:/home/kai/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar:/home/kai/.m2/repository/org/hibernate/hibernate-envers/4.3.1.Final/hibernate-envers-4.3.1.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar:/home/kai/.m2/repository/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar:/home/kai/.m2/repository/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.jar:/home/kai/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-validator/4.3.1.Final/hibernate-validator-4.3.1.Final.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar:/home/kai/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar:/home/kai/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar:/home/kai/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar:/home/kai/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.3.1.Final/hibernate-core-4.3.1.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar:/home/kai/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/src/test/java' +-author +-bottom +'Copyright © 2014. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/site/testapidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.0.4 Test API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.0.4 Test API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/overview-tree.html new file mode 100644 index 00000000..c8935dd8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/overview-tree.html @@ -0,0 +1,128 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/package-list b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/package-list new file mode 100644 index 00000000..4774195e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/package-list @@ -0,0 +1 @@ +de.juplo.test diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/packages b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/packages new file mode 100644 index 00000000..8fbea680 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/packages @@ -0,0 +1 @@ +de.juplo.test \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/resources/background.gif b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.4/testapidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/testapidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref-test/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.4/xref-test/allclasses-frame.html new file mode 100644 index 00000000..4c39da54 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref-test/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/FileComparator.html b/dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..c6982535 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/FileComparator.html @@ -0,0 +1,71 @@ + + + + +FileComparator xref + + + +
+
+1   package de.juplo.test;
+2   
+3   import java.io.BufferedReader;
+4   import java.io.File;
+5   import java.io.FileNotFoundException;
+6   import java.io.FileReader;
+7   import java.io.IOException;
+8   
+9   
+10  public class FileComparator
+11  {
+12    private final File basedir;
+13    private BufferedReader expectedReader;
+14    private BufferedReader foundReader;
+15  
+16    public FileComparator(File basedir)
+17    {
+18      this.basedir = basedir;
+19    }
+20  
+21    public boolean isEqual(final String expectedFile, final String foundFile)
+22      throws
+23        FileNotFoundException,
+24        IOException
+25    {
+26      File file;
+27      String expected, found;
+28  
+29      file = new File(basedir, expectedFile);
+30      expectedReader = new BufferedReader(new FileReader(file));
+31  
+32      file = new File(basedir, foundFile);
+33      foundReader = new BufferedReader(new FileReader(file));
+34  
+35  
+36      while ((expected = expectedReader.readLine()) != null)
+37      {
+38        found = foundReader.readLine();
+39        if (!expected.equals(found))
+40        {
+41          System.err.println("Mismatch!");
+42          System.err.println("Expected: " + expected);
+43          System.err.println("Found:    " + found);
+44          return false;
+45        }
+46      }
+47  
+48      if ((found = foundReader.readLine()) != null)
+49      {
+50        System.err.println("Found more content than expected!");
+51        System.err.println("Starting with: " + found);
+52        return false;
+53      }
+54  
+55      return true;
+56    }
+57  }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/package-frame.html b/dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/package-frame.html new file mode 100644 index 00000000..80358265 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference Package de.juplo.test + + + + +

+ de.juplo.test +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/package-summary.html b/dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/package-summary.html new file mode 100644 index 00000000..53fd791b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref-test/de/juplo/test/package-summary.html @@ -0,0 +1,67 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference Package de.juplo.test + + + +
+ +
+
+ +
+ +

Package de.juplo.test

+ + + + + + + + + + + + +
Class Summary
+ FileComparator +
+ +
+ +
+
+ +
+
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref-test/index.html b/dist/hibernate4-maven-plugin-1.0.4/xref-test/index.html new file mode 100644 index 00000000..fb648c88 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref-test/index.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref-test/overview-frame.html b/dist/hibernate4-maven-plugin-1.0.4/xref-test/overview-frame.html new file mode 100644 index 00000000..a020c17b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref-test/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref-test/overview-summary.html b/dist/hibernate4-maven-plugin-1.0.4/xref-test/overview-summary.html new file mode 100644 index 00000000..e7f62580 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref-test/overview-summary.html @@ -0,0 +1,64 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.0.4 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.test +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref-test/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.4/xref-test/stylesheet.css new file mode 100644 index 00000000..00e6114d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref-test/stylesheet.css @@ -0,0 +1,116 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} +div#footer { + text-align:center; +} +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.4/xref/allclasses-frame.html new file mode 100644 index 00000000..6c451987 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/allclasses-frame.html @@ -0,0 +1,32 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..3266e217 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,1059 @@ + + + + +Hbm2DdlMojo xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import com.pyx4j.log4j.MavenLogAppender;
+20  import java.io.File;
+21  import java.io.FileInputStream;
+22  import java.io.FileNotFoundException;
+23  import java.io.FileOutputStream;
+24  import java.io.IOException;
+25  import java.io.InputStream;
+26  import java.io.ObjectInputStream;
+27  import java.io.ObjectOutputStream;
+28  import java.math.BigInteger;
+29  import java.net.URL;
+30  import java.net.URLClassLoader;
+31  import java.security.MessageDigest;
+32  import java.security.NoSuchAlgorithmException;
+33  import java.sql.Connection;
+34  import java.sql.Driver;
+35  import java.sql.DriverManager;
+36  import java.sql.DriverPropertyInfo;
+37  import java.sql.SQLException;
+38  import java.sql.SQLFeatureNotSupportedException;
+39  import java.util.Comparator;
+40  import java.util.Enumeration;
+41  import java.util.HashMap;
+42  import java.util.HashSet;
+43  import java.util.List;
+44  import java.util.Map;
+45  import java.util.Map.Entry;
+46  import java.util.Properties;
+47  import java.util.Set;
+48  import java.util.TreeSet;
+49  import java.util.logging.Logger;
+50  import java.util.regex.Matcher;
+51  import java.util.regex.Pattern;
+52  import javax.persistence.Embeddable;
+53  import javax.persistence.Entity;
+54  import javax.persistence.MappedSuperclass;
+55  import org.apache.maven.artifact.Artifact;
+56  import org.apache.maven.model.Resource;
+57  import org.apache.maven.plugin.AbstractMojo;
+58  import org.apache.maven.plugin.MojoExecutionException;
+59  import org.apache.maven.plugin.MojoFailureException;
+60  import org.apache.maven.project.MavenProject;
+61  import org.hibernate.cfg.Configuration;
+62  import org.hibernate.cfg.NamingStrategy;
+63  import org.hibernate.envers.configuration.spi.AuditConfiguration;
+64  import org.hibernate.tool.hbm2ddl.SchemaExport;
+65  import org.hibernate.tool.hbm2ddl.SchemaExport.Type;
+66  import org.hibernate.tool.hbm2ddl.Target;
+67  import org.scannotation.AnnotationDB;
+68  
+69  
+70  /**
+71   * Goal which extracts the hibernate-mapping-configuration and
+72   * exports an according SQL-database-schema.
+73   *
+74   * @goal export
+75   * @phase process-classes
+76   * @threadSafe
+77   * @requiresDependencyResolution runtime
+78   */
+79  public class Hbm2DdlMojo extends AbstractMojo
+80  {
+81    public final static String EXPORT_SKIPPED_PROPERTY = "hibernate.export.skipped";
+82  
+83    public final static String DRIVER_CLASS = "hibernate.connection.driver_class";
+84    public final static String URL = "hibernate.connection.url";
+85    public final static String USERNAME = "hibernate.connection.username";
+86    public final static String PASSWORD = "hibernate.connection.password";
+87    public final static String DIALECT = "hibernate.dialect";
+88    public final static String NAMING_STRATEGY="hibernate.ejb.naming_strategy";
+89    public final static String ENVERS = "hibernate.export.envers";
+90  
+91    public final static String MD5S = "hibernate4-generatedschema.md5s";
+92  
+93    private final static Pattern split = Pattern.compile("[^,\\s]+");
+94  
+95  
+96    /**
+97     * The maven project.
+98     * <p>
+99     * Only needed internally.
+100    *
+101    * @parameter property="project"
+102    * @required
+103    * @readonly
+104    */
+105   private MavenProject project;
+106 
+107   /**
+108    * Build-directory.
+109    * <p>
+110    * Only needed internally.
+111    *
+112    * @parameter property="project.build.directory"
+113    * @required
+114    * @readonly
+115    */
+116   private String buildDirectory;
+117 
+118   /**
+119    * Classes-Directory to scan.
+120    * <p>
+121    * This parameter defaults to the maven build-output-directory for classes.
+122    * Additionally, all dependencies are scanned for annotated classes.
+123    *
+124    * @parameter property="project.build.outputDirectory"
+125    * @since 1.0
+126    */
+127   private String outputDirectory;
+128 
+129   /**
+130    * Whether to scan test-classes too, or not.
+131    * <p>
+132    * If this parameter is set to <code>true</code> the test-classes of the
+133    * artifact will be scanned for hibernate-annotated classes additionally.
+134    *
+135    * @parameter property="hibernate.export.scan_testclasses" default-value="false"
+136    * @since 1.0.1
+137    */
+138   private boolean scanTestClasses;
+139 
+140   /**
+141    * Dependency-Scopes, that should be scanned for annotated classes.
+142    * <p>
+143    * By default, only dependencies in the scope <code>compile</code> are
+144    * scanned for annotated classes. Multiple scopes can be seperated by
+145    * white space or commas.
+146    * <p>
+147    * The plugin does not scan for annotated classes in transitive
+148    * dependencies. If some of your annotated classes are hidden in a
+149    * transitive dependency, you can simply add that dependency explicitly.
+150    *
+151    * @parameter property="hibernate.export.scan_dependencies" default-value="compile"
+152    * @since 1.0.3
+153    */
+154   private String scanDependencies;
+155 
+156   /**
+157    * Test-Classes-Directory to scan.
+158    * <p>
+159    * This parameter defaults to the maven build-output-directory for
+160    * test-classes.
+161    * <p>
+162    * This parameter is only used, when <code>scanTestClasses</code> is set
+163    * to <code>true</code>!
+164    *
+165    * @parameter property="project.build.testOutputDirectory"
+166    * @since 1.0.2
+167    */
+168   private String testOutputDirectory;
+169 
+170   /**
+171    * Skip execution
+172    * <p>
+173    * If set to <code>true</code>, the execution is skipped.
+174    * <p>
+175    * A skipped execution is signaled via the maven-property
+176    * <code>${hibernate.export.skipped}</code>.
+177    * <p>
+178    * The execution is skipped automatically, if no modified or newly added
+179    * annotated classes are found and the dialect was not changed.
+180    *
+181    * @parameter property="hibernate.skip" default-value="${maven.test.skip}"
+182    * @since 1.0
+183    */
+184   private boolean skip;
+185 
+186   /**
+187    * Force execution
+188    * <p>
+189    * Force execution, even if no modified or newly added annotated classes
+190    * where found and the dialect was not changed.
+191    * <p>
+192    * <code>skip</code> takes precedence over <code>force</code>.
+193    *
+194    * @parameter property="hibernate.export.force" default-value="false"
+195    * @since 1.0
+196    */
+197   private boolean force;
+198 
+199   /**
+200    * SQL-Driver name.
+201    *
+202    * @parameter property="hibernate.connection.driver_class"
+203    * @since 1.0
+204    */
+205   private String driverClassName;
+206 
+207   /**
+208    * Database URL.
+209    *
+210    * @parameter property="hibernate.connection.url"
+211    * @since 1.0
+212    */
+213   private String url;
+214 
+215   /**
+216    * Database username
+217    *
+218    * @parameter property="hibernate.connection.username"
+219    * @since 1.0
+220    */
+221   private String username;
+222 
+223   /**
+224    * Database password
+225    *
+226    * @parameter property="hibernate.connection.password"
+227    * @since 1.0
+228    */
+229   private String password;
+230 
+231   /**
+232    * Hibernate dialect.
+233    *
+234    * @parameter property="hibernate.dialect"
+235    * @since 1.0
+236    */
+237   private String hibernateDialect;
+238 
+239   /**
+240    * Hibernate Naming Strategy
+241    *
+242    * @parameter property="hibernate.ejb.naming_strategy"
+243    * @since 1.0.2
+244    */
+245   private String hibernateNamingStrategy;
+246 
+247   /**
+248    * Path to Hibernate configuration file.
+249    *
+250    * @parameter default-value="${project.build.outputDirectory}/hibernate.properties"
+251    * @since 1.0
+252    */
+253   private String hibernateProperties;
+254 
+255   /**
+256    * List of Hibernate-Mapping-Files (XML).
+257    * Multiple files can be separated with white-spaces and/or commas.
+258    *
+259    * @parameter property="hibernate.mapping"
+260    * @since 1.0.2
+261    */
+262   private String hibernateMapping;
+263 
+264   /**
+265    * Target of execution:
+266    * <ul>
+267    *   <li><strong>NONE</strong> only export schema to SQL-script (forces execution, signals skip)</li>
+268    *   <li><strong>EXPORT</strong> create database (<strong>DEFAULT!</strong>). forces execution, signals skip)</li>
+269    *   <li><strong>SCRIPT</strong> export schema to SQL-script and print it to STDOUT</li>
+270    *   <li><strong>BOTH</strong></li>
+271    * </ul>
+272    *
+273    * A database connection is only needed for EXPORT and BOTH, but a
+274    * Hibernate-Dialect must always be chosen.
+275    *
+276    * @parameter property="hibernate.export.target" default-value="EXPORT"
+277    * @since 1.0
+278    */
+279   private String target;
+280 
+281   /**
+282    * Type of execution.
+283    * <ul>
+284    *   <li><strong>NONE</strong> do nothing - just validate the configuration</li>
+285    *   <li><strong>CREATE</strong> create database-schema</li>
+286    *   <li><strong>DROP</strong> drop database-schema</li>
+287    *   <li><strong>BOTH</strong> (<strong>DEFAULT!</strong>)</li>
+288    * </ul>
+289    *
+290    * If NONE is choosen, no databaseconnection is needed.
+291    *
+292    * @parameter property="hibernate.export.type" default-value="BOTH"
+293    * @since 1.0
+294    */
+295   private String type;
+296 
+297   /**
+298    * Output file.
+299    *
+300    * @parameter property="hibernate.export.schema.filename" default-value="${project.build.directory}/schema.sql"
+301    * @since 1.0
+302    */
+303   private String outputFile;
+304 
+305   /**
+306    * Delimiter in output-file.
+307    *
+308    * @parameter property="hibernate.export.schema.delimiter" default-value=";"
+309    * @since 1.0
+310    */
+311   private String delimiter;
+312 
+313   /**
+314    * Format output-file.
+315    *
+316    * @parameter property="hibernate.export.schema.format" default-value="true"
+317    * @since 1.0
+318    */
+319   private boolean format;
+320 
+321   /**
+322    * Generate envers schema for auditing tables.
+323    *
+324    * @parameter property="hibernate.export.envers" default-value="false"
+325    * @since 1.0.3
+326    */
+327   private boolean envers;
+328 
+329 
+330   @Override
+331   public void execute()
+332     throws
+333       MojoFailureException,
+334       MojoExecutionException
+335   {
+336     if (skip)
+337     {
+338       getLog().info("Execution of hibernate4-maven-plugin:export was skipped!");
+339       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+340       return;
+341     }
+342 
+343     Map<String,String> md5s;
+344     boolean modified = false;
+345     File saved = new File(buildDirectory + File.separator + MD5S);
+346 
+347     if (saved.isFile() && saved.length() > 0)
+348     {
+349       try
+350       {
+351         FileInputStream fis = new FileInputStream(saved);
+352         ObjectInputStream ois = new ObjectInputStream(fis);
+353         md5s = (HashMap<String,String>)ois.readObject();
+354         ois.close();
+355       }
+356       catch (Exception e)
+357       {
+358         md5s = new HashMap<String,String>();
+359         getLog().warn("Cannot read timestamps from saved: " + e);
+360       }
+361     }
+362     else
+363     {
+364       md5s = new HashMap<String,String>();
+365       try
+366       {
+367         saved.createNewFile();
+368       }
+369       catch (IOException e)
+370       {
+371         getLog().debug("Cannot create file \"" + saved.getPath() + "\" for timestamps: " + e);
+372       }
+373     }
+374 
+375     ClassLoader classLoader = null;
+376     try
+377     {
+378       getLog().debug("Creating ClassLoader for project-dependencies...");
+379       List<String> classpathFiles = project.getCompileClasspathElements();
+380       if (scanTestClasses)
+381         classpathFiles.addAll(project.getTestClasspathElements());
+382       URL[] urls = new URL[classpathFiles.size()];
+383       for (int i = 0; i < classpathFiles.size(); ++i)
+384       {
+385         getLog().debug("Dependency: " + classpathFiles.get(i));
+386         urls[i] = new File(classpathFiles.get(i)).toURI().toURL();
+387       }
+388       classLoader = new URLClassLoader(urls, getClass().getClassLoader());
+389     }
+390     catch (Exception e)
+391     {
+392       getLog().error("Error while creating ClassLoader!", e);
+393       throw new MojoExecutionException(e.getMessage());
+394     }
+395 
+396     Set<Class<?>> classes =
+397         new TreeSet<Class<?>>(
+398             new Comparator<Class<?>>() {
+399               @Override
+400               public int compare(Class<?> a, Class<?> b)
+401               {
+402                 return a.getName().compareTo(b.getName());
+403               }
+404             }
+405           );
+406 
+407     try
+408     {
+409       AnnotationDB db = new AnnotationDB();
+410       File dir = new File(outputDirectory);
+411       if (dir.exists())
+412       {
+413         getLog().info("Scanning directory " + outputDirectory + " for annotated classes...");
+414         URL dirUrl = dir.toURI().toURL();
+415         db.scanArchives(dirUrl);
+416       }
+417       if (scanTestClasses)
+418       {
+419         dir = new File(testOutputDirectory);
+420         if (dir.exists())
+421         {
+422           getLog().info("Scanning directory " + testOutputDirectory + " for annotated classes...");
+423           URL dirUrl = dir.toURI().toURL();
+424           db.scanArchives(dirUrl);
+425         }
+426       }
+427       if (scanDependencies != null)
+428       {
+429         Matcher matcher = split.matcher(scanDependencies);
+430         while (matcher.find())
+431         {
+432           getLog().info("Scanning dependencies for scope " + matcher.group());
+433           for (Artifact artifact : project.getDependencyArtifacts())
+434           {
+435             if (!artifact.getScope().equalsIgnoreCase(matcher.group()))
+436               continue;
+437             if (artifact.getFile() == null)
+438             {
+439               getLog().warn(
+440                   "Cannot scan dependency " +
+441                   artifact.getId() +
+442                   ": no JAR-file available!"
+443                   );
+444               continue;
+445             }
+446             getLog().info(
+447                 "Scanning dependency " +
+448                 artifact.getId() +
+449                 " for annotated classes..."
+450                 );
+451             db.scanArchives(artifact.getFile().toURI().toURL());
+452           }
+453         }
+454       }
+455 
+456       Set<String> classNames = new HashSet<String>();
+457       if (db.getAnnotationIndex().containsKey(Entity.class.getName()))
+458         classNames.addAll(db.getAnnotationIndex().get(Entity.class.getName()));
+459       if (db.getAnnotationIndex().containsKey(MappedSuperclass.class.getName()))
+460         classNames.addAll(db.getAnnotationIndex().get(MappedSuperclass.class.getName()));
+461       if (db.getAnnotationIndex().containsKey(Embeddable.class.getName()))
+462         classNames.addAll(db.getAnnotationIndex().get(Embeddable.class.getName()));
+463 
+464       MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+465       for (String name : classNames)
+466       {
+467         Class<?> annotatedClass = classLoader.loadClass(name);
+468         classes.add(annotatedClass);
+469         String resourceName = annotatedClass.getName();
+470         resourceName = resourceName.substring(resourceName.lastIndexOf(".") + 1, resourceName.length()) + ".class";
+471         InputStream is =
+472             annotatedClass
+473                 .getResourceAsStream(resourceName);
+474         byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+475         int i;
+476         while((i = is.read(buffer)) > -1)
+477           digest.update(buffer, 0, i);
+478         is.close();
+479         byte[] bytes = digest.digest();
+480         BigInteger bi = new BigInteger(1, bytes);
+481         String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+482         String oldMd5 = !md5s.containsKey(name) ? "" : md5s.get(name);
+483         if (!newMd5.equals(oldMd5))
+484         {
+485           getLog().debug("Found new or modified annotated class: " + name);
+486           modified = true;
+487           md5s.put(name, newMd5);
+488         }
+489         else
+490         {
+491           getLog().debug(oldMd5 + " -> class unchanged: " + name);
+492         }
+493       }
+494     }
+495     catch (ClassNotFoundException e)
+496     {
+497       getLog().error("Error while adding annotated classes!", e);
+498       throw new MojoExecutionException(e.getMessage());
+499     }
+500     catch (Exception e)
+501     {
+502       getLog().error("Error while scanning!", e);
+503       throw new MojoFailureException(e.getMessage());
+504     }
+505 
+506     if (classes.isEmpty())
+507     {
+508       if (hibernateMapping == null || hibernateMapping.isEmpty())
+509         throw new MojoFailureException("No annotated classes found in directory " + outputDirectory);
+510     }
+511     else
+512     {
+513       getLog().debug("Detected classes with mapping-annotations:");
+514       for (Class<?> annotatedClass : classes)
+515         getLog().debug("  " + annotatedClass.getName());
+516     }
+517 
+518 
+519     Properties properties = new Properties();
+520 
+521     /** Try to read configuration from properties-file */
+522     try
+523     {
+524       File file = new File(hibernateProperties);
+525       if (file.exists())
+526       {
+527         getLog().info("Reading properties from file " + hibernateProperties + "...");
+528         properties.load(new FileInputStream(file));
+529       }
+530       else
+531         getLog().info("No hibernate-properties-file found! (Checked path: " + hibernateProperties + ")");
+532     }
+533     catch (IOException e)
+534     {
+535       getLog().error("Error while reading properties!", e);
+536       throw new MojoExecutionException(e.getMessage());
+537     }
+538 
+539     /** Overwrite values from properties-file or set, if given */
+540     if (driverClassName != null)
+541     {
+542       if (properties.containsKey(DRIVER_CLASS))
+543         getLog().debug(
+544             "Overwriting property " +
+545             DRIVER_CLASS + "=" + properties.getProperty(DRIVER_CLASS) +
+546             " with the value " + driverClassName
+547           );
+548       else
+549         getLog().debug("Using the value " + driverClassName);
+550       properties.setProperty(DRIVER_CLASS, driverClassName);
+551     }
+552     if (url != null)
+553     {
+554       if (properties.containsKey(URL))
+555         getLog().debug(
+556             "Overwriting property " +
+557             URL + "=" + properties.getProperty(URL) +
+558             " with the value " + url
+559           );
+560       else
+561         getLog().debug("Using the value " + url);
+562       properties.setProperty(URL, url);
+563     }
+564     if (username != null)
+565     {
+566       if (properties.containsKey(USERNAME))
+567         getLog().debug(
+568             "Overwriting property " +
+569             USERNAME + "=" + properties.getProperty(USERNAME) +
+570             " with the value " + username
+571           );
+572       else
+573         getLog().debug("Using the value " + username);
+574       properties.setProperty(USERNAME, username);
+575     }
+576     if (password != null)
+577     {
+578       if (properties.containsKey(PASSWORD))
+579         getLog().debug(
+580             "Overwriting property " +
+581             PASSWORD + "=" + properties.getProperty(PASSWORD) +
+582             " with value " + password
+583           );
+584       else
+585         getLog().debug("Using value " + password + " for property " + PASSWORD);
+586       properties.setProperty(PASSWORD, password);
+587     }
+588     if (hibernateDialect != null)
+589     {
+590       if (properties.containsKey(DIALECT))
+591         getLog().debug(
+592             "Overwriting property " +
+593             DIALECT + "=" + properties.getProperty(DIALECT) +
+594             " with value " + hibernateDialect
+595           );
+596       else
+597         getLog().debug(
+598             "Using value " + hibernateDialect + " for property " + DIALECT
+599             );
+600       properties.setProperty(DIALECT, hibernateDialect);
+601     }
+602     if ( hibernateNamingStrategy != null )
+603     {
+604       if ( properties.contains(NAMING_STRATEGY))
+605         getLog().debug(
+606             "Overwriting property " +
+607             NAMING_STRATEGY + "=" + properties.getProperty(NAMING_STRATEGY) +
+608             " with value " + hibernateNamingStrategy
+609            );
+610       else
+611         getLog().debug(
+612             "Using value " + hibernateNamingStrategy + " for property " +
+613             NAMING_STRATEGY
+614             );
+615       properties.setProperty(NAMING_STRATEGY, hibernateNamingStrategy);
+616     }
+617 
+618     /** The generated SQL varies with the dialect! */
+619     if (md5s.containsKey(DIALECT))
+620     {
+621       String dialect = properties.getProperty(DIALECT);
+622       if (md5s.get(DIALECT).equals(dialect))
+623         getLog().debug("SQL-dialect unchanged.");
+624       else
+625       {
+626         modified = true;
+627         if (dialect == null)
+628         {
+629           getLog().debug("SQL-dialect was unset.");
+630           md5s.remove(DIALECT);
+631         }
+632         else
+633         {
+634           getLog().debug("SQL-dialect changed: " + dialect);
+635           md5s.put(DIALECT, dialect);
+636         }
+637       }
+638     }
+639     else
+640     {
+641       String dialect = properties.getProperty(DIALECT);
+642       if (dialect != null)
+643       {
+644         modified = true;
+645         md5s.put(DIALECT, properties.getProperty(DIALECT));
+646       }
+647     }
+648 
+649     /** The generated SQL varies with the envers-configuration */
+650     if (md5s.get(ENVERS) != null)
+651     {
+652       if (md5s.get(ENVERS).equals(Boolean.toString(envers)))
+653         getLog().debug("Envers-Configuration unchanged. Enabled: " + envers);
+654       else
+655       {
+656         getLog().debug("Envers-Configuration changed. Enabled: " + envers);
+657         modified = true;
+658         md5s.put(ENVERS, Boolean.toString(envers));
+659       }
+660     }
+661     else
+662     {
+663       modified = true;
+664       md5s.put(ENVERS, Boolean.toString(envers));
+665     }
+666 
+667     if (properties.isEmpty())
+668     {
+669       getLog().error("No properties set!");
+670       throw new MojoFailureException("Hibernate configuration is missing!");
+671     }
+672 
+673     final Configuration config = new ValidationConfiguration(hibernateDialect);
+674 
+675     config.setProperties(properties);
+676 
+677     if ( properties.containsKey(NAMING_STRATEGY))
+678     {
+679       String namingStrategy = properties.getProperty(NAMING_STRATEGY);
+680       getLog().debug("Explicitly set NamingStrategy: " + namingStrategy);
+681       try
+682       {
+683         @SuppressWarnings("unchecked")
+684         Class<NamingStrategy> namingStrategyClass = (Class<NamingStrategy>) Class.forName(namingStrategy);
+685         config.setNamingStrategy(namingStrategyClass.newInstance());
+686       }
+687       catch (Exception e)
+688       {
+689         getLog().error("Error setting NamingStrategy", e);
+690         throw new MojoExecutionException(e.getMessage());
+691       }
+692     }
+693 
+694     getLog().debug("Adding annotated classes to hibernate-mapping-configuration...");
+695     for (Class<?> annotatedClass : classes)
+696     {
+697       getLog().debug("Class " + annotatedClass);
+698       config.addAnnotatedClass(annotatedClass);
+699     }
+700 
+701     if (hibernateMapping != null)
+702     {
+703       try
+704       {
+705         MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+706         for (String filename : hibernateMapping.split("[\\s,]+"))
+707         {
+708           // First try the filename as absolute/relative path
+709           File file = new File(filename);
+710           if (!file.exists())
+711           {
+712             // If the file was not found, search for it in the resource-directories
+713             for (Resource resource : project.getResources())
+714             {
+715               file = new File(resource.getDirectory() + File.separator + filename);
+716               if (file.exists())
+717                 break;
+718             }
+719           }
+720           if (file != null && file.exists())
+721           {
+722             InputStream is = new FileInputStream(file);
+723             byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+724             int i;
+725             while((i = is.read(buffer)) > -1)
+726               digest.update(buffer, 0, i);
+727             is.close();
+728             byte[] bytes = digest.digest();
+729             BigInteger bi = new BigInteger(1, bytes);
+730             String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+731             String oldMd5 = !md5s.containsKey(filename) ? "" : md5s.get(filename);
+732             if (!newMd5.equals(oldMd5))
+733             {
+734               getLog().debug("Found new or modified mapping-file: " + filename);
+735               modified = true;
+736               md5s.put(filename, newMd5);
+737             }
+738             else
+739             {
+740               getLog().debug(oldMd5 + " -> mapping-file unchanged: " + filename);
+741             }
+742             getLog().debug("Adding mappings from XML-configurationfile: " + file);
+743             config.addFile(file);
+744           }
+745           else
+746             throw new MojoFailureException("File " + filename + " could not be found in any of the configured resource-directories!");
+747         }
+748       }
+749       catch (NoSuchAlgorithmException e)
+750       {
+751         throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+752       }
+753       catch (FileNotFoundException e)
+754       {
+755         throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+756       }
+757       catch (IOException e)
+758       {
+759         throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+760       }
+761     }
+762 
+763     Target target = null;
+764     try
+765     {
+766       target = Target.valueOf(this.target.toUpperCase());
+767     }
+768     catch (IllegalArgumentException e)
+769     {
+770       getLog().error("Invalid value for configuration-option \"target\": " + this.target);
+771       getLog().error("Valid values are: NONE, SCRIPT, EXPORT, BOTH");
+772       throw new MojoExecutionException("Invalid value for configuration-option \"target\"");
+773     }
+774     Type type = null;
+775     try
+776     {
+777       type = Type.valueOf(this.type.toUpperCase());
+778     }
+779     catch (IllegalArgumentException e)
+780     {
+781       getLog().error("Invalid value for configuration-option \"type\": " + this.type);
+782       getLog().error("Valid values are: NONE, CREATE, DROP, BOTH");
+783       throw new MojoExecutionException("Invalid value for configuration-option \"type\"");
+784     }
+785 
+786     if (target.equals(Target.SCRIPT) || target.equals(Target.NONE))
+787     {
+788       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+789     }
+790     if (
+791         !modified
+792         && !target.equals(Target.SCRIPT)
+793         && !target.equals(Target.NONE)
+794         && !force
+795       )
+796     {
+797       getLog().info("No modified annotated classes or mapping-files found and dialect unchanged.");
+798       getLog().info("Skipping schema generation!");
+799       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+800       return;
+801     }
+802 
+803     getLog().info("Gathered hibernate-configuration (turn on debugging for details):");
+804     for (Entry<Object,Object> entry : properties.entrySet())
+805       getLog().info("  " + entry.getKey() + " = " + entry.getValue());
+806 
+807     Connection connection = null;
+808     try
+809     {
+810       /**
+811        * The connection must be established outside of hibernate, because
+812        * hibernate does not use the context-classloader of the current
+813        * thread and, hence, would not be able to resolve the driver-class!
+814        */
+815       getLog().debug("Target: " + target + ", Type: " + type);
+816       switch (target)
+817       {
+818         case EXPORT:
+819         case BOTH:
+820           switch (type)
+821           {
+822             case CREATE:
+823             case DROP:
+824             case BOTH:
+825               Class driverClass = classLoader.loadClass(properties.getProperty(DRIVER_CLASS));
+826               getLog().debug("Registering JDBC-driver " + driverClass.getName());
+827               DriverManager.registerDriver(new DriverProxy((Driver)driverClass.newInstance()));
+828               getLog().debug(
+829                   "Opening JDBC-connection to "
+830                   + properties.getProperty(URL)
+831                   + " as "
+832                   + properties.getProperty(USERNAME)
+833                   + " with password "
+834                   + properties.getProperty(PASSWORD)
+835                   );
+836               connection = DriverManager.getConnection(
+837                   properties.getProperty(URL),
+838                   properties.getProperty(USERNAME),
+839                   properties.getProperty(PASSWORD)
+840                   );
+841           }
+842       }
+843     }
+844     catch (ClassNotFoundException e)
+845     {
+846       getLog().error("Dependency for driver-class " + properties.getProperty(DRIVER_CLASS) + " is missing!");
+847       throw new MojoExecutionException(e.getMessage());
+848     }
+849     catch (Exception e)
+850     {
+851       getLog().error("Cannot establish connection to database!");
+852       Enumeration<Driver> drivers = DriverManager.getDrivers();
+853       if (!drivers.hasMoreElements())
+854         getLog().error("No drivers registered!");
+855       while (drivers.hasMoreElements())
+856         getLog().debug("Driver: " + drivers.nextElement());
+857       throw new MojoExecutionException(e.getMessage());
+858     }
+859 
+860     ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
+861     MavenLogAppender.startPluginLog(this);
+862     try
+863     {
+864       /**
+865        * Change class-loader of current thread, so that hibernate can
+866        * see all dependencies!
+867        */
+868       Thread.currentThread().setContextClassLoader(classLoader);
+869 
+870       config.buildMappings();
+871 
+872       if (envers)
+873       {
+874         getLog().info("Automatic auditing via hibernate-envers enabled!");
+875         AuditConfiguration.getFor(config);
+876       }
+877 
+878       SchemaExport export = new SchemaExport(config, connection);
+879       export.setDelimiter(delimiter);
+880       export.setFormat(format);
+881 
+882       File outF = new File(outputFile);
+883 
+884       if (!outF.isAbsolute())
+885       {
+886         // Interpret relative file path relative to build directory
+887         outF = new File(buildDirectory, outputFile);
+888         getLog().info("Adjusted relative path, resulting path is " + outF.getPath());
+889       }
+890 
+891       // Ensure that directory path for specified file exists
+892       File outFileParentDir = outF.getParentFile();
+893       if (null != outFileParentDir && !outFileParentDir.exists())
+894       {
+895         try
+896         {
+897           getLog().info("Creating directory path for output file:" + outFileParentDir.getPath());
+898           outFileParentDir.mkdirs();
+899         }
+900         catch (Exception e)
+901         {
+902           getLog().error("Error creating directory path for output file: " + e.getLocalizedMessage());
+903         }
+904       }
+905 
+906       export.setOutputFile(outF.getPath());
+907       export.execute(target, type);
+908 
+909       for (Object exception : export.getExceptions())
+910         getLog().debug(exception.toString());
+911     }
+912     finally
+913     {
+914       /** Stop Log-Capturing */
+915       MavenLogAppender.endPluginLog(this);
+916 
+917       /** Restore the old class-loader (TODO: is this really necessary?) */
+918       Thread.currentThread().setContextClassLoader(contextClassLoader);
+919 
+920       /** Close the connection */
+921       try
+922       {
+923         if (connection != null)
+924           connection.close();
+925       }
+926       catch (SQLException e)
+927       {
+928         getLog().error("Error while closing connection: " + e.getMessage());
+929       }
+930     }
+931 
+932     /** Write md5-sums for annotated classes to file */
+933     try
+934     {
+935       FileOutputStream fos = new FileOutputStream(saved);
+936       ObjectOutputStream oos = new ObjectOutputStream(fos);
+937       oos.writeObject(md5s);
+938       oos.close();
+939       fos.close();
+940     }
+941     catch (Exception e)
+942     {
+943       getLog().error("Cannot write md5-sums to file: " + e);
+944     }
+945   }
+946 
+947   /**
+948    * Needed, because DriverManager won't pick up drivers, that were not
+949    * loaded by the system-classloader!
+950    * See:
+951    * http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-location
+952    */
+953   static final class DriverProxy implements Driver
+954   {
+955     private final Driver target;
+956 
+957     DriverProxy(Driver target)
+958     {
+959       if (target == null)
+960         throw new NullPointerException();
+961       this.target = target;
+962     }
+963 
+964     public java.sql.Driver getTarget()
+965     {
+966       return target;
+967     }
+968 
+969     @Override
+970     public boolean acceptsURL(String url) throws SQLException
+971     {
+972       return target.acceptsURL(url);
+973     }
+974 
+975     @Override
+976     public java.sql.Connection connect(
+977         String url,
+978         java.util.Properties info
+979       )
+980       throws
+981         SQLException
+982     {
+983       return target.connect(url, info);
+984     }
+985 
+986     @Override
+987     public int getMajorVersion()
+988     {
+989       return target.getMajorVersion();
+990     }
+991 
+992     @Override
+993     public int getMinorVersion()
+994     {
+995       return target.getMinorVersion();
+996     }
+997 
+998     @Override
+999     public DriverPropertyInfo[] getPropertyInfo(
+1000         String url,
+1001         Properties info
+1002       )
+1003       throws
+1004         SQLException
+1005     {
+1006       return target.getPropertyInfo(url, info);
+1007     }
+1008 
+1009     @Override
+1010     public boolean jdbcCompliant()
+1011     {
+1012       return target.jdbcCompliant();
+1013     }
+1014 
+1015     /**
+1016      * This Method cannot be annotated with @Override, becaus the plugin
+1017      * will not compile then under Java 1.6!
+1018      */
+1019     public Logger getParentLogger() throws SQLFeatureNotSupportedException
+1020     {
+1021       throw new SQLFeatureNotSupportedException("Not supported, for backward-compatibility with Java 1.6");
+1022     }
+1023 
+1024     @Override
+1025     public String toString()
+1026     {
+1027       return "Proxy: " + target;
+1028     }
+1029 
+1030     @Override
+1031     public int hashCode()
+1032     {
+1033       return target.hashCode();
+1034     }
+1035 
+1036     @Override
+1037     public boolean equals(Object obj)
+1038     {
+1039       if (!(obj instanceof DriverProxy))
+1040         return false;
+1041       DriverProxy other = (DriverProxy) obj;
+1042       return this.target.equals(other.target);
+1043     }
+1044   }
+1045 }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/HelpMojo.html b/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..e28ac4f1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,452 @@ + + + + +HelpMojo xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   import org.apache.maven.plugin.AbstractMojo;
+4   import org.apache.maven.plugin.MojoExecutionException;
+5   
+6   import org.w3c.dom.Document;
+7   import org.w3c.dom.Element;
+8   import org.w3c.dom.Node;
+9   import org.w3c.dom.NodeList;
+10  import org.xml.sax.SAXException;
+11  
+12  import javax.xml.parsers.DocumentBuilder;
+13  import javax.xml.parsers.DocumentBuilderFactory;
+14  import javax.xml.parsers.ParserConfigurationException;
+15  import java.io.IOException;
+16  import java.io.InputStream;
+17  import java.util.ArrayList;
+18  import java.util.Iterator;
+19  import java.util.List;
+20  
+21  /**
+22   * Display help information on hibernate4-maven-plugin.<br/>
+23   * Call <code>mvn hibernate4:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
+24   * @author
+25   * @version
+26   * @goal help
+27   * @requiresProject false
+28   * @threadSafe
+29   */
+30  public class HelpMojo
+31      extends AbstractMojo
+32  {
+33      /**
+34       * If <code>true</code>, display all settable properties for each goal.
+35       *
+36       * @parameter property="detail" default-value="false"
+37       */
+38      private boolean detail;
+39  
+40      /**
+41       * The name of the goal for which to show help. If unspecified, all goals will be displayed.
+42       *
+43       * @parameter property="goal"
+44       */
+45      private java.lang.String goal;
+46  
+47      /**
+48       * The maximum length of a display line, should be positive.
+49       *
+50       * @parameter property="lineLength" default-value="80"
+51       */
+52      private int lineLength;
+53  
+54      /**
+55       * The number of spaces per indentation level, should be positive.
+56       *
+57       * @parameter property="indentSize" default-value="2"
+58       */
+59      private int indentSize;
+60  
+61      // groupId/artifactId/plugin-help.xml
+62      private static final String PLUGIN_HELP_PATH = "/META-INF/maven/de.juplo/hibernate4-maven-plugin/plugin-help.xml";
+63  
+64      private Document build()
+65          throws MojoExecutionException
+66      {
+67          getLog().debug( "load plugin-help.xml: " + PLUGIN_HELP_PATH );
+68          InputStream is = getClass().getResourceAsStream( PLUGIN_HELP_PATH );
+69          try
+70          {
+71              DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
+72              DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
+73              return dBuilder.parse( is );
+74          }
+75          catch ( IOException e )
+76          {
+77              throw new MojoExecutionException( e.getMessage(), e );
+78          }
+79          catch ( ParserConfigurationException e )
+80          {
+81              throw new MojoExecutionException( e.getMessage(), e );
+82          }
+83          catch ( SAXException e )
+84          {
+85              throw new MojoExecutionException( e.getMessage(), e );
+86          }
+87      }
+88  
+89      /**
+90       * {@inheritDoc}
+91       */
+92      public void execute()
+93          throws MojoExecutionException
+94      {
+95          if ( lineLength <= 0 )
+96          {
+97              getLog().warn( "The parameter 'lineLength' should be positive, using '80' as default." );
+98              lineLength = 80;
+99          }
+100         if ( indentSize <= 0 )
+101         {
+102             getLog().warn( "The parameter 'indentSize' should be positive, using '2' as default." );
+103             indentSize = 2;
+104         }
+105 
+106         Document doc = build();
+107 
+108         StringBuilder sb = new StringBuilder();
+109         Node plugin = getSingleChild( doc, "plugin" );
+110 
+111 
+112         String name = getValue( plugin, "name" );
+113         String version = getValue( plugin, "version" );
+114         String id = getValue( plugin, "groupId" ) + ":" + getValue( plugin, "artifactId" ) + ":" + version;
+115         if ( isNotEmpty( name ) && !name.contains( id ) )
+116         {
+117             append( sb, name + " " + version, 0 );
+118         }
+119         else
+120         {
+121             if ( isNotEmpty( name ) )
+122             {
+123                 append( sb, name, 0 );
+124             }
+125             else
+126             {
+127                 append( sb, id, 0 );
+128             }
+129         }
+130         append( sb, getValue( plugin, "description" ), 1 );
+131         append( sb, "", 0 );
+132 
+133         //<goalPrefix>plugin</goalPrefix>
+134         String goalPrefix = getValue( plugin, "goalPrefix" );
+135 
+136         Node mojos1 = getSingleChild( plugin, "mojos" );
+137 
+138         List<Node> mojos = findNamedChild( mojos1, "mojo" );
+139 
+140         if ( goal == null || goal.length() <= 0 )
+141         {
+142             append( sb, "This plugin has " + mojos.size() + ( mojos.size() > 1 ? " goals:" : " goal:" ), 0 );
+143             append( sb, "", 0 );
+144         }
+145 
+146         for ( Node mojo : mojos )
+147         {
+148             writeGoal( sb, goalPrefix, (Element) mojo );
+149         }
+150 
+151         if ( getLog().isInfoEnabled() )
+152         {
+153             getLog().info( sb.toString() );
+154         }
+155     }
+156 
+157 
+158     private static boolean isNotEmpty( String string )
+159     {
+160         return string != null && string.length() > 0;
+161     }
+162 
+163     private String getValue( Node node, String elementName )
+164         throws MojoExecutionException
+165     {
+166         return getSingleChild( node, elementName ).getTextContent();
+167     }
+168 
+169     private Node getSingleChild( Node node, String elementName )
+170         throws MojoExecutionException
+171     {
+172         List<Node> namedChild = findNamedChild( node, elementName );
+173         if ( namedChild.isEmpty() )
+174         {
+175             throw new MojoExecutionException( "Could not find " + elementName + " in plugin-help.xml" );
+176         }
+177         if ( namedChild.size() > 1 )
+178         {
+179             throw new MojoExecutionException( "Multiple " + elementName + " in plugin-help.xml" );
+180         }
+181         return namedChild.get( 0 );
+182     }
+183 
+184     private List<Node> findNamedChild( Node node, String elementName )
+185     {
+186         List<Node> result = new ArrayList<Node>();
+187         NodeList childNodes = node.getChildNodes();
+188         for ( int i = 0; i < childNodes.getLength(); i++ )
+189         {
+190             Node item = childNodes.item( i );
+191             if ( elementName.equals( item.getNodeName() ) )
+192             {
+193                 result.add( item );
+194             }
+195         }
+196         return result;
+197     }
+198 
+199     private Node findSingleChild( Node node, String elementName )
+200         throws MojoExecutionException
+201     {
+202         List<Node> elementsByTagName = findNamedChild( node, elementName );
+203         if ( elementsByTagName.isEmpty() )
+204         {
+205             return null;
+206         }
+207         if ( elementsByTagName.size() > 1 )
+208         {
+209             throw new MojoExecutionException( "Multiple " + elementName + "in plugin-help.xml" );
+210         }
+211         return elementsByTagName.get( 0 );
+212     }
+213 
+214     private void writeGoal( StringBuilder sb, String goalPrefix, Element mojo )
+215         throws MojoExecutionException
+216     {
+217         String mojoGoal = getValue( mojo, "goal" );
+218         Node configurationElement = findSingleChild( mojo, "configuration" );
+219 		Node description = findSingleChild( mojo, "description" );
+220         if ( goal == null || goal.length() <= 0 || mojoGoal.equals( goal ) )
+221         {
+222             append( sb, goalPrefix + ":" + mojoGoal, 0 );
+223             Node deprecated = findSingleChild( mojo, "deprecated" );
+224             if ( ( deprecated != null ) && isNotEmpty( deprecated.getNodeValue() ) )
+225             {
+226                 append( sb, "Deprecated. " + deprecated, 1 );
+227                 if ( detail && description != null )
+228                 {
+229                     append( sb, "", 0 );
+230                     append( sb, description.getTextContent(), 1 );
+231                 }
+232             }
+233             else if (description != null )
+234             {
+235                 append( sb, description.getTextContent(), 1 );
+236             }
+237             append( sb, "", 0 );
+238 
+239             if ( detail )
+240             {
+241                 Node parametersNode = getSingleChild( mojo, "parameters" );
+242                 List<Node> parameters = findNamedChild( parametersNode, "parameter" );
+243                 append( sb, "Available parameters:", 1 );
+244                 append( sb, "", 0 );
+245 
+246                 for ( Node parameter : parameters )
+247                 {
+248                     writeParameter( sb, parameter, configurationElement );
+249                 }
+250             }
+251         }
+252     }
+253 
+254     private void writeParameter( StringBuilder sb, Node parameter, Node configurationElement )
+255         throws MojoExecutionException
+256     {
+257         String parameterName = getValue( parameter, "name" );
+258         String parameterDescription = getValue( parameter, "description" );
+259 
+260         Node fieldConfigurationElement = findSingleChild( configurationElement, parameterName );
+261 
+262         String parameterDefaultValue = "";
+263         if ( fieldConfigurationElement != null && fieldConfigurationElement.getNodeValue() != null )
+264         {
+265             parameterDefaultValue = " (Default: " + ((Element)fieldConfigurationElement).getAttribute( "default-value" ) + ")";
+266         }
+267         append( sb, parameterName + parameterDefaultValue, 2 );
+268         Node deprecated = findSingleChild( parameter, "deprecated" );
+269         if ( ( deprecated != null ) && isNotEmpty( deprecated.getNodeValue() ) )
+270         {
+271             append( sb, "Deprecated. " + deprecated.getNodeValue(), 3 );
+272             append( sb, "", 0 );
+273         }
+274         append( sb, parameterDescription, 3 );
+275         if ( "true".equals( getValue( parameter, "required" ) ) )
+276         {
+277             append( sb, "Required: Yes", 3 );
+278         }
+279         Node expression = findSingleChild( parameter, "expression" );
+280         if ( ( expression != null ) && isNotEmpty( expression.getNodeValue() ) )
+281         {
+282         	String property = getPropertyFromExpression( expression.getNodeValue() );
+283             append( sb, "User property: " + property, 3 );
+284         }
+285 
+286         append( sb, "", 0 );
+287     }
+288 
+289     /**
+290      * <p>Repeat a String <code>n</code> times to form a new string.</p>
+291      *
+292      * @param str    String to repeat
+293      * @param repeat number of times to repeat str
+294      * @return String with repeated String
+295      * @throws NegativeArraySizeException if <code>repeat < 0</code>
+296      * @throws NullPointerException       if str is <code>null</code>
+297      */
+298     private static String repeat( String str, int repeat )
+299     {
+300         StringBuilder buffer = new StringBuilder( repeat * str.length() );
+301 
+302         for ( int i = 0; i < repeat; i++ )
+303         {
+304             buffer.append( str );
+305         }
+306 
+307         return buffer.toString();
+308     }
+309 
+310     /**
+311      * Append a description to the buffer by respecting the indentSize and lineLength parameters.
+312      * <b>Note</b>: The last character is always a new line.
+313      *
+314      * @param sb          The buffer to append the description, not <code>null</code>.
+315      * @param description The description, not <code>null</code>.
+316      * @param indent      The base indentation level of each line, must not be negative.
+317      */
+318     private void append( StringBuilder sb, String description, int indent )
+319     {
+320         for ( String line : toLines( description, indent, indentSize, lineLength ) )
+321         {
+322             sb.append( line ).append( '\n' );
+323         }
+324     }
+325 
+326     /**
+327      * Splits the specified text into lines of convenient display length.
+328      *
+329      * @param text       The text to split into lines, must not be <code>null</code>.
+330      * @param indent     The base indentation level of each line, must not be negative.
+331      * @param indentSize The size of each indentation, must not be negative.
+332      * @param lineLength The length of the line, must not be negative.
+333      * @return The sequence of display lines, never <code>null</code>.
+334      * @throws NegativeArraySizeException if <code>indent < 0</code>
+335      */
+336     private static List<String> toLines( String text, int indent, int indentSize, int lineLength )
+337     {
+338         List<String> lines = new ArrayList<String>();
+339 
+340         String ind = repeat( "\t", indent );
+341 
+342         String[] plainLines = text.split( "(\r\n)|(\r)|(\n)" );
+343 
+344         for ( String plainLine : plainLines )
+345         {
+346             toLines( lines, ind + plainLine, indentSize, lineLength );
+347         }
+348 
+349         return lines;
+350     }
+351 
+352     /**
+353      * Adds the specified line to the output sequence, performing line wrapping if necessary.
+354      *
+355      * @param lines      The sequence of display lines, must not be <code>null</code>.
+356      * @param line       The line to add, must not be <code>null</code>.
+357      * @param indentSize The size of each indentation, must not be negative.
+358      * @param lineLength The length of the line, must not be negative.
+359      */
+360     private static void toLines( List<String> lines, String line, int indentSize, int lineLength )
+361     {
+362         int lineIndent = getIndentLevel( line );
+363         StringBuilder buf = new StringBuilder( 256 );
+364 
+365         String[] tokens = line.split( " +" );
+366 
+367         for ( String token : tokens )
+368         {
+369             if ( buf.length() > 0 )
+370             {
+371                 if ( buf.length() + token.length() >= lineLength )
+372                 {
+373                     lines.add( buf.toString() );
+374                     buf.setLength( 0 );
+375                     buf.append( repeat( " ", lineIndent * indentSize ) );
+376                 }
+377                 else
+378                 {
+379                     buf.append( ' ' );
+380                 }
+381             }
+382 
+383             for ( int j = 0; j < token.length(); j++ )
+384             {
+385                 char c = token.charAt( j );
+386                 if ( c == '\t' )
+387                 {
+388                     buf.append( repeat( " ", indentSize - buf.length() % indentSize ) );
+389                 }
+390                 else if ( c == '\u00A0' )
+391                 {
+392                     buf.append( ' ' );
+393                 }
+394                 else
+395                 {
+396                     buf.append( c );
+397                 }
+398             }
+399         }
+400         lines.add( buf.toString() );
+401     }
+402 
+403     /**
+404      * Gets the indentation level of the specified line.
+405      *
+406      * @param line The line whose indentation level should be retrieved, must not be <code>null</code>.
+407      * @return The indentation level of the line.
+408      */
+409     private static int getIndentLevel( String line )
+410     {
+411         int level = 0;
+412         for ( int i = 0; i < line.length() && line.charAt( i ) == '\t'; i++ )
+413         {
+414             level++;
+415         }
+416         for ( int i = level + 1; i <= level + 4 && i < line.length(); i++ )
+417         {
+418             if ( line.charAt( i ) == '\t' )
+419             {
+420                 level++;
+421                 break;
+422             }
+423         }
+424         return level;
+425     }
+426     
+427     private String getPropertyFromExpression( String expression )
+428     {
+429         if ( expression != null && expression.startsWith( "${" ) && expression.endsWith( "}" )
+430             && !expression.substring( 2 ).contains( "${" ) )
+431         {
+432             // expression="${xxx}" -> property="xxx"
+433             return expression.substring( 2, expression.length() - 1 );
+434         }
+435         // no property can be extracted
+436         return null;
+437     }
+438 }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..6c507acc --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,73 @@ + + + + +ValidationConfiguration xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   import javax.validation.Validation;
+4   
+5   import org.hibernate.cfg.Configuration;
+6   import org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor;
+7   import org.hibernate.dialect.Dialect;
+8   import org.hibernate.metamodel.source.MappingException;
+9   
+10  
+11  /**
+12   * This integration is usually performed by BeanValidationIntegrator.
+13   * Unfortunately, that integration will only be activated upon
+14   * initialization of the ServiceRegistry, which initializes
+15   * DatasourceConnectionProviderImpl, which looks up the datasource,
+16   * which requires a JNDI context ...
+17   * We therefore reimplement the relevant parts of BeanValidatorIntegrator.
+18   * Since that must occur after secondPassCompile(), which is invoked by
+19   * Configuration.generateSchemaCreationScript, which is invoked by
+20   * SchemaExport, some fancy subclassing is needed to invoke the integration
+21   * at the right time.
+22   * @author Mark Robinson <mark@mrobinson.ca>
+23   * @author Frank Schimmel <frank.schimmel@cm4all.com>
+24   */
+25  public class ValidationConfiguration extends Configuration
+26  {
+27    private static final long serialVersionUID = 1L;
+28  
+29    private Class<Dialect> dialectClass;
+30  
+31    public ValidationConfiguration(final String dialectClass)
+32    {
+33      try {
+34          this.dialectClass = (Class<Dialect>) Class.forName(dialectClass);
+35      } catch (ClassNotFoundException e) {
+36          throw new RuntimeException(e);
+37      }
+38    }
+39  
+40    @Override
+41    protected void secondPassCompile() throws MappingException
+42    {
+43      super.secondPassCompile();
+44  
+45      try
+46      {
+47        TypeSafeActivatorAccessor.applyRelationalConstraints(
+48            Validation.buildDefaultValidatorFactory(),
+49            classes.values(),
+50            getProperties(),
+51            dialectClass.newInstance()
+52            );
+53      }
+54      catch (Exception e)
+55      {
+56        throw new RuntimeException(e);
+57      }
+58    }
+59  }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..0ee25240 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,33 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference Package de.juplo.plugins.hibernate4 + + + + +

+ de.juplo.plugins.hibernate4 +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..a4af07b9 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,82 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference Package de.juplo.plugins.hibernate4 + + + +
+ +
+
+ +
+ +

Package de.juplo.plugins.hibernate4

+ + + + + + + + + + + + + + + + + + + + + +
Class Summary
+ DriverProxy +
+ Hbm2DdlMojo +
+ HelpMojo +
+ ValidationConfiguration +
+ +
+ +
+
+ +
+
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/index.html b/dist/hibernate4-maven-plugin-1.0.4/xref/index.html new file mode 100644 index 00000000..fb648c88 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/index.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..0cd0403e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,25 @@ + + + + +TypeSafeActivatorAccessor xref + + + +
+
+1   package org.hibernate.cfg.beanvalidation;
+2   
+3   /**
+4    * This class enables access to the public methods of {@link TypeSafeActivator}
+5    * which itself is visible in the package only.
+6    *
+7    * @author Frank Schimmel <frank.schimmel@cm4all.com>
+8    */
+9   public class TypeSafeActivatorAccessor extends TypeSafeActivator {
+10      // Empty: just makes public methods accessible.
+11  }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/package-frame.html b/dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..5e87ae1b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference Package org.hibernate.cfg.beanvalidation + + + + +

+ org.hibernate.cfg.beanvalidation +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/package-summary.html b/dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..7bdd01b7 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,67 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference Package org.hibernate.cfg.beanvalidation + + + +
+ +
+
+ +
+ +

Package org.hibernate.cfg.beanvalidation

+ + + + + + + + + + + + +
Class Summary
+ TypeSafeActivatorAccessor +
+ +
+ +
+
+ +
+
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/overview-frame.html b/dist/hibernate4-maven-plugin-1.0.4/xref/overview-frame.html new file mode 100644 index 00000000..34f06c62 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/overview-frame.html @@ -0,0 +1,28 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/overview-summary.html b/dist/hibernate4-maven-plugin-1.0.4/xref/overview-summary.html new file mode 100644 index 00000000..26ff5162 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/overview-summary.html @@ -0,0 +1,69 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.4 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.0.4 Reference

+ + + + + + + + + + + + + + + +
Packages
+ de.juplo.plugins.hibernate4 +
+ org.hibernate.cfg.beanvalidation +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.4/xref/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.4/xref/stylesheet.css new file mode 100644 index 00000000..00e6114d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.4/xref/stylesheet.css @@ -0,0 +1,116 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} +div#footer { + text-align:center; +} +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-frame.html new file mode 100644 index 00000000..8e459d01 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-frame.html @@ -0,0 +1,22 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.5 API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-noframe.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..f38205eb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-noframe.html @@ -0,0 +1,22 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.5 API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/constant-values.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/constant-values.html new file mode 100644 index 00000000..8c56d4f5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/constant-values.html @@ -0,0 +1,202 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    de.juplo.plugins.hibernate4.Hbm2DdlMojo 
    Modifier and TypeConstant FieldValue
    + +public static final java.lang.StringDIALECT"hibernate.dialect"
    + +public static final java.lang.StringDRIVER_CLASS"hibernate.connection.driver_class"
    + +public static final java.lang.StringENVERS"hibernate.export.envers"
    + +public static final java.lang.StringEXPORT_SKIPPED_PROPERTY"hibernate.export.skipped"
    + +public static final java.lang.StringMD5S"hibernate4-generatedschema.md5s"
    + +public static final java.lang.StringNAMING_STRATEGY"hibernate.ejb.naming_strategy"
    + +public static final java.lang.StringPASSWORD"hibernate.connection.password"
    + +public static final java.lang.StringURL"hibernate.connection.url"
    + +public static final java.lang.StringUSERNAME"hibernate.connection.username"
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..c8d48277 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,437 @@ + + + + + + +Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class Hbm2DdlMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.Hbm2DdlMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class Hbm2DdlMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringDIALECT 
      static java.lang.StringDRIVER_CLASS 
      static java.lang.StringENVERS 
      static java.lang.StringEXPORT_SKIPPED_PROPERTY 
      static java.lang.StringMD5S 
      static java.lang.StringNAMING_STRATEGY 
      static java.lang.StringPASSWORD 
      static java.lang.StringURL 
      static java.lang.StringUSERNAME 
      +
        +
      • + + +

        Fields inherited from interface org.apache.maven.plugin.Mojo

        +ROLE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Hbm2DdlMojo() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidexecute() 
      +
        +
      • + + +

        Methods inherited from class org.apache.maven.plugin.AbstractMojo

        +getLog, getPluginContext, setLog, setPluginContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Hbm2DdlMojo

        +
        public Hbm2DdlMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoFailureException,
        +                    org.apache.maven.plugin.MojoExecutionException
        +
        Throws:
        +
        org.apache.maven.plugin.MojoFailureException
        +
        org.apache.maven.plugin.MojoExecutionException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..3584392a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,298 @@ + + + + + + +HelpMojo (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class HelpMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.HelpMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class HelpMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Display help information on hibernate4-maven-plugin.
    + Call mvn hibernate4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
    Version:
    +
    +
    Author:
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface org.apache.maven.plugin.Mojo

        +ROLE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HelpMojo() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidexecute()
      +
        +
      • + + +

        Methods inherited from class org.apache.maven.plugin.AbstractMojo

        +getLog, getPluginContext, setLog, setPluginContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HelpMojo

        +
        public HelpMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoExecutionException
        +
        Throws:
        +
        org.apache.maven.plugin.MojoExecutionException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..00542e23 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,336 @@ + + + + + + +ValidationConfiguration (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class ValidationConfiguration

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.hibernate.cfg.Configuration
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.ValidationConfiguration
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class ValidationConfiguration
    +extends org.hibernate.cfg.Configuration
    +
    This integration is usually performed by BeanValidationIntegrator. + Unfortunately, that integration will only be activated upon + initialization of the ServiceRegistry, which initializes + DatasourceConnectionProviderImpl, which looks up the datasource, + which requires a JNDI context ... + We therefore reimplement the relevant parts of BeanValidatorIntegrator. + Since that must occur after secondPassCompile(), which is invoked by + Configuration.generateSchemaCreationScript, which is invoked by + SchemaExport, some fancy subclassing is needed to invoke the integration + at the right time.
    +
    Author:
    +
    Mark Robinson , Frank Schimmel
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.hibernate.cfg.Configuration

        +org.hibernate.cfg.Configuration.MappingsImpl, org.hibernate.cfg.Configuration.MetadataSourceQueue
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.hibernate.cfg.Configuration

        +ARTEFACT_PROCESSING_ORDER, auxiliaryDatabaseObjects, classes, collections, columnNameBindingPerTable, DEFAULT_ARTEFACT_PROCESSING_ORDER, DEFAULT_CACHE_CONCURRENCY_STRATEGY, extendsQueue, fetchProfiles, filterDefinitions, imports, metadataSourceQueue, namedEntityGraphMap, namedProcedureCallMap, namedQueries, namedSqlQueries, propertyReferences, secondPasses, settingsFactory, sqlFunctions, sqlResultSetMappings, tableNameBinding, tables, typeDefs, USE_NEW_ID_GENERATOR_MAPPINGS, xmlHelper
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ValidationConfiguration(java.lang.String dialectClass) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetTypeDefs() 
      protected voidsecondPassCompile() 
      +
        +
      • + + +

        Methods inherited from class org.hibernate.cfg.Configuration

        +add, addAnnotatedClass, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAuxiliaryDatabaseObject, addCacheableFile, addCacheableFile, addCacheableFileStrictly, addClass, addDirectory, addDocument, addFetchProfile, addFile, addFile, addFilterDefinition, addInputStream, addJar, addPackage, addProperties, addResource, addResource, addSqlFunction, addURL, addXML, buildMapping, buildMappings, buildSessionFactory, buildSessionFactory, buildSettings, buildSettings, configure, configure, configure, configure, configure, createMappings, doConfigure, doConfigure, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, generateSchemaUpdateScriptList, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getCurrentTenantIdentifierResolver, getEntityNotFoundDelegate, getEntityResolver, getEntityTuplizerFactory, getFilterDefinitions, getIdentifierGeneratorFactory, getImports, getInterceptor, getJaccPermissionDeclarations, getMappedSuperclassMappings, getMappedSuperclassMappingsCopy, getNamedEntityGraphs, getNamedProcedureCallMap, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getNamingStrategyDelegator, getProperties, getProperty, getReflectionManager, getSessionFactoryObserver, getSqlFunctions, getSqlResultSetMappings, getTableMappings, getTypeResolver, iterateFetchProfiles, iterateGenerators, mergeProperties, registerTypeContributor, registerTypeOverride, registerTypeOverride, registerTypeOverride, reset, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCurrentTenantIdentifierResolver, setEntityNotFoundDelegate, setEntityResolver, setInterceptor, setNamingStrategy, setNamingStrategyDelegator, setPrecedence, setProperties, setProperty, setSessionFactoryObserver, validateSchema
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ValidationConfiguration

        +
        public ValidationConfiguration(java.lang.String dialectClass)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        secondPassCompile

        +
        protected void secondPassCompile()
        +                          throws org.hibernate.metamodel.source.MappingException
        +
        +
        Overrides:
        +
        secondPassCompile in class org.hibernate.cfg.Configuration
        +
        Throws:
        +
        org.hibernate.metamodel.source.MappingException
        +
      • +
      + + + +
        +
      • +

        getTypeDefs

        +
        public java.lang.String getTypeDefs()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html new file mode 100644 index 00000000..bbc40cb5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.Hbm2DdlMojo

+
+
No usage of de.juplo.plugins.hibernate4.Hbm2DdlMojo
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html new file mode 100644 index 00000000..ab54ce03 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.HelpMojo (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.HelpMojo

+
+
No usage of de.juplo.plugins.hibernate4.HelpMojo
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html new file mode 100644 index 00000000..10c0c24e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.ValidationConfiguration (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.ValidationConfiguration

+
+
No usage of de.juplo.plugins.hibernate4.ValidationConfiguration
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..45cf65fd --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.5 API) + + + + +

de.juplo.plugins.hibernate4

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..43e6bb5c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,150 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + +
+ + + + + +
+ + +
+

Package de.juplo.plugins.hibernate4

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Hbm2DdlMojo +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
    HelpMojo +
    Display help information on hibernate4-maven-plugin.
    +
    ValidationConfiguration +
    This integration is usually performed by BeanValidationIntegrator.
    +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-tree.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-tree.html new file mode 100644 index 00000000..364eae64 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-tree.html @@ -0,0 +1,140 @@ + + + + + + +de.juplo.plugins.hibernate4 Class Hierarchy (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package de.juplo.plugins.hibernate4

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • +
    • org.hibernate.cfg.Configuration (implements java.io.Serializable) + +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-use.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-use.html new file mode 100644 index 00000000..e160dcb7 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + + + +
+

Uses of Package
de.juplo.plugins.hibernate4

+
+
No usage of de.juplo.plugins.hibernate4
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/deprecated-list.html new file mode 100644 index 00000000..705ba587 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/deprecated-list.html @@ -0,0 +1,117 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/help-doc.html new file mode 100644 index 00000000..974a1bf8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/help-doc.html @@ -0,0 +1,222 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/index-all.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/index-all.html new file mode 100644 index 00000000..dfd80224 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/index-all.html @@ -0,0 +1,241 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + +
+ + + + + +
+ + +
D E G H M N O P S T U V  + + +

D

+
+
de.juplo.plugins.hibernate4 - package de.juplo.plugins.hibernate4
+
 
+
DIALECT - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
DRIVER_CLASS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

E

+
+
ENVERS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.HelpMojo
+
EXPORT_SKIPPED_PROPERTY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

G

+
+
getTypeDefs() - Method in class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+ + + +

H

+
+
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
+
+
Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
+
+
Hbm2DdlMojo() - Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
HelpMojo - Class in de.juplo.plugins.hibernate4
+
+
Display help information on hibernate4-maven-plugin.
+
+
HelpMojo() - Constructor for class de.juplo.plugins.hibernate4.HelpMojo
+
 
+
+ + + +

M

+
+
MD5S - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

N

+
+
NAMING_STRATEGY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

O

+
+
org.hibernate.cfg.beanvalidation - package org.hibernate.cfg.beanvalidation
+
 
+
+ + + +

P

+
+
PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

S

+
+
secondPassCompile() - Method in class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+ + + +

T

+
+
TypeSafeActivatorAccessor - Class in org.hibernate.cfg.beanvalidation
+
+
This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
+
+
TypeSafeActivatorAccessor() - Constructor for class org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
+
 
+
+ + + +

U

+
+
URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

V

+
+
ValidationConfiguration - Class in de.juplo.plugins.hibernate4
+
+
This integration is usually performed by BeanValidationIntegrator.
+
+
ValidationConfiguration(String) - Constructor for class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+D E G H M N O P S T U V 
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/index.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/index.html new file mode 100644 index 00000000..c49472c3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +Hibernate 4 Maven Plugin 1.0.5 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/options b/dist/hibernate4-maven-plugin-1.0.5/apidocs/options new file mode 100644 index 00000000..4a031bdf --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/options @@ -0,0 +1,24 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/classes:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.2.3/maven-core-3.2.3.jar:/home/kai/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.7.Final/hibernate-entitymanager-4.3.7.Final.jar:/home/kai/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.2.3/maven-model-builder-3.2.3.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar:/home/kai/.m2/repository/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar:/home/kai/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar:/home/kai/.m2/repository/org/hibernate/hibernate-envers/4.3.7.Final/hibernate-envers-4.3.7.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.2.3/maven-settings-3.2.3.jar:/home/kai/.m2/repository/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.2.3/maven-artifact-3.2.3.jar:/home/kai/.m2/repository/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.jar:/home/kai/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.2.3/maven-model-3.2.3.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar:/home/kai/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.2.3/maven-aether-provider-3.2.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.2.3/maven-settings-builder-3.2.3.jar:/home/kai/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.2.3/maven-repository-metadata-3.2.3.jar:/home/kai/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar:/home/kai/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.3.7.Final/hibernate-core-4.3.7.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.2.3/maven-plugin-api-3.2.3.jar:/home/kai/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar:/home/kai/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/src/main/java:/home/kai/juplo/hibernate4-maven-plugin/target/generated-sources/plugin' +-author +-bottom +'Copyright © 2014. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.0.5 API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.0.5 API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..02c680c1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,309 @@ + + + + + + +TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + + + + +
+
org.hibernate.cfg.beanvalidation
+

Class TypeSafeActivatorAccessor

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TypeSafeActivatorAccessor
    +extends java.lang.Object
    +
    This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
    +
    Author:
    +
    Frank Schimmel
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static voidactivate(org.hibernate.cfg.beanvalidation.ActivationContext arg0) 
      static voidapplyCallbackListeners(javax.validation.ValidatorFactory arg0, + org.hibernate.cfg.beanvalidation.ActivationContext arg1) 
      static voidapplyRelationalConstraints(javax.validation.ValidatorFactory arg0, + java.util.Collection<org.hibernate.mapping.PersistentClass> arg1, + java.util.Properties arg2, + org.hibernate.dialect.Dialect arg3) 
      static voidvalidateSuppliedFactory(java.lang.Object arg0) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TypeSafeActivatorAccessor

        +
        public TypeSafeActivatorAccessor()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        validateSuppliedFactory

        +
        public static void validateSuppliedFactory(java.lang.Object arg0)
        +
      • +
      + + + +
        +
      • +

        activate

        +
        public static void activate(org.hibernate.cfg.beanvalidation.ActivationContext arg0)
        +
      • +
      + + + +
        +
      • +

        applyCallbackListeners

        +
        public static void applyCallbackListeners(javax.validation.ValidatorFactory arg0,
        +                          org.hibernate.cfg.beanvalidation.ActivationContext arg1)
        +
      • +
      + + + +
        +
      • +

        applyRelationalConstraints

        +
        public static void applyRelationalConstraints(javax.validation.ValidatorFactory arg0,
        +                              java.util.Collection<org.hibernate.mapping.PersistentClass> arg1,
        +                              java.util.Properties arg2,
        +                              org.hibernate.dialect.Dialect arg3)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..a06b8e8b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + + + +
+

Uses of Class
org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor

+
+
No usage of org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..2728d250 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.5 API) + + + + +

org.hibernate.cfg.beanvalidation

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..1540478d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,138 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + +
+ + + + + +
+ + +
+

Package org.hibernate.cfg.beanvalidation

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    TypeSafeActivatorAccessor +
    This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
    +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html new file mode 100644 index 00000000..8d2fa039 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html @@ -0,0 +1,130 @@ + + + + + + +org.hibernate.cfg.beanvalidation Class Hierarchy (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package org.hibernate.cfg.beanvalidation

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-use.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-use.html new file mode 100644 index 00000000..1bee30e4 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + + + +
+

Uses of Package
org.hibernate.cfg.beanvalidation

+
+
No usage of org.hibernate.cfg.beanvalidation
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-frame.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-frame.html new file mode 100644 index 00000000..f4be1784 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-frame.html @@ -0,0 +1,22 @@ + + + + + + +Overview List (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + +

 

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-summary.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-summary.html new file mode 100644 index 00000000..8308c502 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-summary.html @@ -0,0 +1,135 @@ + + + + + + +Overview (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + +
+ + + + + +
+ + +
+

Hibernate 4 Maven Plugin 1.0.5 API

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
de.juplo.plugins.hibernate4 
org.hibernate.cfg.beanvalidation 
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-tree.html new file mode 100644 index 00000000..322a9915 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/overview-tree.html @@ -0,0 +1,142 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • +
    • org.hibernate.cfg.Configuration (implements java.io.Serializable) + +
    • +
    • org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/package-list b/dist/hibernate4-maven-plugin-1.0.5/apidocs/package-list new file mode 100644 index 00000000..b80422d3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/package-list @@ -0,0 +1,2 @@ +de.juplo.plugins.hibernate4 +org.hibernate.cfg.beanvalidation diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/packages b/dist/hibernate4-maven-plugin-1.0.5/apidocs/packages new file mode 100644 index 00000000..ad55515c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/packages @@ -0,0 +1,2 @@ +de.juplo.plugins.hibernate4 +org.hibernate.cfg.beanvalidation \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/resources/background.gif b/dist/hibernate4-maven-plugin-1.0.5/apidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/serialized-form.html b/dist/hibernate4-maven-plugin-1.0.5/apidocs/serialized-form.html new file mode 100644 index 00000000..6f992894 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/serialized-form.html @@ -0,0 +1,187 @@ + + + + + + +Serialized Form (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + +
+ + + + + +
+ + +
+

Serialized Form

+
+
+
    +
  • +

    Package de.juplo.plugins.hibernate4

    + +
  • +
  • +

    Package org.hibernate.cfg.beanvalidation

    +
      +
    • + + +

      Class org.hibernate.cfg.beanvalidation.BeanValidationEventListener extends java.lang.Object implements Serializable

      +
        +
      • + + +

        Serialized Fields

        +
          +
        • +

          factory

          +
          javax.validation.ValidatorFactory factory
          +
        • +
        • +

          associationsPerEntityPersister

          +
          java.util.concurrent.ConcurrentHashMap<K,V> associationsPerEntityPersister
          +
        • +
        • +

          groupsPerOperation

          +
          org.hibernate.cfg.beanvalidation.GroupsPerOperation groupsPerOperation
          +
        • +
        • +

          initialized

          +
          boolean initialized
          +
        • +
        +
      • +
      +
    • +
    • + + +

      Class org.hibernate.cfg.beanvalidation.IntegrationException extends org.hibernate.HibernateException implements Serializable

      +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/apidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.5/apidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/apidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dist/hibernate4-maven-plugin-1.0.5/configuration.html b/dist/hibernate4-maven-plugin-1.0.5/configuration.html new file mode 100644 index 00000000..a10ddb0d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/configuration.html @@ -0,0 +1,390 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Configuration Examples + + + + + + + + + + + + +
+ + +
+
+

Configuration Examples

+ + + + +
+

Configuration through a hibernate.properties-File

+ +

+ The most simple way to configure the plugin is, to put all the + hibernate-configuration in a hibernate.properties-file on your + classpath. Put the file in the resources-folder. Maven will put + it in the class-folder of your webapp, where it will be picked up + by this plugin as well as by Hibernate 4. +

+ +

+ Doing so, the only additionally configuration needed, to activat the plugin + is the following entry in the plugins-section of your pom.xml: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.5</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+ +

+ But be aware, that in this case the database-url, that is + build in the application is the same that is used while testing, where + the database is droped and recreated by the plugin. + Because of that, + + you should never fire up this configuration on your production + system, or your database might be erased! + +

+ +

+ A better approach is, to specify a different url for testing like in the + following snippet: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.5</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>
+ +

+ Configuration properties, that are set in the configuration-section + of the plugin-configuration cannnot be overwritten elsewere (for details + see Configuration-Method-Precedence). + You never can overwrite them by accident when specifying a property on + the commandline or in your settings.xml. +

+
+
+

Configuration through maven-properties

+ +

+ Alternatively, it is possible, to configure the plugin via maven-properties. + Each relevant configuration-option has a corresponding maven-property + (for a full list see the Documentation of the export-Mojo). + These are named after the + Hibernate JDBC Properties: +

+ +
    + +
  • hibernate.connection.driver_class
  • + +
  • hibernate.dialect
  • + +
  • hibernate.connection.url
  • + +
  • hibernate.connection.username
  • + +
  • hibernate.connection.password
  • +
+ +

+ So, instead of writing the hibernate-configuration in the properties-file, + like above, you could put it in the properties-section of your + pom.xml. +

+ +

+ Thogether with the plugin-definition from above, the following would + be a complete configuration (again, the database-url was overwritten in + the plugin-configuration, to be sure to have a separate database for + testing): +

+ +
+
+<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
+
+...
+
+<plugins>
+
+  ...
+
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate4-maven-plugin</artifactId>
+    <version>1.0.5</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>export</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
+
+<plugins>
+
+
+

Configuration through the plugin-configuration

+ +

+ A third way for configuring the plugin is the plugin-configuration. + The relevant configuration-parameters are: +

+ +
    + +
  • driverClassName
  • + +
  • hibernateDialect
  • + +
  • url
  • + +
  • username
  • + +
  • password
  • +
+ +

+ The equivalent of the configuration from the last section would look + like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.5</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <driverClassName>org.hsqldb.jdbcDriver</driverClassName>
+    <hibernateDialect>org.hibernate.dialect.HSQLDialect</hibernateDialect>
+    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+    <username>sa</username>
+    <password></password>
+  </configuration>
+</plugin>
+ +

+ The parameter hibernateProperties (name of the hibernate-properties-file + to use, defaults to hibernate.properties) can only be configured through + this approach. +

+ +

+ For more explanations, see the + Documentation of the export-Mojo. +

+
+
+

Configuration-Method-Precedence

+ +

+ The configuration is gathered in a fix order: +

+ +
    + +
  1. hibernate.properties
  2. + +
  3. maven-properties
  4. + +
  5. plugin-configuration
  6. +
+ +

+ If you are in doubt about where a configuration-value comes from, run + maven with the debug-output enabled: mvn -X hibernate4:export + and be aware, that maven-properties can be overwitten on the command-line, + in your ~/.m2/settings.xml and in a profile. +

+ +

+ The plugin-configuration comes last and overwrites everything else. + That way, you can be sure, that a configuration-value, that is + specified in the plugin-configuration will never be overwritten by any + other configuration-method. +

+ +

+ If you need to overwrite plugin-configuration-values with + maven-properties, you can use maven-properties in the plugin-configuration: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.5</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <password>${my-password-property}</password>
+  </configuration>
+</plugin>
+
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/cpd.html b/dist/hibernate4-maven-plugin-1.0.5/cpd.html new file mode 100644 index 00000000..3c2cdb89 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/cpd.html @@ -0,0 +1,160 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - CPD Report + + + + + + + + + + + + +
+ + +
+
+

CPD Report

+
+

CPD Results

+

The following document contains the results of PMD's CPD 4.3.

+
+

Duplications

+

CPD found no problems in your source code.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/cpd.xml b/dist/hibernate4-maven-plugin-1.0.5/cpd.xml new file mode 100644 index 00000000..4a4568b3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/cpd.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/css/site.css b/dist/hibernate4-maven-plugin-1.0.5/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/debugging.html b/dist/hibernate4-maven-plugin-1.0.5/debugging.html new file mode 100644 index 00000000..01eedf86 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/debugging.html @@ -0,0 +1,162 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Enable Debug-Output + + + + + + + + + + + + +
+ + +
+
+

Enable Debug-Output

+ + + + +

+ If you are new to hibernate4-maven-plugin, in many cases, the + {Configuration-Method-Precedence} may be the source of configuration + errors. + To solve this problem, you should run maven with the debugging output + enabled. + For example, by executing: +

+ +
+
+mvn -X compile hibernate4:export
+ +

+ (The compile might be necessary, because hibernate4-maven-plugin + has to scan the compiled classes for annotations!) +

+ +

+ Unlike the majority of the maven-plugins, hibernate4-maven-plugin was + designed to give a good many hints, when debugging is enabled. + Because, if you do not know, what went wrong, you can't fix it! +

+ +

+ But be warned: hibernate4-maven-plugin tends to be very chatty ;) +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/dependencies.html b/dist/hibernate4-maven-plugin-1.0.5/dependencies.html new file mode 100644 index 00000000..1b059bff --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/dependencies.html @@ -0,0 +1,2085 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Dependencies + + + + + + + + + + + + +
+ + +
+
+

Dependencies

+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
com.pyx4jmaven-plugin-log4j1.0.1jarThe Apache Software License, Version 2.0
javax.eljavax.el-api3.0.0jarCDDL + GPLv2 with classpath exception
org.apache.mavenmaven-core3.2.3jarApache License, Version 2.0
org.apache.mavenmaven-plugin-api3.2.3jarApache License, Version 2.0
org.hibernatehibernate-core4.3.7.FinaljarGNU Lesser General Public License
org.hibernatehibernate-envers4.3.7.FinaljarGNU Lesser General Public License
org.hibernatehibernate-validator5.1.3.FinaljarApache License, Version 2.0
org.scannotationscannotation1.0.3jar-
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicense
antlrantlr2.7.7-jarBSD License
aopallianceaopalliance1.0-jarPublic Domain
com.fasterxmlclassmate1.0.0-jarThe Apache Software License, Version 2.0
com.google.code.findbugsjsr3051.3.9-jarThe Apache Software License, Version 2.0
com.google.guavaguava10.0.1-jarThe Apache Software License, Version 2.0
dom4jdom4j1.6.1-jar-
javassistjavassist3.12.1.GA-jarMPL 1.1-LGPL 2.1
javax.annotationjsr250-api1.0-jarCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.enterprisecdi-api1.0-jarApache License, Version 2.0
javax.injectjavax.inject1-jarThe Apache Software License, Version 2.0
javax.validationvalidation-api1.1.0.Final-jarThe Apache Software License, Version 2.0
log4jlog4j1.2.14-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-aether-provider3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-artifact3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-model3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-model-builder3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-repository-metadata3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings-builder3.2.3-jarApache License, Version 2.0
org.codehaus.plexusplexus-classworlds2.5.1-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-component-annotations1.5.5-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-interpolation1.19-jarThe Apache Software License, Version 2.0
org.eclipse.aetheraether-api0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-impl0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-spi0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-util0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.inject0.0.0.M5-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.plexus0.0.0.M5-jarEclipse Public License, Version 1.0
org.hibernatehibernate-entitymanager4.3.7.Final-jarGNU Lesser General Public License
org.hibernate.commonhibernate-commons-annotations4.0.5.Final-jarGNU Lesser General Public License
org.hibernate.javax.persistencehibernate-jpa-2.1-api1.0.0.Final-jarEclipse Public License (EPL), Version 1.0-Eclipse Distribution License (EDL), Version 1.0
org.javassistjavassist3.18.1-GA-jarMPL 1.1-LGPL 2.1-Apache License 2.0
org.jbossjandex1.1.0.Final-jarAL 2.0
org.jboss.loggingjboss-logging3.1.3.GA-jarApache License, version 2.0
org.jboss.loggingjboss-logging-annotations1.2.0.Beta1-jarPublic Domain
org.jboss.spec.javax.transactionjboss-transaction-api_1.2_spec1.0.0.Final-jarCommon Development and Distribution License-GNU General Public License, Version 2 with the Classpath Exception
org.sonatype.plexusplexus-cipher1.4-jarApache Public License 2.0
org.sonatype.plexusplexus-sec-dispatcher1.3-jarApache Public License 2.0
org.sonatype.sisusisu-guice3.1.0no_aopjarThe Apache Software License, Version 2.0
xml-apisxml-apis1.0.b2-jarThe Apache Software License, Version 2.0
+
+

Project Dependency Graph

+ +
+

Dependency Tree

+
+
+

Licenses

+

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

+

Apache License, version 2.0: JBoss Logging 3

+

CDDL + GPLv2 with classpath exception: Expression Language 3.0 API

+

Public Domain: AOP alliance, JBoss Logging I18n Annotations

+

Unknown: dom4j, scannotation

+

Common Development and Distribution License: Java Transaction API

+

LGPL 2.1: Javassist

+

Apache License, Version 2.0: CDI APIs, Hibernate Validator Engine, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder

+

MPL 1.1: Javassist

+

GNU General Public License, Version 2 with the Classpath Exception: Java Transaction API

+

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

+

The Apache Software License, Version 2.0: Bean Validation API, ClassMate, FindBugs-jsr305, Guava: Google Core Libraries for Java, Hibernate 4 Maven Plugin, Log4j, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, XML Commons External Components XML APIs, javax.inject, maven-plugin-log4j

+

GNU Lesser General Public License: Core Hibernate O/RM functionality, Entity versioning support, Hibernate Commons Annotations, Hibernate JPA Support

+

Eclipse Public License (EPL), Version 1.0: Java Persistence API, Version 2.1

+

BSD License: AntLR Parser Generator

+

AL 2.0: Java Annotation Indexer

+

Apache License 2.0: Javassist

+

Eclipse Public License, Version 1.0: Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus

+

Eclipse Distribution License (EDL), Version 1.0: Java Persistence API, Version 2.1

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJDK RevDebug
antlr-2.7.7.jar434.85 kB239224121.2debug
aopalliance-1.0.jar4.36 kB15921.3debug
classmate-1.0.0.jar58.87 kB513641.6debug
jsr305-1.3.9.jar32.24 kB723531.5debug
guava-10.0.1.jar1.43 MB1,1851,164101.5debug
maven-plugin-log4j-1.0.1.jar3.64 kB12111.4debug
dom4j-1.6.1.jar306.54 kB208190141.3debug
javassist-3.12.1.GA.jar629.05 kB390366171.4debug
jsr250-api-1.0.jar5.71 kB161121.5debug
javax.el-api-3.0.0.jar71.35 kB574611.6debug
cdi-api-1.0.jar43.86 kB927571.5debug
javax.inject-1.jar2.44 kB8611.5release
validation-api-1.1.0.Final.jar62.28 kB12210681.6debug
log4j-1.2.14.jar358.83 kB288256191.1debug
maven-aether-provider-3.2.3.jar62.41 kB412411.6debug
maven-artifact-3.2.3.jar52.46 kB5732111.6debug
maven-core-3.2.3.jar577.74 kB452365491.6debug
maven-model-3.2.3.jar156.10 kB675031.6debug
maven-model-builder-3.2.3.jar164.12 kB148115161.6debug
maven-plugin-api-3.2.3.jar44.68 kB462561.6debug
maven-repository-metadata-3.2.3.jar25.15 kB25721.6debug
maven-settings-3.2.3.jar41.66 kB331721.6debug
maven-settings-builder-3.2.3.jar42.01 kB533251.6debug
plexus-classworlds-2.5.1.jar48.63 kB523751.5debug
plexus-component-annotations-1.5.5.jar4.11 kB15311.5release
plexus-interpolation-1.19.jar60.25 kB604461.5debug
aether-api-0.9.0.M2.jar130.82 kB147126111.5debug
aether-impl-0.9.0.M2.jar141.47 kB988021.5debug
aether-spi-0.9.0.M2.jar17.29 kB361951.5debug
aether-util-0.9.0.M2.jar130.46 kB11893131.5debug
org.eclipse.sisu.inject-0.0.0.M5.jar284.57 kB23621981.5debug
org.eclipse.sisu.plexus-0.0.0.M5.jar191.94 kB196164201.5debug
hibernate-core-4.3.7.Final.jar5.03 MB3,7083,4592011.6debug
hibernate-entitymanager-4.3.7.Final.jar632.33 kB486443271.6debug
hibernate-envers-4.3.7.Final.jar417.04 kB311259381.6debug
hibernate-validator-5.1.3.Final.jar619.40 kB483410411.6debug
hibernate-commons-annotations-4.0.5.Final.jar73.56 kB796771.6debug
hibernate-jpa-2.1-api-1.0.0.Final.jar110.71 kB20720041.6debug
javassist-3.18.1-GA.jar697.46 kB414390171.6debug
jandex-1.1.0.Final.jar74.76 kB554411.6debug
jboss-logging-3.1.3.GA.jar55.84 kB574511.6debug
jboss-logging-annotations-1.2.0.Beta1.jar11.29 kB281611.6debug
jboss-transaction-api_1.2_spec-1.0.0.Final.jar27.07 kB352221.6debug
scannotation-1.0.3.jar18.33 kB231321.5debug
plexus-cipher-1.4.jar13.18 kB20611.4debug
plexus-sec-dispatcher-1.3.jar27.89 kB311331.4debug
sisu-guice-3.1.0-no_aop.jar349.05 kB31029581.5debug
xml-apis-1.0.b2.jar106.76 kB217184171.2release
TotalSizeEntriesClassesPackagesJDK RevDebug
4813.71 MB11,0999,8436381.645
compile: 48compile: 13.71 MBcompile: 11,099compile: 9,843compile: 638-compile: 45
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshot
plexus.snapshotshttps://oss.sonatype.org/content/repositories/plexus-snapshots-Yes
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
snapshots.jboss.orghttp://snapshots.jboss.org/maven2-Yes
jbosshttp://repository.jboss.org/nexus/content/groups/public/YesYes
oss.sonatype.org/jboss-snapshotshttp://oss.sonatype.org/content/repositories/jboss-snapshots-Yes
centralhttp://repo.maven.apache.org/maven2Yes-
repository.jboss.orghttp://repository.jboss.org/maven2Yes-
jvnet-nexus-snapshotshttps://maven.java.net/content/repositories/snapshots-Yes
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactplexus.snapshotsapache.snapshotssonatype-nexus-snapshotssnapshots.jboss.orgjbossoss.sonatype.org/jboss-snapshotscentralrepository.jboss.orgjvnet-nexus-snapshots
antlr:antlr:jar:2.7.7----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
aopalliance:aopalliance:jar:1.0----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
com.fasterxml:classmate:jar:1.0.0------Found at http://repo.maven.apache.org/maven2--
com.google.code.findbugs:jsr305:jar:1.3.9------Found at http://repo.maven.apache.org/maven2--
com.google.guava:guava:jar:10.0.1------Found at http://repo.maven.apache.org/maven2--
com.pyx4j:maven-plugin-log4j:jar:1.0.1------Found at http://repo.maven.apache.org/maven2--
dom4j:dom4j:jar:1.6.1----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
javassist:javassist:jar:3.12.1.GA----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
javax.annotation:jsr250-api:jar:1.0------Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
javax.el:javax.el-api:jar:3.0.0------Found at http://repo.maven.apache.org/maven2--
javax.enterprise:cdi-api:jar:1.0------Found at http://repo.maven.apache.org/maven2--
javax.inject:javax.inject:jar:1------Found at http://repo.maven.apache.org/maven2--
javax.validation:validation-api:jar:1.1.0.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
log4j:log4j:jar:1.2.14------Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
org.apache.maven:maven-aether-provider:jar:3.2.3------Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-artifact:jar:3.2.3------Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-core:jar:3.2.3------Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-model:jar:3.2.3------Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-model-builder:jar:3.2.3------Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-plugin-api:jar:3.2.3------Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-repository-metadata:jar:3.2.3------Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-settings:jar:3.2.3------Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-settings-builder:jar:3.2.3------Found at http://repo.maven.apache.org/maven2--
org.codehaus.plexus:plexus-classworlds:jar:2.5.1----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.codehaus.plexus:plexus-interpolation:jar:1.19----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.eclipse.aether:aether-api:jar:0.9.0.M2------Found at http://repo.maven.apache.org/maven2--
org.eclipse.aether:aether-impl:jar:0.9.0.M2------Found at http://repo.maven.apache.org/maven2--
org.eclipse.aether:aether-spi:jar:0.9.0.M2------Found at http://repo.maven.apache.org/maven2--
org.eclipse.aether:aether-util:jar:0.9.0.M2------Found at http://repo.maven.apache.org/maven2--
org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M5------Found at http://repo.maven.apache.org/maven2--
org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M5------Found at http://repo.maven.apache.org/maven2--
org.hibernate:hibernate-core:jar:4.3.7.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.hibernate:hibernate-entitymanager:jar:4.3.7.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.hibernate:hibernate-envers:jar:4.3.7.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.hibernate:hibernate-validator:jar:5.1.3.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.hibernate.common:hibernate-commons-annotations:jar:4.0.5.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.javassist:javassist:jar:3.18.1-GA----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.jboss:jandex:jar:1.1.0.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.jboss.logging:jboss-logging:jar:3.1.3.GA----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.scannotation:scannotation:jar:1.0.3----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.sonatype.plexus:plexus-cipher:jar:1.4----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2--
xml-apis:xml-apis:jar:1.0.b2----Found at http://repository.jboss.org/nexus/content/groups/public/-Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
Totalplexus.snapshotsapache.snapshotssonatype-nexus-snapshotssnapshots.jboss.orgjbossoss.sonatype.org/jboss-snapshotscentralrepository.jboss.orgjvnet-nexus-snapshots
48 (compile: 48)00002404860
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/dependency-info.html b/dist/hibernate4-maven-plugin-1.0.5/dependency-info.html new file mode 100644 index 00000000..2b6ebe38 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/dependency-info.html @@ -0,0 +1,208 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Dependency Information + + + + + + + + + + + + +
+ + +
+
+

Dependency Information

+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.5</version>
+  <type>maven-plugin</type>
+</dependency>
+
+

Apache Buildr

+
+
'de.juplo:hibernate4-maven-plugin:maven-plugin:1.0.5'
+
+

Apache Ant

+
+
<dependency org="de.juplo" name="hibernate4-maven-plugin" rev="1.0.5">
+  <artifact name="hibernate4-maven-plugin" type="maven-plugin" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='de.juplo', module='hibernate4-maven-plugin', version='1.0.5')
+)
+
+

Grails

+
+
compile 'de.juplo:hibernate4-maven-plugin:1.0.5'
+
+

Leiningen

+
+
[de.juplo/hibernate4-maven-plugin "1.0.5"]
+
+

SBT

+
+
libraryDependencies += "de.juplo" %% "hibernate4-maven-plugin" % "1.0.5"
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/distribution-management.html b/dist/hibernate4-maven-plugin-1.0.5/distribution-management.html new file mode 100644 index 00000000..b8114cab --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/distribution-management.html @@ -0,0 +1,179 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Distribution Management + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/export-mojo.html b/dist/hibernate4-maven-plugin-1.0.5/export-mojo.html new file mode 100644 index 00000000..f966c304 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/export-mojo.html @@ -0,0 +1,841 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Parameter Documentation + + + + + + + + + + + + +
+ + +
+
+

Parameter Documentation

+ + +
+

hibernate4:export

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.0.5:export

+ +

Description:

+ +
Goal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
delimiterString1.0Delimiter in output-file.
Default value is: ;.
User property is: hibernate.export.schema.delimiter.
driverClassNameString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
enversboolean1.0.3Generate envers schema for auditing tables.
Default value is: false.
User property is: hibernate.export.envers.
forceboolean1.0Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.


Default value is: false.
User property is: hibernate.export.force.
formatboolean1.0Format output-file.
Default value is: true.
User property is: hibernate.export.schema.format.
hibernateDialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
hibernateMappingString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
hibernateNamingStrategyString1.0.2Hibernate Naming Strategy
User property is: hibernate.ejb.naming_strategy.
hibernatePropertiesString1.0Path to Hibernate configuration file.
Default value is: ${project.build.outputDirectory}/hibernate.properties.
outputDirectoryString1.0Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.


User property is: project.build.outputDirectory.
outputFileString1.0Output file.
Default value is: ${project.build.directory}/schema.sql.
User property is: hibernate.export.schema.filename.
passwordString1.0Database password
User property is: hibernate.connection.password.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.


Default value is: compile.
User property is: hibernate.export.scan_dependencies.
scanTestClassesboolean1.0.1Whether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.


Default value is: false.
User property is: hibernate.export.scan_testclasses.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.


Default value is: ${maven.test.skip}.
User property is: hibernate.skip.
targetString1.0Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +execution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces execution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A database connection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be chosen.
Default value is: EXPORT.
User property is: hibernate.export.target.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!


User property is: project.build.testOutputDirectory.
typeString1.0Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
Default value is: BOTH.
User property is: hibernate.export.type.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+ +
+

Parameter Details

+ +

delimiter:

+ +
Delimiter in output-file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.delimiter
  • + +
  • Default: ;
  • +

+

driverClassName:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

envers:

+ +
Generate envers schema for auditing tables.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.envers
  • + +
  • Default: false
  • +

+

force:

+ +
Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.format
  • + +
  • Default: true
  • +

+

hibernateDialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

hibernateMapping:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

hibernateNamingStrategy:

+ +
Hibernate Naming Strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.ejb.naming_strategy
  • +

+

hibernateProperties:

+ +
Path to Hibernate configuration file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • Default: ${project.build.outputDirectory}/hibernate.properties
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.filename
  • + +
  • Default: ${project.build.directory}/schema.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

scanDependencies:

+ +
Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_dependencies
  • + +
  • Default: compile
  • +

+

scanTestClasses:

+ +
Whether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.1
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_testclasses
  • + +
  • Default: false
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.skip
  • + +
  • Default: ${maven.test.skip}
  • +

+

target:

+ +
Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +execution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces execution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A database connection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be chosen.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.target
  • + +
  • Default: EXPORT
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

type:

+ +
Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.type
  • + +
  • Default: BOTH
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/force.html b/dist/hibernate4-maven-plugin-1.0.5/force.html new file mode 100644 index 00000000..2dd3e048 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/force.html @@ -0,0 +1,172 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Force Exceution + + + + + + + + + + + + +
+ + +
+
+

Force Exceution

+ + + + +

+ The hibernate4-maven-plugin computes MD5-sums for all found annotated + classes and stores them together with the generated schema. + If no classes were changed or added and the dialect wasn't changed too, it + automatically skips the configured schema-export, to speed up the development + cycle. +

+ +

+ The plugin signals, that the execution was skipped by setting the maven + property $\{hibernate.export.skipped\} to true. + This may be helpful, because other plugins like + dbunit-plugin + may fail, when the execution is skipped. +

+ +

+ If you need the hibernate4-maven-plugin to <never skip execution automatically>, + you can force it to do so, if you set the parameter force to + true: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.5</version>
+  <configuration>
+    <force>true</force>
+  </configuration>
+</plugin>
+ +

+ Or you may specify -Dhibernate.export.force=true at the command line, + if you want to force hibernate4-maven-plugin only once. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/help-mojo.html b/dist/hibernate4-maven-plugin-1.0.5/help-mojo.html new file mode 100644 index 00000000..af4cddf5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/help-mojo.html @@ -0,0 +1,281 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - + hibernate4:help + + + + + + + + + + + + +
+ + +
+
+

+ hibernate4:help

+ + +
+

hibernate4:help

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.0.5:help

+ +

Description:

+ +
Display help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+ +

Attributes:

+ +
    + +
  • The goal is thread-safe and supports parallel builds.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
detailboolean-If true, display all settable properties for each +goal.
Default value is: false.
User property is: detail.
goalString-The name of the goal for which to show help. If unspecified, all +goals will be displayed.
User property is: goal.
indentSizeint-The number of spaces per indentation level, should be positive.
Default value is: 2.
User property is: indentSize.
lineLengthint-The maximum length of a display line, should be positive.
Default value is: 80.
User property is: lineLength.
+
+ +
+

Parameter Details

+ +

detail:

+ +
If true, display all settable properties for each +goal.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: detail
  • + +
  • Default: false
  • +

+

goal:

+ +
The name of the goal for which to show help. If unspecified, all +goals will be displayed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: goal
  • +

+

indentSize:

+ +
The number of spaces per indentation level, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: indentSize
  • + +
  • Default: 2
  • +

+

lineLength:

+ +
The maximum length of a display line, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: lineLength
  • + +
  • Default: 80
  • +
+
+
+ + +
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/images/close.gif b/dist/hibernate4-maven-plugin-1.0.5/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.5/index.html b/dist/hibernate4-maven-plugin-1.0.5/index.html new file mode 100644 index 00000000..2cc472cb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/index.html @@ -0,0 +1,222 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - + + + + + + + + + + + + +
+ + +
+
+

+ + + + +

Hibernate 4 Maven Plugin

+ +
+

A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations

+ +

+ The hibernate4-maven-plugin is a plugin for generating a database-schema + from your Hibernate-4-Mappings and create or update your database + accordingly. + Its main usage is to automatically create and populate a test-database + for unit-tests in cooperation with the + dbunit-maven-plugin. +

+ +

+ The plugin was designed with three main goals in mind: +

+ +
    + +
  • It should be easy to use.
  • + +
  • It should be maximal unlikely, to erase a producation-database by accident.
  • + +
  • It should not slow down the development cycle.
  • +
+ +

+ To achieve the first goal, the convention-over-configuration paradigma + was applied and the plugin was stuffed with usefull logging-messages. + So, if in doubt, just turn on the debugging output with the mvn -X .... +

+ +

+ To achieve the second goal, the precedence in which the configuration + locations are consulted was layouted in a way that makes it possible, to + prevent overwrites of the wrong database by accident. +

+ +

+ Last but not least, in order to not slow down the development cycle, the + hibernate4-maven-plugin only executes the schema-export, if the mapping + or the dialect changes (or if you force it to do so). +

+ +

+ For more information about the inspiration to write this tiny plugin, + read our blog-article about the hibernate4-maven-plugin. +

+
+
+

Documentation

+ +
    + +
  • + See Configuration Examples for Usage-Explanations + and simple examples of how to use this plugin. +
  • + +
  • + See hibernate4:export and + Plugin Documentation for the full + autogenerated documentation. These are mostly configuration-options + of the Hibernate-Tools SchemaExport and SchemaUpdate, that do + the work in the background. +
  • +
+
+
+

Releases

+ + +
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/integration.html b/dist/hibernate4-maven-plugin-1.0.5/integration.html new file mode 100644 index 00000000..60eca8eb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/integration.html @@ -0,0 +1,189 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Continuous Integration + + + + + + + + + + + + +
+ + +
+
+

Continuous Integration

+
+

Overview

+

This project uses Continuum.

+
+

Access

+

The following is a link to the continuous integration system used by the project.

+
+
+

Notifiers

+

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

+ + + + + + + + +
TypeAddressConfiguration
mailkai@juplo.de-
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/issue-tracking.html b/dist/hibernate4-maven-plugin-1.0.5/issue-tracking.html new file mode 100644 index 00000000..ece1cd6b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/issue-tracking.html @@ -0,0 +1,180 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Issue Tracking + + + + + + + + + + + + +
+ + +
+
+

Issue Tracking

+ + + + There is no bug-tracking system set up for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/license.html b/dist/hibernate4-maven-plugin-1.0.5/license.html new file mode 100644 index 00000000..ddd91ae3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/license.html @@ -0,0 +1,381 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project License + + + + + + + + + + + + +
+ + +
+
+

Project License

+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project License

+
+

The Apache Software License, Version 2.0

+

A business-friendly OSS license

+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/mail-lists.html b/dist/hibernate4-maven-plugin-1.0.5/mail-lists.html new file mode 100644 index 00000000..adc5447c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/mail-lists.html @@ -0,0 +1,180 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Mailing Lists + + + + + + + + + + + + +
+ + +
+
+

Mailing Lists

+ + + + There are no mailinglists defined for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/pitfalls.html b/dist/hibernate4-maven-plugin-1.0.5/pitfalls.html new file mode 100644 index 00000000..1bdc8507 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/pitfalls.html @@ -0,0 +1,380 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Known Pitfalls (FAQ) + + + + + + + + + + + + +
+ + +
+
+

Known Pitfalls (FAQ)

+ + + + +
+

Annotated classes in dependencies are not found.

+ +

+ hibernate4-maven-plugin by default scans dependencies in the scope + compile. You can configure it to scan dependencies in other + scopes as well. But it scans only direct dependencies. Transitive + dependencies are not scanned for annotated classes. If some of your + annotated classes are hidden in a transitive dependency, you can simply + add that dependency explicitly. +

+
+
+

hibernate4-maven-plugin always needs a database-connection

+ +

+ The default-configuration uses the EXPORT-target of the SchemaExport-Tool. + If you do not need to create a database with the evaluated schema, you can + use the NONE- or the SCRIPT-target. + This can be achieved with the command-line parameter + -Dhibernate.export.target=SCRIPT or with the following configuration: +

+ +
+
+<configuration>
+  <target>SCRIPT</target>
+</configuration>
+ +

+ But even when no database is to be created, hibernate always needs to know + the dialect. Hence, the plugin will fail if this parameter is missing! +

+
+
+

Dependency for driver-class XYZ is missing

+ +

+ One regular problem is the scope of the jdbc-driver-dependency. + It is very unlikely, that this dependency is needed at compile-time. + So a tidy maven-developer would usually scope it for runtime. +

+ +

+ But this will break the execution of the hibernate4-maven-plugin. + Since it will not be able to see the needed dependency, it will fail with + an error-message like: +

+ +
+
+[INFO] Gathered hibernate-configuration (turn on debugging for details):
+[INFO]   hibernate.connection.username = sa
+[INFO]   hibernate.connection.password = 
+[INFO]   hibernate.dialect = org.hibernate.dialect.HSQLDialect
+[INFO]   hibernate.connection.url = jdbc:hsqldb:/home/kai/mmf/target/mmf;shutdown=true
+[INFO]   hibernate.connection.driver_class = org.hsqldb.jdbcDriver
+[ERROR] Dependency for driver-class org.hsqldb.jdbcDriver is missing!
+[INFO] ------------------------------------------------------------------------
+[ERROR] BUILD ERROR
+[INFO] ------------------------------------------------------------------------
+[INFO] org.hsqldb.jdbcDriver
+[INFO] ------------------------------------------------------------------------
+[INFO] For more information, run Maven with the -e switch
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 2 seconds
+[INFO] Finished at: Thu Nov 29 11:31:14 CET 2012
+[INFO] Final Memory: 32M/342M
+[INFO] ------------------------------------------------------------------------
+ +

+ A quick workaround for this error would be, to delete the runtime-constraint + for the jdbc-driver-dependency. +

+ +

+ A much cleaner way is, to (additionally) ad the dependency, to the + plugin-definition: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0.5</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <dependencies>
+  <dependency>
+    <groupId>org.hsqldb</groupId>
+    <artifactId>hsqldb</artifactId>
+    <version>2.2.8</version>
+  </dependency>
+  </dependencies>
+</plugin>
+ +

+ This is also the best way, if you use a different jdbc-driver for + testing, than in production. + Because otherwise, this dependency will unnecessarily bloat the + runtime-dependencies of your project. +

+
+
+

DBUnit fails after execution of hibernate4 was skipped because nothing has changed

+ +

+ If hibernate4-maven-plugin skips its excecution, this may lead to errors in + other plugins. + For example, when importing sample-data in the automatically created database + with the help of the dbunit-plugin, + the CLEAN_INSERT-operation may fail because of foreign-key-constraints, + if the database was not recreated, because the hibernate4-maven-plugin has + skipped its excecution. +

+ +

+ A quick fix to this problem is, to force + hibernate4-maven-plugin to export the schema every time it is running. + But to recreate the database on every testrun may noticeable slow down your + development cycle, if you have to wait for slow IO. +

+ +

+ To circumvent this problem, hibernate4-maven-plugin signals a skipped + excecution by setting the maven property $\{hibernate.export.skipped\} to + true. + You can configure other plugins to react on this signal. + For example, the dbunit-plugin can be configured to skip its excecution, if + hibernate4-maven-plugin was skipped like this: +

+ +
+
+<plugin>
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>dbunit-maven-plugin</artifactId>
+  <configuration>
+    <skip>${hibernate.export.skipped}</skip>
+  </configuration>
+</plugin>
+
+
+

The database will not be recreated after a manual drop/clean

+ +

+ If one manually drops the database or removes the hsqldb-files, it will not + be recreated by the hibernate4-maven-plugin, because it cannot detect, that + the database needs to be recreated. + This happens, because the plugin will not recreate the database if neither + the configuration nor the annotated classes have changed, because an + unnecessary drop-create-cycle might take a long time. The plugin will + report that like this: +

+ +
+
+[INFO] No modified annotated classes found and dialect unchanged.
+[INFO] Skipping schema generation!
+ +

+ If one always uses mvn clean for cleanup, this will not happen. + Otherwise the recreation must be forced: +

+ +
+
+mvn hibernate4:export -Dhibernate.export.force=true
+
+
+

The hibernate4:export goal is not executed, when tests are skipped

+ +

+ The hibernate4-maven-plugin automatically skips its execution, when + maven.test.skip is set to true. If you need it to be always + executed, you can configure that explicitly like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Background-information for this design-decission can be found on the extra + page To skip or not to skip: that is the question... +

+
+
+

I do not want my dependencies to be scanned for hibernate annotations

+ +

+ If you do not want your dependencies to be scanned for hibernate annotations, + you can pass -Dhibernate.export.scan_dependencies=none to maven + or set scanDependencies to none in the configuration + of the plugin like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <scanDependencies>none</scanDependencies>
+  </configuration>
+</plugin>
+
+
+

No annotated classes found

+ +

+ If you are working under Windows and get the error-message + No annotated classes found in directory C:\projects\X Y Z\path-to-project\target\classes, + but you are really sure, that there are annotated classes in that + directory, you should try to rename your folders, so that their names + do not contain any whitespaces. +

+ +

+ So fare, I got to bug-reports considering this. + In both cases, removing all whitespaces from the path solved the error. + In both cases, I was not able to reproduce the bug on my development + system, which is running under linux. +

+ +

+ + Hence, I assume, this is a sublte bug in the way, the java-version for + Windows is handling paths, that contain whitespaces. + +

+
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/plugin-info.html b/dist/hibernate4-maven-plugin-1.0.5/plugin-info.html new file mode 100644 index 00000000..09a05460 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/plugin-info.html @@ -0,0 +1,218 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Plugin Documentation + + + + + + + + + + + + +
+ + +
+
+

Plugin Documentation

+
+

Plugin Documentation

+

Goals available for this plugin:

+ + + + + + + + + +
GoalDescription
hibernate4:exportGoal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
hibernate4:helpDisplay help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+
+

System Requirements

+

The following specifies the minimum requirements to run this Maven plugin:

+ + + + + + + + + + + + +
Maven2.0.6
JDK1.6
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.
+
+

Usage

+

You should specify the version in your project's plugin configuration:

+
+
<project>
+  ...
+  <build>
+    <!-- To define the plugin version in your parent POM -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>de.juplo</groupId>
+          <artifactId>hibernate4-maven-plugin</artifactId>
+          <version>1.0.5</version>
+        </plugin>
+        ...
+      </plugins>
+    </pluginManagement>
+    <!-- To use the plugin goals in your POM or parent POM -->
+    <plugins>
+      <plugin>
+        <groupId>de.juplo</groupId>
+        <artifactId>hibernate4-maven-plugin</artifactId>
+        <version>1.0.5</version>
+      </plugin>
+      ...
+    </plugins>
+  </build>
+  ...
+</project>
+
+

For more information, see "Guide to Configuring Plug-ins"

+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/plugin-management.html b/dist/hibernate4-maven-plugin-1.0.5/plugin-management.html new file mode 100644 index 00000000..76e7095c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/plugin-management.html @@ -0,0 +1,196 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Plugin Management + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/plugins.html b/dist/hibernate4-maven-plugin-1.0.5/plugins.html new file mode 100644 index 00000000..c1bb2be7 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/plugins.html @@ -0,0 +1,259 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Plugins + + + + + + + + + + + + +
+ + +
+
+

Project Plugins

+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-compiler-plugin2.0.2
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-enforcer-plugin1.0
org.apache.maven.pluginsmaven-install-plugin2.3
org.apache.maven.pluginsmaven-invoker-plugin1.8
org.apache.maven.pluginsmaven-jar-plugin2.2
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-resources-plugin2.3
org.apache.maven.pluginsscp://people.apache.org/www/maven.apache.org/scm/maven-scm-plugin1.7
org.apache.maven.pluginsmaven-site-plugin3.3
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.10
+
+

Project Report Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.7.1
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-jxr-plugin2.3
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-pmd-plugin2.7.1
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/pmd.html b/dist/hibernate4-maven-plugin-1.0.5/pmd.html new file mode 100644 index 00000000..971c01b9 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/pmd.html @@ -0,0 +1,160 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - PMD Report + + + + + + + + + + + + +
+ + +
+
+

PMD Report

+
+

PMD Results

+

The following document contains the results of PMD 4.3.

+
+

Files

+

PMD found no problems in your source code.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/pmd.xml b/dist/hibernate4-maven-plugin-1.0.5/pmd.xml new file mode 100644 index 00000000..0e999b96 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/pmd.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/project-info.html b/dist/hibernate4-maven-plugin-1.0.5/project-info.html new file mode 100644 index 00000000..0b7e8aa2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/project-info.html @@ -0,0 +1,215 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Information + + + + + + + + + + + + +
+ + +
+
+

Project Information

+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
AboutPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project LicenseThis is a link to the definitions of project licenses.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Project SummaryThis document lists other related information of this project
DependenciesThis document lists the project's dependencies and provides information on each dependency.
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/project-reports.html b/dist/hibernate4-maven-plugin-1.0.5/project-reports.html new file mode 100644 index 00000000..10a9f761 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/project-reports.html @@ -0,0 +1,182 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Reports + + + + + + + + + + + + +
+ + +
+
+

Project Reports

+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
Test JavaDocsTest JavaDoc API documentation.
JavaDocsJavaDoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
Test Source XrefHTML based, cross-reference version of Java test source code.
PMD ReportVerification of coding rules.
CPD ReportDuplicate code detection.
Plugin DocumentationThis report provides goals and parameters documentation of a plugin.
+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/project-summary.html b/dist/hibernate4-maven-plugin-1.0.5/project-summary.html new file mode 100644 index 00000000..13f7894b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/project-summary.html @@ -0,0 +1,210 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Summary + + + + + + + + + + + + +
+ + +
+
+

Project Summary

+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameHibernate 4 Maven Plugin
DescriptionPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Homepagehttp://juplo.de/hibernate4-maven-plugin
+
+

Project Organization

+

This project does not belong to an organization.

+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdde.juplo
ArtifactIdhibernate4-maven-plugin
Version1.0.5
Typemaven-plugin
JDK Rev1.6
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/skip.html b/dist/hibernate4-maven-plugin-1.0.5/skip.html new file mode 100644 index 00000000..a9031952 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/skip.html @@ -0,0 +1,194 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Skipping Execution + + + + + + + + + + + + +
+ + +
+
+

Skipping Execution

+ + + + +

+ In most use-cases, the hibernate4-maven-plugin is used to create a + test-database automatically. In this use-cases, it is very likely, that it + will result in mistakes/errors, if the goal is executed, when the tests + are skipped. + For example, one might manually overwrite the database-url with the url of + the production-database, in order to run other tests, like starting a + local webserver with the + jetty-maven-plugin. + If the export-goal would be executed in such a scenario, it might erase the + hole production-database, which is not very desireable. +

+ +

+ Because of this, the configuration-parameter skip defaults to the value + of the proptery maven.test.skip. This way, the execution of the + hibernate4-maven-plugin is skipped automatically, when the tests are + skipped. Think of it as a build-in security-belt. +

+ +

+ If you do not like that, because you need the plugin to always execute the + export-goal, even if the tests are skipped you can configure that explicitly, + by setting the configuration-parameter skip to false: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Or, if you want the export-goal to be executed by default and to be skipped + if you say so, you can bind the value of the configuration-parameter + skip to a custom property. For example: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>${foo.bar}</skip>
+  </configuration>
+</plugin>
+ +

+ This way, the export-goal would be skipped, if you set the property + foo.bar to true. For example, if you specify -Dfoo.bar=true + on the command-line. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/source-repository.html b/dist/hibernate4-maven-plugin-1.0.5/source-repository.html new file mode 100644 index 00000000..6f591aa2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/source-repository.html @@ -0,0 +1,190 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Source Repository + + + + + + + + + + + + +
+ + +
+
+

Source Repository

+
+

Overview

+

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

+
+

Web Access

+

The following is a link to the online source repository.

+
+
+

Anonymous access

+

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone http://juplo.de/git/hibernate4-maven-plugin
+
+

Developer access

+

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

+
+
$ git clone ssh://juplo.de/var/lib/git/juplo/hibernate4-maven-plugin
+
+

Access from behind a firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/team-list.html b/dist/hibernate4-maven-plugin-1.0.5/team-list.html new file mode 100644 index 00000000..9c6a61cd --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/team-list.html @@ -0,0 +1,258 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Team + + + + + + + + + + + + +
+ + +
+
+

Project Team

+
+

The Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + +
ImageIdNameEmail
kaiKai Moritzkai@juplo.de
+
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageNameEmail
Adriano Machadoadriano.m.machado@hotmail.com
Lorenzo Nicoralorenzo.nicora@nicus.it
Eduard Szenteeduard.szente@gmail.com
Stephen Johnsonstejohns@redhat.com
Victor Tataivtatai@gmail.com
Erik-Berndt Schepererik.berndt.scheper@gmail.com
Guido WimmelWimmel.Guido@swm.de
Joel Johnsonmrjoel@lixil.net
Paul K. Moorepaulkmoore@gmail.com
Mark Robinsonmark@mrobinson.ca
Claus Grafclausgraf@gmail.com
Joachim Van der Auwerajoachim@progs.be
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-frame.html new file mode 100644 index 00000000..45c58f8c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-frame.html @@ -0,0 +1,19 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-noframe.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-noframe.html new file mode 100644 index 00000000..dde2ce8c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-noframe.html @@ -0,0 +1,19 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/constant-values.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/constant-values.html new file mode 100644 index 00000000..f5499e1a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/constant-values.html @@ -0,0 +1,115 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/FileComparator.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..ecc603e0 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/FileComparator.html @@ -0,0 +1,263 @@ + + + + + + +FileComparator (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + + + + +
+
de.juplo.test
+

Class FileComparator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • de.juplo.test.FileComparator
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class FileComparator
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FileComparator(java.io.File basedir) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanisEqual(java.lang.String expectedFile, + java.lang.String foundFile) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FileComparator

        +
        public FileComparator(java.io.File basedir)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isEqual

        +
        public boolean isEqual(java.lang.String expectedFile,
        +              java.lang.String foundFile)
        +                throws java.io.FileNotFoundException,
        +                       java.io.IOException
        +
        Throws:
        +
        java.io.FileNotFoundException
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/class-use/FileComparator.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/class-use/FileComparator.html new file mode 100644 index 00000000..618a4bc8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class de.juplo.test.FileComparator (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + + + +
+

Uses of Class
de.juplo.test.FileComparator

+
+
No usage of de.juplo.test.FileComparator
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-frame.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-frame.html new file mode 100644 index 00000000..490f7b47 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + +

de.juplo.test

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-summary.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-summary.html new file mode 100644 index 00000000..0ed86b34 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-summary.html @@ -0,0 +1,133 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + + + +
+

Package de.juplo.test

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    FileComparator 
    +
  • +
+
+ + + + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-tree.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-tree.html new file mode 100644 index 00000000..b8f2c264 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-tree.html @@ -0,0 +1,124 @@ + + + + + + +de.juplo.test Class Hierarchy (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package de.juplo.test

+
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-use.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-use.html new file mode 100644 index 00000000..6e35f6de --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-use.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Package de.juplo.test (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Package
de.juplo.test

+
+
No usage of de.juplo.test
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/deprecated-list.html new file mode 100644 index 00000000..44fe67a5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/deprecated-list.html @@ -0,0 +1,115 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/help-doc.html new file mode 100644 index 00000000..79a5de9a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/help-doc.html @@ -0,0 +1,216 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/index-all.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/index-all.html new file mode 100644 index 00000000..2fdaff4c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/index-all.html @@ -0,0 +1,138 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + +
+ + + + + +
+ + +
D F I  + + +

D

+
+
de.juplo.test - package de.juplo.test
+
 
+
+ + + +

F

+
+
FileComparator - Class in de.juplo.test
+
 
+
FileComparator(File) - Constructor for class de.juplo.test.FileComparator
+
 
+
+ + + +

I

+
+
isEqual(String, String) - Method in class de.juplo.test.FileComparator
+
 
+
+D F I 
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/index.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/index.html new file mode 100644 index 00000000..ae605f8b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/index.html @@ -0,0 +1,72 @@ + + + + + + +Hibernate 4 Maven Plugin 1.0.5 Test API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/test/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/options b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/options new file mode 100644 index 00000000..518170cd --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/options @@ -0,0 +1,26 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/classes:/home/kai/juplo/hibernate4-maven-plugin/target/test-classes:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.2.3/maven-core-3.2.3.jar:/home/kai/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.7.Final/hibernate-entitymanager-4.3.7.Final.jar:/home/kai/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.2.3/maven-model-builder-3.2.3.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar:/home/kai/.m2/repository/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar:/home/kai/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar:/home/kai/.m2/repository/org/hibernate/hibernate-envers/4.3.7.Final/hibernate-envers-4.3.7.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.2.3/maven-settings-3.2.3.jar:/home/kai/.m2/repository/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.2.3/maven-artifact-3.2.3.jar:/home/kai/.m2/repository/org/scannotation/scannotation/1.0.3/scannotation-1.0.3.jar:/home/kai/.m2/repository/com/google/guava/guava/10.0.1/guava-10.0.1.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.2.3/maven-model-3.2.3.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar:/home/kai/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.2.3/maven-aether-provider-3.2.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.2.3/maven-settings-builder-3.2.3.jar:/home/kai/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.2.3/maven-repository-metadata-3.2.3.jar:/home/kai/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar:/home/kai/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.3.7.Final/hibernate-core-4.3.7.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.2.3/maven-plugin-api-3.2.3.jar:/home/kai/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar:/home/kai/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/src/test/java' +-author +-bottom +'Copyright © 2014. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/site/testapidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.0.5 Test API' +-link +'../apidocs' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.0.5 Test API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/overview-tree.html new file mode 100644 index 00000000..636419c7 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/overview-tree.html @@ -0,0 +1,128 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2014. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/package-list b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/package-list new file mode 100644 index 00000000..4774195e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/package-list @@ -0,0 +1 @@ +de.juplo.test diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/packages b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/packages new file mode 100644 index 00000000..8fbea680 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/packages @@ -0,0 +1 @@ +de.juplo.test \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/resources/background.gif b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0.5/testapidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/testapidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref-test/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.5/xref-test/allclasses-frame.html new file mode 100644 index 00000000..4c39da54 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref-test/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/FileComparator.html b/dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..c6982535 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/FileComparator.html @@ -0,0 +1,71 @@ + + + + +FileComparator xref + + + +
+
+1   package de.juplo.test;
+2   
+3   import java.io.BufferedReader;
+4   import java.io.File;
+5   import java.io.FileNotFoundException;
+6   import java.io.FileReader;
+7   import java.io.IOException;
+8   
+9   
+10  public class FileComparator
+11  {
+12    private final File basedir;
+13    private BufferedReader expectedReader;
+14    private BufferedReader foundReader;
+15  
+16    public FileComparator(File basedir)
+17    {
+18      this.basedir = basedir;
+19    }
+20  
+21    public boolean isEqual(final String expectedFile, final String foundFile)
+22      throws
+23        FileNotFoundException,
+24        IOException
+25    {
+26      File file;
+27      String expected, found;
+28  
+29      file = new File(basedir, expectedFile);
+30      expectedReader = new BufferedReader(new FileReader(file));
+31  
+32      file = new File(basedir, foundFile);
+33      foundReader = new BufferedReader(new FileReader(file));
+34  
+35  
+36      while ((expected = expectedReader.readLine()) != null)
+37      {
+38        found = foundReader.readLine();
+39        if (!expected.equals(found))
+40        {
+41          System.err.println("Mismatch!");
+42          System.err.println("Expected: " + expected);
+43          System.err.println("Found:    " + found);
+44          return false;
+45        }
+46      }
+47  
+48      if ((found = foundReader.readLine()) != null)
+49      {
+50        System.err.println("Found more content than expected!");
+51        System.err.println("Starting with: " + found);
+52        return false;
+53      }
+54  
+55      return true;
+56    }
+57  }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-frame.html b/dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-frame.html new file mode 100644 index 00000000..a78d6c4b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package de.juplo.test + + + + +

+ de.juplo.test +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-summary.html b/dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-summary.html new file mode 100644 index 00000000..0adf73b4 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-summary.html @@ -0,0 +1,67 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package de.juplo.test + + + +
+ +
+
+ +
+ +

Package de.juplo.test

+ + + + + + + + + + + + +
Class Summary
+ FileComparator +
+ +
+ +
+
+ +
+
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref-test/index.html b/dist/hibernate4-maven-plugin-1.0.5/xref-test/index.html new file mode 100644 index 00000000..380e8db5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref-test/index.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref-test/overview-frame.html b/dist/hibernate4-maven-plugin-1.0.5/xref-test/overview-frame.html new file mode 100644 index 00000000..70bbce8c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref-test/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref-test/overview-summary.html b/dist/hibernate4-maven-plugin-1.0.5/xref-test/overview-summary.html new file mode 100644 index 00000000..044f976b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref-test/overview-summary.html @@ -0,0 +1,64 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.0.5 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.test +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref-test/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.5/xref-test/stylesheet.css new file mode 100644 index 00000000..00e6114d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref-test/stylesheet.css @@ -0,0 +1,116 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} +div#footer { + text-align:center; +} +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0.5/xref/allclasses-frame.html new file mode 100644 index 00000000..6c451987 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/allclasses-frame.html @@ -0,0 +1,32 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..6189278d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,1075 @@ + + + + +Hbm2DdlMojo xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import com.pyx4j.log4j.MavenLogAppender;
+20  import java.io.File;
+21  import java.io.FileInputStream;
+22  import java.io.FileNotFoundException;
+23  import java.io.FileOutputStream;
+24  import java.io.IOException;
+25  import java.io.InputStream;
+26  import java.io.ObjectInputStream;
+27  import java.io.ObjectOutputStream;
+28  import java.math.BigInteger;
+29  import java.net.URL;
+30  import java.net.URLClassLoader;
+31  import java.security.MessageDigest;
+32  import java.security.NoSuchAlgorithmException;
+33  import java.sql.Connection;
+34  import java.sql.Driver;
+35  import java.sql.DriverManager;
+36  import java.sql.DriverPropertyInfo;
+37  import java.sql.SQLException;
+38  import java.sql.SQLFeatureNotSupportedException;
+39  import java.util.Comparator;
+40  import java.util.Enumeration;
+41  import java.util.HashMap;
+42  import java.util.HashSet;
+43  import java.util.List;
+44  import java.util.Map;
+45  import java.util.Map.Entry;
+46  import java.util.Properties;
+47  import java.util.Set;
+48  import java.util.TreeSet;
+49  import java.util.logging.Logger;
+50  import java.util.regex.Matcher;
+51  import java.util.regex.Pattern;
+52  import javax.persistence.Embeddable;
+53  import javax.persistence.Entity;
+54  import javax.persistence.MappedSuperclass;
+55  import org.apache.maven.artifact.Artifact;
+56  import org.apache.maven.model.Resource;
+57  import org.apache.maven.plugin.AbstractMojo;
+58  import org.apache.maven.plugin.MojoExecutionException;
+59  import org.apache.maven.plugin.MojoFailureException;
+60  import org.apache.maven.project.MavenProject;
+61  import org.hibernate.cfg.NamingStrategy;
+62  import org.hibernate.envers.configuration.spi.AuditConfiguration;
+63  import org.hibernate.tool.hbm2ddl.SchemaExport;
+64  import org.hibernate.tool.hbm2ddl.SchemaExport.Type;
+65  import org.hibernate.tool.hbm2ddl.Target;
+66  import org.scannotation.AnnotationDB;
+67  
+68  
+69  /**
+70   * Goal which extracts the hibernate-mapping-configuration and
+71   * exports an according SQL-database-schema.
+72   *
+73   * @goal export
+74   * @phase process-classes
+75   * @threadSafe
+76   * @requiresDependencyResolution runtime
+77   */
+78  public class Hbm2DdlMojo extends AbstractMojo
+79  {
+80    public final static String EXPORT_SKIPPED_PROPERTY = "hibernate.export.skipped";
+81  
+82    public final static String DRIVER_CLASS = "hibernate.connection.driver_class";
+83    public final static String URL = "hibernate.connection.url";
+84    public final static String USERNAME = "hibernate.connection.username";
+85    public final static String PASSWORD = "hibernate.connection.password";
+86    public final static String DIALECT = "hibernate.dialect";
+87    public final static String NAMING_STRATEGY="hibernate.ejb.naming_strategy";
+88    public final static String ENVERS = "hibernate.export.envers";
+89  
+90    public final static String MD5S = "hibernate4-generatedschema.md5s";
+91  
+92    private final static Pattern split = Pattern.compile("[^,\\s]+");
+93  
+94  
+95    /**
+96     * The maven project.
+97     * <p>
+98     * Only needed internally.
+99     *
+100    * @parameter property="project"
+101    * @required
+102    * @readonly
+103    */
+104   private MavenProject project;
+105 
+106   /**
+107    * Build-directory.
+108    * <p>
+109    * Only needed internally.
+110    *
+111    * @parameter property="project.build.directory"
+112    * @required
+113    * @readonly
+114    */
+115   private String buildDirectory;
+116 
+117   /**
+118    * Classes-Directory to scan.
+119    * <p>
+120    * This parameter defaults to the maven build-output-directory for classes.
+121    * Additionally, all dependencies are scanned for annotated classes.
+122    *
+123    * @parameter property="project.build.outputDirectory"
+124    * @since 1.0
+125    */
+126   private String outputDirectory;
+127 
+128   /**
+129    * Whether to scan test-classes too, or not.
+130    * <p>
+131    * If this parameter is set to <code>true</code> the test-classes of the
+132    * artifact will be scanned for hibernate-annotated classes additionally.
+133    *
+134    * @parameter property="hibernate.export.scan_testclasses" default-value="false"
+135    * @since 1.0.1
+136    */
+137   private boolean scanTestClasses;
+138 
+139   /**
+140    * Dependency-Scopes, that should be scanned for annotated classes.
+141    * <p>
+142    * By default, only dependencies in the scope <code>compile</code> are
+143    * scanned for annotated classes. Multiple scopes can be seperated by
+144    * white space or commas.
+145    * <p>
+146    * If you do not want any dependencies to be scanned for annotated
+147    * classes, set this parameter to <code>none</code>.
+148    * <p>
+149    * The plugin does not scan for annotated classes in transitive
+150    * dependencies. If some of your annotated classes are hidden in a
+151    * transitive dependency, you can simply add that dependency explicitly.
+152    *
+153    * @parameter property="hibernate.export.scan_dependencies" default-value="compile"
+154    * @since 1.0.3
+155    */
+156   private String scanDependencies;
+157 
+158   /**
+159    * Test-Classes-Directory to scan.
+160    * <p>
+161    * This parameter defaults to the maven build-output-directory for
+162    * test-classes.
+163    * <p>
+164    * This parameter is only used, when <code>scanTestClasses</code> is set
+165    * to <code>true</code>!
+166    *
+167    * @parameter property="project.build.testOutputDirectory"
+168    * @since 1.0.2
+169    */
+170   private String testOutputDirectory;
+171 
+172   /**
+173    * Skip execution
+174    * <p>
+175    * If set to <code>true</code>, the execution is skipped.
+176    * <p>
+177    * A skipped execution is signaled via the maven-property
+178    * <code>${hibernate.export.skipped}</code>.
+179    * <p>
+180    * The execution is skipped automatically, if no modified or newly added
+181    * annotated classes are found and the dialect was not changed.
+182    *
+183    * @parameter property="hibernate.skip" default-value="${maven.test.skip}"
+184    * @since 1.0
+185    */
+186   private boolean skip;
+187 
+188   /**
+189    * Force execution
+190    * <p>
+191    * Force execution, even if no modified or newly added annotated classes
+192    * where found and the dialect was not changed.
+193    * <p>
+194    * <code>skip</code> takes precedence over <code>force</code>.
+195    *
+196    * @parameter property="hibernate.export.force" default-value="false"
+197    * @since 1.0
+198    */
+199   private boolean force;
+200 
+201   /**
+202    * SQL-Driver name.
+203    *
+204    * @parameter property="hibernate.connection.driver_class"
+205    * @since 1.0
+206    */
+207   private String driverClassName;
+208 
+209   /**
+210    * Database URL.
+211    *
+212    * @parameter property="hibernate.connection.url"
+213    * @since 1.0
+214    */
+215   private String url;
+216 
+217   /**
+218    * Database username
+219    *
+220    * @parameter property="hibernate.connection.username"
+221    * @since 1.0
+222    */
+223   private String username;
+224 
+225   /**
+226    * Database password
+227    *
+228    * @parameter property="hibernate.connection.password"
+229    * @since 1.0
+230    */
+231   private String password;
+232 
+233   /**
+234    * Hibernate dialect.
+235    *
+236    * @parameter property="hibernate.dialect"
+237    * @since 1.0
+238    */
+239   private String hibernateDialect;
+240 
+241   /**
+242    * Hibernate Naming Strategy
+243    *
+244    * @parameter property="hibernate.ejb.naming_strategy"
+245    * @since 1.0.2
+246    */
+247   private String hibernateNamingStrategy;
+248 
+249   /**
+250    * Path to Hibernate configuration file.
+251    *
+252    * @parameter default-value="${project.build.outputDirectory}/hibernate.properties"
+253    * @since 1.0
+254    */
+255   private String hibernateProperties;
+256 
+257   /**
+258    * List of Hibernate-Mapping-Files (XML).
+259    * Multiple files can be separated with white-spaces and/or commas.
+260    *
+261    * @parameter property="hibernate.mapping"
+262    * @since 1.0.2
+263    */
+264   private String hibernateMapping;
+265 
+266   /**
+267    * Target of execution:
+268    * <ul>
+269    *   <li><strong>NONE</strong> only export schema to SQL-script (forces execution, signals skip)</li>
+270    *   <li><strong>EXPORT</strong> create database (<strong>DEFAULT!</strong>). forces execution, signals skip)</li>
+271    *   <li><strong>SCRIPT</strong> export schema to SQL-script and print it to STDOUT</li>
+272    *   <li><strong>BOTH</strong></li>
+273    * </ul>
+274    *
+275    * A database connection is only needed for EXPORT and BOTH, but a
+276    * Hibernate-Dialect must always be chosen.
+277    *
+278    * @parameter property="hibernate.export.target" default-value="EXPORT"
+279    * @since 1.0
+280    */
+281   private String target;
+282 
+283   /**
+284    * Type of execution.
+285    * <ul>
+286    *   <li><strong>NONE</strong> do nothing - just validate the configuration</li>
+287    *   <li><strong>CREATE</strong> create database-schema</li>
+288    *   <li><strong>DROP</strong> drop database-schema</li>
+289    *   <li><strong>BOTH</strong> (<strong>DEFAULT!</strong>)</li>
+290    * </ul>
+291    *
+292    * If NONE is choosen, no databaseconnection is needed.
+293    *
+294    * @parameter property="hibernate.export.type" default-value="BOTH"
+295    * @since 1.0
+296    */
+297   private String type;
+298 
+299   /**
+300    * Output file.
+301    *
+302    * @parameter property="hibernate.export.schema.filename" default-value="${project.build.directory}/schema.sql"
+303    * @since 1.0
+304    */
+305   private String outputFile;
+306 
+307   /**
+308    * Delimiter in output-file.
+309    *
+310    * @parameter property="hibernate.export.schema.delimiter" default-value=";"
+311    * @since 1.0
+312    */
+313   private String delimiter;
+314 
+315   /**
+316    * Format output-file.
+317    *
+318    * @parameter property="hibernate.export.schema.format" default-value="true"
+319    * @since 1.0
+320    */
+321   private boolean format;
+322 
+323   /**
+324    * Generate envers schema for auditing tables.
+325    *
+326    * @parameter property="hibernate.export.envers" default-value="false"
+327    * @since 1.0.3
+328    */
+329   private boolean envers;
+330 
+331 
+332   @Override
+333   public void execute()
+334     throws
+335       MojoFailureException,
+336       MojoExecutionException
+337   {
+338     if (skip)
+339     {
+340       getLog().info("Execution of hibernate4-maven-plugin:export was skipped!");
+341       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+342       return;
+343     }
+344 
+345     Map<String,String> md5s;
+346     boolean modified = false;
+347     File saved = new File(buildDirectory + File.separator + MD5S);
+348 
+349     if (saved.isFile() && saved.length() > 0)
+350     {
+351       try
+352       {
+353         FileInputStream fis = new FileInputStream(saved);
+354         ObjectInputStream ois = new ObjectInputStream(fis);
+355         md5s = (HashMap<String,String>)ois.readObject();
+356         ois.close();
+357       }
+358       catch (Exception e)
+359       {
+360         md5s = new HashMap<String,String>();
+361         getLog().warn("Cannot read timestamps from saved: " + e);
+362       }
+363     }
+364     else
+365     {
+366       md5s = new HashMap<String,String>();
+367       try
+368       {
+369         saved.createNewFile();
+370       }
+371       catch (IOException e)
+372       {
+373         getLog().debug("Cannot create file \"" + saved.getPath() + "\" for timestamps: " + e);
+374       }
+375     }
+376 
+377     ClassLoader classLoader = null;
+378     try
+379     {
+380       getLog().debug("Creating ClassLoader for project-dependencies...");
+381       List<String> classpathFiles = project.getCompileClasspathElements();
+382       if (scanTestClasses)
+383         classpathFiles.addAll(project.getTestClasspathElements());
+384       URL[] urls = new URL[classpathFiles.size()];
+385       for (int i = 0; i < classpathFiles.size(); ++i)
+386       {
+387         getLog().debug("Dependency: " + classpathFiles.get(i));
+388         urls[i] = new File(classpathFiles.get(i)).toURI().toURL();
+389       }
+390       classLoader = new URLClassLoader(urls, getClass().getClassLoader());
+391     }
+392     catch (Exception e)
+393     {
+394       getLog().error("Error while creating ClassLoader!", e);
+395       throw new MojoExecutionException(e.getMessage());
+396     }
+397 
+398     Set<Class<?>> classes =
+399         new TreeSet<Class<?>>(
+400             new Comparator<Class<?>>() {
+401               @Override
+402               public int compare(Class<?> a, Class<?> b)
+403               {
+404                 return a.getName().compareTo(b.getName());
+405               }
+406             }
+407           );
+408 
+409     try
+410     {
+411       AnnotationDB db = new AnnotationDB();
+412       File dir = new File(outputDirectory);
+413       if (dir.exists())
+414       {
+415         getLog().info("Scanning directory " + outputDirectory + " for annotated classes...");
+416         URL dirUrl = dir.toURI().toURL();
+417         db.scanArchives(dirUrl);
+418       }
+419       if (scanTestClasses)
+420       {
+421         dir = new File(testOutputDirectory);
+422         if (dir.exists())
+423         {
+424           getLog().info("Scanning directory " + testOutputDirectory + " for annotated classes...");
+425           URL dirUrl = dir.toURI().toURL();
+426           db.scanArchives(dirUrl);
+427         }
+428       }
+429       if (scanDependencies != null)
+430       {
+431         Matcher matcher = split.matcher(scanDependencies);
+432         while (matcher.find())
+433         {
+434           getLog().info("Scanning dependencies for scope " + matcher.group());
+435           for (Artifact artifact : project.getDependencyArtifacts())
+436           {
+437             if (!artifact.getScope().equalsIgnoreCase(matcher.group()))
+438               continue;
+439             if (artifact.getFile() == null)
+440             {
+441               getLog().warn(
+442                   "Cannot scan dependency " +
+443                   artifact.getId() +
+444                   ": no JAR-file available!"
+445                   );
+446               continue;
+447             }
+448             getLog().info(
+449                 "Scanning dependency " +
+450                 artifact.getId() +
+451                 " for annotated classes..."
+452                 );
+453             db.scanArchives(artifact.getFile().toURI().toURL());
+454           }
+455         }
+456       }
+457 
+458       Set<String> classNames = new HashSet<String>();
+459       if (db.getAnnotationIndex().containsKey(Entity.class.getName()))
+460         classNames.addAll(db.getAnnotationIndex().get(Entity.class.getName()));
+461       if (db.getAnnotationIndex().containsKey(MappedSuperclass.class.getName()))
+462         classNames.addAll(db.getAnnotationIndex().get(MappedSuperclass.class.getName()));
+463       if (db.getAnnotationIndex().containsKey(Embeddable.class.getName()))
+464         classNames.addAll(db.getAnnotationIndex().get(Embeddable.class.getName()));
+465 
+466       MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+467       for (String name : classNames)
+468       {
+469         Class<?> annotatedClass = classLoader.loadClass(name);
+470         classes.add(annotatedClass);
+471         String resourceName = annotatedClass.getName();
+472         resourceName = resourceName.substring(resourceName.lastIndexOf(".") + 1, resourceName.length()) + ".class";
+473         InputStream is =
+474             annotatedClass
+475                 .getResourceAsStream(resourceName);
+476         byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+477         int i;
+478         while((i = is.read(buffer)) > -1)
+479           digest.update(buffer, 0, i);
+480         is.close();
+481         byte[] bytes = digest.digest();
+482         BigInteger bi = new BigInteger(1, bytes);
+483         String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+484         String oldMd5 = !md5s.containsKey(name) ? "" : md5s.get(name);
+485         if (!newMd5.equals(oldMd5))
+486         {
+487           getLog().debug("Found new or modified annotated class: " + name);
+488           modified = true;
+489           md5s.put(name, newMd5);
+490         }
+491         else
+492         {
+493           getLog().debug(oldMd5 + " -> class unchanged: " + name);
+494         }
+495       }
+496     }
+497     catch (ClassNotFoundException e)
+498     {
+499       getLog().error("Error while adding annotated classes!", e);
+500       throw new MojoExecutionException(e.getMessage());
+501     }
+502     catch (Exception e)
+503     {
+504       getLog().error("Error while scanning!", e);
+505       throw new MojoFailureException(e.getMessage());
+506     }
+507 
+508     if (classes.isEmpty())
+509     {
+510       if (hibernateMapping == null || hibernateMapping.isEmpty())
+511         throw new MojoFailureException("No annotated classes found in directory " + outputDirectory);
+512     }
+513     else
+514     {
+515       getLog().debug("Detected classes with mapping-annotations:");
+516       for (Class<?> annotatedClass : classes)
+517         getLog().debug("  " + annotatedClass.getName());
+518     }
+519 
+520 
+521     Properties properties = new Properties();
+522 
+523     /** Try to read configuration from properties-file */
+524     try
+525     {
+526       File file = new File(hibernateProperties);
+527       if (file.exists())
+528       {
+529         getLog().info("Reading properties from file " + hibernateProperties + "...");
+530         properties.load(new FileInputStream(file));
+531       }
+532       else
+533         getLog().info("No hibernate-properties-file found! (Checked path: " + hibernateProperties + ")");
+534     }
+535     catch (IOException e)
+536     {
+537       getLog().error("Error while reading properties!", e);
+538       throw new MojoExecutionException(e.getMessage());
+539     }
+540 
+541     /** Overwrite values from properties-file or set, if given */
+542     if (driverClassName != null)
+543     {
+544       if (properties.containsKey(DRIVER_CLASS))
+545         getLog().debug(
+546             "Overwriting property " +
+547             DRIVER_CLASS + "=" + properties.getProperty(DRIVER_CLASS) +
+548             " with the value " + driverClassName
+549           );
+550       else
+551         getLog().debug("Using the value " + driverClassName);
+552       properties.setProperty(DRIVER_CLASS, driverClassName);
+553     }
+554     if (url != null)
+555     {
+556       if (properties.containsKey(URL))
+557         getLog().debug(
+558             "Overwriting property " +
+559             URL + "=" + properties.getProperty(URL) +
+560             " with the value " + url
+561           );
+562       else
+563         getLog().debug("Using the value " + url);
+564       properties.setProperty(URL, url);
+565     }
+566     if (username != null)
+567     {
+568       if (properties.containsKey(USERNAME))
+569         getLog().debug(
+570             "Overwriting property " +
+571             USERNAME + "=" + properties.getProperty(USERNAME) +
+572             " with the value " + username
+573           );
+574       else
+575         getLog().debug("Using the value " + username);
+576       properties.setProperty(USERNAME, username);
+577     }
+578     if (password != null)
+579     {
+580       if (properties.containsKey(PASSWORD))
+581         getLog().debug(
+582             "Overwriting property " +
+583             PASSWORD + "=" + properties.getProperty(PASSWORD) +
+584             " with value " + password
+585           );
+586       else
+587         getLog().debug("Using value " + password + " for property " + PASSWORD);
+588       properties.setProperty(PASSWORD, password);
+589     }
+590     if (hibernateDialect != null)
+591     {
+592       if (properties.containsKey(DIALECT))
+593         getLog().debug(
+594             "Overwriting property " +
+595             DIALECT + "=" + properties.getProperty(DIALECT) +
+596             " with value " + hibernateDialect
+597           );
+598       else
+599         getLog().debug(
+600             "Using value " + hibernateDialect + " for property " + DIALECT
+601             );
+602       properties.setProperty(DIALECT, hibernateDialect);
+603     }
+604     else
+605     {
+606       hibernateDialect = properties.getProperty(DIALECT);
+607     }
+608     if ( hibernateNamingStrategy != null )
+609     {
+610       if ( properties.contains(NAMING_STRATEGY))
+611         getLog().debug(
+612             "Overwriting property " +
+613             NAMING_STRATEGY + "=" + properties.getProperty(NAMING_STRATEGY) +
+614             " with value " + hibernateNamingStrategy
+615            );
+616       else
+617         getLog().debug(
+618             "Using value " + hibernateNamingStrategy + " for property " +
+619             NAMING_STRATEGY
+620             );
+621       properties.setProperty(NAMING_STRATEGY, hibernateNamingStrategy);
+622     }
+623 
+624     /** The generated SQL varies with the dialect! */
+625     if (md5s.containsKey(DIALECT))
+626     {
+627       String dialect = properties.getProperty(DIALECT);
+628       if (md5s.get(DIALECT).equals(dialect))
+629         getLog().debug("SQL-dialect unchanged.");
+630       else
+631       {
+632         modified = true;
+633         if (dialect == null)
+634         {
+635           getLog().debug("SQL-dialect was unset.");
+636           md5s.remove(DIALECT);
+637         }
+638         else
+639         {
+640           getLog().debug("SQL-dialect changed: " + dialect);
+641           md5s.put(DIALECT, dialect);
+642         }
+643       }
+644     }
+645     else
+646     {
+647       String dialect = properties.getProperty(DIALECT);
+648       if (dialect != null)
+649       {
+650         modified = true;
+651         md5s.put(DIALECT, properties.getProperty(DIALECT));
+652       }
+653     }
+654 
+655     /** The generated SQL varies with the envers-configuration */
+656     if (md5s.get(ENVERS) != null)
+657     {
+658       if (md5s.get(ENVERS).equals(Boolean.toString(envers)))
+659         getLog().debug("Envers-Configuration unchanged. Enabled: " + envers);
+660       else
+661       {
+662         getLog().debug("Envers-Configuration changed. Enabled: " + envers);
+663         modified = true;
+664         md5s.put(ENVERS, Boolean.toString(envers));
+665       }
+666     }
+667     else
+668     {
+669       modified = true;
+670       md5s.put(ENVERS, Boolean.toString(envers));
+671     }
+672 
+673     if (properties.isEmpty())
+674     {
+675       getLog().error("No properties set!");
+676       throw new MojoFailureException("Hibernate configuration is missing!");
+677     }
+678 
+679     final ValidationConfiguration config = new ValidationConfiguration(hibernateDialect);
+680 
+681     config.setProperties(properties);
+682 
+683     if ( properties.containsKey(NAMING_STRATEGY))
+684     {
+685       String namingStrategy = properties.getProperty(NAMING_STRATEGY);
+686       getLog().debug("Explicitly set NamingStrategy: " + namingStrategy);
+687       try
+688       {
+689         @SuppressWarnings("unchecked")
+690         Class<NamingStrategy> namingStrategyClass = (Class<NamingStrategy>) Class.forName(namingStrategy);
+691         config.setNamingStrategy(namingStrategyClass.newInstance());
+692       }
+693       catch (Exception e)
+694       {
+695         getLog().error("Error setting NamingStrategy", e);
+696         throw new MojoExecutionException(e.getMessage());
+697       }
+698     }
+699 
+700     ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
+701     Connection connection = null;
+702     MavenLogAppender.startPluginLog(this);
+703     try
+704     {
+705       /**
+706        * Change class-loader of current thread, so that hibernate can
+707        * see all dependencies!
+708        */
+709       Thread.currentThread().setContextClassLoader(classLoader);
+710 
+711       getLog().debug("Adding annotated classes to hibernate-mapping-configuration...");
+712       // build annotated packages
+713       Set<String> packages = new HashSet<String>();
+714       for (Class<?> annotatedClass : classes)
+715       {
+716         String packageName = annotatedClass.getPackage().getName();
+717         if (!packages.contains(packageName))
+718         {
+719           getLog().debug("Add package " + packageName);
+720           packages.add(packageName);
+721           config.addPackage(packageName);
+722           getLog().debug("type definintions" + config.getTypeDefs());
+723         }
+724         getLog().debug("Class " + annotatedClass);
+725         config.addAnnotatedClass(annotatedClass);
+726       }
+727 
+728       if (hibernateMapping != null)
+729       {
+730         try
+731         {
+732           MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+733           for (String filename : hibernateMapping.split("[\\s,]+"))
+734           {
+735             // First try the filename as absolute/relative path
+736             File file = new File(filename);
+737             if (!file.exists())
+738             {
+739               // If the file was not found, search for it in the resource-directories
+740               for (Resource resource : project.getResources())
+741               {
+742                 file = new File(resource.getDirectory() + File.separator + filename);
+743                 if (file.exists())
+744                   break;
+745               }
+746             }
+747             if (file != null && file.exists())
+748             {
+749               InputStream is = new FileInputStream(file);
+750               byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+751               int i;
+752               while((i = is.read(buffer)) > -1)
+753                 digest.update(buffer, 0, i);
+754               is.close();
+755               byte[] bytes = digest.digest();
+756               BigInteger bi = new BigInteger(1, bytes);
+757               String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+758               String oldMd5 = !md5s.containsKey(filename) ? "" : md5s.get(filename);
+759               if (!newMd5.equals(oldMd5))
+760               {
+761                 getLog().debug("Found new or modified mapping-file: " + filename);
+762                 modified = true;
+763                 md5s.put(filename, newMd5);
+764               }
+765               else
+766               {
+767                 getLog().debug(oldMd5 + " -> mapping-file unchanged: " + filename);
+768               }
+769               getLog().debug("Adding mappings from XML-configurationfile: " + file);
+770               config.addFile(file);
+771             }
+772             else
+773               throw new MojoFailureException("File " + filename + " could not be found in any of the configured resource-directories!");
+774           }
+775         }
+776         catch (NoSuchAlgorithmException e)
+777         {
+778           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+779         }
+780         catch (FileNotFoundException e)
+781         {
+782           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+783         }
+784         catch (IOException e)
+785         {
+786           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+787         }
+788       }
+789 
+790       Target target = null;
+791       try
+792       {
+793         target = Target.valueOf(this.target.toUpperCase());
+794       }
+795       catch (IllegalArgumentException e)
+796       {
+797         getLog().error("Invalid value for configuration-option \"target\": " + this.target);
+798         getLog().error("Valid values are: NONE, SCRIPT, EXPORT, BOTH");
+799         throw new MojoExecutionException("Invalid value for configuration-option \"target\"");
+800       }
+801       Type type = null;
+802       try
+803       {
+804         type = Type.valueOf(this.type.toUpperCase());
+805       }
+806       catch (IllegalArgumentException e)
+807       {
+808         getLog().error("Invalid value for configuration-option \"type\": " + this.type);
+809         getLog().error("Valid values are: NONE, CREATE, DROP, BOTH");
+810         throw new MojoExecutionException("Invalid value for configuration-option \"type\"");
+811       }
+812 
+813       if (target.equals(Target.SCRIPT) || target.equals(Target.NONE))
+814       {
+815         project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+816       }
+817       if (
+818           !modified
+819           && !target.equals(Target.SCRIPT)
+820           && !target.equals(Target.NONE)
+821           && !force
+822         )
+823       {
+824         getLog().info("No modified annotated classes or mapping-files found and dialect unchanged.");
+825         getLog().info("Skipping schema generation!");
+826         project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+827         return;
+828       }
+829 
+830       getLog().info("Gathered hibernate-configuration (turn on debugging for details):");
+831       for (Entry<Object,Object> entry : properties.entrySet())
+832         getLog().info("  " + entry.getKey() + " = " + entry.getValue());
+833 
+834       try
+835       {
+836         /**
+837          * The connection must be established outside of hibernate, because
+838          * hibernate does not use the context-classloader of the current
+839          * thread and, hence, would not be able to resolve the driver-class!
+840          */
+841         getLog().debug("Target: " + target + ", Type: " + type);
+842         switch (target)
+843         {
+844           case EXPORT:
+845           case BOTH:
+846             switch (type)
+847             {
+848               case CREATE:
+849               case DROP:
+850               case BOTH:
+851                 Class driverClass = classLoader.loadClass(properties.getProperty(DRIVER_CLASS));
+852                 getLog().debug("Registering JDBC-driver " + driverClass.getName());
+853                 DriverManager.registerDriver(new DriverProxy((Driver)driverClass.newInstance()));
+854                 getLog().debug(
+855                     "Opening JDBC-connection to "
+856                     + properties.getProperty(URL)
+857                     + " as "
+858                     + properties.getProperty(USERNAME)
+859                     + " with password "
+860                     + properties.getProperty(PASSWORD)
+861                     );
+862                 connection = DriverManager.getConnection(
+863                     properties.getProperty(URL),
+864                     properties.getProperty(USERNAME),
+865                     properties.getProperty(PASSWORD)
+866                     );
+867             }
+868         }
+869       }
+870       catch (ClassNotFoundException e)
+871       {
+872         getLog().error("Dependency for driver-class " + properties.getProperty(DRIVER_CLASS) + " is missing!");
+873         throw new MojoExecutionException(e.getMessage());
+874       }
+875       catch (Exception e)
+876       {
+877         getLog().error("Cannot establish connection to database!");
+878         Enumeration<Driver> drivers = DriverManager.getDrivers();
+879         if (!drivers.hasMoreElements())
+880           getLog().error("No drivers registered!");
+881         while (drivers.hasMoreElements())
+882           getLog().debug("Driver: " + drivers.nextElement());
+883         throw new MojoExecutionException(e.getMessage());
+884       }
+885 
+886       config.buildMappings();
+887 
+888       if (envers)
+889       {
+890         getLog().info("Automatic auditing via hibernate-envers enabled!");
+891         AuditConfiguration.getFor(config);
+892       }
+893 
+894       SchemaExport export = new SchemaExport(config, connection);
+895       export.setDelimiter(delimiter);
+896       export.setFormat(format);
+897 
+898       File outF = new File(outputFile);
+899 
+900       if (!outF.isAbsolute())
+901       {
+902         // Interpret relative file path relative to build directory
+903         outF = new File(buildDirectory, outputFile);
+904         getLog().info("Adjusted relative path, resulting path is " + outF.getPath());
+905       }
+906 
+907       // Ensure that directory path for specified file exists
+908       File outFileParentDir = outF.getParentFile();
+909       if (null != outFileParentDir && !outFileParentDir.exists())
+910       {
+911         try
+912         {
+913           getLog().info("Creating directory path for output file:" + outFileParentDir.getPath());
+914           outFileParentDir.mkdirs();
+915         }
+916         catch (Exception e)
+917         {
+918           getLog().error("Error creating directory path for output file: " + e.getLocalizedMessage());
+919         }
+920       }
+921 
+922       export.setOutputFile(outF.getPath());
+923       export.execute(target, type);
+924 
+925       for (Object exception : export.getExceptions())
+926         getLog().debug(exception.toString());
+927     }
+928     finally
+929     {
+930       /** Stop Log-Capturing */
+931       MavenLogAppender.endPluginLog(this);
+932 
+933       /** Restore the old class-loader (TODO: is this really necessary?) */
+934       Thread.currentThread().setContextClassLoader(contextClassLoader);
+935 
+936       /** Close the connection */
+937       try
+938       {
+939         if (connection != null)
+940           connection.close();
+941       }
+942       catch (SQLException e)
+943       {
+944         getLog().error("Error while closing connection: " + e.getMessage());
+945       }
+946     }
+947 
+948     /** Write md5-sums for annotated classes to file */
+949     try
+950     {
+951       FileOutputStream fos = new FileOutputStream(saved);
+952       ObjectOutputStream oos = new ObjectOutputStream(fos);
+953       oos.writeObject(md5s);
+954       oos.close();
+955       fos.close();
+956     }
+957     catch (Exception e)
+958     {
+959       getLog().error("Cannot write md5-sums to file: " + e);
+960     }
+961   }
+962 
+963   /**
+964    * Needed, because DriverManager won't pick up drivers, that were not
+965    * loaded by the system-classloader!
+966    * See:
+967    * http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-location
+968    */
+969   static final class DriverProxy implements Driver
+970   {
+971     private final Driver target;
+972 
+973     DriverProxy(Driver target)
+974     {
+975       if (target == null)
+976         throw new NullPointerException();
+977       this.target = target;
+978     }
+979 
+980     public java.sql.Driver getTarget()
+981     {
+982       return target;
+983     }
+984 
+985     @Override
+986     public boolean acceptsURL(String url) throws SQLException
+987     {
+988       return target.acceptsURL(url);
+989     }
+990 
+991     @Override
+992     public java.sql.Connection connect(
+993         String url,
+994         java.util.Properties info
+995       )
+996       throws
+997         SQLException
+998     {
+999       return target.connect(url, info);
+1000     }
+1001 
+1002     @Override
+1003     public int getMajorVersion()
+1004     {
+1005       return target.getMajorVersion();
+1006     }
+1007 
+1008     @Override
+1009     public int getMinorVersion()
+1010     {
+1011       return target.getMinorVersion();
+1012     }
+1013 
+1014     @Override
+1015     public DriverPropertyInfo[] getPropertyInfo(
+1016         String url,
+1017         Properties info
+1018       )
+1019       throws
+1020         SQLException
+1021     {
+1022       return target.getPropertyInfo(url, info);
+1023     }
+1024 
+1025     @Override
+1026     public boolean jdbcCompliant()
+1027     {
+1028       return target.jdbcCompliant();
+1029     }
+1030 
+1031     /**
+1032      * This Method cannot be annotated with @Override, becaus the plugin
+1033      * will not compile then under Java 1.6!
+1034      */
+1035     public Logger getParentLogger() throws SQLFeatureNotSupportedException
+1036     {
+1037       throw new SQLFeatureNotSupportedException("Not supported, for backward-compatibility with Java 1.6");
+1038     }
+1039 
+1040     @Override
+1041     public String toString()
+1042     {
+1043       return "Proxy: " + target;
+1044     }
+1045 
+1046     @Override
+1047     public int hashCode()
+1048     {
+1049       return target.hashCode();
+1050     }
+1051 
+1052     @Override
+1053     public boolean equals(Object obj)
+1054     {
+1055       if (!(obj instanceof DriverProxy))
+1056         return false;
+1057       DriverProxy other = (DriverProxy) obj;
+1058       return this.target.equals(other.target);
+1059     }
+1060   }
+1061 }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/HelpMojo.html b/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..e28ac4f1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,452 @@ + + + + +HelpMojo xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   import org.apache.maven.plugin.AbstractMojo;
+4   import org.apache.maven.plugin.MojoExecutionException;
+5   
+6   import org.w3c.dom.Document;
+7   import org.w3c.dom.Element;
+8   import org.w3c.dom.Node;
+9   import org.w3c.dom.NodeList;
+10  import org.xml.sax.SAXException;
+11  
+12  import javax.xml.parsers.DocumentBuilder;
+13  import javax.xml.parsers.DocumentBuilderFactory;
+14  import javax.xml.parsers.ParserConfigurationException;
+15  import java.io.IOException;
+16  import java.io.InputStream;
+17  import java.util.ArrayList;
+18  import java.util.Iterator;
+19  import java.util.List;
+20  
+21  /**
+22   * Display help information on hibernate4-maven-plugin.<br/>
+23   * Call <code>mvn hibernate4:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
+24   * @author
+25   * @version
+26   * @goal help
+27   * @requiresProject false
+28   * @threadSafe
+29   */
+30  public class HelpMojo
+31      extends AbstractMojo
+32  {
+33      /**
+34       * If <code>true</code>, display all settable properties for each goal.
+35       *
+36       * @parameter property="detail" default-value="false"
+37       */
+38      private boolean detail;
+39  
+40      /**
+41       * The name of the goal for which to show help. If unspecified, all goals will be displayed.
+42       *
+43       * @parameter property="goal"
+44       */
+45      private java.lang.String goal;
+46  
+47      /**
+48       * The maximum length of a display line, should be positive.
+49       *
+50       * @parameter property="lineLength" default-value="80"
+51       */
+52      private int lineLength;
+53  
+54      /**
+55       * The number of spaces per indentation level, should be positive.
+56       *
+57       * @parameter property="indentSize" default-value="2"
+58       */
+59      private int indentSize;
+60  
+61      // groupId/artifactId/plugin-help.xml
+62      private static final String PLUGIN_HELP_PATH = "/META-INF/maven/de.juplo/hibernate4-maven-plugin/plugin-help.xml";
+63  
+64      private Document build()
+65          throws MojoExecutionException
+66      {
+67          getLog().debug( "load plugin-help.xml: " + PLUGIN_HELP_PATH );
+68          InputStream is = getClass().getResourceAsStream( PLUGIN_HELP_PATH );
+69          try
+70          {
+71              DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
+72              DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
+73              return dBuilder.parse( is );
+74          }
+75          catch ( IOException e )
+76          {
+77              throw new MojoExecutionException( e.getMessage(), e );
+78          }
+79          catch ( ParserConfigurationException e )
+80          {
+81              throw new MojoExecutionException( e.getMessage(), e );
+82          }
+83          catch ( SAXException e )
+84          {
+85              throw new MojoExecutionException( e.getMessage(), e );
+86          }
+87      }
+88  
+89      /**
+90       * {@inheritDoc}
+91       */
+92      public void execute()
+93          throws MojoExecutionException
+94      {
+95          if ( lineLength <= 0 )
+96          {
+97              getLog().warn( "The parameter 'lineLength' should be positive, using '80' as default." );
+98              lineLength = 80;
+99          }
+100         if ( indentSize <= 0 )
+101         {
+102             getLog().warn( "The parameter 'indentSize' should be positive, using '2' as default." );
+103             indentSize = 2;
+104         }
+105 
+106         Document doc = build();
+107 
+108         StringBuilder sb = new StringBuilder();
+109         Node plugin = getSingleChild( doc, "plugin" );
+110 
+111 
+112         String name = getValue( plugin, "name" );
+113         String version = getValue( plugin, "version" );
+114         String id = getValue( plugin, "groupId" ) + ":" + getValue( plugin, "artifactId" ) + ":" + version;
+115         if ( isNotEmpty( name ) && !name.contains( id ) )
+116         {
+117             append( sb, name + " " + version, 0 );
+118         }
+119         else
+120         {
+121             if ( isNotEmpty( name ) )
+122             {
+123                 append( sb, name, 0 );
+124             }
+125             else
+126             {
+127                 append( sb, id, 0 );
+128             }
+129         }
+130         append( sb, getValue( plugin, "description" ), 1 );
+131         append( sb, "", 0 );
+132 
+133         //<goalPrefix>plugin</goalPrefix>
+134         String goalPrefix = getValue( plugin, "goalPrefix" );
+135 
+136         Node mojos1 = getSingleChild( plugin, "mojos" );
+137 
+138         List<Node> mojos = findNamedChild( mojos1, "mojo" );
+139 
+140         if ( goal == null || goal.length() <= 0 )
+141         {
+142             append( sb, "This plugin has " + mojos.size() + ( mojos.size() > 1 ? " goals:" : " goal:" ), 0 );
+143             append( sb, "", 0 );
+144         }
+145 
+146         for ( Node mojo : mojos )
+147         {
+148             writeGoal( sb, goalPrefix, (Element) mojo );
+149         }
+150 
+151         if ( getLog().isInfoEnabled() )
+152         {
+153             getLog().info( sb.toString() );
+154         }
+155     }
+156 
+157 
+158     private static boolean isNotEmpty( String string )
+159     {
+160         return string != null && string.length() > 0;
+161     }
+162 
+163     private String getValue( Node node, String elementName )
+164         throws MojoExecutionException
+165     {
+166         return getSingleChild( node, elementName ).getTextContent();
+167     }
+168 
+169     private Node getSingleChild( Node node, String elementName )
+170         throws MojoExecutionException
+171     {
+172         List<Node> namedChild = findNamedChild( node, elementName );
+173         if ( namedChild.isEmpty() )
+174         {
+175             throw new MojoExecutionException( "Could not find " + elementName + " in plugin-help.xml" );
+176         }
+177         if ( namedChild.size() > 1 )
+178         {
+179             throw new MojoExecutionException( "Multiple " + elementName + " in plugin-help.xml" );
+180         }
+181         return namedChild.get( 0 );
+182     }
+183 
+184     private List<Node> findNamedChild( Node node, String elementName )
+185     {
+186         List<Node> result = new ArrayList<Node>();
+187         NodeList childNodes = node.getChildNodes();
+188         for ( int i = 0; i < childNodes.getLength(); i++ )
+189         {
+190             Node item = childNodes.item( i );
+191             if ( elementName.equals( item.getNodeName() ) )
+192             {
+193                 result.add( item );
+194             }
+195         }
+196         return result;
+197     }
+198 
+199     private Node findSingleChild( Node node, String elementName )
+200         throws MojoExecutionException
+201     {
+202         List<Node> elementsByTagName = findNamedChild( node, elementName );
+203         if ( elementsByTagName.isEmpty() )
+204         {
+205             return null;
+206         }
+207         if ( elementsByTagName.size() > 1 )
+208         {
+209             throw new MojoExecutionException( "Multiple " + elementName + "in plugin-help.xml" );
+210         }
+211         return elementsByTagName.get( 0 );
+212     }
+213 
+214     private void writeGoal( StringBuilder sb, String goalPrefix, Element mojo )
+215         throws MojoExecutionException
+216     {
+217         String mojoGoal = getValue( mojo, "goal" );
+218         Node configurationElement = findSingleChild( mojo, "configuration" );
+219 		Node description = findSingleChild( mojo, "description" );
+220         if ( goal == null || goal.length() <= 0 || mojoGoal.equals( goal ) )
+221         {
+222             append( sb, goalPrefix + ":" + mojoGoal, 0 );
+223             Node deprecated = findSingleChild( mojo, "deprecated" );
+224             if ( ( deprecated != null ) && isNotEmpty( deprecated.getNodeValue() ) )
+225             {
+226                 append( sb, "Deprecated. " + deprecated, 1 );
+227                 if ( detail && description != null )
+228                 {
+229                     append( sb, "", 0 );
+230                     append( sb, description.getTextContent(), 1 );
+231                 }
+232             }
+233             else if (description != null )
+234             {
+235                 append( sb, description.getTextContent(), 1 );
+236             }
+237             append( sb, "", 0 );
+238 
+239             if ( detail )
+240             {
+241                 Node parametersNode = getSingleChild( mojo, "parameters" );
+242                 List<Node> parameters = findNamedChild( parametersNode, "parameter" );
+243                 append( sb, "Available parameters:", 1 );
+244                 append( sb, "", 0 );
+245 
+246                 for ( Node parameter : parameters )
+247                 {
+248                     writeParameter( sb, parameter, configurationElement );
+249                 }
+250             }
+251         }
+252     }
+253 
+254     private void writeParameter( StringBuilder sb, Node parameter, Node configurationElement )
+255         throws MojoExecutionException
+256     {
+257         String parameterName = getValue( parameter, "name" );
+258         String parameterDescription = getValue( parameter, "description" );
+259 
+260         Node fieldConfigurationElement = findSingleChild( configurationElement, parameterName );
+261 
+262         String parameterDefaultValue = "";
+263         if ( fieldConfigurationElement != null && fieldConfigurationElement.getNodeValue() != null )
+264         {
+265             parameterDefaultValue = " (Default: " + ((Element)fieldConfigurationElement).getAttribute( "default-value" ) + ")";
+266         }
+267         append( sb, parameterName + parameterDefaultValue, 2 );
+268         Node deprecated = findSingleChild( parameter, "deprecated" );
+269         if ( ( deprecated != null ) && isNotEmpty( deprecated.getNodeValue() ) )
+270         {
+271             append( sb, "Deprecated. " + deprecated.getNodeValue(), 3 );
+272             append( sb, "", 0 );
+273         }
+274         append( sb, parameterDescription, 3 );
+275         if ( "true".equals( getValue( parameter, "required" ) ) )
+276         {
+277             append( sb, "Required: Yes", 3 );
+278         }
+279         Node expression = findSingleChild( parameter, "expression" );
+280         if ( ( expression != null ) && isNotEmpty( expression.getNodeValue() ) )
+281         {
+282         	String property = getPropertyFromExpression( expression.getNodeValue() );
+283             append( sb, "User property: " + property, 3 );
+284         }
+285 
+286         append( sb, "", 0 );
+287     }
+288 
+289     /**
+290      * <p>Repeat a String <code>n</code> times to form a new string.</p>
+291      *
+292      * @param str    String to repeat
+293      * @param repeat number of times to repeat str
+294      * @return String with repeated String
+295      * @throws NegativeArraySizeException if <code>repeat < 0</code>
+296      * @throws NullPointerException       if str is <code>null</code>
+297      */
+298     private static String repeat( String str, int repeat )
+299     {
+300         StringBuilder buffer = new StringBuilder( repeat * str.length() );
+301 
+302         for ( int i = 0; i < repeat; i++ )
+303         {
+304             buffer.append( str );
+305         }
+306 
+307         return buffer.toString();
+308     }
+309 
+310     /**
+311      * Append a description to the buffer by respecting the indentSize and lineLength parameters.
+312      * <b>Note</b>: The last character is always a new line.
+313      *
+314      * @param sb          The buffer to append the description, not <code>null</code>.
+315      * @param description The description, not <code>null</code>.
+316      * @param indent      The base indentation level of each line, must not be negative.
+317      */
+318     private void append( StringBuilder sb, String description, int indent )
+319     {
+320         for ( String line : toLines( description, indent, indentSize, lineLength ) )
+321         {
+322             sb.append( line ).append( '\n' );
+323         }
+324     }
+325 
+326     /**
+327      * Splits the specified text into lines of convenient display length.
+328      *
+329      * @param text       The text to split into lines, must not be <code>null</code>.
+330      * @param indent     The base indentation level of each line, must not be negative.
+331      * @param indentSize The size of each indentation, must not be negative.
+332      * @param lineLength The length of the line, must not be negative.
+333      * @return The sequence of display lines, never <code>null</code>.
+334      * @throws NegativeArraySizeException if <code>indent < 0</code>
+335      */
+336     private static List<String> toLines( String text, int indent, int indentSize, int lineLength )
+337     {
+338         List<String> lines = new ArrayList<String>();
+339 
+340         String ind = repeat( "\t", indent );
+341 
+342         String[] plainLines = text.split( "(\r\n)|(\r)|(\n)" );
+343 
+344         for ( String plainLine : plainLines )
+345         {
+346             toLines( lines, ind + plainLine, indentSize, lineLength );
+347         }
+348 
+349         return lines;
+350     }
+351 
+352     /**
+353      * Adds the specified line to the output sequence, performing line wrapping if necessary.
+354      *
+355      * @param lines      The sequence of display lines, must not be <code>null</code>.
+356      * @param line       The line to add, must not be <code>null</code>.
+357      * @param indentSize The size of each indentation, must not be negative.
+358      * @param lineLength The length of the line, must not be negative.
+359      */
+360     private static void toLines( List<String> lines, String line, int indentSize, int lineLength )
+361     {
+362         int lineIndent = getIndentLevel( line );
+363         StringBuilder buf = new StringBuilder( 256 );
+364 
+365         String[] tokens = line.split( " +" );
+366 
+367         for ( String token : tokens )
+368         {
+369             if ( buf.length() > 0 )
+370             {
+371                 if ( buf.length() + token.length() >= lineLength )
+372                 {
+373                     lines.add( buf.toString() );
+374                     buf.setLength( 0 );
+375                     buf.append( repeat( " ", lineIndent * indentSize ) );
+376                 }
+377                 else
+378                 {
+379                     buf.append( ' ' );
+380                 }
+381             }
+382 
+383             for ( int j = 0; j < token.length(); j++ )
+384             {
+385                 char c = token.charAt( j );
+386                 if ( c == '\t' )
+387                 {
+388                     buf.append( repeat( " ", indentSize - buf.length() % indentSize ) );
+389                 }
+390                 else if ( c == '\u00A0' )
+391                 {
+392                     buf.append( ' ' );
+393                 }
+394                 else
+395                 {
+396                     buf.append( c );
+397                 }
+398             }
+399         }
+400         lines.add( buf.toString() );
+401     }
+402 
+403     /**
+404      * Gets the indentation level of the specified line.
+405      *
+406      * @param line The line whose indentation level should be retrieved, must not be <code>null</code>.
+407      * @return The indentation level of the line.
+408      */
+409     private static int getIndentLevel( String line )
+410     {
+411         int level = 0;
+412         for ( int i = 0; i < line.length() && line.charAt( i ) == '\t'; i++ )
+413         {
+414             level++;
+415         }
+416         for ( int i = level + 1; i <= level + 4 && i < line.length(); i++ )
+417         {
+418             if ( line.charAt( i ) == '\t' )
+419             {
+420                 level++;
+421                 break;
+422             }
+423         }
+424         return level;
+425     }
+426     
+427     private String getPropertyFromExpression( String expression )
+428     {
+429         if ( expression != null && expression.startsWith( "${" ) && expression.endsWith( "}" )
+430             && !expression.substring( 2 ).contains( "${" ) )
+431         {
+432             // expression="${xxx}" -> property="xxx"
+433             return expression.substring( 2, expression.length() - 1 );
+434         }
+435         // no property can be extracted
+436         return null;
+437     }
+438 }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..c64506d2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,78 @@ + + + + +ValidationConfiguration xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   import javax.validation.Validation;
+4   
+5   import org.hibernate.cfg.Configuration;
+6   import org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor;
+7   import org.hibernate.dialect.Dialect;
+8   import org.hibernate.metamodel.source.MappingException;
+9   
+10  
+11  /**
+12   * This integration is usually performed by BeanValidationIntegrator.
+13   * Unfortunately, that integration will only be activated upon
+14   * initialization of the ServiceRegistry, which initializes
+15   * DatasourceConnectionProviderImpl, which looks up the datasource,
+16   * which requires a JNDI context ...
+17   * We therefore reimplement the relevant parts of BeanValidatorIntegrator.
+18   * Since that must occur after secondPassCompile(), which is invoked by
+19   * Configuration.generateSchemaCreationScript, which is invoked by
+20   * SchemaExport, some fancy subclassing is needed to invoke the integration
+21   * at the right time.
+22   * @author Mark Robinson <mark@mrobinson.ca>
+23   * @author Frank Schimmel <frank.schimmel@cm4all.com>
+24   */
+25  public class ValidationConfiguration extends Configuration
+26  {
+27    private static final long serialVersionUID = 1L;
+28  
+29    private Class<Dialect> dialectClass;
+30  
+31    public ValidationConfiguration(final String dialectClass)
+32    {
+33      try {
+34          this.dialectClass = (Class<Dialect>) Class.forName(dialectClass);
+35      } catch (ClassNotFoundException e) {
+36          throw new RuntimeException(e);
+37      }
+38    }
+39  
+40    @Override
+41    protected void secondPassCompile() throws MappingException
+42    {
+43      super.secondPassCompile();
+44  
+45      try
+46      {
+47        TypeSafeActivatorAccessor.applyRelationalConstraints(
+48            Validation.buildDefaultValidatorFactory(),
+49            classes.values(),
+50            getProperties(),
+51            dialectClass.newInstance()
+52            );
+53      }
+54      catch (Exception e)
+55      {
+56        throw new RuntimeException(e);
+57      }
+58    }
+59  
+60    public String getTypeDefs()
+61    {
+62      return typeDefs.entrySet().toString();
+63    }
+64  }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..1f64c71e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,33 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package de.juplo.plugins.hibernate4 + + + + +

+ de.juplo.plugins.hibernate4 +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..8e24e440 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,82 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package de.juplo.plugins.hibernate4 + + + +
+ +
+
+ +
+ +

Package de.juplo.plugins.hibernate4

+ + + + + + + + + + + + + + + + + + + + + +
Class Summary
+ DriverProxy +
+ Hbm2DdlMojo +
+ HelpMojo +
+ ValidationConfiguration +
+ +
+ +
+
+ +
+
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/index.html b/dist/hibernate4-maven-plugin-1.0.5/xref/index.html new file mode 100644 index 00000000..380e8db5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/index.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..0cd0403e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,25 @@ + + + + +TypeSafeActivatorAccessor xref + + + +
+
+1   package org.hibernate.cfg.beanvalidation;
+2   
+3   /**
+4    * This class enables access to the public methods of {@link TypeSafeActivator}
+5    * which itself is visible in the package only.
+6    *
+7    * @author Frank Schimmel <frank.schimmel@cm4all.com>
+8    */
+9   public class TypeSafeActivatorAccessor extends TypeSafeActivator {
+10      // Empty: just makes public methods accessible.
+11  }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-frame.html b/dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..8fc97e3e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package org.hibernate.cfg.beanvalidation + + + + +

+ org.hibernate.cfg.beanvalidation +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-summary.html b/dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..cdd3e6de --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,67 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package org.hibernate.cfg.beanvalidation + + + +
+ +
+
+ +
+ +

Package org.hibernate.cfg.beanvalidation

+ + + + + + + + + + + + +
Class Summary
+ TypeSafeActivatorAccessor +
+ +
+ +
+
+ +
+
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/overview-frame.html b/dist/hibernate4-maven-plugin-1.0.5/xref/overview-frame.html new file mode 100644 index 00000000..d4d2f206 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/overview-frame.html @@ -0,0 +1,28 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/overview-summary.html b/dist/hibernate4-maven-plugin-1.0.5/xref/overview-summary.html new file mode 100644 index 00000000..22e9139a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/overview-summary.html @@ -0,0 +1,69 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.0.5 Reference

+ + + + + + + + + + + + + + + +
Packages
+ de.juplo.plugins.hibernate4 +
+ org.hibernate.cfg.beanvalidation +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ Copyright © 2014. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0.5/xref/stylesheet.css b/dist/hibernate4-maven-plugin-1.0.5/xref/stylesheet.css new file mode 100644 index 00000000..00e6114d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.5/xref/stylesheet.css @@ -0,0 +1,116 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} +div#footer { + text-align:center; +} +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0/apidocs/allclasses-frame.html new file mode 100644 index 00000000..a7962b8c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/allclasses-frame.html @@ -0,0 +1,19 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0 API) + + + + +

All Classes

+
+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/allclasses-noframe.html b/dist/hibernate4-maven-plugin-1.0/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..b6b20ae2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/allclasses-noframe.html @@ -0,0 +1,19 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0 API) + + + + +

All Classes

+
+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/constant-values.html b/dist/hibernate4-maven-plugin-1.0/apidocs/constant-values.html new file mode 100644 index 00000000..0065d7fa --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/constant-values.html @@ -0,0 +1,172 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    de.juplo.plugins.hibernate4.Hbm2DdlMojo 
    Modifier and TypeConstant FieldValue
    + +public static final StringDIALECT"hibernate.dialect"
    + +public static final StringDRIVER_CLASS"hibernate.connection.driver_class"
    + +public static final StringPASSWORD"hibernate.connection.password"
    + +public static final StringURL"hibernate.connection.url"
    + +public static final StringUSERNAME"hibernate.connection.username"
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..a51c189e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,379 @@ + + + + + + +Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class Hbm2DdlMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.Hbm2DdlMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class Hbm2DdlMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html new file mode 100644 index 00000000..7aff3978 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.Hbm2DdlMojo

+
+
No usage of de.juplo.plugins.hibernate4.Hbm2DdlMojo
+ + + + +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..69956a3b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0 API) + + + + +

de.juplo.plugins.hibernate4

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..8cf12e8d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,136 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0 API) + + + + + + + + + + +
+

Package de.juplo.plugins.hibernate4

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Hbm2DdlMojo +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
    +
  • +
+
+ + + + +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html new file mode 100644 index 00000000..3ecb64d9 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html @@ -0,0 +1,128 @@ + + + + + + +de.juplo.plugins.hibernate4 Class Hierarchy (Hibernate 4 Maven Plugin 1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package de.juplo.plugins.hibernate4

+
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html new file mode 100644 index 00000000..083ef028 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Package de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Package
de.juplo.plugins.hibernate4

+
+
No usage of de.juplo.plugins.hibernate4
+ +
+ + + + + +
+ + +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.0/apidocs/deprecated-list.html new file mode 100644 index 00000000..fb684d7e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/deprecated-list.html @@ -0,0 +1,115 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.0/apidocs/help-doc.html new file mode 100644 index 00000000..e44996d1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/help-doc.html @@ -0,0 +1,216 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/index-all.html b/dist/hibernate4-maven-plugin-1.0/apidocs/index-all.html new file mode 100644 index 00000000..e9c571f8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/index-all.html @@ -0,0 +1,163 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.0 API) + + + + + + + +
+ + + + + +
+ + +
D E H P U  + + +

D

+
+
de.juplo.plugins.hibernate4 - package de.juplo.plugins.hibernate4
+
 
+
DIALECT - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
DRIVER_CLASS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

E

+
+
execute() - Method in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

H

+
+
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
+
+
Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
+
+
Hbm2DdlMojo() - Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

P

+
+
PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

U

+
+
URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+D E H P U 
+ +
+ + + + + +
+ + +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/index.html b/dist/hibernate4-maven-plugin-1.0/apidocs/index.html new file mode 100644 index 00000000..a4299e02 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/index.html @@ -0,0 +1,31 @@ + + + + + + +Hibernate 4 Maven Plugin 1.0 API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/plugins/hibernate4/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/options b/dist/hibernate4-maven-plugin-1.0/apidocs/options new file mode 100644 index 00000000..e67be8f1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/options @@ -0,0 +1,24 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/checkout/target/classes:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/net/sf/scannotation/scannotation/1.0.2/scannotation-1.0.2.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar:/home/kai/.m2/repository/javassist/javassist/3.6.0.GA/javassist-3.6.0.GA.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.GA/jboss-logging-3.1.0.GA.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar:/home/kai/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.1.8.Final/hibernate-core-4.1.8.Final.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/target/checkout/src/main/java' +-author +-bottom +'Copyright © 2012. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/checkout/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.0 API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.0 API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.0/apidocs/overview-tree.html new file mode 100644 index 00000000..3a0cc31b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/overview-tree.html @@ -0,0 +1,132 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2012. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/package-list b/dist/hibernate4-maven-plugin-1.0/apidocs/package-list new file mode 100644 index 00000000..05307714 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/package-list @@ -0,0 +1 @@ +de.juplo.plugins.hibernate4 diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/packages b/dist/hibernate4-maven-plugin-1.0/apidocs/packages new file mode 100644 index 00000000..c4b51407 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/packages @@ -0,0 +1 @@ +de.juplo.plugins.hibernate4 \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/resources/background.gif b/dist/hibernate4-maven-plugin-1.0/apidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7IIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/resources/tab.gif b/dist/hibernate4-maven-plugin-1.0/apidocs/resources/tab.gif new file mode 100644 index 0000000000000000000000000000000000000000..1a73a83be11dde2d0003b716ca778fafc6f34ad7 GIT binary patch literal 291 zcmZ?wbhEHbWM+_KxXJ(m|NsBLKh^ZZLaX-+EFVob+gGEtw?=DMmFBi`jWca}`|GrK zS84620CF`ibs3!R&_C0rf3ijIM6=$}M%|-Lx`!Hcc2;Oz>NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/apidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.0/apidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/apidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dist/hibernate4-maven-plugin-1.0/cpd.html b/dist/hibernate4-maven-plugin-1.0/cpd.html new file mode 100644 index 00000000..918bd15a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/cpd.html @@ -0,0 +1,107 @@ + + + + + + Hibernate 4 Maven Plugin - CPD Results + + + + + + + + + +
+ +
+
+
+

CPD Results

The following document contains the results of PMD's CPD 4.3.

Duplications

CPD found no problems in your source code.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/cpd.xml b/dist/hibernate4-maven-plugin-1.0/cpd.xml new file mode 100644 index 00000000..4a4568b3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/cpd.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0/css/maven-base.css b/dist/hibernate4-maven-plugin-1.0/css/maven-base.css new file mode 100644 index 00000000..584ba23b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/css/maven-base.css @@ -0,0 +1,151 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/dist/hibernate4-maven-plugin-1.0/css/maven-theme.css b/dist/hibernate4-maven-plugin-1.0/css/maven-theme.css new file mode 100644 index 00000000..d3407e8b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/dist/hibernate4-maven-plugin-1.0/css/print.css b/dist/hibernate4-maven-plugin-1.0/css/print.css new file mode 100644 index 00000000..26ad7f0b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/css/print.css @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/dist/hibernate4-maven-plugin-1.0/css/site.css b/dist/hibernate4-maven-plugin-1.0/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0/dependencies.html b/dist/hibernate4-maven-plugin-1.0/dependencies.html new file mode 100644 index 00000000..6fd94a8d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/dependencies.html @@ -0,0 +1,163 @@ + + + + + + Hibernate 4 Maven Plugin - Project Dependencies + + + + + + + + + +
+ +
+
+
+

Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionType
com.pyx4jmaven-plugin-log4j1.0.1jar
net.sf.scannotationscannotation1.0.2jar
org.apache.mavenmaven-core3.0.4jar
org.apache.mavenmaven-plugin-api3.0.4jar
org.hibernatehibernate-core4.1.8.Finaljar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierType
antlrantlr2.7.7-jar
dom4jdom4j1.6.1-jar
javassistjavassist3.6.0.GA-jar
log4jlog4j1.2.14-jar
org.apache.mavenmaven-aether-provider3.0.4-jar
org.apache.mavenmaven-artifact3.0.4-jar
org.apache.mavenmaven-model3.0.4-jar
org.apache.mavenmaven-model-builder3.0.4-jar
org.apache.mavenmaven-repository-metadata3.0.4-jar
org.apache.mavenmaven-settings3.0.4-jar
org.apache.mavenmaven-settings-builder3.0.4-jar
org.codehaus.plexusplexus-classworlds2.4-jar
org.codehaus.plexusplexus-component-annotations1.5.5-jar
org.codehaus.plexusplexus-interpolation1.14-jar
org.hibernate.commonhibernate-commons-annotations4.0.1.Final-jar
org.hibernate.javax.persistencehibernate-jpa-2.0-api1.0.1.Final-jar
org.javassistjavassist3.15.0-GA-jar
org.jboss.loggingjboss-logging3.1.0.GA-jar
org.jboss.spec.javax.transactionjboss-transaction-api_1.1_spec1.0.0.Final-jar
org.sonatype.aetheraether-api1.13.1-jar
org.sonatype.aetheraether-impl1.13.1-jar
org.sonatype.aetheraether-spi1.13.1-jar
org.sonatype.aetheraether-util1.13.1-jar
org.sonatype.plexusplexus-cipher1.4-jar
org.sonatype.plexusplexus-sec-dispatcher1.3-jar
org.sonatype.sisusisu-guava0.9.9-jar
org.sonatype.sisusisu-guice3.1.0no_aopjar
org.sonatype.sisusisu-inject-bean2.3.0-jar
org.sonatype.sisusisu-inject-plexus2.3.0-jar

Project Dependency Graph

+

Dependency Tree

Licenses

Unamed: JPA 2.0 API

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

GNU LESSER GENERAL PUBLIC LICENSE: Hibernate Commons Annotations

Unknown: Unnamed - javassist:javassist:jar:3.6.0.GA, dom4j

LGPL 2.1: Javassist

MPL 1.1: Javassist

The Apache Software License, Version 2.0: Hibernate 4 Maven Plugin, Log4j, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guava - Core Library, Sisu Guice - Core Library, Sisu-Inject-Bean : Aggregate OSGi bundle, maven-plugin-log4j

GNU Lesser General Public License: A Hibernate Core Module

GNU Lesser General Public License, version 2.1: JBoss Logging 3

lgpl: Transaction 1.1 API

Apache License V2.0: scannotation

BSD License: AntLR Parser Generator

Eclipse Public License, Version 1.0: Aether :: API, Aether :: Implementation, Aether :: SPI, Aether :: Utilities, Sisu-Inject-Bean : Aggregate OSGi bundle, Sisu-Inject-Plexus : Aggregate OSGi bundle

Apache License 2.0: Javassist

Dependency File Details

FilenameSizeEntriesClassesPackagesJDK RevDebug
antlr-2.7.7.jar434.85 kB239224121.2debug
maven-plugin-log4j-1.0.1.jar3.64 kB12111.4debug
dom4j-1.6.1.jar306.54 kB208190141.3debug
javassist-3.6.0.GA.jar529.53 kB323305161.2debug
log4j-1.2.14.jar358.83 kB288256191.1debug
scannotation-1.0.2.jar18.04 kB231321.5debug
maven-aether-provider-3.0.4.jar55.17 kB402311.5debug
maven-artifact-3.0.4.jar50.87 kB5732111.5debug
maven-core-3.0.4.jar545.94 kB428350431.5debug
maven-model-3.0.4.jar159.72 kB675031.5debug
maven-model-builder-3.0.4.jar147.06 kB142109161.5debug
maven-plugin-api-3.0.4.jar48.16 kB462561.5debug
maven-repository-metadata-3.0.4.jar29.37 kB25721.5debug
maven-settings-3.0.4.jar45.57 kB331721.5debug
maven-settings-builder-3.0.4.jar40.41 kB533251.5debug
plexus-classworlds-2.4.jar45.96 kB523751.4debug
plexus-component-annotations-1.5.5.jar4.11 kB15311.5release
plexus-interpolation-1.14.jar59.64 kB604461.4debug
hibernate-core-4.1.8.Final.jar4.29 MB3,1042,8991661.6debug
hibernate-commons-annotations-4.0.1.Final.jar79.37 kB826471.6debug
hibernate-jpa-2.0-api-1.0.1.Final.jar100.25 kB19017641.5debug
javassist-3.15.0-GA.jar633.06 kB391367171.4debug
jboss-logging-3.1.0.GA.jar59.34 kB554311.6debug
jboss-transaction-api_1.1_spec-1.0.0.Final.jar10.95 kB281821.5debug
aether-api-1.13.1.jar87.56 kB11696111.5debug
aether-impl-1.13.1.jar127.10 kB877321.5debug
aether-spi-1.13.1.jar15.07 kB331751.5debug
aether-util-1.13.1.jar126.98 kB11692141.5debug
plexus-cipher-1.4.jar13.18 kB20611.4debug
plexus-sec-dispatcher-1.3.jar27.89 kB311331.4debug
sisu-guava-0.9.9.jar1.44 MB1,1831,163101.5debug
sisu-guice-3.1.0-no_aop.jar349.05 kB31029581.5debug
sisu-inject-bean-2.3.0.jar282.29 kB256224151.5debug
sisu-inject-plexus-2.3.0.jar199.64 kB207163271.5debug
TotalSizeEntriesClassesPackagesJDK RevDebug
3410.60 MB8,3207,4274581.633
compile: 34compile: 10.60 MBcompile: 8,320compile: 7,427compile: 458-compile: 33

Dependency Repository Locations

Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
centralhttp://repo1.maven.org/maven2Yes-

Repository locations for each of the Dependencies.

Artifactapache.snapshotssonatype-nexus-snapshotscentral
antlr:antlr:jar:2.7.7--Found at http://repo1.maven.org/maven2
com.pyx4j:maven-plugin-log4j:jar:1.0.1--Found at http://repo1.maven.org/maven2
dom4j:dom4j:jar:1.6.1--Found at http://repo1.maven.org/maven2
javassist:javassist:jar:3.6.0.GA--Found at http://repo1.maven.org/maven2
log4j:log4j:jar:1.2.14--Found at http://repo1.maven.org/maven2
net.sf.scannotation:scannotation:jar:1.0.2--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-aether-provider:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-artifact:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-core:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-model:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-model-builder:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-plugin-api:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-repository-metadata:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-settings:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.apache.maven:maven-settings-builder:jar:3.0.4--Found at http://repo1.maven.org/maven2
org.codehaus.plexus:plexus-classworlds:jar:2.4--Found at http://repo1.maven.org/maven2
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5--Found at http://repo1.maven.org/maven2
org.codehaus.plexus:plexus-interpolation:jar:1.14--Found at http://repo1.maven.org/maven2
org.hibernate:hibernate-core:jar:4.1.8.Final--Found at http://repo1.maven.org/maven2
org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final--Found at http://repo1.maven.org/maven2
org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final--Found at http://repo1.maven.org/maven2
org.javassist:javassist:jar:3.15.0-GA--Found at http://repo1.maven.org/maven2
org.jboss.logging:jboss-logging:jar:3.1.0.GA--Found at http://repo1.maven.org/maven2
org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final--Found at http://repo1.maven.org/maven2
org.sonatype.aether:aether-api:jar:1.13.1--Found at http://repo1.maven.org/maven2
org.sonatype.aether:aether-impl:jar:1.13.1--Found at http://repo1.maven.org/maven2
org.sonatype.aether:aether-spi:jar:1.13.1--Found at http://repo1.maven.org/maven2
org.sonatype.aether:aether-util:jar:1.13.1--Found at http://repo1.maven.org/maven2
org.sonatype.plexus:plexus-cipher:jar:1.4--Found at http://repo1.maven.org/maven2
org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3--Found at http://repo1.maven.org/maven2
org.sonatype.sisu:sisu-guava:jar:0.9.9--Found at http://repo1.maven.org/maven2
org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0--Found at http://repo1.maven.org/maven2
org.sonatype.sisu:sisu-inject-bean:jar:2.3.0--Found at http://repo1.maven.org/maven2
org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0--Found at http://repo1.maven.org/maven2
Totalapache.snapshotssonatype-nexus-snapshotscentral
34 (compile: 34)0034
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/examples.html b/dist/hibernate4-maven-plugin-1.0/examples.html new file mode 100644 index 00000000..8f9b9d07 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/examples.html @@ -0,0 +1,212 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + +
+ +
+
+
+

Configuration Examples

The plugin was designed with two main goals in mind:

  • It should be easy to use.
  • It should be maximal unlikely, to erase a producation-database by accident.

To achieve the first goal, the convention-over-configuration paradigma was applied and the plugin was stuffed with usefull logging-messages. So, if in doubt, just turn on the Debug-Output with the mvn -X ....

To achieve the second goal, the precedence in which the configuration locations are consulted was layouted in a way that makes it possible, to prevent overwrites of the wrong database by accident.

Configuration through a hibernate.properties-File

The most simple way to configure the plugin is, to put all the hibernate-configuration in a hibernate.properties-file on your classpath. Put the file in the resources-folder. Maven will put it in the class-folder of your webapp, where it will be picked up by this plugin as well as by Hibernate 4.

Doing so, the only additionally configuration needed, to activat the plugin is the following entry in the plugins-section of your pom.xml:

<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>

But be aware, that in this case the database-url, that is build in the application is the same that is used while testing, where the database is droped and recreated by the plugin. So, you should never fire up this configuration on your production system, or your database might be erased!

Hence, you should specify a different url for testing like in the following snippet:

<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>

Configuration properties, that are set in the configuration-section of the plugin-configuration cannnot be overwritten elsewere (for details see Configuration-Method-Precedence). You never can overwrite them by accident when specifying a property on the commandline or in your settings.xml.

Configuration through maven-properties

Alternatively, it is possible, to configure the plugin via maven-properties. Each relevant configuration-option has a corresponding maven-property (for a full list see the Documentation of the export-Mojo). These are named after the Hibernate JDBC Properties:

  • hibernate.connection.driver_class
  • hibernate.dialect
  • hibernate.connection.url
  • hibernate.connection.username
  • hibernate.connection.password

So, instead of writing the hibernate-configuration in the properties-file, like above, you could put it in the properties-section of your pom.xml.

Thogether with the plugin-definition from above, the following would be a complete configuration (again, the database-url was overwritten in the plugin-configuration, to be sure to have a separate database for testing):

<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
+
+...
+
+<plugins>
+
+  ...
+
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate4-maven-plugin</artifactId>
+    <version>1.0</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>export</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
+
+<plugins>

Configuration through the plugin-configuration

A third way for configuring the plugin is the plugin-configuration. The relevant configuration-parameters are:

  • driverClassName
  • hibernateDialect
  • url
  • username
  • password

The equivalent of the configuration from the last section would look like this:

<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <driverClassName>org.hsqldb.jdbcDriver</driverClassName>
+    <hibernateDialect>org.hibernate.dialect.HSQLDialect</hibernateDialect>
+    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+    <username>sa</username>
+    <password></password>
+  </configuration>
+</plugin>

There are some seldom used parameters, that can only be configured throug this method:

  • delimiter the delimiter used in the generated sql-script
  • format wether the generated sql-script is formatted, or not
  • hibernateProperties name of the hibernate-properties-file
  • outputFile name of the generated sql-script
  • target create database or generate sql-script or both
  • type create or drop the database or do both or nothing (just validate the annotation-configuration)

For explanations, see the Documentation of the export-Mojo.

Configuration-Method-Precedence

The configuration is gathered in a fix order:

  1. hibernate.properties
  2. maven-properties
  3. plugin-configuration

If you are in doubt about where a configuration-value comes from, run maven with the Debug-Output enabled: mvn -X hibernate4:export and be aware, that maven-properties can be overwitten on the command-line, in your ~/.m2/settings.xml and in a profile.

The plugin-configuration comes last and overwrites everything else. That way, you can be sure, that a configuration-value, that is specified in the plugin-configuration will never be overwritten by any other configuration-method.

If you realy need to overwrite plugin-configuration-values with maven-properties, you can use maven-properties in the plugin-configuration:

<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <password>${my-password-property}</password>
+  </configuration>
+</plugin>

Enabling Debug-Output

If you are new to hibernate4-maven-plugin, in many cases, the Configuration-Method-Precedence may be the source of configuration errors. To solve this problem, you should run maven with the debugging output enabled. For example, by executing:

mvn -X compile hibernate4:export 

(The compile might be necessary, because hibernate4-maven-plugin has to scan the compiled classes for annotations!)

Unlike the majority of the maven-plugins, hibernate4-maven-plugin was designed to give a good many hints, when debugging is enabled. Because, if you do not know, what went wrong, you can't fix it!

But be warned: hibernate4-maven-plugin tends to be very chatty ;)

Known Pitfalls

One regular problem is the scope of the jdbc-driver-dependency. It is very unlikely, that this dependency is needed at compile-time. So a tidy maven-developer would usually scope it for runtime.

But this will break the execution of the hibernate4-maven-plugin. Since it will not be able to see the needed dependency, it will fail with an error-message like:

[INFO] Gathered hibernate-configuration (turn on debugging for details):
+[INFO]   hibernate.connection.username = sa
+[INFO]   hibernate.connection.password = 
+[INFO]   hibernate.dialect = org.hibernate.dialect.HSQLDialect
+[INFO]   hibernate.connection.url = jdbc:hsqldb:/home/kai/mmf/target/mmf;shutdown=true
+[INFO]   hibernate.connection.driver_class = org.hsqldb.jdbcDriver
+[ERROR] Dependency for driver-class org.hsqldb.jdbcDriver is missing!
+[INFO] ------------------------------------------------------------------------
+[ERROR] BUILD ERROR
+[INFO] ------------------------------------------------------------------------
+[INFO] org.hsqldb.jdbcDriver
+[INFO] ------------------------------------------------------------------------
+[INFO] For more information, run Maven with the -e switch
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 2 seconds
+[INFO] Finished at: Thu Nov 29 11:31:14 CET 2012
+[INFO] Final Memory: 32M/342M
+[INFO] ------------------------------------------------------------------------

A quick workaround for this error would be, to delete the runtime-constraint for the jdbc-driver-dependency.

A much cleaner way is, to (additionally) ad the dependency, to the plugin-definition:

<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <dependencies>
+  <dependency>
+    <groupId>org.hsqldb</groupId>
+    <artifactId>hsqldb</artifactId>
+    <version>2.2.8</version>
+  </dependency>
+  </dependencies>
+</plugin>

This is also the best way, if you use a different jdbc-driver for testing, than in production. Because otherwise, this dependency will unnecessarily bloat the runtime-dependencies of your project.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/export-mojo.html b/dist/hibernate4-maven-plugin-1.0/export-mojo.html new file mode 100644 index 00000000..51df9662 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/export-mojo.html @@ -0,0 +1,307 @@ + + + + + + Hibernate 4 Maven Plugin - + hibernate4:export + + + + + + + + + +
+ +
+
+
+ + +

hibernate4:export

+

Full name:

+

de.juplo:hibernate4-maven-plugin:1.0:export

+

Description:

+
Goal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
+

Attributes:

+
    +
  • Requires a Maven project to be executed.
  • +
  • Requires dependency resolution of artifacts in scope: runtime.
  • +
  • The goal is thread-safe and supports parallel builds.
  • +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
delimiterString-Delimiter in output-file.
Default value is: ;.
driverClassNameString-SQL-Driver name.
User property is: hibernate.connection.driver_class.
formatboolean-Format output-file.
Default value is: true.
hibernateDialectString-Hibernate dialect.
User property is: hibernate.dialect.
hibernatePropertiesString-Hibernate configuration file.
Default value is: ${project.build.outputDirectory}/hibernate.properties.
outputDirectoryString-Directories to scan.
User property is: project.build.outputDirectory.
outputFileString-Output file.
Default value is: ${project.build.outputDirectory}/schema.sql.
passwordString-Database password
User property is: hibernate.connection.password.
skipboolean-Skip execution
User property is: maven.test.skip.
targetString-Target of execution: +
    +
  • NONE do nothing - just validate the +configuration
  • +
  • EXPORT create database +(DEFAULT!)
  • +
  • SCRIPT export schema to SQL-script
  • +
  • BOTH
  • +

Default value is: EXPORT.
typeString-Type of export. +
    +
  • NONE do nothing - just validate the +configuration
  • +
  • CREATE create database-schema
  • +
  • DROP drop database-schema
  • +
  • BOTH (DEFAULT!)
  • +

Default value is: BOTH.
urlString-Database URL.
User property is: hibernate.connection.url.
usernameString-Database username
User property is: hibernate.connection.username.
+
+

Parameter Details

+

delimiter:

+
Delimiter in output-file.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • Default: ;
  • +

driverClassName:

+
SQL-Driver name.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.connection.driver_class
  • +

format:

+
Format output-file.
+
    +
  • Type: boolean
  • +
  • Required: No
  • +
  • Default: true
  • +

hibernateDialect:

+
Hibernate dialect.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.dialect
  • +

hibernateProperties:

+
Hibernate configuration file.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • Default: ${project.build.outputDirectory}/hibernate.properties
  • +

outputDirectory:

+
Directories to scan.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: project.build.outputDirectory
  • +

outputFile:

+
Output file.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • Default: ${project.build.outputDirectory}/schema.sql
  • +

password:

+
Database password
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.connection.password
  • +

skip:

+
Skip execution
+
    +
  • Type: boolean
  • +
  • Required: No
  • +
  • User Property: maven.test.skip
  • +

target:

+
Target of execution: +
    +
  • NONE do nothing - just validate the +configuration
  • +
  • EXPORT create database +(DEFAULT!)
  • +
  • SCRIPT export schema to SQL-script
  • +
  • BOTH
  • +
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • Default: EXPORT
  • +

type:

+
Type of export. +
    +
  • NONE do nothing - just validate the +configuration
  • +
  • CREATE create database-schema
  • +
  • DROP drop database-schema
  • +
  • BOTH (DEFAULT!)
  • +
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • Default: BOTH
  • +

url:

+
Database URL.
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.connection.url
  • +

username:

+
Database username
+
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/images/close.gif b/dist/hibernate4-maven-plugin-1.0/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/images/collapsed.gif b/dist/hibernate4-maven-plugin-1.0/images/collapsed.gif new file mode 100644 index 0000000000000000000000000000000000000000..6e710840640c1bfd9dd76ce7fef56f1004092508 GIT binary patch literal 53 ycmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlI4r7uBZ*YkPFU8d4p4Aua}2?(?R literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/images/expanded.gif b/dist/hibernate4-maven-plugin-1.0/images/expanded.gif new file mode 100644 index 0000000000000000000000000000000000000000..0fef3d89e0df1f8bc49a0cd827f2607c7d7fd2f0 GIT binary patch literal 52 xcmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlH@g}+fUi&t{amUB!D)&R0C2fzRT literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/images/external.png b/dist/hibernate4-maven-plugin-1.0/images/external.png new file mode 100644 index 0000000000000000000000000000000000000000..3f999fc88b360074e41f38c3b4bc06ccb3bb7cf8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd{{R1fCIbVIy!atN z8e~{WkY6y6%iy53@(Yk3;OXKRQgJIOfsI*BO@UFsfhWLBc>*(#PB?Jn2*(o!76E4F z2oaVU3``tH+Kgs0GI5+@Tg}d)z%jd%F@?{8!SRZ5b1yT80-FZIMn)zc2Ca66y`pzY R*nwsJMCn#OVEqF*oew~oaAu*+mN;-=y?VHT3tIe$XQqrDo-uB_a z!$aaK`z6))OKGn34?nwc^SuifkIL#EmDgV_qjg-#8v*0u4q4%1moUw{LZ54UeCgzNF^jX`uv-XK+9g@yFrG9?@ z!9&5&Tgk*j(b!GF&{N4I-Owl3GNQ;Kslp@APSw&&&ux9d>WxL~{EYoKm2KHvv3+ax zZUYB?Ae*8JnchZheXeEaa>@87?_fB*jV>(`erUx0B6j@wa!KnN)QWMO1rn9HC8 zQU}Tt3>@bftT|;oHYhlHH8T8tc{qL2LBC1&wnQeg^-S05<#H=J%;q~&KX!$OXH$lP zifQJ#9>L8|xhAVRHT-xPa*}7JK>(A*!AmL!CQC~j>707p+C5b#ib-SZ5@wfn#-0y8 zor_pb3M^%mkXhlduwjw4dk@RWhYZ<*tSUAV9x3eYyi#^d39lH{872xT#>g14FgCZb z+Lvv}DClhGVU*`8y(Qe}(9I>Lw<6->0~Q`zX3oMH2272dBARI`0wDzxS_G8b_H+a` TZ#n2*^y*Bf^Krq04Gh)*dSnrT literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/images/icon_info_sml.gif b/dist/hibernate4-maven-plugin-1.0/images/icon_info_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..c6cb9ad7ce438a798426703e86a7ffc197d51dbb GIT binary patch literal 606 zcmZ?wbhEHb!Rj)7jHhhdgsOUdoQoueZi?7 z>>gViTe&E#V48n=mrru5S3;v}WQB8hiDz7$TU2Fg8RZkU)J)l4H+4sO@7jjxJ4?G(<~7c1nYFul=C0P+d#d`@bj{yi z-npcE!T#Qb2PP~z)H;3B%r(bntUlH>Y2~CvyV|C%UbyM>vTf&9?!2&e&!siHFV0_c zVB`KP8}?n^dg$7Yqc`@PxOMQ%-NWbZ9Xfk=)1K2OFF!hV;r{6>kIr6ua^~ve%eS9j zy7lbD`I|4_et!J??bq+WzI^-n`RfmdkOIfh!pgqYwSCK`t~@$#!^!1aj_y2mzyI{@?vuB79>2N$==JkApPs$`_~ygc*YCf)diVLp z{pXKfy#M&+`?nvze*gIk#Q*;N0|qHLXbBUFKUo+V7>XElKuSSz!oa?}p{S|3rL`#` zEj=M8CWV#D$GthOu#hRgfH^NPHz`Z6or!6tudIJkhF|)EqL_SUmH;#E=*;vU)ut4d z*}1MJ+3|6yK5|W*0YQlwY}}E_93D;*P3)($(!#iHyj&dYc$?gAB*f@)n?~7Mn)5Ze zB*b!gs&gB@F*e|Da`5(ac688Lp~TGAEh5PBlHo`4aV}w%hy?;49h(#+>`NXTD0Bjy;4ci{C-1K14rU#4Xoa9{m6qopA9n0cn|!>ecYkij zwyX=!4*mH3EoqLqSGiVbyFqxD(bS8XSDu{6U1jZO70Ic@{~t&7=B^ zBD)NOoAkU&Gy^LQJ5PtV?u{&65}4ZUmfYbweP{LTy^YnAGv=AGa7*6wj}%~b0?7r5!@qH7P%p1*$L z@#{ODxoUwG+WsY)zWExj-aqxpQS(e!bx&6L`u)?tfB$~}{{8*?cVO&*V`-G2NeC$Z zWMO1r=w{FXnGVVm3>>=|#5rX=HY{-DP?VFNPL-%m%>B+*~5-k^-+4*MLFr;tQ0}^rlS-^!^Q`Mx1hrB$jwn&hk~Xk=#Nl+_9Nu|Y$D G!5RQ;-6)O# literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/images/icon_warning_sml.gif b/dist/hibernate4-maven-plugin-1.0/images/icon_warning_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..873bbb52cb9768103c27fbb9a9bac16ac615fce5 GIT binary patch literal 576 zcmZ?wbhEHbB!Sy%bj7w z8LP{2I!WYbmF&-Ixi?j6tD|K1XR2M#l>Aw*aXL%wXS3nYW}{zi=4WzsU5r%E6qx+# za{AThd85YVOsT`KDUrWsBtGknIa3>Sy(4;AS@f^Dxt>-=XPXm#FD(1Lr2hBv=9?3X zZS^!XrNw@)>eiN((2|w-y>{aB1+99DGMA?}+UTggT+(Z*rf8+5x~aWVOGcurtl;&U zIa)H3I&#vwvQjJBn`YHj9iKlB7`)(M#!e{yWMO1rC}Yq8NrU2qfqia6SyOXMYa1sM zM_a34eqyRfcQbQJY;^IYGTuzaxglKLqNQEA}OiQec+sQ#rUUjLqg_MpsPmY43 zsgmVV8EHK$eV-B~6*UcAW2+w%1e4o&9#aAczLGF}PmMg|6J0Ey4q A)Bpeg literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/images/logos/build-by-maven-black.png b/dist/hibernate4-maven-plugin-1.0/images/logos/build-by-maven-black.png new file mode 100644 index 0000000000000000000000000000000000000000..919fd0f66a7f713920dd7422035db1c9d484351d GIT binary patch literal 2294 zcmVKOG`!VuDc=fnx$+R6#>c^>b&wcOS?|$!`a}U6ptjU_J zlBA}l*3{J0)YMd0R~Hr*dU$xO^ie1jhYlTLS+=C4#MRYRCX#twGUSD6Il$6AA+=UAlkY(ZF;m4037Yc>v&!1mPsNXdliHV74&z>zUEv=}iC@U)i zfc^XTJ3BiAKvYyzczAd~K){|od(ip)`}f`5-HnZnv$L~Hzqq=(y7Kb!>gsAwPfu@e z@3gcu0LabFC4?{xBNPh18Fpy3+Tr2hfq{Yc_V$w}PjVdhGtMTH$zU){PfznaPmK)? z4KH52=;-KZX=#a#jlFZ{PF7YH!!Q{c8Taqs=Xt)UsK{tE{@>vc{2Hgh!NL0adH}e0 z@19Df^78Tm0ES@zz{SO7Zf@=upJ1_AP_bIAgpih&mWqmsojZ4GG#a&9{f)&Au~_Wm z<0F^L4;(mPHk)-io!M*-3JMa7#VIK%EBy%}_$g6IPEM9cBvPp~K0f}{t5+6_rMbEJ z(xpqcZ{G$0j^p<2+vnuu^bN3MdU`rLJ3Br;9ss7MrVbuFxUjHLQBhGX6WriQ5|M*_w z@5bUDdV71dTCG;AO-@dx@4a~OA{y)K>k+2N$jAo|9?w z?b_+nr`2k;!{M;o?Qh<^`R=>#RtFA0KR<`Vfh)Li;|5+X!otGn&U<@%H*VaBDU;Gf zr_<5=()7Iqfmk>yLj`}084`48Zf?d|M~)mpOHfeI{QNv2WMN?;Dk=&9GBY#LVzb%$ z`};Aq6GAK&OK4~)&U*g*IT{xh7M8K~%9SgtQ-;OG#ZeC5ym=F=X|vf(9h#b&K7RZN z05+S=X0xGjU|@g-%ePwl!GC`7t=5VDruDp`t9rXwq=tAb*88KQqo~N`a#V_oixKzA z%F4dJzL1cRy1F{CSUfW`qfjWeZ{Hpm7>H$yNF>V6&c<>vGBOgU_w@7}J9g~o(WA6z z#sgc0B0VlH4i&T6{Pyiz)FUDys6$s*7rnXCi!3z)!0DGJ5eITHyM2Q|E@qtti{QRD z*nbiZg+h^&lY>QINl6I+oH}*N-Q67kYHMqqoSd*@fE67^695Pa36aTU0HD+95)%{g zFw)c0Gcqy&K&4WxG906$qk6p_b=txpgmiazqaGF(M)NU+!{3cPsc^{*a`Ja$nXfZ@ zhsL%N4whw0OG`2M6&4oG&CQ8KBHBPHC@3f>C|I^a>__(qFp!^RU zV`F0uhl6EVxm><`_ijATmoHz|)ztxjL?XdmSuB<(Po5A$mM!w}C3kdS~ef}W>dub-Hhz&fI`vJ#oXvTST@?6qsxN=r)tz|+%n^XARiL+I)0 z!HGL|?4Z?OC@z>ppO+fmk zEDIk1FgrV2R8&O&@;qNwR)+h@$;nZx)dqvXVzG2}b>-#d_4oHa!G&Dp59OYMg zd;9A2I}{29&+|ObzkB!Y^XJcKjE;^*({SomlT)I^E^_90Q{xPG;bvU;38ml zcng&pTZhKxAmAX-{xuvUBO`bZu-omWrKK8;X6fkl>(@`5I6;GyySuwkDCBv*tE;QE zwH1kg)0Ijk1~{Qms8A@Vadob6a=9D}VUx-9>C-1l1S|^dcDq`w#&Z*k#hB*+K%>#n z=0$)zo8T)X1Ujc}V+Omw8!O@%0GKp7%(fp1ER{;7QYogYiHQlT)w*&q5{X2iP;Ak literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/images/logos/build-by-maven-white.png b/dist/hibernate4-maven-plugin-1.0/images/logos/build-by-maven-white.png new file mode 100644 index 0000000000000000000000000000000000000000..7d44c9c2e5742bdf8649ad282f83208f1da9b982 GIT binary patch literal 2260 zcmV;_2rKuAP)4hTLUyOQ{PVbVY5&Y3g!&hN~bnR7}ZgkXUt ziC%zU0gf+&kEv>t|d$x|zXw1mS0D%1b{8z7DF%0wW-8(XBFc`A3vVI|O z^!N97baWg(eE86zLn4uA_wL=Zb@+UKU|=8sJb3V6XlSUctSl!dhm4xd=KJ^W|8h2q zR4NS%3yX+|NKQ`f?d=7Cf`Wo)&z=E5TU%REQIXYZefjbwRvsQ6zIyfQojZ3l8V#{v zv)R(q)39Vr2GBPsa+apV2%%fIZY3ln0Kl+1Y8c*(xe3X6sWFH9kH*UDDLl)ZN`}u~;f9D%P!A2LK5P2`MQl z(b3TuDUC++_U+qm01k;n!Z1u+TwGjS+}X2d^Yil+3Pn;B-~q z{Qdm_z{kf&EEb1^gw)j3R904!x}#RBj~+c578Vv16olc}xpQZGd;7k9`>@WHD_2M| z{%VB2fNVCK&1U^_rTW_bx`C@MK&%ZR^ybZ*=;&yb zN);0mV>X+~OA`|lRVtNAr7A8i#zL)DyJycHxm+$5izO0?QmM?$%p@6le0*H3R;yI1 z=;-LCrlu1oPI!8HIypHhmCA~Wig|;>WHON!GbSbmcN`jxhJ=GssnlpRR;zVzaF8J4 z>+3sJhW@0w{LH6-`(Afr<9kMWBXoSUM7Dox&JGJtojOI96z3EG z*uH)HWN?qO7x!`hzQnzLg5JL3Ui^ps%X$n4`+YK2S-yNZo>gC8kJmXUC#D?-i_a7IlwdR(Kkw#T>s)<( zJ!ZVTycREBO!{t;H9|r{F#q)FQ_`LjAsBnPnnKk2PZ;V3*7{M#@%jyBNObh|^_fg2 zd|f0I3eTTEPf=83VhUbHWgRft|{%MRRMp6H>seM7wV6&k5Vn7H0DDSDT_wn(;aaUDU zWi%QoiptK;CgqIWB$bwy78Mm?w@oI~&6_tPBO~$kExCLno}10)mX;RGM?^%-PjqOt zTFi(#=@4C7NJmxEVK7l6G0yhEp_Lq9)1fj}S-2%Mdrv$L~tStVt%xVSheDG9e5EX$6J zj8GIMm&=bIKaK;TqoYG05D0}r0!Kqb1E0?q2n1`_uAR{_f0E{OgnR$~y~Sd|+0n_# z2@6L?MsUQ^H0|QzLJoDKqobtlneyk|8`Sp{cp}PUC5RRQ^8?;2;Iss$eWk%*n3$Nr z(73v~e)3}s219#$yTM=(2n6o#?!LahxUO>?H!v`O%bZ*;$Ideh!!Qg0h{fVXix$lf i91DLtEx@rr0RIK2cl{g~?Z1Nn0000}s literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/images/logos/maven-feather.png b/dist/hibernate4-maven-plugin-1.0/images/logos/maven-feather.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ada836e9eb4af4db810f648b013933e72c8fbe GIT binary patch literal 3330 zcmX9>c{JN;_x~o5Ac>t)`_^PEV{L6MNl>(?QcG&7ly=N-Xep}HlEki6%d`xGQff?J zZ3V5?nxMK^TW!%rlc2Oi#TE&YeBaFbd(OGfJqdI` zc>}=J0{}qD0)QP*?7suRWeWiKhXeo)6#$?b`+NA18vvk_kGT^3lRrj~)ZiX~E=7&X z2SKm_0zsnO+$cbVdd$U-?NJjv4pVQ1Nhjly1q-WLl67`_;z%v-QHPc;g_!S~IRE^{ z!-r;4Azogl1_mw!0>pbvoPqVZ9U2s5dwy6sHa1p4L7^@xJ3CvqEtc6=V;Sjo`SKw` zH=oaUc5x93g$)f2RLqLwrQCI9Ez?$q{#(_7txem8O7-r(E=u3NrnVzb>g3;N!E`D4 z$F(MEarBhUUxI^!j~_>3u~Bhx7JsSR*w|dSa6vbc*_R&srRM|ftV?XHdFb}1C$WrQ zvCqw{t=r+KeZT{28=Et|SGiR|Ew_)PCPc7HL$FRx^tIjT!gS^&HZAG+)pJ^j_L!yB z-&JbQI5tJZ0TS}9l}GV-#=yY9@UZdW!+Wo8V)3OP+M~kh8Cox&UgiEXkb|OHrtnt7 z^5^7qoPgd(mzSp^UljFw^Ea1#($jleS~zn<*Qt%~?;g8p7T$+e1_e6_0RivD9i_fn zntBj|S0D{TF>ZC0BjrC=O}^<#pa0LS&uvarfWzp2`pUd__f_%7YV~7dt=r6SgMYpk zjT&tozdBVDfMU+}3PBKu{I@a0eE%y;<26%LfpraXnsz78oRL+ASlucsJ9Ov}^-cnR z?X0S*D(PH#SsA1;IVGjHr-u@pc=<9LQ|*-QU~8*d0k5yGUszbEsHmW5uYUjj;c@h| zc=i>Ql~f4Q{2jFogTeH_k#4q)N#10=x?L3lT5fn+n;f?)a5}#)D(b9?5F`jW*8R2B zY10|kzu50Yt-pEkr?pP=J)v#j+39IETXnv??EKOqdr`^I$PR$!&#+i*wr^07q=V|W zRr`cRLkwol7wvCgY>XVWV#HBVP$e>vs8#}bhe8j(d*@G*O1g5TCFF^jnVIZQvS`z% z5v0FEpQe3XqLbN{Z+4@!!}?n1jYn$VqUAWElr$a=d)NRcr?dxiBP0c$a4eq)C6kW} zg`-#3YZthl;XEcu_;g!xn!}4v15@n5*WxOpB14=8A8Dk>`K z>FLRD7bsziv>lNxci1YB3`T!HV#jF&kvayv7^9-Sg&l|eQ^qB(FU%g~JDx-!K6@(Waovi+Tc$s`@s@Sv* z9p0C*!~5#c{h1>d>@N5DL);Ea=d|PU4}@o zGdG0Ng%R<9V_jn-yfB3nD7kxXb8!sMIXlJ1WeD*5?60hT&XSa)+yVTVl9iP_o8v^w8_0650v?-3$V0uILqsvdAu+2y6|YCewgNhga^h4Y-lNq0Cah}ivo zpoq6EpmWSceZAoF%B5UfVPU3op{AfPhFM{FSFJMU!)c~SDTMch@trf6$~-E;5xn-d z<8`e~UPj0w%vDYVje(iQii)`c=wzHbR6^djAF^dnW5A}!CD-JMWyVHEkW;BwukLPq z9nsR%B=!TuB0vQ|DPO#J@zkle(n^?>&z)~)XSMt|Ks2+uT9af6QEqK-hanLX5&&xP z-l-<%m`WTuBR<~hh#iYkQxoQNXtTFvX)i0JF_1Iu5Wn+7^XJlfPFX+T%IM9_7+4B=%5Y=a!X6S`QV)~knSitusE`|vEgD?+D*SdgtN-v z@2!tnPsQ$W9OoldXg5!7EGfyuKEmbk%8!pz518D&%P>a8*ji>n+N5Y15QI!N3aw76 zk?~TlC_r^z21V(@jrIB2O=fW{*e;OxLwTOl%b7{65NYoUzv46uU?y1WK`h1$gXk#s zGM!NC1T6)2&vea(*Gjoe-Y0OseT68UKVi7GtWs>+{mTm3?9wmCl9JqVL7fcIg7PHy zS|uV8fd^!W2I;)j*_@ml#-BrjgIWH)bTI&Jf1fXAax!YjYcdmoW44Np%MhjRZR?D*fO!{1UqRj~p#EAohT=T-17$$k6AmQb( zr9h0V!aUsY=NL_BPmf|~=n=+2*+gqRK=3w1+z;yxltfUx%}G^AqM7qBoD>Zu#))>h z(O-H}7=Go_Xv&X~RNksk#{u}JDqbNyJIauD&lJ!>cpV`%&T(-`&1Vx}= z8{BIG$r-+Li5}_#{j}s%FlGk$jM1|WKp=Pv|*T=m!~I+rUjJ3F@7W!gumQD8RFwVZryr0 zG6IWssk0)%eJuVTRDtKPo&xDaOWF|RzCnozye=JYW-)oDFHKrbK}AL7sWkcH57B~D zWIZ`=QNK#g)SEJB!`69JGO3P=r08pDX))Bb6t@_;R!2TlYhv>Ek*cIBeDucB zNbDTV5C(L01Ze7}3Kc7OC~(zLdAV~G`9N+1xB3ie(wD=k6U z@g3gU065J9XPq{lyp>keB&(ixxdnV8$%i$asL6b0O)JUdYtCpuubGB*DbEFHXlQtp zXgMTG%@{+j0dI{Adnj6-$)BcQylA>}r~l(e_1pE-*`Eac5PAGF#EWMIO6;2ECZAeo ziPF85kd7Ft6f{I>ZQIUbf5YND4#d%gJpKl~IaM@Xl!bUvZj*0lQRvUOOhugnVG zMF7OiLdS5a+otCLNQI8V^8vu3ka8NP_S>32`v3S)2n{Pe(fRVLdLST=H+AiBqCTY3 zZWI=>Zsgp=`Z%jG=8)QMYZO=@1A#!)z2kiwpnq3DhkpUGZV&>CeaB0vA>Y6+Mrd+| zrA52d@P7Qe=6m=0Lz-`5yrGM(x*9Y0sP7_5T2*v`@~JgS7L3#>yY-7x_MJ+9`9JqyEa*$Q0 ziiL%hken<6A7+&3D;!0f@qP3TvIRVoufv)c8?&aw&B~1Y(02aUpDjK7B)cSkx8QDV zQMj_M+x+$UXOfa)nmweB@KP^Xm2R7$9(p;LCnufvW}*eG4R>Eak)Ei}%-KE8gsec^ zj=HuX z(qyBjd`DTC3ZeF2!np?{CKA-DtE=Op^zuqOJMFU}UTntQB1KKp81%{!bT~6heKA2v zt?`kF-Zi+k^YcNCz>V!+^RbV}r|Gp2j0+=crL`N5t}4tX=Ugo&7+C6ua?F4oX!wQ+)83@^vkY zDLFc>n(A(&_r09T&@t7l6XQ+b#6#=gA#14-D;h1Uq<(+=C8$D8`D^qmZ z9NOcdL`OIEho{GDl585|eQ0-*j0e6Rr=PNtyozBAqJr literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/images/newwindow.png b/dist/hibernate4-maven-plugin-1.0/images/newwindow.png new file mode 100644 index 0000000000000000000000000000000000000000..6287f72bd08a870908e7361d98c35ee0d6dcbc82 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd&SYTt4+aeuCvSob zD+%%o1`04ZXs!GLj7%Iec?BF2%&y2ZFfeUwWbk2P5nvW+xWT~4#-PT{uyM;F);OSv44$rjF6*2U FngH~|K)3(^ literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.0/index.html b/dist/hibernate4-maven-plugin-1.0/index.html new file mode 100644 index 00000000..284af74b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/index.html @@ -0,0 +1,125 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + +
+ +
+
+
+

A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.

hibernate4-maven-plugin is a plugin for generating a database-schema from your Hibernate-4-Mappings and create or update your database accordingly.

The plugin was designed to be easy and safe to use, because it must not never, never happen, that you blow away your production database when firering a maven-build of your webapp on your production-machine! For more information about the insiration to write this tiny plugin, read our blog-article about the hibernate4-maven-plugin.

Documentation and Examples

  • See Examples for Usage-Eplanations and simple examples of how to use this plugin.
  • See Plugin Documentation for the full autogenerated documentation. These are mostly configuration-options of the Hibernate-Tools SchemaExport and SchemaUpdate, that do the work in the background.
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/integration.html b/dist/hibernate4-maven-plugin-1.0/integration.html new file mode 100644 index 00000000..aceb9ca0 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/integration.html @@ -0,0 +1,125 @@ + + + + + + Hibernate 4 Maven Plugin - Continuous Integration + + + + + + + + + +
+ +
+
+
+

Overview

This project uses Continuum.

Access

The following is a link to the continuous integration system used by the project.

Notifiers

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

TypeAddressConfiguration
mailkai@juplo.de-
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/issue-tracking.html b/dist/hibernate4-maven-plugin-1.0/issue-tracking.html new file mode 100644 index 00000000..ec6d8dae --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/issue-tracking.html @@ -0,0 +1,125 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + +
+ +
+
+
+

Issue Tracking

There is no bug-tracking system set up for this project!

Please send your bug-reports, questions or feature-requests directly to the developer.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/license.html b/dist/hibernate4-maven-plugin-1.0/license.html new file mode 100644 index 00000000..649a0bec --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/license.html @@ -0,0 +1,327 @@ + + + + + + Hibernate 4 Maven Plugin - Project License + + + + + + + + + +
+ +
+
+
+

Overview

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

Project License

The Apache Software License, Version 2.0

A business-friendly OSS license

+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/mail-lists.html b/dist/hibernate4-maven-plugin-1.0/mail-lists.html new file mode 100644 index 00000000..e67bb833 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/mail-lists.html @@ -0,0 +1,125 @@ + + + + + + Hibernate 4 Maven Plugin - + + + + + + + + + +
+ +
+
+
+

Mailing Lists

There are no mailinglists defined for this project!

Please send your bug-reports, questions or feature-requests directly to the developer.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/plugin-info.html b/dist/hibernate4-maven-plugin-1.0/plugin-info.html new file mode 100644 index 00000000..c130fe6d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/plugin-info.html @@ -0,0 +1,134 @@ + + + + + + Hibernate 4 Maven Plugin - Plugin Documentation + + + + + + + + + +
+ +
+
+
+

Plugin Documentation

Goals available for this plugin:

GoalDescription
hibernate4:exportGoal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.

System Requirements

The following specifies the minimum requirements to run this Maven plugin:

Maven2.0.6
JDK1.6
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.

Usage

You should specify the version in your project's plugin configuration:

<project>
+  ...
+  <build>
+    <!-- To define the plugin version in your parent POM -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>de.juplo</groupId>
+          <artifactId>hibernate4-maven-plugin</artifactId>
+          <version>1.0</version>
+        </plugin>
+        ...
+      </plugins>
+    </pluginManagement>
+    <!-- To use the plugin goals in your POM or parent POM -->
+    <plugins>
+      <plugin>
+        <groupId>de.juplo</groupId>
+        <artifactId>hibernate4-maven-plugin</artifactId>
+        <version>1.0</version>
+      </plugin>
+      ...
+    </plugins>
+  </build>
+  ...
+</project>
+

For more information, see "Guide to Configuring Plug-ins"

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/plugin-management.html b/dist/hibernate4-maven-plugin-1.0/plugin-management.html new file mode 100644 index 00000000..8ed527cc --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/plugin-management.html @@ -0,0 +1,125 @@ + + + + + + Hibernate 4 Maven Plugin - Project Plugin Management + + + + + + + + + +
+ +
+
+
+

Project Plugin Management

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-antrun-plugin1.6
org.apache.maven.pluginsmaven-assembly-plugin2.2-beta-4
org.apache.maven.pluginsmaven-clean-plugin2.3
org.apache.maven.pluginsmaven-compiler-plugin2.0.2
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-deploy-plugin2.4
org.apache.maven.pluginsmaven-ear-plugin2.3.2
org.apache.maven.pluginsmaven-ejb-plugin2.2
org.apache.maven.pluginsmaven-install-plugin2.3
org.apache.maven.pluginsmaven-jar-plugin2.2
org.apache.maven.pluginsmaven-javadoc-plugin2.6.1
org.apache.maven.pluginsmaven-plugin-plugin2.8
org.apache.maven.pluginsmaven-rar-plugin2.2
org.apache.maven.pluginsmaven-release-plugin2.1
org.apache.maven.pluginsmaven-resources-plugin2.3
org.apache.maven.pluginsmaven-site-plugin2.1
org.apache.maven.pluginsmaven-source-plugin2.0.4
org.apache.maven.pluginsmaven-surefire-plugin2.10
org.apache.maven.pluginsmaven-war-plugin2.1.1
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/plugins.html b/dist/hibernate4-maven-plugin-1.0/plugins.html new file mode 100644 index 00000000..7cdb914e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/plugins.html @@ -0,0 +1,125 @@ + + + + + + Hibernate 4 Maven Plugin - Project Build Plugins + + + + + + + + + +
+ +
+
+
+

Project Build Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-compiler-plugin2.0.2
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-enforcer-plugin1.0
org.apache.maven.pluginsmaven-gpg-plugin1.1
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-resources-plugin2.3
org.apache.maven.pluginsscp://people.apache.org/www/maven.apache.org/scm/maven-scm-plugin1.7
org.apache.maven.pluginsmaven-source-plugin2.1.2

Project Report Plugins

GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.7.1
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-jxr-plugin2.3
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-pmd-plugin2.7.1
org.apache.maven.pluginsmaven-site-plugin2.1
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/pmd.html b/dist/hibernate4-maven-plugin-1.0/pmd.html new file mode 100644 index 00000000..b1aeea72 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/pmd.html @@ -0,0 +1,107 @@ + + + + + + Hibernate 4 Maven Plugin - PMD Results + + + + + + + + + +
+ +
+
+
+

PMD Results

The following document contains the results of PMD 4.3.

Files

PMD found no problems in your source code.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/pmd.xml b/dist/hibernate4-maven-plugin-1.0/pmd.xml new file mode 100644 index 00000000..8eaa91e5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/pmd.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0/project-info.html b/dist/hibernate4-maven-plugin-1.0/project-info.html new file mode 100644 index 00000000..b04ae7f0 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/project-info.html @@ -0,0 +1,125 @@ + + + + + + Hibernate 4 Maven Plugin - Project Information + + + + + + + + + +
+ +
+
+
+

Project Information

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

Overview

DocumentDescription
AboutPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
DependenciesThis document lists the project's dependencies and provides information on each dependency.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Project LicenseThis is a link to the definitions of project licenses.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project SummaryThis document lists other related information of this project
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/project-reports.html b/dist/hibernate4-maven-plugin-1.0/project-reports.html new file mode 100644 index 00000000..733555fc --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/project-reports.html @@ -0,0 +1,107 @@ + + + + + + Hibernate 4 Maven Plugin - Generated Reports + + + + + + + + + +
+ +
+
+
+

Generated Reports

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

Overview

DocumentDescription
CPD ReportDuplicate code detection.
JavaDocsJavaDoc API documentation.
Plugin DocumentationThis report provides goals and parameters documentation of a plugin.
PMD ReportVerification of coding rules.
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/project-summary.html b/dist/hibernate4-maven-plugin-1.0/project-summary.html new file mode 100644 index 00000000..c8061503 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/project-summary.html @@ -0,0 +1,125 @@ + + + + + + Hibernate 4 Maven Plugin - Project Summary + + + + + + + + + +
+ +
+
+
+

Project Summary

Project Information

FieldValue
NameHibernate 4 Maven Plugin
DescriptionPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Homepagehttp://juplo.de/hibernate4-maven-plugin

Project Organization

This project does not belong to an organization.

Build Information

FieldValue
GroupIdde.juplo
ArtifactIdhibernate4-maven-plugin
Version1.0
Typemaven-plugin
+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/source-repository.html b/dist/hibernate4-maven-plugin-1.0/source-repository.html new file mode 100644 index 00000000..8be4b2ef --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/source-repository.html @@ -0,0 +1,125 @@ + + + + + + Hibernate 4 Maven Plugin - Source Repository + + + + + + + + + +
+ +
+
+
+

Overview

This project uses a Source Content Management System to manage its source code.

Web Access

The following is a link to the online source repository.

Anonymous access

Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:

git:http://juplo.de/git/hibernate4-maven-plugin

Developer access

Refer to the documentation of the SCM used for more information about developer check out. The connection url is:

git:ssh://juplo.de:/var/cache/git/juplo/hibernate4-maven-plugin

Access from behind a firewall

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/team-list.html b/dist/hibernate4-maven-plugin-1.0/team-list.html new file mode 100644 index 00000000..73e030ec --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/team-list.html @@ -0,0 +1,140 @@ + + + + + + Hibernate 4 Maven Plugin - Team list + + + + + + + + + +
+ +
+
+
+

The Team

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

Members

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

IdNameEmail
kaiKai Moritzkai@juplo.de

Contributors

There are no contributors listed for this project. Please check back again later.

+
+
+
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.0/xref/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.0/xref/allclasses-frame.html new file mode 100644 index 00000000..507bf849 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/xref/allclasses-frame.html @@ -0,0 +1,23 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..b8cb828c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,582 @@ + + + + +Hbm2DdlMojo xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import com.pyx4j.log4j.MavenLogAppender;
+20  import java.io.File;
+21  import java.io.FileInputStream;
+22  import java.io.IOException;
+23  import java.net.URL;
+24  import java.net.URLClassLoader;
+25  import java.sql.Connection;
+26  import java.sql.Driver;
+27  import java.sql.DriverManager;
+28  import java.sql.DriverPropertyInfo;
+29  import java.sql.SQLException;
+30  import java.sql.SQLFeatureNotSupportedException;
+31  import java.util.Enumeration;
+32  import java.util.HashSet;
+33  import java.util.List;
+34  import java.util.Map.Entry;
+35  import java.util.Properties;
+36  import java.util.Set;
+37  import java.util.logging.Logger;
+38  import javax.persistence.Embeddable;
+39  import javax.persistence.Entity;
+40  import javax.persistence.MappedSuperclass;
+41  import org.apache.maven.plugin.AbstractMojo;
+42  import org.apache.maven.plugin.MojoExecutionException;
+43  import org.apache.maven.plugin.MojoFailureException;
+44  import org.apache.maven.project.MavenProject;
+45  import org.hibernate.cfg.Configuration;
+46  import org.hibernate.tool.hbm2ddl.SchemaExport;
+47  import org.hibernate.tool.hbm2ddl.SchemaExport.Type;
+48  import org.hibernate.tool.hbm2ddl.Target;
+49  import org.scannotation.AnnotationDB;
+50  
+51  
+52  /**
+53   * Goal which extracts the hibernate-mapping-configuration and
+54   * exports an according SQL-database-schema.
+55   *
+56   * @goal export
+57   * @phase process-classes
+58   * @threadSafe
+59   * @requiresDependencyResolution runtime
+60   */
+61  public class Hbm2DdlMojo extends AbstractMojo
+62  {
+63    public final static String DRIVER_CLASS = "hibernate.connection.driver_class";
+64    public final static String URL = "hibernate.connection.url";
+65    public final static String USERNAME = "hibernate.connection.username";
+66    public final static String PASSWORD = "hibernate.connection.password";
+67    public final static String DIALECT = "hibernate.dialect";
+68  
+69  
+70    /**
+71     * The project whose project files to create.
+72     *
+73     * @parameter expression="${project}"
+74     * @required
+75     * @readonly
+76     */
+77    private MavenProject project;
+78  
+79    /**
+80     * Directories to scan.
+81     *
+82     * @parameter expression="${project.build.outputDirectory}"
+83     */
+84    private String outputDirectory;
+85  
+86    /**
+87     * Skip execution
+88     *
+89     * @parameter expression="${maven.test.skip}"
+90     */
+91    private boolean skip;
+92  
+93    /**
+94     * SQL-Driver name.
+95     *
+96     * @parameter expression="${hibernate.connection.driver_class}
+97     */
+98    private String driverClassName;
+99  
+100   /**
+101    * Database URL.
+102    *
+103    * @parameter expression="${hibernate.connection.url}"
+104    */
+105   private String url;
+106 
+107   /**
+108    * Database username
+109    *
+110    * @parameter expression="${hibernate.connection.username}"
+111    */
+112   private String username;
+113 
+114   /**
+115    * Database password
+116    *
+117    * @parameter expression="${hibernate.connection.password}"
+118    */
+119   private String password;
+120 
+121   /**
+122    * Hibernate dialect.
+123    *
+124    * @parameter expression="${hibernate.dialect}"
+125    */
+126   private String hibernateDialect;
+127 
+128   /**
+129    * Hibernate configuration file.
+130    *
+131    * @parameter default-value="${project.build.outputDirectory}/hibernate.properties"
+132    */
+133   private String hibernateProperties;
+134 
+135   /**
+136    * Target of execution:
+137    * <ul>
+138    *   <li><strong>NONE</strong> do nothing - just validate the configuration</li>
+139    *   <li><strong>EXPORT</strong> create database <strong>(DEFAULT!)</strong></li>
+140    *   <li><strong>SCRIPT</strong> export schema to SQL-script</li>
+141    *   <li><strong>BOTH</strong></li>
+142    * </ul>
+143    * @parameter default-value="EXPORT"
+144    */
+145   private String target;
+146 
+147   /**
+148    * Type of export.
+149    * <ul>
+150    *   <li><strong>NONE</strong> do nothing - just validate the configuration</li>
+151    *   <li><strong>CREATE</strong> create database-schema</li>
+152    *   <li><strong>DROP</strong> drop database-schema</li>
+153    *   <li><strong>BOTH</strong> <strong>(DEFAULT!)</strong></li>
+154    * </ul>
+155    * @parameter default-value="BOTH"
+156    */
+157   private String type;
+158 
+159   /**
+160    * Output file.
+161    *
+162    * @parameter default-value="${project.build.outputDirectory}/schema.sql"
+163    */
+164   private String outputFile;
+165 
+166   /**
+167    * Delimiter in output-file.
+168    *
+169    * @parameter default-value=";"
+170    */
+171   private String delimiter;
+172 
+173   /**
+174    * Format output-file.
+175    *
+176    * @parameter default-value="true"
+177    */
+178   private boolean format;
+179 
+180 
+181   @Override
+182   public void execute()
+183     throws
+184       MojoFailureException,
+185       MojoExecutionException
+186   {
+187     if (skip)
+188     {
+189       getLog().info("Exectuion of hibernate4-maven-plugin:export was skipped!");
+190       return;
+191     }
+192 
+193     File dir = new File(outputDirectory);
+194     if (!dir.exists())
+195       throw new MojoExecutionException("Cannot scan for annotated classes in " + outputDirectory + ": directory does not exist!");
+196 
+197 
+198     Set<String> classes = new HashSet<String>();
+199     try
+200     {
+201       AnnotationDB db = new AnnotationDB();
+202       getLog().info("Scanning directory " + outputDirectory + " for annotated classes...");
+203       URL dirUrl = dir.toURI().toURL();
+204       db.scanArchives(dirUrl);
+205       if (db.getAnnotationIndex().containsKey(Entity.class.getName()))
+206         classes.addAll(db.getAnnotationIndex().get(Entity.class.getName()));
+207       if (db.getAnnotationIndex().containsKey(MappedSuperclass.class.getName()))
+208         classes.addAll(db.getAnnotationIndex().get(MappedSuperclass.class.getName()));
+209       if (db.getAnnotationIndex().containsKey(Embeddable.class.getName()))
+210         classes.addAll(db.getAnnotationIndex().get(Embeddable.class.getName()));
+211     }
+212     catch (IOException e)
+213     {
+214       getLog().error("Error while scanning!", e);
+215       throw new MojoFailureException(e.getMessage());
+216     }
+217     if (classes.isEmpty())
+218       throw new MojoFailureException("No annotated classes found in directory " + outputDirectory);
+219 
+220     Properties properties = new Properties();
+221 
+222     /** Try to read configuration from properties-file */
+223     try
+224     {
+225       File file = new File(hibernateProperties);
+226       if (file.exists())
+227       {
+228         getLog().info("Reading properties from file " + hibernateProperties + "...");
+229         properties.load(new FileInputStream(file));
+230       }
+231       else
+232         getLog().info("No hibernate-properties-file found! Checked path: " + hibernateProperties);
+233     }
+234     catch (IOException e)
+235     {
+236       getLog().error("Error while reading properties!", e);
+237       throw new MojoExecutionException(e.getMessage());
+238     }
+239 
+240     /** Overwrite values from propertie-file or set, if given */
+241     if (driverClassName != null)
+242     {
+243       if (properties.containsKey(DRIVER_CLASS))
+244         getLog().debug(
+245             "Overwriting property " +
+246             DRIVER_CLASS + "=" + properties.getProperty(DRIVER_CLASS) +
+247             " with the value " + driverClassName +
+248             " from the plugin-configuration-parameter driverClassName!"
+249           );
+250       else
+251         getLog().debug(
+252             "Using the value " + driverClassName +
+253             " from the plugin-configuration-parameter driverClassName!"
+254           );
+255       properties.setProperty(DRIVER_CLASS, driverClassName);
+256     }
+257     if (url != null)
+258     {
+259       if (properties.containsKey(URL))
+260         getLog().debug(
+261             "Overwriting property " +
+262             URL + "=" + properties.getProperty(URL) +
+263             " with the value " + url +
+264             " from the plugin-configuration-parameter url!"
+265           );
+266       else
+267         getLog().debug(
+268             "Using the value " + url +
+269             " from the plugin-configuration-parameter url!"
+270           );
+271       properties.setProperty(URL, url);
+272     }
+273     if (username != null)
+274     {
+275       if (properties.containsKey(USERNAME))
+276         getLog().debug(
+277             "Overwriting property " +
+278             USERNAME + "=" + properties.getProperty(USERNAME) +
+279             " with the value " + username +
+280             " from the plugin-configuration-parameter username!"
+281           );
+282       else
+283         getLog().debug(
+284             "Using the value " + username +
+285             " from the plugin-configuration-parameter username!"
+286           );
+287       properties.setProperty(USERNAME, username);
+288     }
+289     if (password != null)
+290     {
+291       if (properties.containsKey(PASSWORD))
+292         getLog().debug(
+293             "Overwriting property " +
+294             PASSWORD + "=" + properties.getProperty(PASSWORD) +
+295             " with the value " + password +
+296             " from the plugin-configuration-parameter password!"
+297           );
+298       else
+299         getLog().debug(
+300             "Using the value " + password +
+301             " from the plugin-configuration-parameter password!"
+302           );
+303       properties.setProperty(PASSWORD, password);
+304     }
+305     if (hibernateDialect != null)
+306     {
+307       if (properties.containsKey(DIALECT))
+308         getLog().debug(
+309             "Overwriting property " +
+310             DIALECT + "=" + properties.getProperty(DIALECT) +
+311             " with the value " + hibernateDialect +
+312             " from the plugin-configuration-parameter hibernateDialect!"
+313           );
+314       else
+315         getLog().debug(
+316             "Using the value " + hibernateDialect +
+317             " from the plugin-configuration-parameter hibernateDialect!"
+318           );
+319       properties.setProperty(DIALECT, hibernateDialect);
+320     }
+321 
+322     getLog().info("Gathered hibernate-configuration (turn on debugging for details):");
+323     if (properties.isEmpty())
+324     {
+325       getLog().error("No properties set!");
+326       throw new MojoFailureException("Hibernate-Configuration is missing!");
+327     }
+328     for (Entry<Object,Object> entry : properties.entrySet())
+329       getLog().info("  " + entry.getKey() + " = " + entry.getValue());
+330 
+331     ClassLoader classLoader = null;
+332     try
+333     {
+334       getLog().debug("Creating ClassLoader for project-dependencies...");
+335       List<String> classpathFiles = project.getCompileClasspathElements();
+336       URL[] urls = new URL[classpathFiles.size()];
+337       for (int i = 0; i < classpathFiles.size(); ++i)
+338       {
+339         getLog().debug("Dependency: " + classpathFiles.get(i));
+340         urls[i] = new File(classpathFiles.get(i)).toURI().toURL();
+341       }
+342       classLoader = new URLClassLoader(urls, getClass().getClassLoader());
+343     }
+344     catch (Exception e)
+345     {
+346       getLog().error("Error while creating ClassLoader!", e);
+347       throw new MojoExecutionException(e.getMessage());
+348     }
+349 
+350     Configuration config = new Configuration();
+351     config.setProperties(properties);
+352     try
+353     {
+354       getLog().debug("Adding annotated classes to hibernate-mapping-configuration...");
+355       for (String annotatedClass : classes)
+356       {
+357         getLog().debug("Class " + annotatedClass);
+358         config.addAnnotatedClass(classLoader.loadClass(annotatedClass));
+359       }
+360     }
+361     catch (ClassNotFoundException e)
+362     {
+363       getLog().error("Error while adding annotated classes!", e);
+364       throw new MojoExecutionException(e.getMessage());
+365     }
+366 
+367     Target target = null;
+368     try
+369     {
+370       target = Target.valueOf(this.target);
+371     }
+372     catch (IllegalArgumentException e)
+373     {
+374       getLog().error("Invalid value for configuration-option \"target\": " + this.target);
+375       getLog().error("Valid values are: NONE, SCRIPT, EXPORT, BOTH");
+376       throw new MojoExecutionException("Invalid value for configuration-option \"target\"");
+377     }
+378     Type type = null;
+379     try
+380     {
+381       type = Type.valueOf(this.type);
+382     }
+383     catch (IllegalArgumentException e)
+384     {
+385       getLog().error("Invalid value for configuration-option \"type\": " + this.type);
+386       getLog().error("Valid values are: NONE, CREATE, DROP, BOTH");
+387       throw new MojoExecutionException("Invalid value for configuration-option \"type\"");
+388     }
+389 
+390     Connection connection = null;
+391     try
+392     {
+393       /**
+394        * The connection must be established outside of hibernate, because
+395        * hibernate does not use the context-classloader of the current
+396        * thread and, hence, would not be able to resolve the driver-class!
+397        */
+398       switch (target)
+399       {
+400         case EXPORT:
+401         case BOTH:
+402           switch (type)
+403           {
+404             case CREATE:
+405             case DROP:
+406             case BOTH:
+407               Class driverClass = classLoader.loadClass(driverClassName);
+408               getLog().debug("Registering JDBC-driver " + driverClass.getName());
+409               DriverManager.registerDriver(new DriverProxy((Driver)driverClass.newInstance()));
+410               getLog().debug("Opening JDBC-connection to " + url + " as " + username + " with password " + password);
+411               connection = DriverManager.getConnection(url, username, password);
+412           }
+413       }
+414     }
+415     catch (ClassNotFoundException e)
+416     {
+417       getLog().error("Dependency for driver-class " + driverClassName + " is missing!");
+418       throw new MojoExecutionException(e.getMessage());
+419     }
+420     catch (Exception e)
+421     {
+422       getLog().error("Cannot establish connection to database!");
+423       Enumeration<Driver> drivers = DriverManager.getDrivers();
+424       if (!drivers.hasMoreElements())
+425         getLog().error("No drivers registered!");
+426       while (drivers.hasMoreElements())
+427         getLog().debug("Driver: " + drivers.nextElement());
+428       throw new MojoExecutionException(e.getMessage());
+429     }
+430 
+431     ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
+432     MavenLogAppender.startPluginLog(this);
+433     try
+434     {
+435       /**
+436        * Change class-loader of current thread, so that hibernate can
+437        * see all dependencies!
+438        */
+439       Thread.currentThread().setContextClassLoader(classLoader);
+440 
+441       SchemaExport export = new SchemaExport(config, connection);
+442       export.setOutputFile(outputFile);
+443       export.setDelimiter(delimiter);
+444       export.setFormat(format);
+445       export.execute(target, type);
+446 
+447       for (Object exception : export.getExceptions())
+448         getLog().debug(exception.toString());
+449     }
+450     finally
+451     {
+452       /** Stop Log-Capturing */
+453       MavenLogAppender.endPluginLog(this);
+454 
+455       /** Restore the old class-loader (TODO: is this really necessary?) */
+456       Thread.currentThread().setContextClassLoader(contextClassLoader);
+457 
+458       /** Close the connection */
+459       try
+460       {
+461         connection.close();
+462       }
+463       catch (SQLException e)
+464       {
+465         getLog().error("Error while closing connection: " + e.getMessage());
+466       }
+467     }
+468   }
+469 
+470   /**
+471    * Needed, because DriverManager won't pick up drivers, that were not
+472    * loaded by the system-classloader!
+473    * See:
+474    * http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-from-an-arbitrary-location
+475    */
+476   static final class DriverProxy implements Driver
+477   {
+478     private final Driver target;
+479 
+480     DriverProxy(Driver target)
+481     {
+482       if (target == null)
+483         throw new NullPointerException();
+484       this.target = target;
+485     }
+486 
+487     public java.sql.Driver getTarget()
+488     {
+489       return target;
+490     }
+491 
+492     @Override
+493     public boolean acceptsURL(String url) throws SQLException
+494     {
+495       return target.acceptsURL(url);
+496     }
+497 
+498     @Override
+499     public java.sql.Connection connect(
+500         String url,
+501         java.util.Properties info
+502       )
+503       throws
+504         SQLException
+505     {
+506       return target.connect(url, info);
+507     }
+508 
+509     @Override
+510     public int getMajorVersion()
+511     {
+512       return target.getMajorVersion();
+513     }
+514 
+515     @Override
+516     public int getMinorVersion()
+517     {
+518       return target.getMinorVersion();
+519     }
+520 
+521     @Override
+522     public DriverPropertyInfo[] getPropertyInfo(
+523         String url,
+524         Properties info
+525       )
+526       throws
+527         SQLException
+528     {
+529       return target.getPropertyInfo(url, info);
+530     }
+531 
+532     @Override
+533     public boolean jdbcCompliant()
+534     {
+535       return target.jdbcCompliant();
+536     }
+537 
+538     /**
+539      * This Method cannot be annotated with @Override, becaus the plugin
+540      * will not compile then under Java 1.6!
+541      */
+542     public Logger getParentLogger() throws SQLFeatureNotSupportedException
+543     {
+544       throw new SQLFeatureNotSupportedException("Not supported, for backward-compatibility with Java 1.6");
+545     }
+546 
+547     @Override
+548     public String toString()
+549     {
+550       return "Proxy: " + target;
+551     }
+552 
+553     @Override
+554     public int hashCode()
+555     {
+556       return target.hashCode();
+557     }
+558 
+559     @Override
+560     public boolean equals(Object obj)
+561     {
+562       if (!(obj instanceof DriverProxy))
+563         return false;
+564       DriverProxy other = (DriverProxy) obj;
+565       return this.target.equals(other.target);
+566     }
+567   }
+568 }
+
+
+ + diff --git a/dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..e5a3a974 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,27 @@ + + + + + + Hibernate 4 Maven Plugin 1.0 Reference Package de.juplo.plugins.hibernate4 + + + + +

+ de.juplo.plugins.hibernate4 +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..66fb4598 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/xref/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,72 @@ + + + + + + Hibernate 4 Maven Plugin 1.0 Reference Package de.juplo.plugins.hibernate4 + + + +
+ +
+
+ +
+ +

Package de.juplo.plugins.hibernate4

+ + + + + + + + + + + + + + + +
Class Summary
+ DriverProxy +
+ Hbm2DdlMojo +
+ +
+ +
+
+ +
+
+ Copyright © 2012. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0/xref/index.html b/dist/hibernate4-maven-plugin-1.0/xref/index.html new file mode 100644 index 00000000..f9c0b624 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/xref/index.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.0/xref/overview-frame.html b/dist/hibernate4-maven-plugin-1.0/xref/overview-frame.html new file mode 100644 index 00000000..9af2bac2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/xref/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate 4 Maven Plugin 1.0 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.0/xref/overview-summary.html b/dist/hibernate4-maven-plugin-1.0/xref/overview-summary.html new file mode 100644 index 00000000..e0f0e980 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/xref/overview-summary.html @@ -0,0 +1,64 @@ + + + + + + Hibernate 4 Maven Plugin 1.0 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.0 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.plugins.hibernate4 +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ Copyright © 2012. All Rights Reserved. + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.0/xref/stylesheet.css b/dist/hibernate4-maven-plugin-1.0/xref/stylesheet.css new file mode 100644 index 00000000..00e6114d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0/xref/stylesheet.css @@ -0,0 +1,116 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} +div#footer { + text-align:center; +} +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/allclasses-frame.html new file mode 100644 index 00000000..60a5db08 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/allclasses-frame.html @@ -0,0 +1,22 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.1.0 API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/allclasses-noframe.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..3014f32b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/allclasses-noframe.html @@ -0,0 +1,22 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.1.0 API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/constant-values.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/constant-values.html new file mode 100644 index 00000000..c4d95c70 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/constant-values.html @@ -0,0 +1,230 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..13f20288 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,493 @@ + + + + + + +Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class Hbm2DdlMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.Hbm2DdlMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class Hbm2DdlMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..732a9793 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,296 @@ + + + + + + +HelpMojo (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class HelpMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.HelpMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class HelpMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Display help information on hibernate4-maven-plugin.
    + Call mvn hibernate4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
    Author:
    +
    maven-plugin-tools
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface org.apache.maven.plugin.Mojo

        +ROLE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HelpMojo() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HelpMojo

        +
        public HelpMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoExecutionException
        +
        Throws:
        +
        org.apache.maven.plugin.MojoExecutionException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..f6b308e2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,336 @@ + + + + + + +ValidationConfiguration (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class ValidationConfiguration

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.hibernate.cfg.Configuration
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.ValidationConfiguration
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class ValidationConfiguration
    +extends org.hibernate.cfg.Configuration
    +
    This integration is usually performed by BeanValidationIntegrator. + Unfortunately, that integration will only be activated upon + initialization of the ServiceRegistry, which initializes + DatasourceConnectionProviderImpl, which looks up the datasource, + which requires a JNDI context ... + We therefore reimplement the relevant parts of BeanValidatorIntegrator. + Since that must occur after secondPassCompile(), which is invoked by + Configuration.generateSchemaCreationScript, which is invoked by + SchemaExport, some fancy subclassing is needed to invoke the integration + at the right time.
    +
    Author:
    +
    Mark Robinson , Frank Schimmel
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.hibernate.cfg.Configuration

        +org.hibernate.cfg.Configuration.MappingsImpl, org.hibernate.cfg.Configuration.MetadataSourceQueue
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.hibernate.cfg.Configuration

        +ARTEFACT_PROCESSING_ORDER, auxiliaryDatabaseObjects, classes, collections, columnNameBindingPerTable, DEFAULT_ARTEFACT_PROCESSING_ORDER, DEFAULT_CACHE_CONCURRENCY_STRATEGY, extendsQueue, fetchProfiles, filterDefinitions, imports, metadataSourceQueue, namedEntityGraphMap, namedProcedureCallMap, namedQueries, namedSqlQueries, propertyReferences, secondPasses, settingsFactory, sqlFunctions, sqlResultSetMappings, tableNameBinding, tables, typeDefs, USE_NEW_ID_GENERATOR_MAPPINGS, xmlHelper
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      StringgetTypeDefs() 
      protected voidsecondPassCompile() 
      +
        +
      • + + +

        Methods inherited from class org.hibernate.cfg.Configuration

        +add, addAnnotatedClass, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAuxiliaryDatabaseObject, addCacheableFile, addCacheableFile, addCacheableFileStrictly, addClass, addDirectory, addDocument, addFetchProfile, addFile, addFile, addFilterDefinition, addInputStream, addJar, addPackage, addProperties, addResource, addResource, addSqlFunction, addURL, addXML, buildMapping, buildMappings, buildSessionFactory, buildSessionFactory, buildSettings, buildSettings, configure, configure, configure, configure, configure, createMappings, doConfigure, doConfigure, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, generateSchemaUpdateScriptList, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getCurrentTenantIdentifierResolver, getEntityNotFoundDelegate, getEntityResolver, getEntityTuplizerFactory, getFilterDefinitions, getIdentifierGeneratorFactory, getImports, getInterceptor, getJaccPermissionDeclarations, getMappedSuperclassMappings, getMappedSuperclassMappingsCopy, getNamedEntityGraphs, getNamedProcedureCallMap, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getNamingStrategyDelegator, getProperties, getProperty, getReflectionManager, getSessionFactoryObserver, getSqlFunctions, getSqlResultSetMappings, getTableMappings, getTypeResolver, iterateFetchProfiles, iterateGenerators, mergeProperties, registerTypeContributor, registerTypeOverride, registerTypeOverride, registerTypeOverride, reset, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCurrentTenantIdentifierResolver, setEntityNotFoundDelegate, setEntityResolver, setInterceptor, setNamingStrategy, setNamingStrategyDelegator, setPrecedence, setProperties, setProperty, setSessionFactoryObserver, validateSchema
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ValidationConfiguration

        +
        public ValidationConfiguration()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        secondPassCompile

        +
        protected void secondPassCompile()
        +                          throws org.hibernate.metamodel.source.MappingException
        +
        +
        Overrides:
        +
        secondPassCompile in class org.hibernate.cfg.Configuration
        +
        Throws:
        +
        org.hibernate.metamodel.source.MappingException
        +
      • +
      + + + +
        +
      • +

        getTypeDefs

        +
        public String getTypeDefs()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html new file mode 100644 index 00000000..fdbafbb2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.Hbm2DdlMojo

+
+
No usage of de.juplo.plugins.hibernate4.Hbm2DdlMojo
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html new file mode 100644 index 00000000..d074d5a9 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.HelpMojo (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.HelpMojo

+
+
No usage of de.juplo.plugins.hibernate4.HelpMojo
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html new file mode 100644 index 00000000..cf55289a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.ValidationConfiguration (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.ValidationConfiguration

+
+
No usage of de.juplo.plugins.hibernate4.ValidationConfiguration
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..bb0bfca8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.1.0 API) + + + + +

de.juplo.plugins.hibernate4

+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..fd0551b8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,150 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Package de.juplo.plugins.hibernate4

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Hbm2DdlMojo +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
    HelpMojo +
    Display help information on hibernate4-maven-plugin.
    +
    ValidationConfiguration +
    This integration is usually performed by BeanValidationIntegrator.
    +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html new file mode 100644 index 00000000..231a7ebc --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html @@ -0,0 +1,140 @@ + + + + + + +de.juplo.plugins.hibernate4 Class Hierarchy (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package de.juplo.plugins.hibernate4

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • +
    • org.hibernate.cfg.Configuration (implements java.io.Serializable) + +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html new file mode 100644 index 00000000..7a8f5c09 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + + + + +
+

Uses of Package
de.juplo.plugins.hibernate4

+
+
No usage of de.juplo.plugins.hibernate4
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/deprecated-list.html new file mode 100644 index 00000000..259e24e5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/deprecated-list.html @@ -0,0 +1,117 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/help-doc.html new file mode 100644 index 00000000..88083e88 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/help-doc.html @@ -0,0 +1,222 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/index-all.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/index-all.html new file mode 100644 index 00000000..c63b6ce0 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/index-all.html @@ -0,0 +1,255 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + +
+ + + + + +
+ + +
D E G H J M N O P S T U V  + + +

D

+
+
de.juplo.plugins.hibernate4 - package de.juplo.plugins.hibernate4
+
 
+
DIALECT - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
DRIVER_CLASS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

E

+
+
ENVERS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.HelpMojo
+
EXPORT_SKIPPED_PROPERTY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

G

+
+
getTypeDefs() - Method in class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+ + + +

H

+
+
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
+
+
Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
+
+
Hbm2DdlMojo() - Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
HelpMojo - Class in de.juplo.plugins.hibernate4
+
+
Display help information on hibernate4-maven-plugin.
+
+
HelpMojo() - Constructor for class de.juplo.plugins.hibernate4.HelpMojo
+
 
+
+ + + +

J

+
+
JPA_DRIVER - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
JPA_PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
JPA_URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
JPA_USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

M

+
+
MD5S - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

N

+
+
NAMING_STRATEGY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

O

+
+
org.hibernate.cfg.beanvalidation - package org.hibernate.cfg.beanvalidation
+
 
+
+ + + +

P

+
+
PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

S

+
+
secondPassCompile() - Method in class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+ + + +

T

+
+
TypeSafeActivatorAccessor - Class in org.hibernate.cfg.beanvalidation
+
+
This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
+
+
TypeSafeActivatorAccessor() - Constructor for class org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
+
 
+
+ + + +

U

+
+
URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

V

+
+
ValidationConfiguration - Class in de.juplo.plugins.hibernate4
+
+
This integration is usually performed by BeanValidationIntegrator.
+
+
ValidationConfiguration() - Constructor for class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+D E G H J M N O P S T U V 
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/index.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/index.html new file mode 100644 index 00000000..26f15f76 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +Hibernate 4 Maven Plugin 1.1.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/options b/dist/hibernate4-maven-plugin-1.1.0/apidocs/options new file mode 100644 index 00000000..dea5ffbc --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/options @@ -0,0 +1,24 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/classes:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.3.3/maven-core-3.3.3.jar:/home/kai/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.9.Final/hibernate-entitymanager-4.3.9.Final.jar:/home/kai/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/kai/.m2/repository/org/apache/maven/maven-builder-support/3.3.3/maven-builder-support-3.3.3.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.3.3/maven-model-builder-3.3.3.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar:/home/kai/.m2/repository/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar:/home/kai/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/hibernate/hibernate-envers/4.3.9.Final/hibernate-envers-4.3.9.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.3.3/maven-settings-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar:/home/kai/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.3.3/maven-aether-provider-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.3.3/maven-settings-builder-3.3.3.jar:/home/kai/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar:/home/kai/.m2/repository/de/juplo/scannotation/1.0.4/scannotation-1.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.3/maven-repository-metadata-3.3.3.jar:/home/kai/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/kai/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.3.9.Final/hibernate-core-4.3.9.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar:/home/kai/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar:/home/kai/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/src/main/java:/home/kai/juplo/hibernate4-maven-plugin/target/generated-sources/plugin:/home/kai/juplo/hibernate4-maven-plugin/target/generated-sources/annotations' +-author +-bottom +'Copyright © 2015. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.1.0 API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.1.0 API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..06a3738b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,309 @@ + + + + + + +TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + + + + + +
+
org.hibernate.cfg.beanvalidation
+

Class TypeSafeActivatorAccessor

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TypeSafeActivatorAccessor
    +extends Object
    +
    This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
    +
    Author:
    +
    Frank Schimmel
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TypeSafeActivatorAccessor

        +
        public TypeSafeActivatorAccessor()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        validateSuppliedFactory

        +
        public static void validateSuppliedFactory(Object arg0)
        +
      • +
      + + + +
        +
      • +

        activate

        +
        public static void activate(org.hibernate.cfg.beanvalidation.ActivationContext arg0)
        +
      • +
      + + + +
        +
      • +

        applyCallbackListeners

        +
        public static void applyCallbackListeners(javax.validation.ValidatorFactory arg0,
        +                          org.hibernate.cfg.beanvalidation.ActivationContext arg1)
        +
      • +
      + + + +
        +
      • +

        applyRelationalConstraints

        +
        public static void applyRelationalConstraints(javax.validation.ValidatorFactory arg0,
        +                              Collection<org.hibernate.mapping.PersistentClass> arg1,
        +                              Properties arg2,
        +                              org.hibernate.dialect.Dialect arg3)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..c50ac840 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + + + + +
+

Uses of Class
org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor

+
+
No usage of org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..e12853e1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.1.0 API) + + + + +

org.hibernate.cfg.beanvalidation

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..497badf6 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,138 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Package org.hibernate.cfg.beanvalidation

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    TypeSafeActivatorAccessor +
    This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
    +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html new file mode 100644 index 00000000..68adb2ed --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html @@ -0,0 +1,130 @@ + + + + + + +org.hibernate.cfg.beanvalidation Class Hierarchy (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package org.hibernate.cfg.beanvalidation

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-use.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-use.html new file mode 100644 index 00000000..244ac61f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/org/hibernate/cfg/beanvalidation/package-use.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Package org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + + + + +
+

Uses of Package
org.hibernate.cfg.beanvalidation

+
+
No usage of org.hibernate.cfg.beanvalidation
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-frame.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-frame.html new file mode 100644 index 00000000..5a2f8715 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-frame.html @@ -0,0 +1,22 @@ + + + + + + +Overview List (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + +

 

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-summary.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-summary.html new file mode 100644 index 00000000..42e33d55 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-summary.html @@ -0,0 +1,135 @@ + + + + + + +Overview (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Hibernate 4 Maven Plugin 1.1.0 API

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
de.juplo.plugins.hibernate4 
org.hibernate.cfg.beanvalidation 
+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-tree.html new file mode 100644 index 00000000..aeca534d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/overview-tree.html @@ -0,0 +1,142 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/package-list b/dist/hibernate4-maven-plugin-1.1.0/apidocs/package-list new file mode 100644 index 00000000..b80422d3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/package-list @@ -0,0 +1,2 @@ +de.juplo.plugins.hibernate4 +org.hibernate.cfg.beanvalidation diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/packages b/dist/hibernate4-maven-plugin-1.1.0/apidocs/packages new file mode 100644 index 00000000..ad55515c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/packages @@ -0,0 +1,2 @@ +de.juplo.plugins.hibernate4 +org.hibernate.cfg.beanvalidation \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/resources/background.gif b/dist/hibernate4-maven-plugin-1.1.0/apidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/serialized-form.html b/dist/hibernate4-maven-plugin-1.1.0/apidocs/serialized-form.html new file mode 100644 index 00000000..b9a71e37 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/serialized-form.html @@ -0,0 +1,174 @@ + + + + + + +Serialized Form (Hibernate 4 Maven Plugin 1.1.0 API) + + + + + + + +
+ + + + + +
+ + +
+

Serialized Form

+
+
+
    +
  • +

    Package de.juplo.plugins.hibernate4

    + +
  • +
  • +

    Package org.hibernate.cfg.beanvalidation

    +
      +
    • + + +

      Class org.hibernate.cfg.beanvalidation.BeanValidationEventListener extends Object implements Serializable

      +
        +
      • + + +

        Serialized Fields

        +
          +
        • +

          factory

          +
          javax.validation.ValidatorFactory factory
          +
        • +
        • +

          associationsPerEntityPersister

          +
          ConcurrentHashMap<K,V> associationsPerEntityPersister
          +
        • +
        • +

          groupsPerOperation

          +
          org.hibernate.cfg.beanvalidation.GroupsPerOperation groupsPerOperation
          +
        • +
        • +

          initialized

          +
          boolean initialized
          +
        • +
        +
      • +
      +
    • +
    • + + +

      Class org.hibernate.cfg.beanvalidation.IntegrationException extends org.hibernate.HibernateException implements Serializable

      +
    • +
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/apidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.1.0/apidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/apidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dist/hibernate4-maven-plugin-1.1.0/configuration.html b/dist/hibernate4-maven-plugin-1.1.0/configuration.html new file mode 100644 index 00000000..0a3acd2d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/configuration.html @@ -0,0 +1,386 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Configuration Examples + + + + + + + + + + + +
+ + +
+
+

Configuration Examples

+ + + + +
+

Configuration through a hibernate.properties-File

+ +

+ The most simple way to configure the plugin is, to put all the + hibernate-configuration in a hibernate.properties-file on your + classpath. Put the file in the resources-folder. Maven will put + it in the class-folder of your webapp, where it will be picked up + by this plugin as well as by Hibernate 4. +

+ +

+ Doing so, the only additionally configuration needed, to activat the plugin + is the following entry in the plugins-section of your pom.xml: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+ +

+ But be aware, that in this case the database-url, that is + build in the application is the same that is used while testing, where + the database is droped and recreated by the plugin. + Because of that, + + you should never fire up this configuration on your production + system, or your database might be erased! + +

+ +

+ A better approach is, to specify a different url for testing like in the + following snippet: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>
+ +

+ Configuration properties, that are set in the configuration-section + of the plugin-configuration cannnot be overwritten elsewere (for details + see Configuration-Method-Precedence). + You never can overwrite them by accident when specifying a property on + the commandline or in your settings.xml. +

+
+
+

Configuration through maven-properties

+ +

+ Alternatively, it is possible, to configure the plugin via maven-properties. + Each relevant configuration-option has a corresponding maven-property + (for a full list see the Documentation of the export-Mojo). + These are named after the + Hibernate JDBC Properties: +

+ +
    + +
  • hibernate.connection.driver_class
  • + +
  • hibernate.dialect
  • + +
  • hibernate.connection.url
  • + +
  • hibernate.connection.username
  • + +
  • hibernate.connection.password
  • +
+ +

+ So, instead of writing the hibernate-configuration in the properties-file, + like above, you could put it in the properties-section of your + pom.xml. +

+ +

+ Thogether with the plugin-definition from above, the following would + be a complete configuration (again, the database-url was overwritten in + the plugin-configuration, to be sure to have a separate database for + testing): +

+ +
+
+<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
+
+...
+
+<plugins>
+
+  ...
+
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate4-maven-plugin</artifactId>
+    <version>1.1.0</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>export</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
+
+<plugins>
+
+
+

Configuration through the plugin-configuration

+ +

+ A third way for configuring the plugin is the plugin-configuration. + The relevant configuration-parameters are: +

+ +
    + +
  • driverClassName
  • + +
  • hibernateDialect
  • + +
  • url
  • + +
  • username
  • + +
  • password
  • +
+ +

+ The equivalent of the configuration from the last section would look + like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <driverClassName>org.hsqldb.jdbcDriver</driverClassName>
+    <hibernateDialect>org.hibernate.dialect.HSQLDialect</hibernateDialect>
+    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+    <username>sa</username>
+    <password></password>
+  </configuration>
+</plugin>
+ +

+ The parameter hibernateProperties (name of the hibernate-properties-file + to use, defaults to hibernate.properties) can only be configured through + this approach. +

+ +

+ For more explanations, see the + Documentation of the export-Mojo. +

+
+
+

Configuration-Method-Precedence

+ +

+ The configuration is gathered in a fix order: +

+ +
    + +
  1. hibernate.properties
  2. + +
  3. maven-properties
  4. + +
  5. plugin-configuration
  6. +
+ +

+ If you are in doubt about where a configuration-value comes from, run + maven with the debug-output enabled: mvn -X hibernate4:export + and be aware, that maven-properties can be overwitten on the command-line, + in your ~/.m2/settings.xml and in a profile. +

+ +

+ The plugin-configuration comes last and overwrites everything else. + That way, you can be sure, that a configuration-value, that is + specified in the plugin-configuration will never be overwritten by any + other configuration-method. +

+ +

+ If you need to overwrite plugin-configuration-values with + maven-properties, you can use maven-properties in the plugin-configuration: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <password>${my-password-property}</password>
+  </configuration>
+</plugin>
+
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/css/site.css b/dist/hibernate4-maven-plugin-1.1.0/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/debugging.html b/dist/hibernate4-maven-plugin-1.1.0/debugging.html new file mode 100644 index 00000000..1b625f84 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/debugging.html @@ -0,0 +1,158 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Enable Debug-Output + + + + + + + + + + + +
+ + +
+
+

Enable Debug-Output

+ + + + +

+ If you are new to hibernate4-maven-plugin, in many cases, the + {Configuration-Method-Precedence} may be the source of configuration + errors. + To solve this problem, you should run maven with the debugging output + enabled. + For example, by executing: +

+ +
+
+mvn -X compile hibernate4:export
+ +

+ (The compile might be necessary, because hibernate4-maven-plugin + has to scan the compiled classes for annotations!) +

+ +

+ Unlike the majority of the maven-plugins, hibernate4-maven-plugin was + designed to give a good many hints, when debugging is enabled. + Because, if you do not know, what went wrong, you can't fix it! +

+ +

+ But be warned: hibernate4-maven-plugin tends to be very chatty ;) +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/dependencies.html b/dist/hibernate4-maven-plugin-1.1.0/dependencies.html new file mode 100644 index 00000000..81a74b57 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/dependencies.html @@ -0,0 +1,1986 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Dependencies + + + + + + + + + + + +
+ + +
+
+

Dependencies

+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
com.pyx4jmaven-plugin-log4j1.0.1jarThe Apache Software License, Version 2.0
de.juploscannotation1.0.4jar-
javax.eljavax.el-api3.0.0jarCDDL + GPLv2 with classpath exception
org.apache.mavenmaven-core3.3.3jarApache License, Version 2.0
org.apache.mavenmaven-plugin-api3.3.3jarApache License, Version 2.0
org.hibernatehibernate-core4.3.9.FinaljarGNU Lesser General Public License
org.hibernatehibernate-envers4.3.9.FinaljarGNU Lesser General Public License
org.hibernatehibernate-validator5.1.3.FinaljarApache License, Version 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicense
antlrantlr2.7.7-jarBSD License
aopallianceaopalliance1.0-jarPublic Domain
com.fasterxmlclassmate1.0.0-jarThe Apache Software License, Version 2.0
com.google.guavaguava18.0-jarThe Apache Software License, Version 2.0
dom4jdom4j1.6.1-jar-
javax.annotationjsr250-api1.0-jarCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.enterprisecdi-api1.0-jarApache License, Version 2.0
javax.injectjavax.inject1-jarThe Apache Software License, Version 2.0
javax.validationvalidation-api1.1.0.Final-jarThe Apache Software License, Version 2.0
log4jlog4j1.2.14-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-aether-provider3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-artifact3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-builder-support3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-model3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-model-builder3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-repository-metadata3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings-builder3.3.3-jarApache License, Version 2.0
org.codehaus.plexusplexus-classworlds2.5.2-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-component-annotations1.5.5-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-interpolation1.21-jarThe Apache Software License, Version 2.0
org.eclipse.aetheraether-api1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-impl1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-spi1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-util1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.inject0.3.0-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.plexus0.3.0-jarEclipse Public License, Version 1.0
org.hibernatehibernate-entitymanager4.3.9.Final-jarGNU Lesser General Public License
org.hibernate.commonhibernate-commons-annotations4.0.5.Final-jarGNU Lesser General Public License
org.hibernate.javax.persistencehibernate-jpa-2.1-api1.0.0.Final-jarEclipse Public License (EPL), Version 1.0-Eclipse Distribution License (EDL), Version 1.0
org.javassistjavassist3.18.1-GA-jarMPL 1.1-LGPL 2.1-Apache License 2.0
org.jbossjandex1.1.0.Final-jarAL 2.0
org.jboss.loggingjboss-logging3.1.3.GA-jarApache License, version 2.0
org.jboss.loggingjboss-logging-annotations1.2.0.Beta1-jarPublic Domain
org.jboss.spec.javax.transactionjboss-transaction-api_1.2_spec1.0.0.Final-jarCommon Development and Distribution License-GNU General Public License, Version 2 with the Classpath Exception
org.sonatype.plexusplexus-cipher1.4-jarApache Public License 2.0
org.sonatype.plexusplexus-sec-dispatcher1.3-jarApache Public License 2.0
org.sonatype.sisusisu-guice3.2.5no_aopjarThe Apache Software License, Version 2.0
xml-apisxml-apis1.0.b2-jarThe Apache Software License, Version 2.0
+
+

Project Dependency Graph

+ +
+

Dependency Tree

+
+
+

Licenses

+

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

+

Apache License, version 2.0: JBoss Logging 3

+

CDDL + GPLv2 with classpath exception: Expression Language 3.0 API

+

Public Domain: AOP alliance, JBoss Logging I18n Annotations

+

Unknown: dom4j, scannotation

+

Common Development and Distribution License: Java Transaction API

+

LGPL 2.1: Javassist

+

Apache License, Version 2.0: CDI APIs, Hibernate Validator Engine, Maven Aether Provider, Maven Artifact, Maven Builder Support, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder

+

MPL 1.1: Javassist

+

GNU General Public License, Version 2 with the Classpath Exception: Java Transaction API

+

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

+

The Apache Software License, Version 2.0: Bean Validation API, ClassMate, Guava: Google Core Libraries for Java, Hibernate 4 Maven Plugin, Log4j, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, XML Commons External Components XML APIs, javax.inject, maven-plugin-log4j

+

GNU Lesser General Public License: Core Hibernate O/RM functionality, Entity versioning support, Hibernate Commons Annotations, Hibernate JPA Support

+

Eclipse Public License (EPL), Version 1.0: Java Persistence API, Version 2.1

+

BSD License: AntLR Parser Generator

+

AL 2.0: Java Annotation Indexer

+

Apache License 2.0: Javassist

+

Eclipse Public License, Version 1.0: Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus

+

Eclipse Distribution License (EDL), Version 1.0: Java Persistence API, Version 2.1

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJDK RevDebug
antlr-2.7.7.jar434.85 kB239224121.2debug
aopalliance-1.0.jar4.36 kB15921.3debug
classmate-1.0.0.jar58.87 kB513641.6debug
guava-18.0.jar2.15 MB1,7191,690171.6debug
maven-plugin-log4j-1.0.1.jar3.64 kB12111.4debug
scannotation-1.0.4.jar19.79 kB231321.6debug
dom4j-1.6.1.jar306.54 kB208190141.3debug
jsr250-api-1.0.jar5.71 kB161121.5debug
javax.el-api-3.0.0.jar71.35 kB574611.6debug
cdi-api-1.0.jar43.86 kB927571.5debug
javax.inject-1.jar2.44 kB8611.5release
validation-api-1.1.0.Final.jar62.28 kB12210681.6debug
log4j-1.2.14.jar358.83 kB288256191.1debug
maven-aether-provider-3.3.3.jar64.79 kB432611.6debug
maven-artifact-3.3.3.jar53.80 kB5732111.6debug
maven-builder-support-3.3.3.jar14.61 kB241011.6debug
maven-core-3.3.3.jar617.07 kB489390561.6debug
maven-model-3.3.3.jar157.05 kB675031.6debug
maven-model-builder-3.3.3.jar172.28 kB154121161.6debug
maven-plugin-api-3.3.3.jar45.02 kB462561.6debug
maven-repository-metadata-3.3.3.jar25.35 kB25721.6debug
maven-settings-3.3.3.jar42.02 kB331721.6debug
maven-settings-builder-3.3.3.jar42.14 kB533251.6debug
plexus-classworlds-2.5.2.jar51.45 kB523751.6debug
plexus-component-annotations-1.5.5.jar4.11 kB15311.5release
plexus-interpolation-1.21.jar60.99 kB604461.5debug
aether-api-1.0.2.v20150114.jar133.13 kB149128111.5debug
aether-impl-1.0.2.v20150114.jar168.94 kB1149641.5debug
aether-spi-1.0.2.v20150114.jar29.99 kB543481.5debug
aether-util-1.0.2.v20150114.jar143.43 kB126101131.5debug
org.eclipse.sisu.inject-0.3.0.jar366.47 kB28726991.6debug
org.eclipse.sisu.plexus-0.3.0.jar200.59 kB196164201.6debug
hibernate-core-4.3.9.Final.jar5.03 MB3,7123,4632011.6debug
hibernate-entitymanager-4.3.9.Final.jar632.39 kB486443271.6debug
hibernate-envers-4.3.9.Final.jar417.62 kB311259381.6debug
hibernate-validator-5.1.3.Final.jar619.40 kB483410411.6debug
hibernate-commons-annotations-4.0.5.Final.jar73.56 kB796771.6debug
hibernate-jpa-2.1-api-1.0.0.Final.jar110.71 kB20720041.6debug
javassist-3.18.1-GA.jar697.46 kB414390171.6debug
jandex-1.1.0.Final.jar74.76 kB554411.6debug
jboss-logging-3.1.3.GA.jar55.84 kB574511.6debug
jboss-logging-annotations-1.2.0.Beta1.jar11.29 kB281611.6debug
jboss-transaction-api_1.2_spec-1.0.0.Final.jar27.07 kB352221.6debug
plexus-cipher-1.4.jar13.18 kB20611.4debug
plexus-sec-dispatcher-1.3.jar27.89 kB311331.4debug
sisu-guice-3.2.5-no_aop.jar390.30 kB33131681.6debug
xml-apis-1.0.b2.jar106.76 kB217184171.2release
TotalSizeEntriesClassesPackagesJDK RevDebug
4714.04 MB11,36010,1276391.644
compile: 47compile: 14.04 MBcompile: 11,360compile: 10,127compile: 639-compile: 44
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshot
plexus.snapshotshttps://oss.sonatype.org/content/repositories/plexus-snapshots-Yes
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
snapshots.jboss.orghttp://snapshots.jboss.org/maven2-Yes
oss.sonatype.org/jboss-snapshotshttp://oss.sonatype.org/content/repositories/jboss-snapshots-Yes
centralhttp://repo.maven.apache.org/maven2Yes-
repository.jboss.orghttp://repository.jboss.org/maven2Yes-
jvnet-nexus-snapshotshttps://maven.java.net/content/repositories/snapshots-Yes
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactplexus.snapshotsapache.snapshotssonatype-nexus-snapshotssnapshots.jboss.orgoss.sonatype.org/jboss-snapshotscentralrepository.jboss.orgjvnet-nexus-snapshots
antlr:antlr:jar:2.7.7-----Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
aopalliance:aopalliance:jar:1.0-----Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
com.fasterxml:classmate:jar:1.0.0-----Found at http://repo.maven.apache.org/maven2--
com.google.guava:guava:jar:18.0-----Found at http://repo.maven.apache.org/maven2--
com.pyx4j:maven-plugin-log4j:jar:1.0.1-----Found at http://repo.maven.apache.org/maven2--
de.juplo:scannotation:jar:1.0.4-----Found at http://repo.maven.apache.org/maven2--
dom4j:dom4j:jar:1.6.1-----Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
javax.annotation:jsr250-api:jar:1.0-----Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
javax.el:javax.el-api:jar:3.0.0-----Found at http://repo.maven.apache.org/maven2--
javax.enterprise:cdi-api:jar:1.0-----Found at http://repo.maven.apache.org/maven2--
javax.inject:javax.inject:jar:1-----Found at http://repo.maven.apache.org/maven2--
javax.validation:validation-api:jar:1.1.0.Final-----Found at http://repo.maven.apache.org/maven2--
log4j:log4j:jar:1.2.14-----Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
org.apache.maven:maven-aether-provider:jar:3.3.3-----Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-artifact:jar:3.3.3-----Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-builder-support:jar:3.3.3-----Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-core:jar:3.3.3-----Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-model:jar:3.3.3-----Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-model-builder:jar:3.3.3-----Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-plugin-api:jar:3.3.3-----Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-repository-metadata:jar:3.3.3-----Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-settings:jar:3.3.3-----Found at http://repo.maven.apache.org/maven2--
org.apache.maven:maven-settings-builder:jar:3.3.3-----Found at http://repo.maven.apache.org/maven2--
org.codehaus.plexus:plexus-classworlds:jar:2.5.2-----Found at http://repo.maven.apache.org/maven2--
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5-----Found at http://repo.maven.apache.org/maven2--
org.codehaus.plexus:plexus-interpolation:jar:1.21-----Found at http://repo.maven.apache.org/maven2--
org.eclipse.aether:aether-api:jar:1.0.2.v20150114-----Found at http://repo.maven.apache.org/maven2--
org.eclipse.aether:aether-impl:jar:1.0.2.v20150114-----Found at http://repo.maven.apache.org/maven2--
org.eclipse.aether:aether-spi:jar:1.0.2.v20150114-----Found at http://repo.maven.apache.org/maven2--
org.eclipse.aether:aether-util:jar:1.0.2.v20150114-----Found at http://repo.maven.apache.org/maven2--
org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0-----Found at http://repo.maven.apache.org/maven2--
org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0-----Found at http://repo.maven.apache.org/maven2--
org.hibernate:hibernate-core:jar:4.3.9.Final-----Found at http://repo.maven.apache.org/maven2--
org.hibernate:hibernate-entitymanager:jar:4.3.9.Final-----Found at http://repo.maven.apache.org/maven2--
org.hibernate:hibernate-envers:jar:4.3.9.Final-----Found at http://repo.maven.apache.org/maven2--
org.hibernate:hibernate-validator:jar:5.1.3.Final-----Found at http://repo.maven.apache.org/maven2--
org.hibernate.common:hibernate-commons-annotations:jar:4.0.5.Final-----Found at http://repo.maven.apache.org/maven2--
org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final-----Found at http://repo.maven.apache.org/maven2--
org.javassist:javassist:jar:3.18.1-GA-----Found at http://repo.maven.apache.org/maven2--
org.jboss:jandex:jar:1.1.0.Final-----Found at http://repo.maven.apache.org/maven2--
org.jboss.logging:jboss-logging:jar:3.1.3.GA-----Found at http://repo.maven.apache.org/maven2--
org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1-----Found at http://repo.maven.apache.org/maven2--
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final-----Found at http://repo.maven.apache.org/maven2--
org.sonatype.plexus:plexus-cipher:jar:1.4-----Found at http://repo.maven.apache.org/maven2--
org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3-----Found at http://repo.maven.apache.org/maven2--
org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5-----Found at http://repo.maven.apache.org/maven2--
xml-apis:xml-apis:jar:1.0.b2-----Found at http://repo.maven.apache.org/maven2Found at http://repository.jboss.org/maven2-
Totalplexus.snapshotsapache.snapshotssonatype-nexus-snapshotssnapshots.jboss.orgoss.sonatype.org/jboss-snapshotscentralrepository.jboss.orgjvnet-nexus-snapshots
47 (compile: 47)000004760
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/dependency-info.html b/dist/hibernate4-maven-plugin-1.1.0/dependency-info.html new file mode 100644 index 00000000..3202a591 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/dependency-info.html @@ -0,0 +1,204 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Dependency Information + + + + + + + + + + + +
+ + +
+
+

Dependency Information

+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.0</version>
+  <type>maven-plugin</type>
+</dependency>
+
+

Apache Buildr

+
+
'de.juplo:hibernate4-maven-plugin:maven-plugin:1.1.0'
+
+

Apache Ant

+
+
<dependency org="de.juplo" name="hibernate4-maven-plugin" rev="1.1.0">
+  <artifact name="hibernate4-maven-plugin" type="maven-plugin" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='de.juplo', module='hibernate4-maven-plugin', version='1.1.0')
+)
+
+

Grails

+
+
compile 'de.juplo:hibernate4-maven-plugin:1.1.0'
+
+

Leiningen

+
+
[de.juplo/hibernate4-maven-plugin "1.1.0"]
+
+

SBT

+
+
libraryDependencies += "de.juplo" %% "hibernate4-maven-plugin" % "1.1.0"
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/distribution-management.html b/dist/hibernate4-maven-plugin-1.1.0/distribution-management.html new file mode 100644 index 00000000..fac74dbd --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/distribution-management.html @@ -0,0 +1,175 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Distribution Management + + + + + + + + + + + +
+ + +
+ + +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/export-mojo.html b/dist/hibernate4-maven-plugin-1.1.0/export-mojo.html new file mode 100644 index 00000000..fbc14131 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/export-mojo.html @@ -0,0 +1,901 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Parameter Documentation + + + + + + + + + + + +
+ + +
+
+

Parameter Documentation

+ + +
+

hibernate4:export

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.1.0:export

+ +

Description:

+ +
Goal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
delimiterString1.0Delimiter in output-file.
Default value is: ;.
User property is: hibernate.export.schema.delimiter.
driverClassNameString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
enversboolean1.0.3Generate envers schema for auditing tables.
Default value is: true.
User property is: hibernate.export.envers.
forceboolean1.0Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.


Default value is: false.
User property is: hibernate.export.force.
formatboolean1.0Format output-file.
Default value is: true.
User property is: hibernate.export.schema.format.
hibernateConfigString1.1.0Path to Hibernate configuration file (.cfg.xml). Settings in this +file will overwrite settings in the properties file. If this +parameter is not set the plugin will try to load the configuration +from a file hibernate.cfg.xml on the classpath. The +test-classpath takes precedence.
hibernateDialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
hibernateMappingString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
hibernateNamingStrategyString1.0.2Hibernate Naming Strategy
User property is: hibernate.ejb.naming_strategy.
hibernatePropertiesString1.0Path to Hibernate properties file. If this parameter is not set the +plugin will try to load the configuration from a file +hibernate.properties on the classpath. The +test-classpath takes precedence.
outputDirectoryString1.0Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.


User property is: project.build.outputDirectory.
outputFileString1.0Output file.
Default value is: ${project.build.directory}/schema.sql.
User property is: hibernate.export.schema.filename.
passwordString1.0Database password
User property is: hibernate.connection.password.
persistenceUnitString1.1.0Name of the persistence-unit. If there is only one persistence-unit +available, that unit will be used automatically. Settings in this +file will overwrite settings in the properties or the configuration +file.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.


Default value is: compile.
User property is: hibernate.export.scan_dependencies.
scanTestClassesboolean1.0.1Whether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.


Default value is: false.
User property is: hibernate.export.scan_testclasses.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.


Default value is: ${maven.test.skip}.
User property is: hibernate.skip.
targetString1.0Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +execution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces execution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A database connection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be chosen.
Default value is: EXPORT.
User property is: hibernate.export.target.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!


User property is: project.build.testOutputDirectory.
typeString1.0Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
Default value is: BOTH.
User property is: hibernate.export.type.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+ +
+

Parameter Details

+ +

delimiter:

+ +
Delimiter in output-file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.delimiter
  • + +
  • Default: ;
  • +

+

driverClassName:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

envers:

+ +
Generate envers schema for auditing tables.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.envers
  • + +
  • Default: true
  • +

+

force:

+ +
Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.format
  • + +
  • Default: true
  • +

+

hibernateConfig:

+ +
Path to Hibernate configuration file (.cfg.xml). Settings in this +file will overwrite settings in the properties file. If this +parameter is not set the plugin will try to load the configuration +from a file hibernate.cfg.xml on the classpath. The +test-classpath takes precedence.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

hibernateDialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

hibernateMapping:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

hibernateNamingStrategy:

+ +
Hibernate Naming Strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.ejb.naming_strategy
  • +

+

hibernateProperties:

+ +
Path to Hibernate properties file. If this parameter is not set the +plugin will try to load the configuration from a file +hibernate.properties on the classpath. The +test-classpath takes precedence.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.filename
  • + +
  • Default: ${project.build.directory}/schema.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

persistenceUnit:

+ +
Name of the persistence-unit. If there is only one persistence-unit +available, that unit will be used automatically. Settings in this +file will overwrite settings in the properties or the configuration +file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

scanDependencies:

+ +
Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_dependencies
  • + +
  • Default: compile
  • +

+

scanTestClasses:

+ +
Whether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.1
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_testclasses
  • + +
  • Default: false
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.skip
  • + +
  • Default: ${maven.test.skip}
  • +

+

target:

+ +
Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +execution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces execution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A database connection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be chosen.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.target
  • + +
  • Default: EXPORT
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

type:

+ +
Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.type
  • + +
  • Default: BOTH
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/force.html b/dist/hibernate4-maven-plugin-1.1.0/force.html new file mode 100644 index 00000000..e56cc7b1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/force.html @@ -0,0 +1,168 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Force Exceution + + + + + + + + + + + +
+ + +
+
+

Force Exceution

+ + + + +

+ The hibernate4-maven-plugin computes MD5-sums for all found annotated + classes and stores them together with the generated schema. + If no classes were changed or added and the dialect wasn't changed too, it + automatically skips the configured schema-export, to speed up the development + cycle. +

+ +

+ The plugin signals, that the execution was skipped by setting the maven + property $\{hibernate.export.skipped\} to true. + This may be helpful, because other plugins like + dbunit-plugin + may fail, when the execution is skipped. +

+ +

+ If you need the hibernate4-maven-plugin to <never skip execution automatically>, + you can force it to do so, if you set the parameter force to + true: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.0</version>
+  <configuration>
+    <force>true</force>
+  </configuration>
+</plugin>
+ +

+ Or you may specify -Dhibernate.export.force=true at the command line, + if you want to force hibernate4-maven-plugin only once. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/help-mojo.html b/dist/hibernate4-maven-plugin-1.1.0/help-mojo.html new file mode 100644 index 00000000..16bcfddc --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/help-mojo.html @@ -0,0 +1,274 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin – hibernate4:help + + + + + + + + + + + +
+ + +
+
+

hibernate4:help

+ + +
+

hibernate4:help

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.1.0:help

+ +

Description:

+ +
Display help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+ +

Attributes:

+ +
    + +
  • The goal is thread-safe and supports parallel builds.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
detailboolean-If true, display all settable properties for each +goal.
Default value is: false.
User property is: detail.
goalString-The name of the goal for which to show help. If unspecified, all +goals will be displayed.
User property is: goal.
indentSizeint-The number of spaces per indentation level, should be positive.
Default value is: 2.
User property is: indentSize.
lineLengthint-The maximum length of a display line, should be positive.
Default value is: 80.
User property is: lineLength.
+
+ +
+

Parameter Details

+ +

detail:

+ +
If true, display all settable properties for each +goal.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: detail
  • + +
  • Default: false
  • +

+

goal:

+ +
The name of the goal for which to show help. If unspecified, all +goals will be displayed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: goal
  • +

+

indentSize:

+ +
The number of spaces per indentation level, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: indentSize
  • + +
  • Default: 2
  • +

+

lineLength:

+ +
The maximum length of a display line, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: lineLength
  • + +
  • Default: 80
  • +
+
+
+ + +
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/images/close.gif b/dist/hibernate4-maven-plugin-1.1.0/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.1.0/index.html b/dist/hibernate4-maven-plugin-1.1.0/index.html new file mode 100644 index 00000000..a8ae0d12 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/index.html @@ -0,0 +1,220 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin – + + + + + + + + + + + +
+ + +
+
+

+ + + + +

Hibernate 4 Maven Plugin

+ +
+

A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations

+ +

+ The hibernate4-maven-plugin is a plugin for generating a database-schema + from your Hibernate-4-Mappings and create or update your database + accordingly. + Its main usage is to automatically create and populate a test-database + for unit-tests in cooperation with the + dbunit-maven-plugin. +

+ +

+ The plugin was designed with three main goals in mind: +

+ +
    + +
  • It should be easy to use.
  • + +
  • It should be maximal unlikely, to erase a producation-database by accident.
  • + +
  • It should not slow down the development cycle.
  • +
+ +

+ To achieve the first goal, the convention-over-configuration paradigma + was applied and the plugin was stuffed with usefull logging-messages. + So, if in doubt, just turn on the debugging output with the mvn -X .... +

+ +

+ To achieve the second goal, the precedence in which the configuration + locations are consulted was layouted in a way that makes it possible, to + prevent overwrites of the wrong database by accident. +

+ +

+ Last but not least, in order to not slow down the development cycle, the + hibernate4-maven-plugin only executes the schema-export, if the mapping + or the dialect changes (or if you force it to do so). +

+ +

+ For more information about the inspiration to write this tiny plugin, + read our blog-article about the hibernate4-maven-plugin. +

+
+
+

Documentation

+ +
    + +
  • + See Configuration Examples for Usage-Explanations + and simple examples of how to use this plugin. +
  • + +
  • + See hibernate4:export and + Plugin Documentation for the full + autogenerated documentation. These are mostly configuration-options + of the Hibernate-Tools SchemaExport and SchemaUpdate, that do + the work in the background. +
  • +
+
+
+

Releases

+ + +
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/integration.html b/dist/hibernate4-maven-plugin-1.1.0/integration.html new file mode 100644 index 00000000..d6cb6466 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/integration.html @@ -0,0 +1,185 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Continuous Integration + + + + + + + + + + + +
+ + +
+
+

Continuous Integration

+
+

Overview

+

This project uses Continuum.

+
+

Access

+

The following is a link to the continuous integration system used by the project.

+
+
+

Notifiers

+

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

+ + + + + + + + +
TypeAddressConfiguration
mailkai@juplo.de-
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/issue-tracking.html b/dist/hibernate4-maven-plugin-1.1.0/issue-tracking.html new file mode 100644 index 00000000..c09f4397 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/issue-tracking.html @@ -0,0 +1,176 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Issue Tracking + + + + + + + + + + + +
+ + +
+
+

Issue Tracking

+ + + + There is no bug-tracking system set up for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/license.html b/dist/hibernate4-maven-plugin-1.1.0/license.html new file mode 100644 index 00000000..93577e8a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/license.html @@ -0,0 +1,377 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project License + + + + + + + + + + + +
+ + +
+
+

Project License

+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project License

+
+

The Apache Software License, Version 2.0

+

A business-friendly OSS license

+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/mail-lists.html b/dist/hibernate4-maven-plugin-1.1.0/mail-lists.html new file mode 100644 index 00000000..c3024fef --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/mail-lists.html @@ -0,0 +1,176 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Mailing Lists + + + + + + + + + + + +
+ + +
+
+

Mailing Lists

+ + + + There are no mailinglists defined for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/pitfalls.html b/dist/hibernate4-maven-plugin-1.1.0/pitfalls.html new file mode 100644 index 00000000..f52d92ed --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/pitfalls.html @@ -0,0 +1,368 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Known Pitfalls (FAQ) + + + + + + + + + + + +
+ + +
+
+

Known Pitfalls (FAQ)

+ + + + +
+

Annotated classes in dependencies are not found.

+ +

+ hibernate4-maven-plugin by default scans dependencies in the scope + compile. You can configure it to scan dependencies in other + scopes as well. But it scans only direct dependencies. Transitive + dependencies are not scanned for annotated classes. If some of your + annotated classes are hidden in a transitive dependency, you can simply + add that dependency explicitly. +

+
+
+

hibernate4-maven-plugin always needs a database-connection

+ +

+ The default-configuration uses the EXPORT-target of the SchemaExport-Tool. + If you do not need to create a database with the evaluated schema, you can + use the NONE- or the SCRIPT-target. + This can be achieved with the command-line parameter + -Dhibernate.export.target=SCRIPT or with the following configuration: +

+ +
+
+<configuration>
+  <target>SCRIPT</target>
+</configuration>
+ +

+ But even when no database is to be created, hibernate always needs to know + the dialect. Hence, the plugin will fail if this parameter is missing! +

+
+
+

Dependency for driver-class XYZ is missing

+ +

+ One regular problem is the scope of the jdbc-driver-dependency. + It is very unlikely, that this dependency is needed at compile-time. + So a tidy maven-developer would usually scope it for runtime. +

+ +

+ But this will break the execution of the hibernate4-maven-plugin. + Since it will not be able to see the needed dependency, it will fail with + an error-message like: +

+ +
+
+[INFO] Gathered hibernate-configuration (turn on debugging for details):
+[INFO]   hibernate.connection.username = sa
+[INFO]   hibernate.connection.password = 
+[INFO]   hibernate.dialect = org.hibernate.dialect.HSQLDialect
+[INFO]   hibernate.connection.url = jdbc:hsqldb:/home/kai/mmf/target/mmf;shutdown=true
+[INFO]   hibernate.connection.driver_class = org.hsqldb.jdbcDriver
+[ERROR] Dependency for driver-class org.hsqldb.jdbcDriver is missing!
+[INFO] ------------------------------------------------------------------------
+[ERROR] BUILD ERROR
+[INFO] ------------------------------------------------------------------------
+[INFO] org.hsqldb.jdbcDriver
+[INFO] ------------------------------------------------------------------------
+[INFO] For more information, run Maven with the -e switch
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 2 seconds
+[INFO] Finished at: Thu Nov 29 11:31:14 CET 2012
+[INFO] Final Memory: 32M/342M
+[INFO] ------------------------------------------------------------------------
+ +

+ A quick workaround for this error would be, to delete the runtime-constraint + for the jdbc-driver-dependency. +

+ +

+ A much cleaner way is, to (additionally) ad the dependency, to the + plugin-definition: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.0</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <dependencies>
+  <dependency>
+    <groupId>org.hsqldb</groupId>
+    <artifactId>hsqldb</artifactId>
+    <version>2.2.8</version>
+  </dependency>
+  </dependencies>
+</plugin>
+ +

+ This is also the best way, if you use a different jdbc-driver for + testing, than in production. + Because otherwise, this dependency will unnecessarily bloat the + runtime-dependencies of your project. +

+
+
+

DBUnit fails after execution of hibernate4 was skipped because nothing has changed

+ +

+ If hibernate4-maven-plugin skips its excecution, this may lead to errors in + other plugins. + For example, when importing sample-data in the automatically created database + with the help of the dbunit-plugin, + the CLEAN_INSERT-operation may fail because of foreign-key-constraints, + if the database was not recreated, because the hibernate4-maven-plugin has + skipped its excecution. +

+ +

+ A quick fix to this problem is, to force + hibernate4-maven-plugin to export the schema every time it is running. + But to recreate the database on every testrun may noticeable slow down your + development cycle, if you have to wait for slow IO. +

+ +

+ To circumvent this problem, hibernate4-maven-plugin signals a skipped + excecution by setting the maven property $\{hibernate.export.skipped\} to + true. + You can configure other plugins to react on this signal. + For example, the dbunit-plugin can be configured to skip its excecution, if + hibernate4-maven-plugin was skipped like this: +

+ +
+
+<plugin>
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>dbunit-maven-plugin</artifactId>
+  <configuration>
+    <skip>${hibernate.export.skipped}</skip>
+  </configuration>
+</plugin>
+
+
+

The database will not be recreated after a manual drop/clean

+ +

+ If one manually drops the database or removes the hsqldb-files, it will not + be recreated by the hibernate4-maven-plugin, because it cannot detect, that + the database needs to be recreated. + This happens, because the plugin will not recreate the database if neither + the configuration nor the annotated classes have changed, because an + unnecessary drop-create-cycle might take a long time. The plugin will + report that like this: +

+ +
+
+[INFO] No modified annotated classes found and dialect unchanged.
+[INFO] Skipping schema generation!
+ +

+ If one always uses mvn clean for cleanup, this will not happen. + Otherwise the recreation must be forced: +

+ +
+
+mvn hibernate4:export -Dhibernate.export.force=true
+
+
+

The hibernate4:export goal is not executed, when tests are skipped

+ +

+ The hibernate4-maven-plugin automatically skips its execution, when + maven.test.skip is set to true. If you need it to be always + executed, you can configure that explicitly like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Background-information for this design-decission can be found on the extra + page To skip or not to skip: that is the question... +

+
+
+

I do not want my dependencies to be scanned for hibernate annotations

+ +

+ If you do not want your dependencies to be scanned for hibernate annotations, + you can pass -Dhibernate.export.scan_dependencies=none to maven + or set scanDependencies to none in the configuration + of the plugin like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <scanDependencies>none</scanDependencies>
+  </configuration>
+</plugin>
+
+
+

No annotated classes found

+ +

+ If you are working under Windows and get the error-message + No annotated classes found in directory C:\projects\X Y Z\path-to-project\target\classes, + but you are really sure, that there are annotated classes in that + directory, you are expiriencing a bug, in the scannotation-library, that + was closed in version 1.1.0 of the hibernate-maven-plugin. +

+ +

+ + You should consider to upgrade to that version of the plugin. + +

+
+ +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/plugin-info.html b/dist/hibernate4-maven-plugin-1.1.0/plugin-info.html new file mode 100644 index 00000000..d7a450a0 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/plugin-info.html @@ -0,0 +1,211 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Plugin Documentation + + + + + + + + + + + +
+ + +
+
+

Plugin Documentation

+
+

Plugin Documentation

+

Goals available for this plugin:

+ + + + + + + + + +
GoalDescription
hibernate4:exportGoal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
hibernate4:helpDisplay help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+
+

System Requirements

+

The following specifies the minimum requirements to run this Maven plugin:

+ + + + + + + + + + + + +
Maven2.0.6
JDK1.6
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.
+
+

Usage

+

You should specify the version in your project's plugin configuration:

+
+
<project>
+  ...
+  <build>
+    <!-- To define the plugin version in your parent POM -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>de.juplo</groupId>
+          <artifactId>hibernate4-maven-plugin</artifactId>
+          <version>1.1.0</version>
+        </plugin>
+        ...
+      </plugins>
+    </pluginManagement>
+    <!-- To use the plugin goals in your POM or parent POM -->
+    <plugins>
+      <plugin>
+        <groupId>de.juplo</groupId>
+        <artifactId>hibernate4-maven-plugin</artifactId>
+        <version>1.1.0</version>
+      </plugin>
+      ...
+    </plugins>
+  </build>
+  ...
+</project>
+
+

For more information, see "Guide to Configuring Plug-ins"

+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/plugin-management.html b/dist/hibernate4-maven-plugin-1.1.0/plugin-management.html new file mode 100644 index 00000000..88e38995 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/plugin-management.html @@ -0,0 +1,192 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Plugin Management + + + + + + + + + + + +
+ + +
+ + +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/plugins.html b/dist/hibernate4-maven-plugin-1.1.0/plugins.html new file mode 100644 index 00000000..48e13827 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/plugins.html @@ -0,0 +1,259 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Plugins + + + + + + + + + + + +
+ + +
+
+

Project Plugins

+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-compiler-plugin3.3
org.apache.maven.pluginsmaven-dependency-plugin2.10
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-enforcer-plugin1.2
org.apache.maven.pluginsmaven-install-plugin2.3
org.apache.maven.pluginsmaven-invoker-plugin1.10
org.apache.maven.pluginsmaven-jar-plugin2.2
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-plugin-plugin3.4
org.apache.maven.pluginsmaven-resources-plugin2.7
org.apache.maven.pluginsmaven-scm-plugin1.9.4
org.apache.maven.pluginsmaven-site-plugin3.4
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.10
+
+

Project Report Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.11
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-jxr-plugin2.5
org.apache.maven.pluginsmaven-plugin-plugin3.4
org.apache.maven.pluginsmaven-pmd-plugin3.4
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/pmd.html b/dist/hibernate4-maven-plugin-1.1.0/pmd.html new file mode 100644 index 00000000..4d9660eb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/pmd.html @@ -0,0 +1,173 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - PMD + + + + + + + + + + + +
+ + +
+
+

PMD

+
+

PMD Results

+

The following document contains the results of PMD 5.2.3.

+
+

Files

+
+

de/juplo/plugins/hibernate4/Hbm2DdlMojo.java

+ + + + + + + + + + + + + + + + + + +
ViolationLine
Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest'527
Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest'876
Avoid using a branching statement as the last in a loop.1141
Unnecessary use of fully qualified name 'java.sql.Driver' due to existing import 'java.sql.Driver'1226
Unnecessary use of fully qualified name 'java.util.Properties' due to existing import 'java.util.Properties'1240
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/project-info.html b/dist/hibernate4-maven-plugin-1.1.0/project-info.html new file mode 100644 index 00000000..bd51654a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/project-info.html @@ -0,0 +1,211 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Information + + + + + + + + + + + +
+ + +
+
+

Project Information

+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
AboutPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project LicenseThis is a link to the definitions of project licenses.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Project SummaryThis document lists other related information of this project
DependenciesThis document lists the project's dependencies and provides information on each dependency.
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/project-reports.html b/dist/hibernate4-maven-plugin-1.1.0/project-reports.html new file mode 100644 index 00000000..10f68b1b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/project-reports.html @@ -0,0 +1,172 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Reports + + + + + + + + + + + +
+ + +
+
+

Project Reports

+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
Test JavaDocsTest JavaDoc API documentation.
JavaDocsJavaDoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
Test Source XrefHTML based, cross-reference version of Java test source code.
PMDVerification of coding rules.
Plugin DocumentationThis report provides goals and parameters documentation of a plugin.
+
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/project-summary.html b/dist/hibernate4-maven-plugin-1.1.0/project-summary.html new file mode 100644 index 00000000..4be8ece1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/project-summary.html @@ -0,0 +1,206 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Summary + + + + + + + + + + + +
+ + +
+
+

Project Summary

+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameHibernate 4 Maven Plugin
DescriptionPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Homepagehttp://juplo.de/hibernate4-maven-plugin
+
+

Project Organization

+

This project does not belong to an organization.

+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdde.juplo
ArtifactIdhibernate4-maven-plugin
Version1.1.0
Typemaven-plugin
JDK Rev1.6
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/skip.html b/dist/hibernate4-maven-plugin-1.1.0/skip.html new file mode 100644 index 00000000..0e79c499 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/skip.html @@ -0,0 +1,190 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Skipping Execution + + + + + + + + + + + +
+ + +
+
+

Skipping Execution

+ + + + +

+ In most use-cases, the hibernate4-maven-plugin is used to create a + test-database automatically. In this use-cases, it is very likely, that it + will result in mistakes/errors, if the goal is executed, when the tests + are skipped. + For example, one might manually overwrite the database-url with the url of + the production-database, in order to run other tests, like starting a + local webserver with the + jetty-maven-plugin. + If the export-goal would be executed in such a scenario, it might erase the + hole production-database, which is not very desireable. +

+ +

+ Because of this, the configuration-parameter skip defaults to the value + of the proptery maven.test.skip. This way, the execution of the + hibernate4-maven-plugin is skipped automatically, when the tests are + skipped. Think of it as a build-in security-belt. +

+ +

+ If you do not like that, because you need the plugin to always execute the + export-goal, even if the tests are skipped you can configure that explicitly, + by setting the configuration-parameter skip to false: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Or, if you want the export-goal to be executed by default and to be skipped + if you say so, you can bind the value of the configuration-parameter + skip to a custom property. For example: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>${foo.bar}</skip>
+  </configuration>
+</plugin>
+ +

+ This way, the export-goal would be skipped, if you set the property + foo.bar to true. For example, if you specify -Dfoo.bar=true + on the command-line. +

+ + +
+
+ + +
+
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/source-repository.html b/dist/hibernate4-maven-plugin-1.1.0/source-repository.html new file mode 100644 index 00000000..d76ffae8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/source-repository.html @@ -0,0 +1,186 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Source Repository + + + + + + + + + + + +
+ + +
+
+

Source Repository

+
+

Overview

+

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

+
+

Web Access

+

The following is a link to the online source repository.

+
+
+

Anonymous access

+

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone http://juplo.de/git/hibernate4-maven-plugin
+
+

Developer access

+

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

+
+
$ git clone ssh://juplo.de/var/lib/git/juplo/hibernate4-maven-plugin
+
+

Access from behind a firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/team-list.html b/dist/hibernate4-maven-plugin-1.1.0/team-list.html new file mode 100644 index 00000000..a4e9fb8e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/team-list.html @@ -0,0 +1,258 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Project Team + + + + + + + + + + + +
+ + +
+
+

Project Team

+
+

The Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + +
ImageIdNameEmail
kaiKai Moritzkai@juplo.de
+
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageNameEmail
Adriano Machadoadriano.m.machado@hotmail.com
Lorenzo Nicoralorenzo.nicora@nicus.it
Eduard Szenteeduard.szente@gmail.com
Stephen Johnsonstejohns@redhat.com
Victor Tataivtatai@gmail.com
Erik-Berndt Schepererik.berndt.scheper@gmail.com
Guido WimmelWimmel.Guido@swm.de
Joel Johnsonmrjoel@lixil.net
Paul K. Moorepaulkmoore@gmail.com
Mark Robinsonmark@mrobinson.ca
Claus Grafclausgraf@gmail.com
Joachim Van der Auwerajoachim@progs.be
Andreas Kuhtzandreas.kuhtz@gmail.com
+
+ +
+ +
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/allclasses-frame.html new file mode 100644 index 00000000..ca1ccf13 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/allclasses-frame.html @@ -0,0 +1,19 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/allclasses-noframe.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/allclasses-noframe.html new file mode 100644 index 00000000..42b8764e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/allclasses-noframe.html @@ -0,0 +1,19 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/constant-values.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/constant-values.html new file mode 100644 index 00000000..6c90a114 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/constant-values.html @@ -0,0 +1,115 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/FileComparator.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..72a209d8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/FileComparator.html @@ -0,0 +1,263 @@ + + + + + + +FileComparator (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + + + + + + + + +
+
de.juplo.test
+

Class FileComparator

+
+
+ +
+
    +
  • +
    +
    +
    public class FileComparator
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html new file mode 100644 index 00000000..57ecc3f2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class de.juplo.test.FileComparator (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + + + + + + + +
+

Uses of Class
de.juplo.test.FileComparator

+
+
No usage of de.juplo.test.FileComparator
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-frame.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-frame.html new file mode 100644 index 00000000..db9ad2f5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + +

de.juplo.test

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-summary.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-summary.html new file mode 100644 index 00000000..edaa59ba --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-summary.html @@ -0,0 +1,133 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + + + + + + + +
+

Package de.juplo.test

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    FileComparator 
    +
  • +
+
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-tree.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-tree.html new file mode 100644 index 00000000..9063bb00 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-tree.html @@ -0,0 +1,124 @@ + + + + + + +de.juplo.test Class Hierarchy (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package de.juplo.test

+
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-use.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-use.html new file mode 100644 index 00000000..33483b86 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/de/juplo/test/package-use.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Package de.juplo.test (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Package
de.juplo.test

+
+
No usage of de.juplo.test
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/deprecated-list.html new file mode 100644 index 00000000..9d7cfe05 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/deprecated-list.html @@ -0,0 +1,115 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/help-doc.html new file mode 100644 index 00000000..e77a4c12 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/help-doc.html @@ -0,0 +1,216 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/index-all.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/index-all.html new file mode 100644 index 00000000..7cdd40f8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/index-all.html @@ -0,0 +1,138 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + + + + +
+ + + + + +
+ + +
D F I  + + +

D

+
+
de.juplo.test - package de.juplo.test
+
 
+
+ + + +

F

+
+
FileComparator - Class in de.juplo.test
+
 
+
FileComparator(File) - Constructor for class de.juplo.test.FileComparator
+
 
+
+ + + +

I

+
+
isEqual(String, String) - Method in class de.juplo.test.FileComparator
+
 
+
+D F I 
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/index.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/index.html new file mode 100644 index 00000000..99d7e465 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/index.html @@ -0,0 +1,72 @@ + + + + + + +Hibernate 4 Maven Plugin 1.1.0 Test API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/test/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/options b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/options new file mode 100644 index 00000000..dbff60d5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/options @@ -0,0 +1,26 @@ +-classpath +'/home/kai/juplo/hibernate4-maven-plugin/target/classes:/home/kai/juplo/hibernate4-maven-plugin/target/test-classes:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.3.3/maven-core-3.3.3.jar:/home/kai/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.9.Final/hibernate-entitymanager-4.3.9.Final.jar:/home/kai/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/kai/.m2/repository/org/apache/maven/maven-builder-support/3.3.3/maven-builder-support-3.3.3.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.3.3/maven-model-builder-3.3.3.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar:/home/kai/.m2/repository/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar:/home/kai/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/hibernate/hibernate-envers/4.3.9.Final/hibernate-envers-4.3.9.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.3.3/maven-settings-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar:/home/kai/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.3.3/maven-aether-provider-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.3.3/maven-settings-builder-3.3.3.jar:/home/kai/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar:/home/kai/.m2/repository/de/juplo/scannotation/1.0.4/scannotation-1.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.3/maven-repository-metadata-3.3.3.jar:/home/kai/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/kai/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.3.9.Final/hibernate-core-4.3.9.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar:/home/kai/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar:/home/kai/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate4-maven-plugin/src/test/java' +-author +-bottom +'Copyright © 2015. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate4-maven-plugin/target/site/testapidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.1.0 Test API' +-link +'../apidocs' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.1.0 Test API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/overview-tree.html new file mode 100644 index 00000000..117c69b5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/overview-tree.html @@ -0,0 +1,128 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.1.0 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/package-list b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/package-list new file mode 100644 index 00000000..4774195e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/package-list @@ -0,0 +1 @@ +de.juplo.test diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/packages b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/packages new file mode 100644 index 00000000..8fbea680 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/packages @@ -0,0 +1 @@ +de.juplo.test \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/resources/background.gif b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.1.0/testapidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/testapidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref-test/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.1.0/xref-test/allclasses-frame.html new file mode 100644 index 00000000..8253aebb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref-test/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/FileComparator.html b/dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..850b74b9 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/FileComparator.html @@ -0,0 +1,70 @@ + + + +FileComparator xref + + + +
+1   package de.juplo.test;
+2   
+3   import java.io.BufferedReader;
+4   import java.io.File;
+5   import java.io.FileNotFoundException;
+6   import java.io.FileReader;
+7   import java.io.IOException;
+8   
+9   
+10  public class FileComparator
+11  {
+12    private final File basedir;
+13    private BufferedReader expectedReader;
+14    private BufferedReader foundReader;
+15  
+16    public FileComparator(File basedir)
+17    {
+18      this.basedir = basedir;
+19    }
+20  
+21    public boolean isEqual(final String expectedFile, final String foundFile)
+22      throws
+23        FileNotFoundException,
+24        IOException
+25    {
+26      File file;
+27      String expected, found;
+28  
+29      file = new File(basedir, expectedFile);
+30      expectedReader = new BufferedReader(new FileReader(file));
+31  
+32      file = new File(basedir, foundFile);
+33      foundReader = new BufferedReader(new FileReader(file));
+34  
+35  
+36      while ((expected = expectedReader.readLine()) != null)
+37      {
+38        found = foundReader.readLine();
+39        if (!expected.equals(found))
+40        {
+41          System.err.println("Mismatch!");
+42          System.err.println("Expected: " + expected);
+43          System.err.println("Found:    " + found);
+44          return false;
+45        }
+46      }
+47  
+48      if ((found = foundReader.readLine()) != null)
+49      {
+50        System.err.println("Found more content than expected!");
+51        System.err.println("Starting with: " + found);
+52        return false;
+53      }
+54  
+55      return true;
+56    }
+57  }
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/package-frame.html b/dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/package-frame.html new file mode 100644 index 00000000..a17a2f7f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference Package de.juplo.test + + + + +

+ de.juplo.test +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/package-summary.html b/dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/package-summary.html new file mode 100644 index 00000000..bfa7ae78 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref-test/de/juplo/test/package-summary.html @@ -0,0 +1,69 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference Package de.juplo.test + + + +
+ +
+
+ +
+ +

Package de.juplo.test

+ + + + + + + + + + + + +
Class Summary
+ FileComparator +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref-test/index.html b/dist/hibernate4-maven-plugin-1.1.0/xref-test/index.html new file mode 100644 index 00000000..ca7eefc8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref-test/index.html @@ -0,0 +1,25 @@ + + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref-test/overview-frame.html b/dist/hibernate4-maven-plugin-1.1.0/xref-test/overview-frame.html new file mode 100644 index 00000000..1f71c06d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref-test/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref-test/overview-summary.html b/dist/hibernate4-maven-plugin-1.1.0/xref-test/overview-summary.html new file mode 100644 index 00000000..aa76cdef --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref-test/overview-summary.html @@ -0,0 +1,66 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.1.0 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.test +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref-test/stylesheet.css b/dist/hibernate4-maven-plugin-1.1.0/xref-test/stylesheet.css new file mode 100644 index 00000000..89732f81 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref-test/stylesheet.css @@ -0,0 +1,114 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} + +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.1.0/xref/allclasses-frame.html new file mode 100644 index 00000000..4aefe0d6 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/allclasses-frame.html @@ -0,0 +1,35 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..7f39b0f0 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,1320 @@ + + + +Hbm2DdlMojo xref + + + +
+1   package de.juplo.plugins.hibernate4;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import com.pyx4j.log4j.MavenLogAppender;
+20  import java.io.File;
+21  import java.io.FileInputStream;
+22  import java.io.FileNotFoundException;
+23  import java.io.FileOutputStream;
+24  import java.io.IOException;
+25  import java.io.InputStream;
+26  import java.io.ObjectInputStream;
+27  import java.io.ObjectOutputStream;
+28  import java.math.BigInteger;
+29  import java.net.URL;
+30  import java.net.URLClassLoader;
+31  import java.security.MessageDigest;
+32  import java.security.NoSuchAlgorithmException;
+33  import java.sql.Driver;
+34  import java.sql.DriverPropertyInfo;
+35  import java.sql.SQLException;
+36  import java.sql.SQLFeatureNotSupportedException;
+37  import java.util.Collections;
+38  import java.util.Comparator;
+39  import java.util.HashMap;
+40  import java.util.HashSet;
+41  import java.util.LinkedHashSet;
+42  import java.util.LinkedList;
+43  import java.util.List;
+44  import java.util.Map;
+45  import java.util.Map.Entry;
+46  import java.util.Properties;
+47  import java.util.Set;
+48  import java.util.TreeSet;
+49  import java.util.logging.Logger;
+50  import java.util.regex.Matcher;
+51  import java.util.regex.Pattern;
+52  import javax.persistence.Embeddable;
+53  import javax.persistence.Entity;
+54  import javax.persistence.MappedSuperclass;
+55  import javax.persistence.spi.PersistenceUnitTransactionType;
+56  import org.apache.maven.artifact.Artifact;
+57  import org.apache.maven.model.Resource;
+58  import org.apache.maven.plugin.AbstractMojo;
+59  import org.apache.maven.plugin.MojoExecutionException;
+60  import org.apache.maven.plugin.MojoFailureException;
+61  import org.apache.maven.project.MavenProject;
+62  import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
+63  import org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
+64  import org.hibernate.boot.registry.classloading.spi.ClassLoadingException;
+65  import org.hibernate.boot.registry.internal.StandardServiceRegistryImpl;
+66  import org.hibernate.cfg.Environment;
+67  import org.hibernate.cfg.NamingStrategy;
+68  import org.hibernate.envers.configuration.spi.AuditConfiguration;
+69  import org.hibernate.internal.util.config.ConfigurationHelper;
+70  import org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor;
+71  import org.hibernate.jpa.boot.internal.PersistenceXmlParser;
+72  import org.hibernate.jpa.boot.spi.ProviderChecker;
+73  import org.hibernate.tool.hbm2ddl.SchemaExport;
+74  import org.hibernate.tool.hbm2ddl.SchemaExport.Type;
+75  import org.hibernate.tool.hbm2ddl.Target;
+76  import org.scannotation.AnnotationDB;
+77  
+78  
+79  /**
+80   * Goal which extracts the hibernate-mapping-configuration and
+81   * exports an according SQL-database-schema.
+82   *
+83   * @goal export
+84   * @phase process-classes
+85   * @threadSafe
+86   * @requiresDependencyResolution runtime
+87   */
+88  public class Hbm2DdlMojo extends AbstractMojo
+89  {
+90    public final static String EXPORT_SKIPPED_PROPERTY = "hibernate.export.skipped";
+91  
+92    public final static String DRIVER_CLASS = "hibernate.connection.driver_class";
+93    public final static String URL = "hibernate.connection.url";
+94    public final static String USERNAME = "hibernate.connection.username";
+95    public final static String PASSWORD = "hibernate.connection.password";
+96    public final static String DIALECT = "hibernate.dialect";
+97    public final static String NAMING_STRATEGY="hibernate.ejb.naming_strategy";
+98    public final static String ENVERS = "hibernate.export.envers";
+99  
+100   public final static String JPA_DRIVER = "javax.persistence.jdbc.driver";
+101   public final static String JPA_URL = "javax.persistence.jdbc.url";
+102   public final static String JPA_USERNAME = "javax.persistence.jdbc.user";
+103   public final static String JPA_PASSWORD = "javax.persistence.jdbc.password";
+104 
+105   public final static String MD5S = "hibernate4-generatedschema.md5s";
+106 
+107   private final static Pattern split = Pattern.compile("[^,\\s]+");
+108 
+109 
+110   /**
+111    * The maven project.
+112    * <p>
+113    * Only needed internally.
+114    *
+115    * @parameter property="project"
+116    * @required
+117    * @readonly
+118    */
+119   private MavenProject project;
+120 
+121   /**
+122    * Build-directory.
+123    * <p>
+124    * Only needed internally.
+125    *
+126    * @parameter property="project.build.directory"
+127    * @required
+128    * @readonly
+129    */
+130   private String buildDirectory;
+131 
+132   /**
+133    * Classes-Directory to scan.
+134    * <p>
+135    * This parameter defaults to the maven build-output-directory for classes.
+136    * Additionally, all dependencies are scanned for annotated classes.
+137    *
+138    * @parameter property="project.build.outputDirectory"
+139    * @since 1.0
+140    */
+141   private String outputDirectory;
+142 
+143   /**
+144    * Whether to scan test-classes too, or not.
+145    * <p>
+146    * If this parameter is set to <code>true</code> the test-classes of the
+147    * artifact will be scanned for hibernate-annotated classes additionally.
+148    *
+149    * @parameter property="hibernate.export.scan_testclasses" default-value="false"
+150    * @since 1.0.1
+151    */
+152   private boolean scanTestClasses;
+153 
+154   /**
+155    * Dependency-Scopes, that should be scanned for annotated classes.
+156    * <p>
+157    * By default, only dependencies in the scope <code>compile</code> are
+158    * scanned for annotated classes. Multiple scopes can be seperated by
+159    * white space or commas.
+160    * <p>
+161    * If you do not want any dependencies to be scanned for annotated
+162    * classes, set this parameter to <code>none</code>.
+163    * <p>
+164    * The plugin does not scan for annotated classes in transitive
+165    * dependencies. If some of your annotated classes are hidden in a
+166    * transitive dependency, you can simply add that dependency explicitly.
+167    *
+168    * @parameter property="hibernate.export.scan_dependencies" default-value="compile"
+169    * @since 1.0.3
+170    */
+171   private String scanDependencies;
+172 
+173   /**
+174    * Test-Classes-Directory to scan.
+175    * <p>
+176    * This parameter defaults to the maven build-output-directory for
+177    * test-classes.
+178    * <p>
+179    * This parameter is only used, when <code>scanTestClasses</code> is set
+180    * to <code>true</code>!
+181    *
+182    * @parameter property="project.build.testOutputDirectory"
+183    * @since 1.0.2
+184    */
+185   private String testOutputDirectory;
+186 
+187   /**
+188    * Skip execution
+189    * <p>
+190    * If set to <code>true</code>, the execution is skipped.
+191    * <p>
+192    * A skipped execution is signaled via the maven-property
+193    * <code>${hibernate.export.skipped}</code>.
+194    * <p>
+195    * The execution is skipped automatically, if no modified or newly added
+196    * annotated classes are found and the dialect was not changed.
+197    *
+198    * @parameter property="hibernate.skip" default-value="${maven.test.skip}"
+199    * @since 1.0
+200    */
+201   private boolean skip;
+202 
+203   /**
+204    * Force execution
+205    * <p>
+206    * Force execution, even if no modified or newly added annotated classes
+207    * where found and the dialect was not changed.
+208    * <p>
+209    * <code>skip</code> takes precedence over <code>force</code>.
+210    *
+211    * @parameter property="hibernate.export.force" default-value="false"
+212    * @since 1.0
+213    */
+214   private boolean force;
+215 
+216   /**
+217    * SQL-Driver name.
+218    *
+219    * @parameter property="hibernate.connection.driver_class"
+220    * @since 1.0
+221    */
+222   private String driverClassName;
+223 
+224   /**
+225    * Database URL.
+226    *
+227    * @parameter property="hibernate.connection.url"
+228    * @since 1.0
+229    */
+230   private String url;
+231 
+232   /**
+233    * Database username
+234    *
+235    * @parameter property="hibernate.connection.username"
+236    * @since 1.0
+237    */
+238   private String username;
+239 
+240   /**
+241    * Database password
+242    *
+243    * @parameter property="hibernate.connection.password"
+244    * @since 1.0
+245    */
+246   private String password;
+247 
+248   /**
+249    * Hibernate dialect.
+250    *
+251    * @parameter property="hibernate.dialect"
+252    * @since 1.0
+253    */
+254   private String hibernateDialect;
+255 
+256   /**
+257    * Hibernate Naming Strategy
+258    *
+259    * @parameter property="hibernate.ejb.naming_strategy"
+260    * @since 1.0.2
+261    */
+262   private String hibernateNamingStrategy;
+263 
+264   /**
+265    * Path to Hibernate properties file.
+266    * If this parameter is not set the plugin will try to load the configuration
+267    * from a file <code>hibernate.properties</code> on the classpath. The
+268    * test-classpath takes precedence.
+269    *
+270    * @parameter
+271    * @since 1.0
+272    */
+273   private String hibernateProperties;
+274 
+275   /**
+276    * Path to Hibernate configuration file (.cfg.xml).
+277    * Settings in this file will overwrite settings in the properties file.
+278    * If this parameter is not set the plugin will try to load the configuration
+279    * from a file <code>hibernate.cfg.xml</code> on the classpath. The
+280    * test-classpath takes precedence.
+281    *
+282    * @parameter
+283    * @since 1.1.0
+284    */
+285   private String hibernateConfig;
+286 
+287   /**
+288    * Name of the persistence-unit.
+289    * If there is only one persistence-unit available, that unit will be used
+290    * automatically.
+291    * Settings in this file will overwrite settings in the properties or the
+292    * configuration file.
+293    *
+294    * @parameter
+295    * @since 1.1.0
+296    */
+297   private String persistenceUnit;
+298 
+299   /**
+300    * List of Hibernate-Mapping-Files (XML).
+301    * Multiple files can be separated with white-spaces and/or commas.
+302    *
+303    * @parameter property="hibernate.mapping"
+304    * @since 1.0.2
+305    */
+306   private String hibernateMapping;
+307 
+308   /**
+309    * Target of execution:
+310    * <ul>
+311    *   <li><strong>NONE</strong> only export schema to SQL-script (forces execution, signals skip)</li>
+312    *   <li><strong>EXPORT</strong> create database (<strong>DEFAULT!</strong>). forces execution, signals skip)</li>
+313    *   <li><strong>SCRIPT</strong> export schema to SQL-script and print it to STDOUT</li>
+314    *   <li><strong>BOTH</strong></li>
+315    * </ul>
+316    *
+317    * A database connection is only needed for EXPORT and BOTH, but a
+318    * Hibernate-Dialect must always be chosen.
+319    *
+320    * @parameter property="hibernate.export.target" default-value="EXPORT"
+321    * @since 1.0
+322    */
+323   private String target;
+324 
+325   /**
+326    * Type of execution.
+327    * <ul>
+328    *   <li><strong>NONE</strong> do nothing - just validate the configuration</li>
+329    *   <li><strong>CREATE</strong> create database-schema</li>
+330    *   <li><strong>DROP</strong> drop database-schema</li>
+331    *   <li><strong>BOTH</strong> (<strong>DEFAULT!</strong>)</li>
+332    * </ul>
+333    *
+334    * If NONE is choosen, no databaseconnection is needed.
+335    *
+336    * @parameter property="hibernate.export.type" default-value="BOTH"
+337    * @since 1.0
+338    */
+339   private String type;
+340 
+341   /**
+342    * Output file.
+343    *
+344    * @parameter property="hibernate.export.schema.filename" default-value="${project.build.directory}/schema.sql"
+345    * @since 1.0
+346    */
+347   private String outputFile;
+348 
+349   /**
+350    * Delimiter in output-file.
+351    *
+352    * @parameter property="hibernate.export.schema.delimiter" default-value=";"
+353    * @since 1.0
+354    */
+355   private String delimiter;
+356 
+357   /**
+358    * Format output-file.
+359    *
+360    * @parameter property="hibernate.export.schema.format" default-value="true"
+361    * @since 1.0
+362    */
+363   private boolean format;
+364 
+365   /**
+366    * Generate envers schema for auditing tables.
+367    *
+368    * @parameter property="hibernate.export.envers" default-value="true"
+369    * @since 1.0.3
+370    */
+371   private boolean envers;
+372 
+373 
+374   @Override
+375   public void execute()
+376     throws
+377       MojoFailureException,
+378       MojoExecutionException
+379   {
+380     if (skip)
+381     {
+382       getLog().info("Execution of hibernate4-maven-plugin:export was skipped!");
+383       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+384       return;
+385     }
+386 
+387     Map<String,String> md5s;
+388     boolean modified = false;
+389     File saved = new File(buildDirectory + File.separator + MD5S);
+390 
+391     if (saved.isFile() && saved.length() > 0)
+392     {
+393       try
+394       {
+395         FileInputStream fis = new FileInputStream(saved);
+396         ObjectInputStream ois = new ObjectInputStream(fis);
+397         md5s = (HashMap<String,String>)ois.readObject();
+398         ois.close();
+399       }
+400       catch (Exception e)
+401       {
+402         md5s = new HashMap<String,String>();
+403         getLog().warn("Cannot read timestamps from saved: " + e);
+404       }
+405     }
+406     else
+407     {
+408       md5s = new HashMap<String,String>();
+409       try
+410       {
+411         saved.createNewFile();
+412       }
+413       catch (IOException e)
+414       {
+415         getLog().debug("Cannot create file \"" + saved.getPath() + "\" for timestamps: " + e);
+416       }
+417     }
+418 
+419     URLClassLoader classLoader = null;
+420     try
+421     {
+422       getLog().debug("Creating ClassLoader for project-dependencies...");
+423       List<String> classpathFiles = project.getCompileClasspathElements();
+424       if (scanTestClasses)
+425         classpathFiles.addAll(project.getTestClasspathElements());
+426       List<URL> urls = new LinkedList<URL>();
+427       File file;
+428       file = new File(testOutputDirectory);
+429       if (!file.exists())
+430       {
+431         getLog().info("creating test-output-directory: " + testOutputDirectory);
+432         file.mkdirs();
+433       }
+434       urls.add(file.toURI().toURL());
+435       file = new File(outputDirectory);
+436       if (!file.exists())
+437       {
+438         getLog().info("creating output-directory: " + outputDirectory);
+439         file.mkdirs();
+440       }
+441       urls.add(file.toURI().toURL());
+442       for (String pathElement : classpathFiles)
+443       {
+444         getLog().debug("Dependency: " + pathElement);
+445         urls.add(new File(pathElement).toURI().toURL());
+446       }
+447       classLoader =
+448           new URLClassLoader(
+449               urls.toArray(new URL[urls.size()]),
+450               getClass().getClassLoader()
+451               );
+452     }
+453     catch (Exception e)
+454     {
+455       getLog().error("Error while creating ClassLoader!", e);
+456       throw new MojoExecutionException(e.getMessage());
+457     }
+458 
+459     Set<Class<?>> classes =
+460         new TreeSet<Class<?>>(
+461             new Comparator<Class<?>>() {
+462               @Override
+463               public int compare(Class<?> a, Class<?> b)
+464               {
+465                 return a.getName().compareTo(b.getName());
+466               }
+467             }
+468           );
+469 
+470     try
+471     {
+472       AnnotationDB db = new AnnotationDB();
+473       File dir = new File(outputDirectory);
+474       if (dir.exists())
+475       {
+476         getLog().info("Scanning directory " + outputDirectory + " for annotated classes...");
+477         URL dirUrl = dir.toURI().toURL();
+478         db.scanArchives(dirUrl);
+479       }
+480       if (scanTestClasses)
+481       {
+482         dir = new File(testOutputDirectory);
+483         if (dir.exists())
+484         {
+485           getLog().info("Scanning directory " + testOutputDirectory + " for annotated classes...");
+486           URL dirUrl = dir.toURI().toURL();
+487           db.scanArchives(dirUrl);
+488         }
+489       }
+490       if (scanDependencies != null)
+491       {
+492         Matcher matcher = split.matcher(scanDependencies);
+493         while (matcher.find())
+494         {
+495           getLog().info("Scanning dependencies for scope " + matcher.group());
+496           for (Artifact artifact : project.getDependencyArtifacts())
+497           {
+498             if (!artifact.getScope().equalsIgnoreCase(matcher.group()))
+499               continue;
+500             if (artifact.getFile() == null)
+501             {
+502               getLog().warn(
+503                   "Cannot scan dependency " +
+504                   artifact.getId() +
+505                   ": no JAR-file available!"
+506                   );
+507               continue;
+508             }
+509             getLog().info(
+510                 "Scanning dependency " +
+511                 artifact.getId() +
+512                 " for annotated classes..."
+513                 );
+514             db.scanArchives(artifact.getFile().toURI().toURL());
+515           }
+516         }
+517       }
+518 
+519       Set<String> classNames = new HashSet<String>();
+520       if (db.getAnnotationIndex().containsKey(Entity.class.getName()))
+521         classNames.addAll(db.getAnnotationIndex().get(Entity.class.getName()));
+522       if (db.getAnnotationIndex().containsKey(MappedSuperclass.class.getName()))
+523         classNames.addAll(db.getAnnotationIndex().get(MappedSuperclass.class.getName()));
+524       if (db.getAnnotationIndex().containsKey(Embeddable.class.getName()))
+525         classNames.addAll(db.getAnnotationIndex().get(Embeddable.class.getName()));
+526 
+527       MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+528       for (String name : classNames)
+529       {
+530         Class<?> annotatedClass = classLoader.loadClass(name);
+531         classes.add(annotatedClass);
+532         String resourceName = annotatedClass.getName();
+533         resourceName = resourceName.substring(resourceName.lastIndexOf(".") + 1, resourceName.length()) + ".class";
+534         InputStream is =
+535             annotatedClass
+536                 .getResourceAsStream(resourceName);
+537         byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+538         int i;
+539         while((i = is.read(buffer)) > -1)
+540           digest.update(buffer, 0, i);
+541         is.close();
+542         byte[] bytes = digest.digest();
+543         BigInteger bi = new BigInteger(1, bytes);
+544         String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+545         String oldMd5 = !md5s.containsKey(name) ? "" : md5s.get(name);
+546         if (!newMd5.equals(oldMd5))
+547         {
+548           getLog().debug("Found new or modified annotated class: " + name);
+549           modified = true;
+550           md5s.put(name, newMd5);
+551         }
+552         else
+553         {
+554           getLog().debug(oldMd5 + " -> class unchanged: " + name);
+555         }
+556       }
+557     }
+558     catch (ClassNotFoundException e)
+559     {
+560       getLog().error("Error while adding annotated classes!", e);
+561       throw new MojoExecutionException(e.getMessage());
+562     }
+563     catch (Exception e)
+564     {
+565       getLog().error("Error while scanning!", e);
+566       throw new MojoFailureException(e.getMessage());
+567     }
+568 
+569 
+570     ValidationConfiguration config = new ValidationConfiguration();
+571     // Clear unused system-properties
+572     config.setProperties(new Properties());
+573 
+574 
+575     ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
+576     StandardServiceRegistryImpl registry = null;
+577     MavenLogAppender.startPluginLog(this);
+578 
+579     try
+580     {
+581       /**
+582        * Change class-loader of current thread, so that hibernate can
+583        * see all dependencies!
+584        */
+585       Thread.currentThread().setContextClassLoader(classLoader);
+586 
+587 
+588       /** Try to read configuration from properties-file */
+589       try
+590       {
+591         if (hibernateProperties == null)
+592         {
+593           URL url = classLoader.findResource("hibernate.properties");
+594           if (url == null)
+595           {
+596             getLog().info("No hibernate.properties on the classpath!");
+597           }
+598           else
+599           {
+600             getLog().info("Reading settings from hibernate.properties on the classpath.");
+601             Properties properties = new Properties();
+602             properties.load(url.openStream());
+603             config.setProperties(properties);
+604           }
+605         }
+606         else
+607         {
+608           File file = new File(hibernateProperties);
+609           if (file.exists())
+610           {
+611             getLog().info("Reading settings from file " + hibernateProperties + "...");
+612             Properties properties = new Properties();
+613             properties.load(new FileInputStream(file));
+614             config.setProperties(properties);
+615           }
+616           else
+617             getLog().info("No hibernate-properties-file found! (Checked path: " + hibernateProperties + ")");
+618         }
+619       }
+620       catch (IOException e)
+621       {
+622         getLog().error("Error while reading properties!", e);
+623         throw new MojoExecutionException(e.getMessage());
+624       }
+625 
+626       /** Try to read configuration from configuration-file */
+627       try
+628       {
+629         if (hibernateConfig == null)
+630         {
+631           URL url = classLoader.findResource("hibernate.cfg.xml");
+632           if (url == null)
+633           {
+634             getLog().info("No hibernate.cfg.xml on the classpath!");
+635           }
+636           else
+637           {
+638             getLog().info("Reading settings from hibernate.cfg.xml on the classpath.");
+639             config.configure(url);
+640           }
+641         }
+642         else
+643         {
+644           File file = new File(hibernateConfig);
+645           if (file.exists())
+646           {
+647             getLog().info("Reading configuration from file " + hibernateConfig + "...");
+648             config.configure(file);
+649           }
+650           else
+651             getLog().info("No hibernate-configuration-file found! (Checked path: " + hibernateConfig + ")");
+652         }
+653       }
+654       catch (Exception e)
+655       {
+656         getLog().error("Error while reading configuration!", e);
+657         throw new MojoExecutionException(e.getMessage());
+658       }
+659 
+660       ParsedPersistenceXmlDescriptor persistenceUnitDescriptor =
+661           getPersistenceUnitDescriptor(
+662               persistenceUnit,
+663               config.getProperties(),
+664               new MavenProjectClassLoaderService(classLoader)
+665               );
+666       if (persistenceUnitDescriptor != null)
+667         config.setProperties(persistenceUnitDescriptor.getProperties());
+668 
+669 
+670       /** Overwrite values from properties-file or set, if given */
+671 
+672       if (driverClassName != null)
+673       {
+674         if (config.getProperties().containsKey(DRIVER_CLASS))
+675           getLog().debug(
+676               "Overwriting property " +
+677               DRIVER_CLASS + "=" + config.getProperty(DRIVER_CLASS) +
+678               " with the value " + driverClassName
+679             );
+680         else
+681           getLog().debug("Using the value " + driverClassName);
+682         config.setProperty(DRIVER_CLASS, driverClassName);
+683       }
+684       if (config.getProperty(DRIVER_CLASS) == null)
+685       {
+686         String driver = config.getProperty(JPA_DRIVER);
+687         if (driver != null)
+688         {
+689           getLog().info(
+690               DRIVER_CLASS +
+691               " is not set. Borrow setting from " +
+692               JPA_DRIVER +
+693               ": " +
+694               driver);
+695           config.setProperty(DRIVER_CLASS, driver);
+696         }
+697       }
+698 
+699       if (url != null)
+700       {
+701         if (config.getProperties().containsKey(URL))
+702           getLog().debug(
+703               "Overwriting property " +
+704               URL + "=" + config.getProperty(URL) +
+705               " with the value " + url
+706             );
+707         else
+708           getLog().debug("Using the value " + url);
+709         config.setProperty(URL, url);
+710       }
+711       if (config.getProperty(URL) == null)
+712       {
+713         String url = config.getProperty(JPA_URL);
+714         if (url != null)
+715         {
+716           getLog().info(
+717               URL +
+718               " is not set. Borrow setting from " +
+719               JPA_URL +
+720               ": " +
+721               url);
+722           config.setProperty(URL, url);
+723         }
+724       }
+725 
+726       if (username != null)
+727       {
+728         if (config.getProperties().containsKey(USERNAME))
+729           getLog().debug(
+730               "Overwriting property " +
+731               USERNAME + "=" + config.getProperty(USERNAME) +
+732               " with the value " + username
+733             );
+734         else
+735           getLog().debug("Using the value " + username);
+736         config.setProperty(USERNAME, username);
+737       }
+738       if (config.getProperty(USERNAME) == null)
+739       {
+740         String username = config.getProperty(JPA_USERNAME);
+741         if (username != null)
+742         {
+743           getLog().info(
+744               USERNAME +
+745               " is not set. Borrow setting from " +
+746               JPA_USERNAME +
+747               ": " +
+748               username);
+749           config.setProperty(USERNAME, username);
+750         }
+751       }
+752 
+753       if (password != null)
+754       {
+755         if (config.getProperties().containsKey(PASSWORD))
+756           getLog().debug(
+757               "Overwriting property " +
+758               PASSWORD + "=" + config.getProperty(PASSWORD) +
+759               " with value " + password
+760             );
+761         else
+762           getLog().debug("Using value " + password + " for property " + PASSWORD);
+763         config.setProperty(PASSWORD, password);
+764       }
+765       if (config.getProperty(PASSWORD) == null)
+766       {
+767         String password = config.getProperty(JPA_PASSWORD);
+768         if (password != null)
+769         {
+770           getLog().info(
+771               PASSWORD +
+772               " is not set. Borrow setting from " +
+773               JPA_PASSWORD +
+774               ": " +
+775               password);
+776           config.setProperty(PASSWORD, password);
+777         }
+778       }
+779 
+780       if (hibernateDialect != null)
+781       {
+782         if (config.getProperties().containsKey(DIALECT))
+783           getLog().debug(
+784               "Overwriting property " +
+785               DIALECT + "=" + config.getProperty(DIALECT) +
+786               " with value " + hibernateDialect
+787             );
+788         else
+789           getLog().debug(
+790               "Using value " + hibernateDialect + " for property " + DIALECT
+791               );
+792         config.setProperty(DIALECT, hibernateDialect);
+793       }
+794 
+795       if ( hibernateNamingStrategy != null )
+796       {
+797         if ( config.getProperties().contains(NAMING_STRATEGY))
+798           getLog().debug(
+799               "Overwriting property " +
+800               NAMING_STRATEGY + "=" + config.getProperty(NAMING_STRATEGY) +
+801               " with value " + hibernateNamingStrategy
+802              );
+803         else
+804           getLog().debug(
+805               "Using value " + hibernateNamingStrategy + " for property " +
+806               NAMING_STRATEGY
+807               );
+808         config.setProperty(NAMING_STRATEGY, hibernateNamingStrategy);
+809       }
+810 
+811       /** The generated SQL varies with the dialect! */
+812       if (md5s.containsKey(DIALECT))
+813       {
+814         String dialect = config.getProperty(DIALECT);
+815         if (md5s.get(DIALECT).equals(dialect))
+816           getLog().debug("SQL-dialect unchanged.");
+817         else
+818         {
+819           modified = true;
+820           if (dialect == null)
+821           {
+822             getLog().debug("SQL-dialect was unset.");
+823             md5s.remove(DIALECT);
+824           }
+825           else
+826           {
+827             getLog().debug("SQL-dialect changed: " + dialect);
+828             md5s.put(DIALECT, dialect);
+829           }
+830         }
+831       }
+832       else
+833       {
+834         String dialect = config.getProperty(DIALECT);
+835         if (dialect != null)
+836         {
+837           modified = true;
+838           md5s.put(DIALECT, config.getProperty(DIALECT));
+839         }
+840       }
+841 
+842       /** The generated SQL varies with the envers-configuration */
+843       if (md5s.get(ENVERS) != null)
+844       {
+845         if (md5s.get(ENVERS).equals(Boolean.toString(envers)))
+846           getLog().debug("Envers-Configuration unchanged. Enabled: " + envers);
+847         else
+848         {
+849           getLog().debug("Envers-Configuration changed. Enabled: " + envers);
+850           modified = true;
+851           md5s.put(ENVERS, Boolean.toString(envers));
+852         }
+853       }
+854       else
+855       {
+856         modified = true;
+857         md5s.put(ENVERS, Boolean.toString(envers));
+858       }
+859 
+860       if (config.getProperties().isEmpty())
+861       {
+862         getLog().error("No properties set!");
+863         throw new MojoFailureException("Hibernate configuration is missing!");
+864       }
+865 
+866       getLog().info("Gathered hibernate-configuration (turn on debugging for details):");
+867       for (Entry<Object,Object> entry : config.getProperties().entrySet())
+868         getLog().info("  " + entry.getKey() + " = " + entry.getValue());
+869 
+870 
+871       getLog().debug("Adding explicitly configured mappings...");
+872       if (hibernateMapping != null)
+873       {
+874         try
+875         {
+876           MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+877           for (String filename : hibernateMapping.split("[\\s,]+"))
+878           {
+879             // First try the filename as absolute/relative path
+880             File file = new File(filename);
+881             if (!file.exists())
+882             {
+883               // If the file was not found, search for it in the resource-directories
+884               for (Resource resource : project.getResources())
+885               {
+886                 file = new File(resource.getDirectory() + File.separator + filename);
+887                 if (file.exists())
+888                   break;
+889               }
+890             }
+891             if (file != null && file.exists())
+892             {
+893               InputStream is = new FileInputStream(file);
+894               byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+895               int i;
+896               while((i = is.read(buffer)) > -1)
+897                 digest.update(buffer, 0, i);
+898               is.close();
+899               byte[] bytes = digest.digest();
+900               BigInteger bi = new BigInteger(1, bytes);
+901               String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+902               String oldMd5 = !md5s.containsKey(filename) ? "" : md5s.get(filename);
+903               if (!newMd5.equals(oldMd5))
+904               {
+905                 getLog().debug("Found new or modified mapping-file: " + filename);
+906                 modified = true;
+907                 md5s.put(filename, newMd5);
+908               }
+909               else
+910               {
+911                 getLog().debug(oldMd5 + " -> mapping-file unchanged: " + filename);
+912               }
+913               getLog().debug("Adding mappings from XML-configurationfile: " + file);
+914               config.addFile(file);
+915             }
+916             else
+917               throw new MojoFailureException("File " + filename + " could not be found in any of the configured resource-directories!");
+918           }
+919         }
+920         catch (NoSuchAlgorithmException e)
+921         {
+922           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+923         }
+924         catch (FileNotFoundException e)
+925         {
+926           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+927         }
+928         catch (IOException e)
+929         {
+930           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+931         }
+932       }
+933 
+934       getLog().debug("Adding annotated classes to hibernate-mapping-configuration...");
+935       // build annotated packages
+936       Set<String> packages = new HashSet<String>();
+937       for (Class<?> annotatedClass : classes)
+938       {
+939         String packageName = annotatedClass.getPackage().getName();
+940         if (!packages.contains(packageName))
+941         {
+942           getLog().debug("Add package " + packageName);
+943           packages.add(packageName);
+944           config.addPackage(packageName);
+945           getLog().debug("type definintions" + config.getTypeDefs());
+946         }
+947         getLog().debug("Class " + annotatedClass);
+948         config.addAnnotatedClass(annotatedClass);
+949       }
+950 
+951       Target target = null;
+952       try
+953       {
+954         target = Target.valueOf(this.target.toUpperCase());
+955       }
+956       catch (IllegalArgumentException e)
+957       {
+958         getLog().error("Invalid value for configuration-option \"target\": " + this.target);
+959         getLog().error("Valid values are: NONE, SCRIPT, EXPORT, BOTH");
+960         throw new MojoExecutionException("Invalid value for configuration-option \"target\"");
+961       }
+962       Type type = null;
+963       try
+964       {
+965         type = Type.valueOf(this.type.toUpperCase());
+966       }
+967       catch (IllegalArgumentException e)
+968       {
+969         getLog().error("Invalid value for configuration-option \"type\": " + this.type);
+970         getLog().error("Valid values are: NONE, CREATE, DROP, BOTH");
+971         throw new MojoExecutionException("Invalid value for configuration-option \"type\"");
+972       }
+973 
+974 
+975       if (config.getProperty(DIALECT) == null)
+976         throw new MojoFailureException("hibernate-dialect must be set!");
+977 
+978 
+979       if (target.equals(Target.SCRIPT) || target.equals(Target.NONE))
+980       {
+981         project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+982       }
+983       if (
+984           !modified
+985           && !target.equals(Target.SCRIPT)
+986           && !target.equals(Target.NONE)
+987           && !force
+988         )
+989       {
+990         getLog().info("No modified annotated classes or mapping-files found and dialect unchanged.");
+991         getLog().info("Skipping schema generation!");
+992         project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+993         return;
+994       }
+995 
+996 
+997       if ( config.getProperties().containsKey(NAMING_STRATEGY))
+998       {
+999         String namingStrategy = config.getProperty(NAMING_STRATEGY);
+1000         getLog().debug("Explicitly set NamingStrategy: " + namingStrategy);
+1001         try
+1002         {
+1003           @SuppressWarnings("unchecked")
+1004           Class<NamingStrategy> namingStrategyClass = (Class<NamingStrategy>) Class.forName(namingStrategy);
+1005           config.setNamingStrategy(namingStrategyClass.newInstance());
+1006         }
+1007         catch (Exception e)
+1008         {
+1009           getLog().error("Error setting NamingStrategy", e);
+1010           throw new MojoExecutionException(e.getMessage());
+1011         }
+1012       }
+1013 
+1014 
+1015       Environment.verifyProperties(config.getProperties());
+1016       ConfigurationHelper.resolvePlaceHolders(config.getProperties());
+1017       registry =
+1018           (StandardServiceRegistryImpl)
+1019           new StandardServiceRegistryBuilder()
+1020               .applySettings(config.getProperties())
+1021               .build();
+1022 
+1023       config.buildMappings();
+1024 
+1025       if (envers)
+1026       {
+1027         getLog().info("Automatic auditing via hibernate-envers enabled!");
+1028         AuditConfiguration.getFor(config);
+1029       }
+1030 
+1031       SchemaExport export = new SchemaExport(registry, config);
+1032       export.setDelimiter(delimiter);
+1033       export.setFormat(format);
+1034 
+1035       File outF = new File(outputFile);
+1036 
+1037       if (!outF.isAbsolute())
+1038       {
+1039         // Interpret relative file path relative to build directory
+1040         outF = new File(buildDirectory, outputFile);
+1041         getLog().info("Adjusted relative path, resulting path is " + outF.getPath());
+1042       }
+1043 
+1044       // Ensure that directory path for specified file exists
+1045       File outFileParentDir = outF.getParentFile();
+1046       if (null != outFileParentDir && !outFileParentDir.exists())
+1047       {
+1048         try
+1049         {
+1050           getLog().info("Creating directory path for output file:" + outFileParentDir.getPath());
+1051           outFileParentDir.mkdirs();
+1052         }
+1053         catch (Exception e)
+1054         {
+1055           getLog().error("Error creating directory path for output file: " + e.getLocalizedMessage());
+1056         }
+1057       }
+1058 
+1059       export.setOutputFile(outF.getPath());
+1060       export.execute(target, type);
+1061 
+1062       for (Object exception : export.getExceptions())
+1063         getLog().debug(exception.toString());
+1064     }
+1065     finally
+1066     {
+1067       /** Stop Log-Capturing */
+1068       MavenLogAppender.endPluginLog(this);
+1069 
+1070       /** Restore the old class-loader (TODO: is this really necessary?) */
+1071       Thread.currentThread().setContextClassLoader(contextClassLoader);
+1072 
+1073       if (registry != null)
+1074         registry.destroy();
+1075     }
+1076 
+1077     /** Write md5-sums for annotated classes to file */
+1078     try
+1079     {
+1080       FileOutputStream fos = new FileOutputStream(saved);
+1081       ObjectOutputStream oos = new ObjectOutputStream(fos);
+1082       oos.writeObject(md5s);
+1083       oos.close();
+1084       fos.close();
+1085     }
+1086     catch (Exception e)
+1087     {
+1088       getLog().error("Cannot write md5-sums to file: " + e);
+1089     }
+1090   }
+1091 
+1092   private ParsedPersistenceXmlDescriptor getPersistenceUnitDescriptor(
+1093       String name,
+1094       Properties properties,
+1095       ClassLoaderService loader
+1096       )
+1097       throws
+1098         MojoFailureException
+1099   {
+1100     PersistenceXmlParser parser =
+1101         new PersistenceXmlParser(
+1102             loader,
+1103             PersistenceUnitTransactionType.RESOURCE_LOCAL
+1104              );
+1105 
+1106     List<ParsedPersistenceXmlDescriptor> units = parser.doResolve(properties);
+1107 
+1108     if (name == null)
+1109     {
+1110       switch (units.size())
+1111       {
+1112         case 0:
+1113           getLog().info("Found no META-INF/persistence.xml.");
+1114           return null;
+1115         case 1:
+1116           getLog().info("Using persistence-unit " + units.get(0).getName());
+1117           return units.get(0);
+1118         default:
+1119           getLog().warn("No name provided and multiple persistence units found:");
+1120           for (ParsedPersistenceXmlDescriptor unit : units)
+1121             getLog().warn(" - " + unit.getName());
+1122           return null;
+1123       }
+1124 
+1125     }
+1126 
+1127     for (ParsedPersistenceXmlDescriptor unit : units)
+1128     {
+1129       getLog().debug("Found persistence-unit " + unit.getName());
+1130       if (!unit.getName().equals(name))
+1131         continue;
+1132 
+1133       // See if we (Hibernate) are the persistence provider
+1134       if (!ProviderChecker.isProvider(unit, properties))
+1135       {
+1136         getLog().debug("Wrong provider: " + unit.getProviderClassName());
+1137         continue;
+1138       }
+1139 
+1140       getLog().info("Using persistence-unit " + unit.getName());
+1141       return unit;
+1142     }
+1143 
+1144     throw new MojoFailureException("Could not find persistence-unit " + name);
+1145   }
+1146 
+1147 
+1148   static final class MavenProjectClassLoaderService implements ClassLoaderService
+1149   {
+1150     final private ClassLoader loader;
+1151 
+1152 
+1153     public MavenProjectClassLoaderService(ClassLoader loader)
+1154     {
+1155       this.loader = loader;
+1156     }
+1157 
+1158 
+1159     @Override
+1160     public <T> Class<T> classForName(String name)
+1161     {
+1162       try
+1163       {
+1164         return (Class<T>)loader.loadClass(name);
+1165       }
+1166       catch (ClassNotFoundException e)
+1167       {
+1168         throw new ClassLoadingException( "Unable to load class [" + name + "]", e );
+1169       }
+1170     }
+1171 
+1172     @Override
+1173     public URL locateResource(String name)
+1174     {
+1175       return loader.getResource(name);
+1176     }
+1177 
+1178     @Override
+1179     public InputStream locateResourceStream(String name)
+1180     {
+1181       return loader.getResourceAsStream(name);
+1182     }
+1183 
+1184     @Override
+1185     public List<URL> locateResources(String name)
+1186     {
+1187       try
+1188       {
+1189         return Collections.list(loader.getResources(name));
+1190       }
+1191       catch (IOException e)
+1192       {
+1193         return Collections.EMPTY_LIST;
+1194       }
+1195     }
+1196 
+1197     @Override
+1198     public <S> LinkedHashSet<S> loadJavaServices(Class<S> serviceContract)
+1199     {
+1200       throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
+1201     }
+1202 
+1203     @Override
+1204     public void stop() { }
+1205 
+1206   }
+1207 
+1208 
+1209   /**
+1210    * Needed, because DriverManager won't pick up drivers, that were not
+1211    * loaded by the system-classloader!
+1212    * See:
+1213    * http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-location
+1214    */
+1215   static final class DriverProxy implements Driver
+1216   {
+1217     private final Driver target;
+1218 
+1219     DriverProxy(Driver target)
+1220     {
+1221       if (target == null)
+1222         throw new NullPointerException();
+1223       this.target = target;
+1224     }
+1225 
+1226     public java.sql.Driver getTarget()
+1227     {
+1228       return target;
+1229     }
+1230 
+1231     @Override
+1232     public boolean acceptsURL(String url) throws SQLException
+1233     {
+1234       return target.acceptsURL(url);
+1235     }
+1236 
+1237     @Override
+1238     public java.sql.Connection connect(
+1239         String url,
+1240         java.util.Properties info
+1241       )
+1242       throws
+1243         SQLException
+1244     {
+1245       return target.connect(url, info);
+1246     }
+1247 
+1248     @Override
+1249     public int getMajorVersion()
+1250     {
+1251       return target.getMajorVersion();
+1252     }
+1253 
+1254     @Override
+1255     public int getMinorVersion()
+1256     {
+1257       return target.getMinorVersion();
+1258     }
+1259 
+1260     @Override
+1261     public DriverPropertyInfo[] getPropertyInfo(
+1262         String url,
+1263         Properties info
+1264       )
+1265       throws
+1266         SQLException
+1267     {
+1268       return target.getPropertyInfo(url, info);
+1269     }
+1270 
+1271     @Override
+1272     public boolean jdbcCompliant()
+1273     {
+1274       return target.jdbcCompliant();
+1275     }
+1276 
+1277     /**
+1278      * This Method cannot be annotated with @Override, becaus the plugin
+1279      * will not compile then under Java 1.6!
+1280      */
+1281     public Logger getParentLogger() throws SQLFeatureNotSupportedException
+1282     {
+1283       throw new SQLFeatureNotSupportedException("Not supported, for backward-compatibility with Java 1.6");
+1284     }
+1285 
+1286     @Override
+1287     public String toString()
+1288     {
+1289       return "Proxy: " + target;
+1290     }
+1291 
+1292     @Override
+1293     public int hashCode()
+1294     {
+1295       return target.hashCode();
+1296     }
+1297 
+1298     @Override
+1299     public boolean equals(Object obj)
+1300     {
+1301       if (!(obj instanceof DriverProxy))
+1302         return false;
+1303       DriverProxy other = (DriverProxy) obj;
+1304       return this.target.equals(other.target);
+1305     }
+1306   }
+1307 }
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/HelpMojo.html b/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..ecdca163 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,467 @@ + + + +HelpMojo xref + + + +
+1   
+2   package de.juplo.plugins.hibernate4;
+3   
+4   import org.apache.maven.plugin.AbstractMojo;
+5   import org.apache.maven.plugin.MojoExecutionException;
+6   
+7   import org.w3c.dom.Document;
+8   import org.w3c.dom.Element;
+9   import org.w3c.dom.Node;
+10  import org.w3c.dom.NodeList;
+11  import org.xml.sax.SAXException;
+12  
+13  import javax.xml.parsers.DocumentBuilder;
+14  import javax.xml.parsers.DocumentBuilderFactory;
+15  import javax.xml.parsers.ParserConfigurationException;
+16  import java.io.IOException;
+17  import java.io.InputStream;
+18  import java.util.ArrayList;
+19  import java.util.List;
+20  
+21  /**
+22   * Display help information on hibernate4-maven-plugin.<br>
+23   * Call <code>mvn hibernate4:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
+24   * @author maven-plugin-tools
+25   * @goal help
+26   * @requiresProject false
+27   * @threadSafe
+28   */
+29  public class HelpMojo
+30      extends AbstractMojo
+31  {
+32      /**
+33       * If <code>true</code>, display all settable properties for each goal.
+34       *
+35       * @parameter property="detail" default-value="false"
+36       */
+37      private boolean detail;
+38  
+39      /**
+40       * The name of the goal for which to show help. If unspecified, all goals will be displayed.
+41       *
+42       * @parameter property="goal"
+43       */
+44      private java.lang.String goal;
+45  
+46      /**
+47       * The maximum length of a display line, should be positive.
+48       *
+49       * @parameter property="lineLength" default-value="80"
+50       */
+51      private int lineLength;
+52  
+53      /**
+54       * The number of spaces per indentation level, should be positive.
+55       *
+56       * @parameter property="indentSize" default-value="2"
+57       */
+58      private int indentSize;
+59  
+60      // groupId/artifactId/plugin-help.xml
+61      private static final String PLUGIN_HELP_PATH =
+62                      "/META-INF/maven/de.juplo/hibernate4-maven-plugin/plugin-help.xml";
+63  
+64      private static final int DEFAULT_LINE_LENGTH = 80;
+65  
+66      private Document build()
+67          throws MojoExecutionException
+68      {
+69          getLog().debug( "load plugin-help.xml: " + PLUGIN_HELP_PATH );
+70          InputStream is = null;
+71          try
+72          {
+73              is = getClass().getResourceAsStream( PLUGIN_HELP_PATH );
+74              DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
+75              DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
+76              return dBuilder.parse( is );
+77          }
+78          catch ( IOException e )
+79          {
+80              throw new MojoExecutionException( e.getMessage(), e );
+81          }
+82          catch ( ParserConfigurationException e )
+83          {
+84              throw new MojoExecutionException( e.getMessage(), e );
+85          }
+86          catch ( SAXException e )
+87          {
+88              throw new MojoExecutionException( e.getMessage(), e );
+89          }
+90          finally
+91          {
+92              if ( is != null )
+93              {
+94                  try
+95                  {
+96                      is.close();
+97                  }
+98                  catch ( IOException e )
+99                  {
+100                     throw new MojoExecutionException( e.getMessage(), e );
+101                 }
+102             }
+103         }
+104     }
+105 
+106     /**
+107      * {@inheritDoc}
+108      */
+109     public void execute()
+110         throws MojoExecutionException
+111     {
+112         if ( lineLength <= 0 )
+113         {
+114             getLog().warn( "The parameter 'lineLength' should be positive, using '80' as default." );
+115             lineLength = DEFAULT_LINE_LENGTH;
+116         }
+117         if ( indentSize <= 0 )
+118         {
+119             getLog().warn( "The parameter 'indentSize' should be positive, using '2' as default." );
+120             indentSize = 2;
+121         }
+122 
+123         Document doc = build();
+124 
+125         StringBuilder sb = new StringBuilder();
+126         Node plugin = getSingleChild( doc, "plugin" );
+127 
+128 
+129         String name = getValue( plugin, "name" );
+130         String version = getValue( plugin, "version" );
+131         String id = getValue( plugin, "groupId" ) + ":" + getValue( plugin, "artifactId" ) + ":" + version;
+132         if ( isNotEmpty( name ) && !name.contains( id ) )
+133         {
+134             append( sb, name + " " + version, 0 );
+135         }
+136         else
+137         {
+138             if ( isNotEmpty( name ) )
+139             {
+140                 append( sb, name, 0 );
+141             }
+142             else
+143             {
+144                 append( sb, id, 0 );
+145             }
+146         }
+147         append( sb, getValue( plugin, "description" ), 1 );
+148         append( sb, "", 0 );
+149 
+150         //<goalPrefix>plugin</goalPrefix>
+151         String goalPrefix = getValue( plugin, "goalPrefix" );
+152 
+153         Node mojos1 = getSingleChild( plugin, "mojos" );
+154 
+155         List<Node> mojos = findNamedChild( mojos1, "mojo" );
+156 
+157         if ( goal == null || goal.length() <= 0 )
+158         {
+159             append( sb, "This plugin has " + mojos.size() + ( mojos.size() > 1 ? " goals:" : " goal:" ), 0 );
+160             append( sb, "", 0 );
+161         }
+162 
+163         for ( Node mojo : mojos )
+164         {
+165             writeGoal( sb, goalPrefix, (Element) mojo );
+166         }
+167 
+168         if ( getLog().isInfoEnabled() )
+169         {
+170             getLog().info( sb.toString() );
+171         }
+172     }
+173 
+174 
+175     private static boolean isNotEmpty( String string )
+176     {
+177         return string != null && string.length() > 0;
+178     }
+179 
+180     private String getValue( Node node, String elementName )
+181         throws MojoExecutionException
+182     {
+183         return getSingleChild( node, elementName ).getTextContent();
+184     }
+185 
+186     private Node getSingleChild( Node node, String elementName )
+187         throws MojoExecutionException
+188     {
+189         List<Node> namedChild = findNamedChild( node, elementName );
+190         if ( namedChild.isEmpty() )
+191         {
+192             throw new MojoExecutionException( "Could not find " + elementName + " in plugin-help.xml" );
+193         }
+194         if ( namedChild.size() > 1 )
+195         {
+196             throw new MojoExecutionException( "Multiple " + elementName + " in plugin-help.xml" );
+197         }
+198         return namedChild.get( 0 );
+199     }
+200 
+201     private List<Node> findNamedChild( Node node, String elementName )
+202     {
+203         List<Node> result = new ArrayList<Node>();
+204         NodeList childNodes = node.getChildNodes();
+205         for ( int i = 0; i < childNodes.getLength(); i++ )
+206         {
+207             Node item = childNodes.item( i );
+208             if ( elementName.equals( item.getNodeName() ) )
+209             {
+210                 result.add( item );
+211             }
+212         }
+213         return result;
+214     }
+215 
+216     private Node findSingleChild( Node node, String elementName )
+217         throws MojoExecutionException
+218     {
+219         List<Node> elementsByTagName = findNamedChild( node, elementName );
+220         if ( elementsByTagName.isEmpty() )
+221         {
+222             return null;
+223         }
+224         if ( elementsByTagName.size() > 1 )
+225         {
+226             throw new MojoExecutionException( "Multiple " + elementName + "in plugin-help.xml" );
+227         }
+228         return elementsByTagName.get( 0 );
+229     }
+230 
+231     private void writeGoal( StringBuilder sb, String goalPrefix, Element mojo )
+232         throws MojoExecutionException
+233     {
+234         String mojoGoal = getValue( mojo, "goal" );
+235         Node configurationElement = findSingleChild( mojo, "configuration" );
+236         Node description = findSingleChild( mojo, "description" );
+237         if ( goal == null || goal.length() <= 0 || mojoGoal.equals( goal ) )
+238         {
+239             append( sb, goalPrefix + ":" + mojoGoal, 0 );
+240             Node deprecated = findSingleChild( mojo, "deprecated" );
+241             if ( ( deprecated != null ) && isNotEmpty( deprecated.getTextContent() ) )
+242             {
+243                 append( sb, "Deprecated. " + deprecated.getTextContent(), 1 );
+244                 if ( detail && description != null )
+245                 {
+246                     append( sb, "", 0 );
+247                     append( sb, description.getTextContent(), 1 );
+248                 }
+249             }
+250             else if ( description != null )
+251             {
+252                 append( sb, description.getTextContent(), 1 );
+253             }
+254             append( sb, "", 0 );
+255 
+256             if ( detail )
+257             {
+258                 Node parametersNode = getSingleChild( mojo, "parameters" );
+259                 List<Node> parameters = findNamedChild( parametersNode, "parameter" );
+260                 append( sb, "Available parameters:", 1 );
+261                 append( sb, "", 0 );
+262 
+263                 for ( Node parameter : parameters )
+264                 {
+265                     writeParameter( sb, parameter, configurationElement );
+266                 }
+267             }
+268         }
+269     }
+270 
+271     private void writeParameter( StringBuilder sb, Node parameter, Node configurationElement )
+272         throws MojoExecutionException
+273     {
+274         String parameterName = getValue( parameter, "name" );
+275         String parameterDescription = getValue( parameter, "description" );
+276 
+277         Element fieldConfigurationElement = (Element) findSingleChild( configurationElement, parameterName );
+278 
+279         String parameterDefaultValue = "";
+280         if ( fieldConfigurationElement != null && fieldConfigurationElement.hasAttribute( "default-value" ) )
+281         {
+282             parameterDefaultValue = " (Default: " + fieldConfigurationElement.getAttribute( "default-value" ) + ")";
+283         }
+284         append( sb, parameterName + parameterDefaultValue, 2 );
+285         Node deprecated = findSingleChild( parameter, "deprecated" );
+286         if ( ( deprecated != null ) && isNotEmpty( deprecated.getTextContent() ) )
+287         {
+288             append( sb, "Deprecated. " + deprecated.getTextContent(), 3 );
+289             append( sb, "", 0 );
+290         }
+291         append( sb, parameterDescription, 3 );
+292         if ( "true".equals( getValue( parameter, "required" ) ) )
+293         {
+294             append( sb, "Required: Yes", 3 );
+295         }
+296         if ( ( fieldConfigurationElement != null ) && isNotEmpty( fieldConfigurationElement.getTextContent() ) )
+297         {
+298             String property = getPropertyFromExpression( fieldConfigurationElement.getTextContent() );
+299             append( sb, "User property: " + property, 3 );
+300         }
+301 
+302         append( sb, "", 0 );
+303     }
+304 
+305     /**
+306      * <p>Repeat a String <code>n</code> times to form a new string.</p>
+307      *
+308      * @param str    String to repeat
+309      * @param repeat number of times to repeat str
+310      * @return String with repeated String
+311      * @throws NegativeArraySizeException if <code>repeat < 0</code>
+312      * @throws NullPointerException       if str is <code>null</code>
+313      */
+314     private static String repeat( String str, int repeat )
+315     {
+316         StringBuilder buffer = new StringBuilder( repeat * str.length() );
+317 
+318         for ( int i = 0; i < repeat; i++ )
+319         {
+320             buffer.append( str );
+321         }
+322 
+323         return buffer.toString();
+324     }
+325 
+326     /**
+327      * Append a description to the buffer by respecting the indentSize and lineLength parameters.
+328      * <b>Note</b>: The last character is always a new line.
+329      *
+330      * @param sb          The buffer to append the description, not <code>null</code>.
+331      * @param description The description, not <code>null</code>.
+332      * @param indent      The base indentation level of each line, must not be negative.
+333      */
+334     private void append( StringBuilder sb, String description, int indent )
+335     {
+336         for ( String line : toLines( description, indent, indentSize, lineLength ) )
+337         {
+338             sb.append( line ).append( '\n' );
+339         }
+340     }
+341 
+342     /**
+343      * Splits the specified text into lines of convenient display length.
+344      *
+345      * @param text       The text to split into lines, must not be <code>null</code>.
+346      * @param indent     The base indentation level of each line, must not be negative.
+347      * @param indentSize The size of each indentation, must not be negative.
+348      * @param lineLength The length of the line, must not be negative.
+349      * @return The sequence of display lines, never <code>null</code>.
+350      * @throws NegativeArraySizeException if <code>indent < 0</code>
+351      */
+352     private static List<String> toLines( String text, int indent, int indentSize, int lineLength )
+353     {
+354         List<String> lines = new ArrayList<String>();
+355 
+356         String ind = repeat( "\t", indent );
+357 
+358         String[] plainLines = text.split( "(\r\n)|(\r)|(\n)" );
+359 
+360         for ( String plainLine : plainLines )
+361         {
+362             toLines( lines, ind + plainLine, indentSize, lineLength );
+363         }
+364 
+365         return lines;
+366     }
+367 
+368     /**
+369      * Adds the specified line to the output sequence, performing line wrapping if necessary.
+370      *
+371      * @param lines      The sequence of display lines, must not be <code>null</code>.
+372      * @param line       The line to add, must not be <code>null</code>.
+373      * @param indentSize The size of each indentation, must not be negative.
+374      * @param lineLength The length of the line, must not be negative.
+375      */
+376     private static void toLines( List<String> lines, String line, int indentSize, int lineLength )
+377     {
+378         int lineIndent = getIndentLevel( line );
+379         StringBuilder buf = new StringBuilder( 256 );
+380 
+381         String[] tokens = line.split( " +" );
+382 
+383         for ( String token : tokens )
+384         {
+385             if ( buf.length() > 0 )
+386             {
+387                 if ( buf.length() + token.length() >= lineLength )
+388                 {
+389                     lines.add( buf.toString() );
+390                     buf.setLength( 0 );
+391                     buf.append( repeat( " ", lineIndent * indentSize ) );
+392                 }
+393                 else
+394                 {
+395                     buf.append( ' ' );
+396                 }
+397             }
+398 
+399             for ( int j = 0; j < token.length(); j++ )
+400             {
+401                 char c = token.charAt( j );
+402                 if ( c == '\t' )
+403                 {
+404                     buf.append( repeat( " ", indentSize - buf.length() % indentSize ) );
+405                 }
+406                 else if ( c == '\u00A0' )
+407                 {
+408                     buf.append( ' ' );
+409                 }
+410                 else
+411                 {
+412                     buf.append( c );
+413                 }
+414             }
+415         }
+416         lines.add( buf.toString() );
+417     }
+418 
+419     /**
+420      * Gets the indentation level of the specified line.
+421      *
+422      * @param line The line whose indentation level should be retrieved, must not be <code>null</code>.
+423      * @return The indentation level of the line.
+424      */
+425     private static int getIndentLevel( String line )
+426     {
+427         int level = 0;
+428         for ( int i = 0; i < line.length() && line.charAt( i ) == '\t'; i++ )
+429         {
+430             level++;
+431         }
+432         for ( int i = level + 1; i <= level + 4 && i < line.length(); i++ )
+433         {
+434             if ( line.charAt( i ) == '\t' )
+435             {
+436                 level++;
+437                 break;
+438             }
+439         }
+440         return level;
+441     }
+442     
+443     private String getPropertyFromExpression( String expression )
+444     {
+445         if ( expression != null && expression.startsWith( "${" ) && expression.endsWith( "}" )
+446             && !expression.substring( 2 ).contains( "${" ) )
+447         {
+448             // expression="${xxx}" -> property="xxx"
+449             return expression.substring( 2, expression.length() - 1 );
+450         }
+451         // no property can be extracted
+452         return null;
+453     }
+454 }
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..47c4aef3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,67 @@ + + + +ValidationConfiguration xref + + + +
+1   package de.juplo.plugins.hibernate4;
+2   
+3   import javax.validation.Validation;
+4   
+5   import org.hibernate.cfg.Configuration;
+6   import org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor;
+7   import org.hibernate.dialect.Dialect;
+8   import org.hibernate.metamodel.source.MappingException;
+9   
+10  
+11  /**
+12   * This integration is usually performed by BeanValidationIntegrator.
+13   * Unfortunately, that integration will only be activated upon
+14   * initialization of the ServiceRegistry, which initializes
+15   * DatasourceConnectionProviderImpl, which looks up the datasource,
+16   * which requires a JNDI context ...
+17   * We therefore reimplement the relevant parts of BeanValidatorIntegrator.
+18   * Since that must occur after secondPassCompile(), which is invoked by
+19   * Configuration.generateSchemaCreationScript, which is invoked by
+20   * SchemaExport, some fancy subclassing is needed to invoke the integration
+21   * at the right time.
+22   * @author Mark Robinson <mark@mrobinson.ca>
+23   * @author Frank Schimmel <frank.schimmel@cm4all.com>
+24   */
+25  public class ValidationConfiguration extends Configuration
+26  {
+27    private static final long serialVersionUID = 1L;
+28  
+29  
+30    @Override
+31    protected void secondPassCompile() throws MappingException
+32    {
+33      super.secondPassCompile();
+34  
+35      try
+36      {
+37        TypeSafeActivatorAccessor.applyRelationalConstraints(
+38            Validation.buildDefaultValidatorFactory(),
+39            classes.values(),
+40            getProperties(),
+41            ((Class<Dialect>)Class.forName(getProperty(Hbm2DdlMojo.DIALECT))).newInstance()
+42            );
+43      }
+44      catch (Exception e)
+45      {
+46        throw new RuntimeException(e);
+47      }
+48    }
+49  
+50    public String getTypeDefs()
+51    {
+52      return typeDefs.entrySet().toString();
+53    }
+54  }
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..18711e10 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,36 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference Package de.juplo.plugins.hibernate4 + + + + +

+ de.juplo.plugins.hibernate4 +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..846d1c7c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,89 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference Package de.juplo.plugins.hibernate4 + + + +
+ +
+
+ +
+ +

Package de.juplo.plugins.hibernate4

+ + + + + + + + + + + + + + + + + + + + + + + + +
Class Summary
+ DriverProxy +
+ Hbm2DdlMojo +
+ HelpMojo +
+ MavenProjectClassLoaderService +
+ ValidationConfiguration +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/index.html b/dist/hibernate4-maven-plugin-1.1.0/xref/index.html new file mode 100644 index 00000000..ca7eefc8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/index.html @@ -0,0 +1,25 @@ + + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..bdcc64e2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,24 @@ + + + +TypeSafeActivatorAccessor xref + + + +
+1   package org.hibernate.cfg.beanvalidation;
+2   
+3   /**
+4    * This class enables access to the public methods of {@link TypeSafeActivator}
+5    * which itself is visible in the package only.
+6    *
+7    * @author Frank Schimmel <frank.schimmel@cm4all.com>
+8    */
+9   public class TypeSafeActivatorAccessor extends TypeSafeActivator {
+10      // Empty: just makes public methods accessible.
+11  }
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/package-frame.html b/dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..8893deeb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference Package org.hibernate.cfg.beanvalidation + + + + +

+ org.hibernate.cfg.beanvalidation +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/package-summary.html b/dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..ca538478 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,69 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference Package org.hibernate.cfg.beanvalidation + + + +
+ +
+
+ +
+ +

Package org.hibernate.cfg.beanvalidation

+ + + + + + + + + + + + +
Class Summary
+ TypeSafeActivatorAccessor +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/overview-frame.html b/dist/hibernate4-maven-plugin-1.1.0/xref/overview-frame.html new file mode 100644 index 00000000..4657f3f1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/overview-frame.html @@ -0,0 +1,28 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/overview-summary.html b/dist/hibernate4-maven-plugin-1.1.0/xref/overview-summary.html new file mode 100644 index 00000000..eb236798 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/overview-summary.html @@ -0,0 +1,71 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.0 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.1.0 Reference

+ + + + + + + + + + + + + + + +
Packages
+ de.juplo.plugins.hibernate4 +
+ org.hibernate.cfg.beanvalidation +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.0/xref/stylesheet.css b/dist/hibernate4-maven-plugin-1.1.0/xref/stylesheet.css new file mode 100644 index 00000000..89732f81 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.0/xref/stylesheet.css @@ -0,0 +1,114 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} + +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/allclasses-frame.html new file mode 100644 index 00000000..caef9364 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/allclasses-frame.html @@ -0,0 +1,23 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/allclasses-noframe.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..8b71cfae --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/allclasses-noframe.html @@ -0,0 +1,23 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/constant-values.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/constant-values.html new file mode 100644 index 00000000..e0f614de --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/constant-values.html @@ -0,0 +1,239 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..3b6a32a8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,549 @@ + + + + + + +Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class Hbm2DdlMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.Hbm2DdlMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class Hbm2DdlMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..e9b35a85 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,315 @@ + + + + + + +HelpMojo (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class HelpMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.HelpMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class HelpMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Display help information on hibernate4-maven-plugin.
    + Call mvn hibernate4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
    +
    Author:
    +
    maven-plugin-tools
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HelpMojo

        +
        public HelpMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoExecutionException
        +
        +
        Throws:
        +
        org.apache.maven.plugin.MojoExecutionException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..4c8c49f9 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,355 @@ + + + + + + +ValidationConfiguration (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + + +
+
de.juplo.plugins.hibernate4
+

Class ValidationConfiguration

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.hibernate.cfg.Configuration
    • +
    • +
        +
      • de.juplo.plugins.hibernate4.ValidationConfiguration
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class ValidationConfiguration
    +extends org.hibernate.cfg.Configuration
    +
    This integration is usually performed by BeanValidationIntegrator. + Unfortunately, that integration will only be activated upon + initialization of the ServiceRegistry, which initializes + DatasourceConnectionProviderImpl, which looks up the datasource, + which requires a JNDI context ... + We therefore reimplement the relevant parts of BeanValidatorIntegrator. + Since that must occur after secondPassCompile(), which is invoked by + Configuration.generateSchemaCreationScript, which is invoked by + SchemaExport, some fancy subclassing is needed to invoke the integration + at the right time.
    +
    +
    Author:
    +
    Mark Robinson , Frank Schimmel
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.hibernate.cfg.Configuration

        +org.hibernate.cfg.Configuration.MappingsImpl, org.hibernate.cfg.Configuration.MetadataSourceQueue
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.hibernate.cfg.Configuration

        +ARTEFACT_PROCESSING_ORDER, auxiliaryDatabaseObjects, classes, collections, columnNameBindingPerTable, DEFAULT_ARTEFACT_PROCESSING_ORDER, DEFAULT_CACHE_CONCURRENCY_STRATEGY, extendsQueue, fetchProfiles, filterDefinitions, imports, metadataSourceQueue, namedEntityGraphMap, namedProcedureCallMap, namedQueries, namedSqlQueries, propertyReferences, secondPasses, settingsFactory, sqlFunctions, sqlResultSetMappings, tableNameBinding, tables, typeDefs, USE_NEW_ID_GENERATOR_MAPPINGS, xmlHelper
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      StringgetTypeDefs() 
      protected voidsecondPassCompile() 
      +
        +
      • + + +

        Methods inherited from class org.hibernate.cfg.Configuration

        +add, addAnnotatedClass, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAuxiliaryDatabaseObject, addCacheableFile, addCacheableFile, addCacheableFileStrictly, addClass, addDirectory, addDocument, addFetchProfile, addFile, addFile, addFilterDefinition, addInputStream, addJar, addPackage, addProperties, addResource, addResource, addSqlFunction, addURL, addXML, buildMapping, buildMappings, buildSessionFactory, buildSessionFactory, buildSettings, buildSettings, configure, configure, configure, configure, configure, createMappings, doConfigure, doConfigure, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, generateSchemaUpdateScriptList, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getCurrentTenantIdentifierResolver, getEntityNotFoundDelegate, getEntityResolver, getEntityTuplizerFactory, getFilterDefinitions, getIdentifierGeneratorFactory, getImports, getInterceptor, getJaccPermissionDeclarations, getMappedSuperclassMappings, getMappedSuperclassMappingsCopy, getNamedEntityGraphs, getNamedProcedureCallMap, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getNamingStrategyDelegator, getProperties, getProperty, getReflectionManager, getSessionFactoryObserver, getSqlFunctions, getSqlResultSetMappings, getTableMappings, getTypeResolver, iterateFetchProfiles, iterateGenerators, mergeProperties, registerTypeContributor, registerTypeOverride, registerTypeOverride, registerTypeOverride, reset, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCurrentTenantIdentifierResolver, setEntityNotFoundDelegate, setEntityResolver, setInterceptor, setNamingStrategy, setNamingStrategyDelegator, setPrecedence, setProperties, setProperty, setSessionFactoryObserver, validateSchema
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ValidationConfiguration

        +
        public ValidationConfiguration()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        secondPassCompile

        +
        protected void secondPassCompile()
        +                          throws org.hibernate.metamodel.source.MappingException
        +
        +
        Overrides:
        +
        secondPassCompile in class org.hibernate.cfg.Configuration
        +
        Throws:
        +
        org.hibernate.metamodel.source.MappingException
        +
        +
      • +
      + + + +
        +
      • +

        getTypeDefs

        +
        public String getTypeDefs()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html new file mode 100644 index 00000000..ef969a65 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.Hbm2DdlMojo

+
+
No usage of de.juplo.plugins.hibernate4.Hbm2DdlMojo
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html new file mode 100644 index 00000000..f99091fe --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.HelpMojo (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.HelpMojo

+
+
No usage of de.juplo.plugins.hibernate4.HelpMojo
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html new file mode 100644 index 00000000..66a3c9c9 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.ValidationConfiguration (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.ValidationConfiguration

+
+
No usage of de.juplo.plugins.hibernate4.ValidationConfiguration
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..8611c70a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + +

de.juplo.plugins.hibernate4

+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..7b9f0434 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,159 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + +
+

Package de.juplo.plugins.hibernate4

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Hbm2DdlMojo +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
    HelpMojo +
    Display help information on hibernate4-maven-plugin.
    +
    ValidationConfiguration +
    This integration is usually performed by BeanValidationIntegrator.
    +
    +
  • +
+
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html new file mode 100644 index 00000000..5e185eec --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html @@ -0,0 +1,149 @@ + + + + + + +de.juplo.plugins.hibernate4 Class Hierarchy (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + +
+

Hierarchy For Package de.juplo.plugins.hibernate4

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • +
    • org.hibernate.cfg.Configuration (implements java.io.Serializable) + +
    • +
    +
  • +
+
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-use.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-use.html new file mode 100644 index 00000000..f625b0ec --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/de/juplo/plugins/hibernate4/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + +
+

Uses of Package
de.juplo.plugins.hibernate4

+
+
No usage of de.juplo.plugins.hibernate4
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/deprecated-list.html new file mode 100644 index 00000000..74afba63 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/help-doc.html new file mode 100644 index 00000000..ff4110d1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/index-all.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/index-all.html new file mode 100644 index 00000000..be505a5c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/index-all.html @@ -0,0 +1,264 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
D E G H J M N O P S T U V  + + +

D

+
+
de.juplo.plugins.hibernate4 - package de.juplo.plugins.hibernate4
+
 
+
DIALECT - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
DRIVER_CLASS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

E

+
+
ENVERS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.HelpMojo
+
EXPORT_SKIPPED_PROPERTY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

G

+
+
getTypeDefs() - Method in class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+ + + +

H

+
+
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
+
+
Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
+
+
Hbm2DdlMojo() - Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
HelpMojo - Class in de.juplo.plugins.hibernate4
+
+
Display help information on hibernate4-maven-plugin.
+
+
HelpMojo() - Constructor for class de.juplo.plugins.hibernate4.HelpMojo
+
 
+
+ + + +

J

+
+
JPA_DRIVER - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
JPA_PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
JPA_URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
JPA_USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

M

+
+
MD5S - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

N

+
+
NAMING_STRATEGY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

O

+
+
org.hibernate.cfg.beanvalidation - package org.hibernate.cfg.beanvalidation
+
 
+
+ + + +

P

+
+
PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

S

+
+
secondPassCompile() - Method in class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+ + + +

T

+
+
TypeSafeActivatorAccessor - Class in org.hibernate.cfg.beanvalidation
+
+
This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
+
+
TypeSafeActivatorAccessor() - Constructor for class org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
+
 
+
+ + + +

U

+
+
URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

V

+
+
ValidationConfiguration - Class in de.juplo.plugins.hibernate4
+
+
This integration is usually performed by BeanValidationIntegrator.
+
+
ValidationConfiguration() - Constructor for class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+D E G H J M N O P S T U V 
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/index.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/index.html new file mode 100644 index 00000000..78275ddb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/index.html @@ -0,0 +1,76 @@ + + + + + + +Hibernate 4 Maven Plugin 1.1.1 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/options b/dist/hibernate4-maven-plugin-1.1.1/apidocs/options new file mode 100644 index 00000000..09c34eda --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/options @@ -0,0 +1,25 @@ +-classpath +'/home/kai/juplo/hibernate-maven-plugin/target/classes:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar:/home/kai/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.9.Final/hibernate-entitymanager-4.3.9.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.3.3/maven-core-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.3.3/maven-model-builder-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.3.3/maven-settings-builder-3.3.3.jar:/home/kai/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/kai/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/apache/maven/maven-builder-support/3.3.3/maven-builder-support-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.3/maven-repository-metadata-3.3.3.jar:/home/kai/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar:/home/kai/.m2/repository/de/juplo/scannotation/1.0.4/scannotation-1.0.4.jar:/home/kai/.m2/repository/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar:/home/kai/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar:/home/kai/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar:/home/kai/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar:/home/kai/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.3.3/maven-settings-3.3.3.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar:/home/kai/.m2/repository/org/hibernate/hibernate-envers/4.3.9.Final/hibernate-envers-4.3.9.Final.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar:/home/kai/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.3.3/maven-aether-provider-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.3.9.Final/hibernate-core-4.3.9.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar:/home/kai/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar:/home/kai/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate-maven-plugin/src/main/java:/home/kai/juplo/hibernate-maven-plugin/target/generated-sources/plugin:/home/kai/juplo/hibernate-maven-plugin/target/generated-sources/annotations' +-Xdoclint:none +-author +-bottom +'Copyright © 2016. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate-maven-plugin/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.1.1 API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.1.1 API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..9822db7d --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,326 @@ + + + + + + +TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + + +
+
org.hibernate.cfg.beanvalidation
+

Class TypeSafeActivatorAccessor

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class TypeSafeActivatorAccessor
    +extends Object
    +
    This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
    +
    +
    Author:
    +
    Frank Schimmel
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TypeSafeActivatorAccessor

        +
        public TypeSafeActivatorAccessor()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        validateSuppliedFactory

        +
        public static void validateSuppliedFactory(Object arg0)
        +
      • +
      + + + +
        +
      • +

        activate

        +
        public static void activate(org.hibernate.cfg.beanvalidation.ActivationContext arg0)
        +
      • +
      + + + +
        +
      • +

        applyCallbackListeners

        +
        public static void applyCallbackListeners(javax.validation.ValidatorFactory arg0,
        +                                          org.hibernate.cfg.beanvalidation.ActivationContext arg1)
        +
      • +
      + + + +
        +
      • +

        applyRelationalConstraints

        +
        public static void applyRelationalConstraints(javax.validation.ValidatorFactory arg0,
        +                                              Collection<org.hibernate.mapping.PersistentClass> arg1,
        +                                              Properties arg2,
        +                                              org.hibernate.dialect.Dialect arg3)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..a7c77ff1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + +
+

Uses of Class
org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor

+
+
No usage of org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..3f0a447c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + +

org.hibernate.cfg.beanvalidation

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..fb5ce2bb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,147 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + +
+

Package org.hibernate.cfg.beanvalidation

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    TypeSafeActivatorAccessor +
    This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
    +
    +
  • +
+
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html new file mode 100644 index 00000000..7fc27358 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +org.hibernate.cfg.beanvalidation Class Hierarchy (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + +
+

Hierarchy For Package org.hibernate.cfg.beanvalidation

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-use.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-use.html new file mode 100644 index 00000000..10bbe73f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/org/hibernate/cfg/beanvalidation/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + + + + +
+

Uses of Package
org.hibernate.cfg.beanvalidation

+
+
No usage of org.hibernate.cfg.beanvalidation
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-frame.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-frame.html new file mode 100644 index 00000000..fcfaf3ad --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-frame.html @@ -0,0 +1,23 @@ + + + + + + +Overview List (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + +

 

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-summary.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-summary.html new file mode 100644 index 00000000..18d60a95 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-summary.html @@ -0,0 +1,144 @@ + + + + + + +Overview (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hibernate 4 Maven Plugin 1.1.1 API

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
de.juplo.plugins.hibernate4 
org.hibernate.cfg.beanvalidation 
+
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-tree.html new file mode 100644 index 00000000..c0036bd7 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/overview-tree.html @@ -0,0 +1,151 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/package-list b/dist/hibernate4-maven-plugin-1.1.1/apidocs/package-list new file mode 100644 index 00000000..b80422d3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/package-list @@ -0,0 +1,2 @@ +de.juplo.plugins.hibernate4 +org.hibernate.cfg.beanvalidation diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/packages b/dist/hibernate4-maven-plugin-1.1.1/apidocs/packages new file mode 100644 index 00000000..6adc7ae5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/packages @@ -0,0 +1,2 @@ +org.hibernate.cfg.beanvalidation +de.juplo.plugins.hibernate4 \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/script.js b/dist/hibernate4-maven-plugin-1.1.1/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/serialized-form.html b/dist/hibernate4-maven-plugin-1.1.1/apidocs/serialized-form.html new file mode 100644 index 00000000..3f59362c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/serialized-form.html @@ -0,0 +1,181 @@ + + + + + + +Serialized Form (Hibernate 4 Maven Plugin 1.1.1 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+
    +
  • +

    Package de.juplo.plugins.hibernate4

    + +
  • +
  • +

    Package org.hibernate.cfg.beanvalidation

    +
      +
    • + + +

      Class org.hibernate.cfg.beanvalidation.BeanValidationEventListener extends Object implements Serializable

      +
        +
      • +

        Serialized Fields

        +
          +
        • +

          factory

          +
          javax.validation.ValidatorFactory factory
          +
        • +
        • +

          associationsPerEntityPersister

          +
          ConcurrentHashMap<K,V> associationsPerEntityPersister
          +
        • +
        • +

          groupsPerOperation

          +
          org.hibernate.cfg.beanvalidation.GroupsPerOperation groupsPerOperation
          +
        • +
        • +

          initialized

          +
          boolean initialized
          +
        • +
        +
      • +
      +
    • +
    • + + +

      Class org.hibernate.cfg.beanvalidation.IntegrationException extends org.hibernate.HibernateException implements Serializable

      +
    • +
    +
  • +
+
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/apidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.1.1/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/dist/hibernate4-maven-plugin-1.1.1/configuration.html b/dist/hibernate4-maven-plugin-1.1.1/configuration.html new file mode 100644 index 00000000..6014e408 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/configuration.html @@ -0,0 +1,666 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin — Configuration Examples + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Configuration Examples
+

+
+
+ + + + +

Configuration Examples

+ +
+

Configuration through a hibernate.properties-File

+ +

+ The most simple way to configure the plugin is, to put all the + hibernate-configuration in a hibernate.properties-file on your + classpath. Put the file in the resources-folder. Maven will put + it in the class-folder of your webapp, where it will be picked up + by this plugin as well as by Hibernate 4. +

+ +

+ Doing so, the only additionally configuration needed, to activat the plugin + is the following entry in the plugins-section of your pom.xml: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.1</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+ +

+ But be aware, that in this case the database-url, that is + build in the application is the same that is used while testing, where + the database is droped and recreated by the plugin. + Because of that, + + you should never fire up this configuration on your production + system, or your database might be erased! + +

+ +

+ A better approach is, to specify a different url for testing like in the + following snippet: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.1</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>
+ +

+ Configuration properties, that are set in the configuration-section + of the plugin-configuration cannnot be overwritten elsewere (for details + see Configuration-Method-Precedence). + You never can overwrite them by accident when specifying a property on + the commandline or in your settings.xml. +

+
+
+

Configuration through maven-properties

+ +

+ Alternatively, it is possible, to configure the plugin via maven-properties. + Each relevant configuration-option has a corresponding maven-property + (for a full list see the Documentation of the export-Mojo). + These are named after the + Hibernate JDBC Properties: +

+ +
    + +
  • hibernate.connection.driver_class
  • + +
  • hibernate.dialect
  • + +
  • hibernate.connection.url
  • + +
  • hibernate.connection.username
  • + +
  • hibernate.connection.password
  • +
+ +

+ So, instead of writing the hibernate-configuration in the properties-file, + like above, you could put it in the properties-section of your + pom.xml. +

+ +

+ Thogether with the plugin-definition from above, the following would + be a complete configuration (again, the database-url was overwritten in + the plugin-configuration, to be sure to have a separate database for + testing): +

+ +
+
+<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
+
+...
+
+<plugins>
+
+  ...
+
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate4-maven-plugin</artifactId>
+    <version>1.1.1</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>export</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
+
+<plugins>
+
+
+

Configuration through the plugin-configuration

+ +

+ A third way for configuring the plugin is the plugin-configuration. + The relevant configuration-parameters are: +

+ +
    + +
  • driverClassName
  • + +
  • hibernateDialect
  • + +
  • url
  • + +
  • username
  • + +
  • password
  • +
+ +

+ The equivalent of the configuration from the last section would look + like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.1</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <driverClassName>org.hsqldb.jdbcDriver</driverClassName>
+    <hibernateDialect>org.hibernate.dialect.HSQLDialect</hibernateDialect>
+    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+    <username>sa</username>
+    <password></password>
+  </configuration>
+</plugin>
+ +

+ The parameter hibernateProperties (name of the hibernate-properties-file + to use, defaults to hibernate.properties) can only be configured through + this approach. +

+ +

+ For more explanations, see the + Documentation of the export-Mojo. +

+
+
+

Configuration-Method-Precedence

+ +

+ The configuration is gathered in a fix order: +

+ +
    + +
  1. hibernate.properties
  2. + +
  3. maven-properties
  4. + +
  5. plugin-configuration
  6. +
+ +

+ If you are in doubt about where a configuration-value comes from, run + maven with the debug-output enabled: mvn -X hibernate4:export + and be aware, that maven-properties can be overwitten on the command-line, + in your ~/.m2/settings.xml and in a profile. +

+ +

+ The plugin-configuration comes last and overwrites everything else. + That way, you can be sure, that a configuration-value, that is + specified in the plugin-configuration will never be overwritten by any + other configuration-method. +

+ +

+ If you need to overwrite plugin-configuration-values with + maven-properties, you can use maven-properties in the plugin-configuration: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.1</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <password>${my-password-property}</password>
+  </configuration>
+</plugin>
+
+ +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/css/site.css b/dist/hibernate4-maven-plugin-1.1.1/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/debugging.html b/dist/hibernate4-maven-plugin-1.1.1/debugging.html new file mode 100644 index 00000000..b26063d0 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/debugging.html @@ -0,0 +1,438 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin — Enable Debug-Output + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Enable Debug-Output
+

+
+
+ + + + +

Enable Debugging-Output

+ +

+ If you are new to hibernate4-maven-plugin, in many cases, the + {Configuration-Method-Precedence} may be the source of configuration + errors. + To solve this problem, you should run maven with the debugging output + enabled. + For example, by executing: +

+ +
+
+mvn -X compile hibernate4:export
+ +

+ (The compile might be necessary, because hibernate4-maven-plugin + has to scan the compiled classes for annotations!) +

+ +

+ Unlike the majority of the maven-plugins, hibernate4-maven-plugin was + designed to give a good many hints, when debugging is enabled. + Because, if you do not know, what went wrong, you can't fix it! +

+ +

+ But be warned: hibernate4-maven-plugin tends to be very chatty ;) +

+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/dependencies.html b/dist/hibernate4-maven-plugin-1.1.1/dependencies.html new file mode 100644 index 00000000..10aad8d8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/dependencies.html @@ -0,0 +1,2227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Project Dependencies + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Information
  3. Dependencies
+

+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.pyx4jmaven-plugin-log4j1.0.1jarThe Apache Software License, Version 2.0
de.juploscannotation1.0.4jar-
javax.eljavax.el-api3.0.0jarCDDL + GPLv2 with classpath exception
org.apache.mavenmaven-core3.3.3jarApache License, Version 2.0
org.apache.mavenmaven-plugin-api3.3.3jarApache License, Version 2.0
org.hibernatehibernate-core4.3.9.FinaljarGNU Lesser General Public License
org.hibernatehibernate-envers4.3.9.FinaljarGNU Lesser General Public License
org.hibernatehibernate-validator5.1.3.FinaljarApache License, Version 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
antlrantlr2.7.7-jarBSD License
aopallianceaopalliance1.0-jarPublic Domain
com.fasterxmlclassmate1.0.0-jarThe Apache Software License, Version 2.0
com.google.guavaguava18.0-jarThe Apache Software License, Version 2.0
dom4jdom4j1.6.1-jar-
javax.annotationjsr250-api1.0-jarCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.enterprisecdi-api1.0-jarApache License, Version 2.0
javax.injectjavax.inject1-jarThe Apache Software License, Version 2.0
javax.validationvalidation-api1.1.0.Final-jarThe Apache Software License, Version 2.0
log4jlog4j1.2.14-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-aether-provider3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-artifact3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-builder-support3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-model3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-model-builder3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-repository-metadata3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings3.3.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings-builder3.3.3-jarApache License, Version 2.0
org.codehaus.plexusplexus-classworlds2.5.2-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-component-annotations1.5.5-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-interpolation1.21-jarThe Apache Software License, Version 2.0
org.eclipse.aetheraether-api1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-impl1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-spi1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-util1.0.2.v20150114-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.inject0.3.0-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.plexus0.3.0-jarEclipse Public License, Version 1.0
org.hibernatehibernate-entitymanager4.3.9.Final-jarGNU Lesser General Public License
org.hibernate.commonhibernate-commons-annotations4.0.5.Final-jarGNU Lesser General Public License
org.hibernate.javax.persistencehibernate-jpa-2.1-api1.0.0.Final-jarEclipse Public License (EPL), Version 1.0-Eclipse Distribution License (EDL), Version 1.0
org.javassistjavassist3.18.1-GA-jarMPL 1.1-LGPL 2.1-Apache License 2.0
org.jbossjandex1.1.0.Final-jarAL 2.0
org.jboss.loggingjboss-logging3.1.3.GA-jarApache License, version 2.0
org.jboss.loggingjboss-logging-annotations1.2.0.Beta1-jarPublic Domain
org.jboss.spec.javax.transactionjboss-transaction-api_1.2_spec1.0.0.Final-jarCommon Development and Distribution License-GNU General Public License, Version 2 with the Classpath Exception
org.sonatype.plexusplexus-cipher1.4-jarApache Public License 2.0
org.sonatype.plexusplexus-sec-dispatcher1.3-jarApache Public License 2.0
org.sonatype.sisusisu-guice3.2.5no_aopjarThe Apache Software License, Version 2.0
xml-apisxml-apis1.0.b2-jarThe Apache Software License, Version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3

+

Eclipse Public License (EPL), Version 1.0: Java Persistence API, Version 2.1

+

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

+

Common Development and Distribution License: Java Transaction API

+

Public Domain: AOP alliance, JBoss Logging I18n Annotations

+

GNU Lesser General Public License: Core Hibernate O/RM functionality, Entity versioning support, Hibernate Commons Annotations, Hibernate JPA Support

+

Eclipse Distribution License (EDL), Version 1.0: Java Persistence API, Version 2.1

+

Eclipse Public License, Version 1.0: Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus

+

Unknown: dom4j, scannotation

+

Apache License 2.0: Javassist

+

BSD License: AntLR Parser Generator

+

AL 2.0: Java Annotation Indexer

+

Apache License, Version 2.0: CDI APIs, Hibernate Validator Engine, Maven Aether Provider, Maven Artifact, Maven Builder Support, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder

+

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

+

LGPL 2.1: Javassist

+

CDDL + GPLv2 with classpath exception: Expression Language 3.0 API

+

GNU General Public License, Version 2 with the Classpath Exception: Java Transaction API

+

MPL 1.1: Javassist

+

The Apache Software License, Version 2.0: Bean Validation API, ClassMate, Guava: Google Core Libraries for Java, Hibernate 4 Maven Plugin, Log4j, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, XML Commons External Components XML APIs, javax.inject, maven-plugin-log4j

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
antlr-2.7.7.jar445.3 kB239224121.2Yes
aopalliance-1.0.jar4.5 kB15921.3Yes
classmate-1.0.0.jar60.3 kB513641.6Yes
guava-18.0.jar2.3 MB17191690171.6Yes
maven-plugin-log4j-1.0.1.jar3.7 kB12111.4Yes
scannotation-1.0.4.jar20.3 kB231321.6Yes
dom4j-1.6.1.jar313.9 kB208190141.3Yes
jsr250-api-1.0.jar5.8 kB161121.5Yes
javax.el-api-3.0.0.jar73.1 kB574611.7Yes
cdi-api-1.0.jar44.9 kB927571.5Yes
javax.inject-1.jar2.5 kB8611.5No
validation-api-1.1.0.Final.jar63.8 kB12210681.6Yes
log4j-1.2.14.jar367.4 kB288256191.1Yes
maven-aether-provider-3.3.3.jar66.3 kB432611.7Yes
maven-artifact-3.3.3.jar55.1 kB5732111.7Yes
maven-builder-support-3.3.3.jar15 kB241011.7Yes
maven-core-3.3.3.jar631.9 kB489390561.7Yes
maven-model-3.3.3.jar160.8 kB675031.7Yes
maven-model-builder-3.3.3.jar176.4 kB154121161.7Yes
maven-plugin-api-3.3.3.jar46.1 kB462561.7Yes
maven-repository-metadata-3.3.3.jar26 kB25721.7Yes
maven-settings-3.3.3.jar43 kB331721.7Yes
maven-settings-builder-3.3.3.jar43.2 kB533251.7Yes
plexus-classworlds-2.5.2.jar52.7 kB523751.6Yes
plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
plexus-interpolation-1.21.jar62.5 kB604461.5Yes
aether-api-1.0.2.v20150114.jar136.3 kB149128111.5Yes
aether-impl-1.0.2.v20150114.jar173 kB1149641.5Yes
aether-spi-1.0.2.v20150114.jar30.7 kB543481.5Yes
aether-util-1.0.2.v20150114.jar146.9 kB126101131.5Yes
org.eclipse.sisu.inject-0.3.0.jar375.3 kB28726991.6Yes
org.eclipse.sisu.plexus-0.3.0.jar205.4 kB196164201.6Yes
hibernate-core-4.3.9.Final.jar5.3 MB371234632011.6Yes
hibernate-entitymanager-4.3.9.Final.jar647.6 kB486443271.6Yes
hibernate-envers-4.3.9.Final.jar427.6 kB311259381.6Yes
hibernate-validator-5.1.3.Final.jar634.3 kB483410411.6Yes
hibernate-commons-annotations-4.0.5.Final.jar75.3 kB796771.6Yes
hibernate-jpa-2.1-api-1.0.0.Final.jar113.4 kB20720041.6Yes
javassist-3.18.1-GA.jar714.2 kB414390171.6Yes
jandex-1.1.0.Final.jar76.6 kB554411.6Yes
jboss-logging-3.1.3.GA.jar57.2 kB574511.6Yes
jboss-logging-annotations-1.2.0.Beta1.jar11.6 kB281611.6Yes
jboss-transaction-api_1.2_spec-1.0.0.Final.jar27.7 kB352221.6Yes
plexus-cipher-1.4.jar13.5 kB20611.4Yes
plexus-sec-dispatcher-1.3.jar28.6 kB311331.4Yes
sisu-guice-3.2.5-no_aop.jar399.7 kB33131681.6Yes
xml-apis-1.0.b2.jar109.3 kB217184171.2No
TotalSizeEntriesClassesPackagesJava VersionDebug Information
4714.7 MB11360101276391.744
compile: 47compile: 14.7 MBcompile: 11360compile: 10127compile: 639-compile: 44
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshot
plexus.snapshotshttps://oss.sonatype.org/content/repositories/plexus-snapshotsNoYes
centralhttp://repo.maven.apache.org/maven2YesNo
snapshots.jboss.orghttp://snapshots.jboss.org/maven2NoYes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshotsNoYes
oss.sonatype.org/jboss-snapshotshttp://oss.sonatype.org/content/repositories/jboss-snapshotsNoYes
jvnet-nexus-snapshotshttps://maven.java.net/content/repositories/snapshotsNoYes
repository.jboss.orghttp://repository.jboss.org/maven2YesNo
apache.snapshotshttp://repository.apache.org/snapshotsNoYes
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactplexus.snapshotscentralsnapshots.jboss.orgsonatype-nexus-snapshotsoss.sonatype.org/jboss-snapshotsjvnet-nexus-snapshotsrepository.jboss.orgapache.snapshots
antlr:antlr:jar:2.7.7-Found at http://repo.maven.apache.org/maven2----Found at http://repository.jboss.org/maven2-
aopalliance:aopalliance:jar:1.0-Found at http://repo.maven.apache.org/maven2----Found at http://repository.jboss.org/maven2-
com.fasterxml:classmate:jar:1.0.0-Found at http://repo.maven.apache.org/maven2------
com.google.guava:guava:jar:18.0-Found at http://repo.maven.apache.org/maven2------
com.pyx4j:maven-plugin-log4j:jar:1.0.1-Found at http://repo.maven.apache.org/maven2------
de.juplo:scannotation:jar:1.0.4-Found at http://repo.maven.apache.org/maven2------
dom4j:dom4j:jar:1.6.1-Found at http://repo.maven.apache.org/maven2----Found at http://repository.jboss.org/maven2-
javax.annotation:jsr250-api:jar:1.0-Found at http://repo.maven.apache.org/maven2----Found at http://repository.jboss.org/maven2-
javax.el:javax.el-api:jar:3.0.0-Found at http://repo.maven.apache.org/maven2------
javax.enterprise:cdi-api:jar:1.0-Found at http://repo.maven.apache.org/maven2------
javax.inject:javax.inject:jar:1-Found at http://repo.maven.apache.org/maven2------
javax.validation:validation-api:jar:1.1.0.Final-Found at http://repo.maven.apache.org/maven2------
log4j:log4j:jar:1.2.14-Found at http://repo.maven.apache.org/maven2----Found at http://repository.jboss.org/maven2-
org.apache.maven:maven-aether-provider:jar:3.3.3-Found at http://repo.maven.apache.org/maven2------
org.apache.maven:maven-artifact:jar:3.3.3-Found at http://repo.maven.apache.org/maven2------
org.apache.maven:maven-builder-support:jar:3.3.3-Found at http://repo.maven.apache.org/maven2------
org.apache.maven:maven-core:jar:3.3.3-Found at http://repo.maven.apache.org/maven2------
org.apache.maven:maven-model:jar:3.3.3-Found at http://repo.maven.apache.org/maven2------
org.apache.maven:maven-model-builder:jar:3.3.3-Found at http://repo.maven.apache.org/maven2------
org.apache.maven:maven-plugin-api:jar:3.3.3-Found at http://repo.maven.apache.org/maven2------
org.apache.maven:maven-repository-metadata:jar:3.3.3-Found at http://repo.maven.apache.org/maven2------
org.apache.maven:maven-settings:jar:3.3.3-Found at http://repo.maven.apache.org/maven2------
org.apache.maven:maven-settings-builder:jar:3.3.3-Found at http://repo.maven.apache.org/maven2------
org.codehaus.plexus:plexus-classworlds:jar:2.5.2-Found at http://repo.maven.apache.org/maven2------
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5-Found at http://repo.maven.apache.org/maven2------
org.codehaus.plexus:plexus-interpolation:jar:1.21-Found at http://repo.maven.apache.org/maven2------
org.eclipse.aether:aether-api:jar:1.0.2.v20150114-Found at http://repo.maven.apache.org/maven2------
org.eclipse.aether:aether-impl:jar:1.0.2.v20150114-Found at http://repo.maven.apache.org/maven2------
org.eclipse.aether:aether-spi:jar:1.0.2.v20150114-Found at http://repo.maven.apache.org/maven2------
org.eclipse.aether:aether-util:jar:1.0.2.v20150114-Found at http://repo.maven.apache.org/maven2------
org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0-Found at http://repo.maven.apache.org/maven2------
org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0-Found at http://repo.maven.apache.org/maven2------
org.hibernate:hibernate-core:jar:4.3.9.Final-Found at http://repo.maven.apache.org/maven2------
org.hibernate:hibernate-entitymanager:jar:4.3.9.Final-Found at http://repo.maven.apache.org/maven2------
org.hibernate:hibernate-envers:jar:4.3.9.Final-Found at http://repo.maven.apache.org/maven2------
org.hibernate:hibernate-validator:jar:5.1.3.Final-Found at http://repo.maven.apache.org/maven2------
org.hibernate.common:hibernate-commons-annotations:jar:4.0.5.Final-Found at http://repo.maven.apache.org/maven2------
org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final-Found at http://repo.maven.apache.org/maven2------
org.javassist:javassist:jar:3.18.1-GA-Found at http://repo.maven.apache.org/maven2------
org.jboss:jandex:jar:1.1.0.Final-Found at http://repo.maven.apache.org/maven2------
org.jboss.logging:jboss-logging:jar:3.1.3.GA-Found at http://repo.maven.apache.org/maven2------
org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1-Found at http://repo.maven.apache.org/maven2------
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final-Found at http://repo.maven.apache.org/maven2------
org.sonatype.plexus:plexus-cipher:jar:1.4-Found at http://repo.maven.apache.org/maven2------
org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3-Found at http://repo.maven.apache.org/maven2------
org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5-Found at http://repo.maven.apache.org/maven2------
xml-apis:xml-apis:jar:1.0.b2-Found at http://repo.maven.apache.org/maven2----Found at http://repository.jboss.org/maven2-
Totalplexus.snapshotscentralsnapshots.jboss.orgsonatype-nexus-snapshotsoss.sonatype.org/jboss-snapshotsjvnet-nexus-snapshotsrepository.jboss.orgapache.snapshots
47 (compile: 47)047000060
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/dependency-info.html b/dist/hibernate4-maven-plugin-1.1.1/dependency-info.html new file mode 100644 index 00000000..5229324f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/dependency-info.html @@ -0,0 +1,442 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Dependency Information + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Information
  3. Dependency Information
+

+
+
+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.1</version>
+  <type>maven-plugin</type>
+</dependency>
+
+

Apache Buildr

+
+
'de.juplo:hibernate4-maven-plugin:maven-plugin:1.1.1'
+
+

Apache Ivy

+
+
<dependency org="de.juplo" name="hibernate4-maven-plugin" rev="1.1.1">
+  <artifact name="hibernate4-maven-plugin" type="maven-plugin" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='de.juplo', module='hibernate4-maven-plugin', version='1.1.1')
+)
+
+

Gradle/Grails

+
+
compile 'de.juplo:hibernate4-maven-plugin:1.1.1'
+
+

Scala SBT

+
+
libraryDependencies += "de.juplo" % "hibernate4-maven-plugin" % "1.1.1"
+
+

Leiningen

+
+
[de.juplo/hibernate4-maven-plugin "1.1.1"]
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/distribution-management.html b/dist/hibernate4-maven-plugin-1.1.1/distribution-management.html new file mode 100644 index 00000000..ddbcf35e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/distribution-management.html @@ -0,0 +1,413 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Project Distribution Management + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Information
  3. Distribution Management
+

+
+ +
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/export-mojo.html b/dist/hibernate4-maven-plugin-1.1.1/export-mojo.html new file mode 100644 index 00000000..79531c42 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/export-mojo.html @@ -0,0 +1,1179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – hibernate4:export + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Parameter Documentation
+

+
+
+ + +
+

hibernate4:export

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.1.1:export

+ +

Description:

+ +
Goal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
delimiterString1.0Delimiter in output-file.
Default value is: ;.
User property is: hibernate.export.schema.delimiter.
driverClassNameString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
enversboolean1.0.3Generate envers schema for auditing tables.
Default value is: true.
User property is: hibernate.export.envers.
forceboolean1.0Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.


Default value is: false.
User property is: hibernate.export.force.
formatboolean1.0Format output-file.
Default value is: true.
User property is: hibernate.export.schema.format.
hibernateConfigString1.1.0Path to Hibernate configuration file (.cfg.xml). Settings in this +file will overwrite settings in the properties file. If this +parameter is not set the plugin will try to load the configuration +from a file hibernate.cfg.xml on the classpath. The +test-classpath takes precedence.
hibernateDialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
hibernateMappingString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
hibernateNamingStrategyString1.0.2Hibernate Naming Strategy
User property is: hibernate.ejb.naming_strategy.
hibernatePropertiesString1.0Path to Hibernate properties file. If this parameter is not set the +plugin will try to load the configuration from a file +hibernate.properties on the classpath. The +test-classpath takes precedence.
outputDirectoryString1.0Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.


User property is: project.build.outputDirectory.
outputFileString1.0Output file.
Default value is: ${project.build.directory}/schema.sql.
User property is: hibernate.export.schema.filename.
passwordString1.0Database password
User property is: hibernate.connection.password.
persistenceUnitString1.1.0Name of the persistence-unit. If there is only one persistence-unit +available, that unit will be used automatically. Settings in this +file will overwrite settings in the properties or the configuration +file.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.


Default value is: compile.
User property is: hibernate.export.scan_dependencies.
scanTestClassesboolean1.0.1Whether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.


Default value is: false.
User property is: hibernate.export.scan_testclasses.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.


Default value is: ${maven.test.skip}.
User property is: hibernate.skip.
targetString1.0Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +execution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces execution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A database connection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be chosen.
Default value is: EXPORT.
User property is: hibernate.export.target.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!


User property is: project.build.testOutputDirectory.
typeString1.0Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
Default value is: BOTH.
User property is: hibernate.export.type.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+ +
+

Parameter Details

+ +

delimiter:

+ +
Delimiter in output-file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.delimiter
  • + +
  • Default: ;
  • +

+

driverClassName:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

envers:

+ +
Generate envers schema for auditing tables.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.envers
  • + +
  • Default: true
  • +

+

force:

+ +
Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.format
  • + +
  • Default: true
  • +

+

hibernateConfig:

+ +
Path to Hibernate configuration file (.cfg.xml). Settings in this +file will overwrite settings in the properties file. If this +parameter is not set the plugin will try to load the configuration +from a file hibernate.cfg.xml on the classpath. The +test-classpath takes precedence.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

hibernateDialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

hibernateMapping:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

hibernateNamingStrategy:

+ +
Hibernate Naming Strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.ejb.naming_strategy
  • +

+

hibernateProperties:

+ +
Path to Hibernate properties file. If this parameter is not set the +plugin will try to load the configuration from a file +hibernate.properties on the classpath. The +test-classpath takes precedence.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.filename
  • + +
  • Default: ${project.build.directory}/schema.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

persistenceUnit:

+ +
Name of the persistence-unit. If there is only one persistence-unit +available, that unit will be used automatically. Settings in this +file will overwrite settings in the properties or the configuration +file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.1.0
  • + +
  • Required: No
  • +

+

scanDependencies:

+ +
Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_dependencies
  • + +
  • Default: compile
  • +

+

scanTestClasses:

+ +
Whether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.1
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_testclasses
  • + +
  • Default: false
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.skip
  • + +
  • Default: ${maven.test.skip}
  • +

+

target:

+ +
Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +execution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces execution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A database connection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be chosen.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.target
  • + +
  • Default: EXPORT
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

type:

+ +
Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.type
  • + +
  • Default: BOTH
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/force.html b/dist/hibernate4-maven-plugin-1.1.1/force.html new file mode 100644 index 00000000..f0f92abb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/force.html @@ -0,0 +1,448 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin — Force Exceution + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Force Exceution
+

+
+
+ + + + +

Force Execution

+ +

+ The hibernate4-maven-plugin computes MD5-sums for all found annotated + classes and stores them together with the generated schema. + If no classes were changed or added and the dialect wasn't changed too, it + automatically skips the configured schema-export, to speed up the development + cycle. +

+ +

+ The plugin signals, that the execution was skipped by setting the maven + property $\{hibernate.export.skipped\} to true. + This may be helpful, because other plugins like + dbunit-plugin + may fail, when the execution is skipped. +

+ +

+ If you need the hibernate4-maven-plugin to <never skip execution automatically>, + you can force it to do so, if you set the parameter force to + true: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.1</version>
+  <configuration>
+    <force>true</force>
+  </configuration>
+</plugin>
+ +

+ Or you may specify -Dhibernate.export.force=true at the command line, + if you want to force hibernate4-maven-plugin only once. +

+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/help-mojo.html b/dist/hibernate4-maven-plugin-1.1.1/help-mojo.html new file mode 100644 index 00000000..32f19c68 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/help-mojo.html @@ -0,0 +1,552 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – hibernate4:help + + + + +

Path

+

+

    +
+

+
+
+ + +
+

hibernate4:help

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.1.1:help

+ +

Description:

+ +
Display help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+ +

Attributes:

+ +
    + +
  • The goal is thread-safe and supports parallel builds.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
detailboolean-If true, display all settable properties for each +goal.
Default value is: false.
User property is: detail.
goalString-The name of the goal for which to show help. If unspecified, all +goals will be displayed.
User property is: goal.
indentSizeint-The number of spaces per indentation level, should be positive.
Default value is: 2.
User property is: indentSize.
lineLengthint-The maximum length of a display line, should be positive.
Default value is: 80.
User property is: lineLength.
+
+ +
+

Parameter Details

+ +

detail:

+ +
If true, display all settable properties for each +goal.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: detail
  • + +
  • Default: false
  • +

+

goal:

+ +
The name of the goal for which to show help. If unspecified, all +goals will be displayed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: goal
  • +

+

indentSize:

+ +
The number of spaces per indentation level, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: indentSize
  • + +
  • Default: 2
  • +

+

lineLength:

+ +
The maximum length of a display line, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: lineLength
  • + +
  • Default: 80
  • +
+
+
+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/images/close.gif b/dist/hibernate4-maven-plugin-1.1.1/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/dist/hibernate4-maven-plugin-1.1.1/index.html b/dist/hibernate4-maven-plugin-1.1.1/index.html new file mode 100644 index 00000000..0323c45b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/index.html @@ -0,0 +1,499 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin — Overview + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Overview
+

+
+
+ + + + +

Hibernate 4 Maven Plugin

+ +
+

Plugin for generating a database-schema from Hibernate-4-Mapping-Annotations

+ +

+ The hibernate4-maven-plugin is a plugin for generating a database-schema + from your Hibernate-4-Mappings and create or update your database + accordingly. + Its main usage is to automatically create and populate a test-database + for unit-tests in cooperation with the + dbunit-maven-plugin. +

+ +

+ The plugin was designed with three main goals in mind: +

+ +
    + +
  • It should be easy to use.
  • + +
  • It should be maximal unlikely, to erase a producation-database by accident.
  • + +
  • It should not slow down the development cycle.
  • +
+ +

+ To achieve the first goal, the convention-over-configuration paradigma + was applied and the plugin was stuffed with usefull logging-messages. + So, if in doubt, just turn on the debugging output with the mvn -X .... +

+ +

+ To achieve the second goal, the precedence in which the configuration + locations are consulted was layouted in a way that makes it possible, to + prevent overwrites of the wrong database by accident. +

+ +

+ Last but not least, in order to not slow down the development cycle, the + hibernate4-maven-plugin only executes the schema-export, if the mapping + or the dialect changes (or if you force it to do so). +

+ +

+ For more information about the inspiration to write this tiny plugin, + read our blog-article about the hibernate4-maven-plugin. +

+
+
+

Documentation

+ +
    + +
  • + See Configuration Examples for Usage-Explanations + and simple examples of how to use this plugin. +
  • + +
  • + See hibernate4:export and + Plugin Documentation for the full + autogenerated documentation. These are mostly configuration-options + of the Hibernate-Tools SchemaExport and SchemaUpdate, that do + the work in the background. +
  • +
+
+
+

Releases

+ + +
+ +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/integration.html b/dist/hibernate4-maven-plugin-1.1.1/integration.html new file mode 100644 index 00000000..46904313 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/integration.html @@ -0,0 +1,423 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – CI Management + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Information
  3. CI Management
+

+
+
+
+

Overview

+

This project uses Continuum.

+
+

Access

+

The following is a link to the continuous integration system used by the project:

+
+
+

Notifiers

+

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

+ + + + + + + + +
TypeAddressConfiguration
mailkai@juplo.de-
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/issue-tracking.html b/dist/hibernate4-maven-plugin-1.1.1/issue-tracking.html new file mode 100644 index 00000000..e7595557 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/issue-tracking.html @@ -0,0 +1,416 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin — $pages.get($alignedFileName).name + + + + +

Path

+

+

    +
+

+
+
+ + + + +

Issue Tracking

+ There is no bug-tracking system set up for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/license.html b/dist/hibernate4-maven-plugin-1.1.1/license.html new file mode 100644 index 00000000..bffd70ee --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/license.html @@ -0,0 +1,615 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Project Licenses + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Information
  3. Licenses
+

+
+
+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project Licenses

+
+

The Apache Software License, Version 2.0

+

A business-friendly OSS license

+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/mail-lists.html b/dist/hibernate4-maven-plugin-1.1.1/mail-lists.html new file mode 100644 index 00000000..897b3f05 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/mail-lists.html @@ -0,0 +1,416 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin — $pages.get($alignedFileName).name + + + + +

Path

+

+

    +
+

+
+
+ + + + +

Mailing Lists

+ There are no mailinglists defined for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/pitfalls.html b/dist/hibernate4-maven-plugin-1.1.1/pitfalls.html new file mode 100644 index 00000000..bc53e8f2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/pitfalls.html @@ -0,0 +1,648 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin — Known Pitfalls (FAQ) + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Known Pitfalls (FAQ)
+

+
+
+ + + + +

Known Pitfalls (FAQ)

+ +
+

Annotated classes in dependencies are not found.

+ +

+ hibernate4-maven-plugin by default scans dependencies in the scope + compile. You can configure it to scan dependencies in other + scopes as well. But it scans only direct dependencies. Transitive + dependencies are not scanned for annotated classes. If some of your + annotated classes are hidden in a transitive dependency, you can simply + add that dependency explicitly. +

+
+
+

hibernate4-maven-plugin always needs a database-connection

+ +

+ The default-configuration uses the EXPORT-target of the SchemaExport-Tool. + If you do not need to create a database with the evaluated schema, you can + use the NONE- or the SCRIPT-target. + This can be achieved with the command-line parameter + -Dhibernate.export.target=SCRIPT or with the following configuration: +

+ +
+
+<configuration>
+  <target>SCRIPT</target>
+</configuration>
+ +

+ But even when no database is to be created, hibernate always needs to know + the dialect. Hence, the plugin will fail if this parameter is missing! +

+
+
+

Dependency for driver-class XYZ is missing

+ +

+ One regular problem is the scope of the jdbc-driver-dependency. + It is very unlikely, that this dependency is needed at compile-time. + So a tidy maven-developer would usually scope it for runtime. +

+ +

+ But this will break the execution of the hibernate4-maven-plugin. + Since it will not be able to see the needed dependency, it will fail with + an error-message like: +

+ +
+
+[INFO] Gathered hibernate-configuration (turn on debugging for details):
+[INFO]   hibernate.connection.username = sa
+[INFO]   hibernate.connection.password = 
+[INFO]   hibernate.dialect = org.hibernate.dialect.HSQLDialect
+[INFO]   hibernate.connection.url = jdbc:hsqldb:/home/kai/mmf/target/mmf;shutdown=true
+[INFO]   hibernate.connection.driver_class = org.hsqldb.jdbcDriver
+[ERROR] Dependency for driver-class org.hsqldb.jdbcDriver is missing!
+[INFO] ------------------------------------------------------------------------
+[ERROR] BUILD ERROR
+[INFO] ------------------------------------------------------------------------
+[INFO] org.hsqldb.jdbcDriver
+[INFO] ------------------------------------------------------------------------
+[INFO] For more information, run Maven with the -e switch
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 2 seconds
+[INFO] Finished at: Thu Nov 29 11:31:14 CET 2012
+[INFO] Final Memory: 32M/342M
+[INFO] ------------------------------------------------------------------------
+ +

+ A quick workaround for this error would be, to delete the runtime-constraint + for the jdbc-driver-dependency. +

+ +

+ A much cleaner way is, to (additionally) ad the dependency, to the + plugin-definition: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  <version>1.1.1</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>export</goal>
+      </goals>
+    </execution>
+  </executions>
+  <dependencies>
+  <dependency>
+    <groupId>org.hsqldb</groupId>
+    <artifactId>hsqldb</artifactId>
+    <version>2.2.8</version>
+  </dependency>
+  </dependencies>
+</plugin>
+ +

+ This is also the best way, if you use a different jdbc-driver for + testing, than in production. + Because otherwise, this dependency will unnecessarily bloat the + runtime-dependencies of your project. +

+
+
+

DBUnit fails after execution of hibernate4 was skipped because nothing has changed

+ +

+ If hibernate4-maven-plugin skips its excecution, this may lead to errors in + other plugins. + For example, when importing sample-data in the automatically created database + with the help of the dbunit-plugin, + the CLEAN_INSERT-operation may fail because of foreign-key-constraints, + if the database was not recreated, because the hibernate4-maven-plugin has + skipped its excecution. +

+ +

+ A quick fix to this problem is, to force + hibernate4-maven-plugin to export the schema every time it is running. + But to recreate the database on every testrun may noticeable slow down your + development cycle, if you have to wait for slow IO. +

+ +

+ To circumvent this problem, hibernate4-maven-plugin signals a skipped + excecution by setting the maven property $\{hibernate.export.skipped\} to + true. + You can configure other plugins to react on this signal. + For example, the dbunit-plugin can be configured to skip its excecution, if + hibernate4-maven-plugin was skipped like this: +

+ +
+
+<plugin>
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>dbunit-maven-plugin</artifactId>
+  <configuration>
+    <skip>${hibernate.export.skipped}</skip>
+  </configuration>
+</plugin>
+
+
+

The database will not be recreated after a manual drop/clean

+ +

+ If one manually drops the database or removes the hsqldb-files, it will not + be recreated by the hibernate4-maven-plugin, because it cannot detect, that + the database needs to be recreated. + This happens, because the plugin will not recreate the database if neither + the configuration nor the annotated classes have changed, because an + unnecessary drop-create-cycle might take a long time. The plugin will + report that like this: +

+ +
+
+[INFO] No modified annotated classes found and dialect unchanged.
+[INFO] Skipping schema generation!
+ +

+ If one always uses mvn clean for cleanup, this will not happen. + Otherwise the recreation must be forced: +

+ +
+
+mvn hibernate4:export -Dhibernate.export.force=true
+
+
+

The hibernate4:export goal is not executed, when tests are skipped

+ +

+ The hibernate4-maven-plugin automatically skips its execution, when + maven.test.skip is set to true. If you need it to be always + executed, you can configure that explicitly like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Background-information for this design-decission can be found on the extra + page To skip or not to skip: that is the question... +

+
+
+

I do not want my dependencies to be scanned for hibernate annotations

+ +

+ If you do not want your dependencies to be scanned for hibernate annotations, + you can pass -Dhibernate.export.scan_dependencies=none to maven + or set scanDependencies to none in the configuration + of the plugin like this: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <scanDependencies>none</scanDependencies>
+  </configuration>
+</plugin>
+
+
+

No annotated classes found

+ +

+ If you are working under Windows and get the error-message + No annotated classes found in directory C:\projects\X Y Z\path-to-project\target\classes, + but you are really sure, that there are annotated classes in that + directory, you are expiriencing a bug, in the scannotation-library, that + was closed in version 1.1.0 of the hibernate-maven-plugin. +

+ +

+ + You should consider to upgrade to that version of the plugin. + +

+
+ +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/plugin-info.html b/dist/hibernate4-maven-plugin-1.1.1/plugin-info.html new file mode 100644 index 00000000..e6209b6b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/plugin-info.html @@ -0,0 +1,467 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Plugin Documentation + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Reports
  3. Plugin Documentation
+

+
+
+
+

Plugin Documentation

+

Goals available for this plugin:

+ + + + + + + + + +
GoalDescription
hibernate4:exportGoal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
hibernate4:helpDisplay help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+
+

System Requirements

+

The following specifies the minimum requirements to run this Maven plugin:

+ + + + + + + + + + + + +
Maven2.0.6
JDK1.6
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.
+
+

Usage

+

You should specify the version in your project's plugin configuration:

+
+
<project>
+  ...
+  <build>
+    <!-- To define the plugin version in your parent POM -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>de.juplo</groupId>
+          <artifactId>hibernate4-maven-plugin</artifactId>
+          <version>1.1.1</version>
+        </plugin>
+        ...
+      </plugins>
+    </pluginManagement>
+    <!-- To use the plugin goals in your POM or parent POM -->
+    <plugins>
+      <plugin>
+        <groupId>de.juplo</groupId>
+        <artifactId>hibernate4-maven-plugin</artifactId>
+        <version>1.1.1</version>
+      </plugin>
+      ...
+    </plugins>
+  </build>
+  ...
+</project>
+
+

For more information, see "Guide to Configuring Plug-ins"

+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/plugin-management.html b/dist/hibernate4-maven-plugin-1.1.1/plugin-management.html new file mode 100644 index 00000000..046ce536 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/plugin-management.html @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Project Plugin Management + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Information
  3. Plugin Management
+

+
+ +
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/plugins.html b/dist/hibernate4-maven-plugin-1.1.1/plugins.html new file mode 100644 index 00000000..51f2032b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/plugins.html @@ -0,0 +1,497 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Project Plugins + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Information
  3. Plugins
+

+
+
+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-compiler-plugin3.3
org.apache.maven.pluginsmaven-dependency-plugin2.10
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-enforcer-plugin1.2
org.apache.maven.pluginsmaven-install-plugin2.3
org.apache.maven.pluginsmaven-invoker-plugin1.10
org.apache.maven.pluginsmaven-jar-plugin2.2
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-plugin-plugin3.4
org.apache.maven.pluginsmaven-resources-plugin2.7
org.apache.maven.pluginsmaven-scm-plugin1.9.4
org.apache.maven.pluginsmaven-site-plugin3.4
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.10
+
+

Project Report Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.11
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-jxr-plugin2.5
org.apache.maven.pluginsmaven-plugin-plugin3.4
org.apache.maven.pluginsmaven-pmd-plugin3.4
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/pmd.html b/dist/hibernate4-maven-plugin-1.1.1/pmd.html new file mode 100644 index 00000000..cd3b46c6 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/pmd.html @@ -0,0 +1,429 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – PMD Results + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Reports
  3. PMD
+

+
+
+
+

PMD Results

+

The following document contains the results of PMD 5.2.3.

+
+

Files

+
+

de/juplo/plugins/hibernate4/Hbm2DdlMojo.java

+ + + + + + + + + + + + + + + + + + +
ViolationLine
Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest'527
Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest'876
Avoid using a branching statement as the last in a loop.1153
Unnecessary use of fully qualified name 'java.sql.Driver' due to existing import 'java.sql.Driver'1238
Unnecessary use of fully qualified name 'java.util.Properties' due to existing import 'java.util.Properties'1252
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/project-info.html b/dist/hibernate4-maven-plugin-1.1.1/project-info.html new file mode 100644 index 00000000..6ec1ca01 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/project-info.html @@ -0,0 +1,445 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Project Information + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Information
+

+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
CI ManagementThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
DependenciesThis document lists the project's dependencies and provides information on each dependency.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Distribution ManagementThis document provides informations on the distribution management of this project.
AboutPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
LicensesThis document lists the project license(s).
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
PluginsThis document lists the build plugins and the report plugins used by this project.
TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Source Code ManagementThis document lists ways to access the online source repository.
SummaryThis document lists other related information of this project
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/project-reports.html b/dist/hibernate4-maven-plugin-1.1.1/project-reports.html new file mode 100644 index 00000000..6b91d083 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/project-reports.html @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Generated Reports + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Reports
+

+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
Test JavaDocsTest JavaDoc API documentation.
JavaDocsJavaDoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
Test Source XrefHTML based, cross-reference version of Java test source code.
PMDVerification of coding rules.
Plugin DocumentationThis report provides goals and parameters documentation of a plugin.
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/project-summary.html b/dist/hibernate4-maven-plugin-1.1.1/project-summary.html new file mode 100644 index 00000000..2a9a6032 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/project-summary.html @@ -0,0 +1,444 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Project Summary + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Information
  3. Summary
+

+
+
+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameHibernate 4 Maven Plugin
DescriptionPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Homepagehttp://juplo.de/hibernate4-maven-plugin
+
+

Project Organization

+

This project does not belong to an organization.

+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdde.juplo
ArtifactIdhibernate4-maven-plugin
Version1.1.1
Typemaven-plugin
Java Version1.6
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/skip.html b/dist/hibernate4-maven-plugin-1.1.1/skip.html new file mode 100644 index 00000000..e5e1927b --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/skip.html @@ -0,0 +1,470 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin — Skipping Execution + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Skipping Execution
+

+
+
+ + + + +

Skipping Execution

+ +

+ In most use-cases, the hibernate4-maven-plugin is used to create a + test-database automatically. In this use-cases, it is very likely, that it + will result in mistakes/errors, if the goal is executed, when the tests + are skipped. + For example, one might manually overwrite the database-url with the url of + the production-database, in order to run other tests, like starting a + local webserver with the + jetty-maven-plugin. + If the export-goal would be executed in such a scenario, it might erase the + hole production-database, which is not very desireable. +

+ +

+ Because of this, the configuration-parameter skip defaults to the value + of the proptery maven.test.skip. This way, the execution of the + hibernate4-maven-plugin is skipped automatically, when the tests are + skipped. Think of it as a build-in security-belt. +

+ +

+ If you do not like that, because you need the plugin to always execute the + export-goal, even if the tests are skipped you can configure that explicitly, + by setting the configuration-parameter skip to false: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>false</skip>
+  </configuration>
+</plugin>
+ +

+ Or, if you want the export-goal to be executed by default and to be skipped + if you say so, you can bind the value of the configuration-parameter + skip to a custom property. For example: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate4-maven-plugin</artifactId>
+  ...
+  <configuration>
+    <skip>${foo.bar}</skip>
+  </configuration>
+</plugin>
+ +

+ This way, the export-goal would be skipped, if you set the property + foo.bar to true. For example, if you specify -Dfoo.bar=true + on the command-line. +

+ + +
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/source-repository.html b/dist/hibernate4-maven-plugin-1.1.1/source-repository.html new file mode 100644 index 00000000..bf9450b8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/source-repository.html @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Source Code Management + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Information
  3. Source Code Management
+

+
+
+
+

Overview

+

This project uses Git to manage its source code. Instructions on Git use can be found at http://git-scm.com/documentation.

+
+

Web Browser Access

+

The following is a link to a browsable version of the source repository:

+
+
+

Anonymous Access

+

The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone http://juplo.de/git/hibernate4-maven-plugin
+
+

Developer Access

+

Only project developers can access the Git tree via this method (See http://git-scm.com/docs/git-clone).

+
+
$ git clone ssh://juplo.de/var/lib/git/juplo/hibernate4-maven-plugin
+
+

Access from Behind a Firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/team-list.html b/dist/hibernate4-maven-plugin-1.1.1/team-list.html new file mode 100644 index 00000000..2e506921 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/team-list.html @@ -0,0 +1,485 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – Project Team + + + + +

Path

+

+

    +
  1. Hibernate 4 Maven Plugin
  2. Project Information
  3. Team
+

+
+
+
+

Project Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + +
ImageIdNameEmail
kaiKai Moritzkai@juplo.de
+
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageNameEmail
Adriano Machadoadriano.m.machado@hotmail.com
Lorenzo Nicoralorenzo.nicora@nicus.it
Eduard Szenteeduard.szente@gmail.com
Stephen Johnsonstejohns@redhat.com
Victor Tataivtatai@gmail.com
Erik-Berndt Schepererik.berndt.scheper@gmail.com
Guido WimmelWimmel.Guido@swm.de
Joel Johnsonmrjoel@lixil.net
Paul K. Moorepaulkmoore@gmail.com
Mark Robinsonmark@mrobinson.ca
Claus Grafclausgraf@gmail.com
Joachim Van der Auwerajoachim@progs.be
Andreas Kuhtzandreas.kuhtz@gmail.com
Casey Linkcasey@outskirtslabs.com
+
+
+

Pages

+

+

+

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/allclasses-frame.html new file mode 100644 index 00000000..d388afb4 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/allclasses-noframe.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/allclasses-noframe.html new file mode 100644 index 00000000..a941d9ff --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/allclasses-noframe.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + +

All Classes

+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/constant-values.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/constant-values.html new file mode 100644 index 00000000..fe728ee1 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/constant-values.html @@ -0,0 +1,124 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/FileComparator.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..cbc8abf3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/FileComparator.html @@ -0,0 +1,280 @@ + + + + + + +FileComparator (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + + + + + + + + +
+
de.juplo.test
+

Class FileComparator

+
+
+ +
+
    +
  • +
    +
    +
    public class FileComparator
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/class-use/FileComparator.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/class-use/FileComparator.html new file mode 100644 index 00000000..bcb60598 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.test.FileComparator (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.test.FileComparator

+
+
No usage of de.juplo.test.FileComparator
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-frame.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-frame.html new file mode 100644 index 00000000..90fd3154 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + +

de.juplo.test

+
+

Classes

+ +
+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-summary.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-summary.html new file mode 100644 index 00000000..e98f413c --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-summary.html @@ -0,0 +1,142 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + + + + + + + +
+

Package de.juplo.test

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    FileComparator 
    +
  • +
+
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-tree.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-tree.html new file mode 100644 index 00000000..5f4a8eec --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-tree.html @@ -0,0 +1,133 @@ + + + + + + +de.juplo.test Class Hierarchy (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + + + + + + + +
+

Hierarchy For Package de.juplo.test

+
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-use.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-use.html new file mode 100644 index 00000000..2a7430e2 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/de/juplo/test/package-use.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Package de.juplo.test (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + + + + + + + +
+

Uses of Package
de.juplo.test

+
+
No usage of de.juplo.test
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/deprecated-list.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/deprecated-list.html new file mode 100644 index 00000000..ce76baa4 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/help-doc.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/help-doc.html new file mode 100644 index 00000000..f5c9ee07 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/index-all.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/index-all.html new file mode 100644 index 00000000..b5c6085f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/index-all.html @@ -0,0 +1,147 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
D F I  + + +

D

+
+
de.juplo.test - package de.juplo.test
+
 
+
+ + + +

F

+
+
FileComparator - Class in de.juplo.test
+
 
+
FileComparator(File) - Constructor for class de.juplo.test.FileComparator
+
 
+
+ + + +

I

+
+
isEqual(String, String) - Method in class de.juplo.test.FileComparator
+
 
+
+D F I 
+ +
+ + + + + + + +
+ + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/index.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/index.html new file mode 100644 index 00000000..240c2677 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/index.html @@ -0,0 +1,73 @@ + + + + + + +Hibernate 4 Maven Plugin 1.1.1 Test API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/test/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/options b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/options new file mode 100644 index 00000000..72178e2a --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/options @@ -0,0 +1,25 @@ +-classpath +'/home/kai/juplo/hibernate-maven-plugin/target/classes:/home/kai/juplo/hibernate-maven-plugin/target/test-classes:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar:/home/kai/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.9.Final/hibernate-entitymanager-4.3.9.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.3.3/maven-core-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.3.3/maven-model-builder-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.3.3/maven-settings-builder-3.3.3.jar:/home/kai/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/kai/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/apache/maven/maven-builder-support/3.3.3/maven-builder-support-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.3/maven-repository-metadata-3.3.3.jar:/home/kai/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar:/home/kai/.m2/repository/de/juplo/scannotation/1.0.4/scannotation-1.0.4.jar:/home/kai/.m2/repository/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar:/home/kai/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar:/home/kai/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar:/home/kai/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar:/home/kai/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar:/home/kai/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.3.3/maven-settings-3.3.3.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar:/home/kai/.m2/repository/org/hibernate/hibernate-envers/4.3.9.Final/hibernate-envers-4.3.9.Final.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar:/home/kai/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.3.3/maven-aether-provider-3.3.3.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.3.9.Final/hibernate-core-4.3.9.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar:/home/kai/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar:/home/kai/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/home/kai/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/hibernate-maven-plugin/src/test/java' +-Xdoclint:none +-author +-bottom +'Copyright © 2016. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/hibernate-maven-plugin/target/site/testapidocs' +-docencoding +'UTF-8' +-doctitle +'Hibernate 4 Maven Plugin 1.1.1 Test API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'Hibernate 4 Maven Plugin 1.1.1 Test API' \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/overview-tree.html b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/overview-tree.html new file mode 100644 index 00000000..7a38b5e5 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/overview-tree.html @@ -0,0 +1,137 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.1.1 Test API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2016. All Rights Reserved.

+ + diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/package-list b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/package-list new file mode 100644 index 00000000..4774195e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/package-list @@ -0,0 +1 @@ +de.juplo.test diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/packages b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/packages new file mode 100644 index 00000000..8fbea680 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/packages @@ -0,0 +1 @@ +de.juplo.test \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/script.js b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/dist/hibernate4-maven-plugin-1.1.1/testapidocs/stylesheet.css b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/testapidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref-test/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.1.1/xref-test/allclasses-frame.html new file mode 100644 index 00000000..8253aebb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref-test/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/FileComparator.html b/dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..15fac226 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/FileComparator.html @@ -0,0 +1,70 @@ + + + +FileComparator xref + + + +
+1   package de.juplo.test;
+2   
+3   import java.io.BufferedReader;
+4   import java.io.File;
+5   import java.io.FileNotFoundException;
+6   import java.io.FileReader;
+7   import java.io.IOException;
+8   
+9   
+10  public class FileComparator
+11  {
+12    private final File basedir;
+13    private BufferedReader expectedReader;
+14    private BufferedReader foundReader;
+15  
+16    public FileComparator(File basedir)
+17    {
+18      this.basedir = basedir;
+19    }
+20  
+21    public boolean isEqual(final String expectedFile, final String foundFile)
+22      throws
+23        FileNotFoundException,
+24        IOException
+25    {
+26      File file;
+27      String expected, found;
+28  
+29      file = new File(basedir, expectedFile);
+30      expectedReader = new BufferedReader(new FileReader(file));
+31  
+32      file = new File(basedir, foundFile);
+33      foundReader = new BufferedReader(new FileReader(file));
+34  
+35  
+36      while ((expected = expectedReader.readLine()) != null)
+37      {
+38        found = foundReader.readLine();
+39        if (!expected.equals(found))
+40        {
+41          System.err.println("Mismatch!");
+42          System.err.println("Expected: " + expected);
+43          System.err.println("Found:    " + found);
+44          return false;
+45        }
+46      }
+47  
+48      if ((found = foundReader.readLine()) != null)
+49      {
+50        System.err.println("Found more content than expected!");
+51        System.err.println("Starting with: " + found);
+52        return false;
+53      }
+54  
+55      return true;
+56    }
+57  }
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/package-frame.html b/dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/package-frame.html new file mode 100644 index 00000000..471ae64e --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference Package de.juplo.test + + + + +

+ de.juplo.test +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/package-summary.html b/dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/package-summary.html new file mode 100644 index 00000000..fc421ffc --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref-test/de/juplo/test/package-summary.html @@ -0,0 +1,69 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference Package de.juplo.test + + + +
+ +
+
+ +
+ +

Package de.juplo.test

+ + + + + + + + + + + + +
Class Summary
+ FileComparator +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref-test/index.html b/dist/hibernate4-maven-plugin-1.1.1/xref-test/index.html new file mode 100644 index 00000000..6d346401 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref-test/index.html @@ -0,0 +1,25 @@ + + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref-test/overview-frame.html b/dist/hibernate4-maven-plugin-1.1.1/xref-test/overview-frame.html new file mode 100644 index 00000000..0d36b3fb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref-test/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref-test/overview-summary.html b/dist/hibernate4-maven-plugin-1.1.1/xref-test/overview-summary.html new file mode 100644 index 00000000..5ba26cff --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref-test/overview-summary.html @@ -0,0 +1,66 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.1.1 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.test +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref-test/stylesheet.css b/dist/hibernate4-maven-plugin-1.1.1/xref-test/stylesheet.css new file mode 100644 index 00000000..89732f81 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref-test/stylesheet.css @@ -0,0 +1,114 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} + +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/allclasses-frame.html b/dist/hibernate4-maven-plugin-1.1.1/xref/allclasses-frame.html new file mode 100644 index 00000000..4aefe0d6 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/allclasses-frame.html @@ -0,0 +1,35 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..0b1c2db8 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,1332 @@ + + + +Hbm2DdlMojo xref + + + +
+1   package de.juplo.plugins.hibernate4;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import com.pyx4j.log4j.MavenLogAppender;
+20  import java.io.File;
+21  import java.io.FileInputStream;
+22  import java.io.FileNotFoundException;
+23  import java.io.FileOutputStream;
+24  import java.io.IOException;
+25  import java.io.InputStream;
+26  import java.io.ObjectInputStream;
+27  import java.io.ObjectOutputStream;
+28  import java.math.BigInteger;
+29  import java.net.URL;
+30  import java.net.URLClassLoader;
+31  import java.security.MessageDigest;
+32  import java.security.NoSuchAlgorithmException;
+33  import java.sql.Driver;
+34  import java.sql.DriverPropertyInfo;
+35  import java.sql.SQLException;
+36  import java.sql.SQLFeatureNotSupportedException;
+37  import java.util.Collections;
+38  import java.util.Comparator;
+39  import java.util.HashMap;
+40  import java.util.HashSet;
+41  import java.util.LinkedHashSet;
+42  import java.util.LinkedList;
+43  import java.util.List;
+44  import java.util.Map;
+45  import java.util.Map.Entry;
+46  import java.util.Properties;
+47  import java.util.Set;
+48  import java.util.TreeSet;
+49  import java.util.logging.Logger;
+50  import java.util.regex.Matcher;
+51  import java.util.regex.Pattern;
+52  import javax.persistence.Embeddable;
+53  import javax.persistence.Entity;
+54  import javax.persistence.MappedSuperclass;
+55  import javax.persistence.spi.PersistenceUnitTransactionType;
+56  import org.apache.maven.artifact.Artifact;
+57  import org.apache.maven.model.Resource;
+58  import org.apache.maven.plugin.AbstractMojo;
+59  import org.apache.maven.plugin.MojoExecutionException;
+60  import org.apache.maven.plugin.MojoFailureException;
+61  import org.apache.maven.project.MavenProject;
+62  import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
+63  import org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
+64  import org.hibernate.boot.registry.classloading.spi.ClassLoadingException;
+65  import org.hibernate.boot.registry.internal.StandardServiceRegistryImpl;
+66  import org.hibernate.cfg.Environment;
+67  import org.hibernate.cfg.NamingStrategy;
+68  import org.hibernate.envers.configuration.spi.AuditConfiguration;
+69  import org.hibernate.internal.util.config.ConfigurationHelper;
+70  import org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor;
+71  import org.hibernate.jpa.boot.internal.PersistenceXmlParser;
+72  import org.hibernate.jpa.boot.spi.ProviderChecker;
+73  import org.hibernate.tool.hbm2ddl.SchemaExport;
+74  import org.hibernate.tool.hbm2ddl.SchemaExport.Type;
+75  import org.hibernate.tool.hbm2ddl.Target;
+76  import org.scannotation.AnnotationDB;
+77  
+78  
+79  /**
+80   * Goal which extracts the hibernate-mapping-configuration and
+81   * exports an according SQL-database-schema.
+82   *
+83   * @goal export
+84   * @phase process-classes
+85   * @threadSafe
+86   * @requiresDependencyResolution runtime
+87   */
+88  public class Hbm2DdlMojo extends AbstractMojo
+89  {
+90    public final static String EXPORT_SKIPPED_PROPERTY = "hibernate.export.skipped";
+91  
+92    public final static String DRIVER_CLASS = "hibernate.connection.driver_class";
+93    public final static String URL = "hibernate.connection.url";
+94    public final static String USERNAME = "hibernate.connection.username";
+95    public final static String PASSWORD = "hibernate.connection.password";
+96    public final static String DIALECT = "hibernate.dialect";
+97    public final static String NAMING_STRATEGY="hibernate.ejb.naming_strategy";
+98    public final static String ENVERS = "hibernate.export.envers";
+99  
+100   public final static String JPA_DRIVER = "javax.persistence.jdbc.driver";
+101   public final static String JPA_URL = "javax.persistence.jdbc.url";
+102   public final static String JPA_USERNAME = "javax.persistence.jdbc.user";
+103   public final static String JPA_PASSWORD = "javax.persistence.jdbc.password";
+104 
+105   public final static String MD5S = "hibernate4-generatedschema.md5s";
+106 
+107   private final static Pattern split = Pattern.compile("[^,\\s]+");
+108 
+109 
+110   /**
+111    * The maven project.
+112    * <p>
+113    * Only needed internally.
+114    *
+115    * @parameter property="project"
+116    * @required
+117    * @readonly
+118    */
+119   private MavenProject project;
+120 
+121   /**
+122    * Build-directory.
+123    * <p>
+124    * Only needed internally.
+125    *
+126    * @parameter property="project.build.directory"
+127    * @required
+128    * @readonly
+129    */
+130   private String buildDirectory;
+131 
+132   /**
+133    * Classes-Directory to scan.
+134    * <p>
+135    * This parameter defaults to the maven build-output-directory for classes.
+136    * Additionally, all dependencies are scanned for annotated classes.
+137    *
+138    * @parameter property="project.build.outputDirectory"
+139    * @since 1.0
+140    */
+141   private String outputDirectory;
+142 
+143   /**
+144    * Whether to scan test-classes too, or not.
+145    * <p>
+146    * If this parameter is set to <code>true</code> the test-classes of the
+147    * artifact will be scanned for hibernate-annotated classes additionally.
+148    *
+149    * @parameter property="hibernate.export.scan_testclasses" default-value="false"
+150    * @since 1.0.1
+151    */
+152   private boolean scanTestClasses;
+153 
+154   /**
+155    * Dependency-Scopes, that should be scanned for annotated classes.
+156    * <p>
+157    * By default, only dependencies in the scope <code>compile</code> are
+158    * scanned for annotated classes. Multiple scopes can be seperated by
+159    * white space or commas.
+160    * <p>
+161    * If you do not want any dependencies to be scanned for annotated
+162    * classes, set this parameter to <code>none</code>.
+163    * <p>
+164    * The plugin does not scan for annotated classes in transitive
+165    * dependencies. If some of your annotated classes are hidden in a
+166    * transitive dependency, you can simply add that dependency explicitly.
+167    *
+168    * @parameter property="hibernate.export.scan_dependencies" default-value="compile"
+169    * @since 1.0.3
+170    */
+171   private String scanDependencies;
+172 
+173   /**
+174    * Test-Classes-Directory to scan.
+175    * <p>
+176    * This parameter defaults to the maven build-output-directory for
+177    * test-classes.
+178    * <p>
+179    * This parameter is only used, when <code>scanTestClasses</code> is set
+180    * to <code>true</code>!
+181    *
+182    * @parameter property="project.build.testOutputDirectory"
+183    * @since 1.0.2
+184    */
+185   private String testOutputDirectory;
+186 
+187   /**
+188    * Skip execution
+189    * <p>
+190    * If set to <code>true</code>, the execution is skipped.
+191    * <p>
+192    * A skipped execution is signaled via the maven-property
+193    * <code>${hibernate.export.skipped}</code>.
+194    * <p>
+195    * The execution is skipped automatically, if no modified or newly added
+196    * annotated classes are found and the dialect was not changed.
+197    *
+198    * @parameter property="hibernate.skip" default-value="${maven.test.skip}"
+199    * @since 1.0
+200    */
+201   private boolean skip;
+202 
+203   /**
+204    * Force execution
+205    * <p>
+206    * Force execution, even if no modified or newly added annotated classes
+207    * where found and the dialect was not changed.
+208    * <p>
+209    * <code>skip</code> takes precedence over <code>force</code>.
+210    *
+211    * @parameter property="hibernate.export.force" default-value="false"
+212    * @since 1.0
+213    */
+214   private boolean force;
+215 
+216   /**
+217    * SQL-Driver name.
+218    *
+219    * @parameter property="hibernate.connection.driver_class"
+220    * @since 1.0
+221    */
+222   private String driverClassName;
+223 
+224   /**
+225    * Database URL.
+226    *
+227    * @parameter property="hibernate.connection.url"
+228    * @since 1.0
+229    */
+230   private String url;
+231 
+232   /**
+233    * Database username
+234    *
+235    * @parameter property="hibernate.connection.username"
+236    * @since 1.0
+237    */
+238   private String username;
+239 
+240   /**
+241    * Database password
+242    *
+243    * @parameter property="hibernate.connection.password"
+244    * @since 1.0
+245    */
+246   private String password;
+247 
+248   /**
+249    * Hibernate dialect.
+250    *
+251    * @parameter property="hibernate.dialect"
+252    * @since 1.0
+253    */
+254   private String hibernateDialect;
+255 
+256   /**
+257    * Hibernate Naming Strategy
+258    *
+259    * @parameter property="hibernate.ejb.naming_strategy"
+260    * @since 1.0.2
+261    */
+262   private String hibernateNamingStrategy;
+263 
+264   /**
+265    * Path to Hibernate properties file.
+266    * If this parameter is not set the plugin will try to load the configuration
+267    * from a file <code>hibernate.properties</code> on the classpath. The
+268    * test-classpath takes precedence.
+269    *
+270    * @parameter
+271    * @since 1.0
+272    */
+273   private String hibernateProperties;
+274 
+275   /**
+276    * Path to Hibernate configuration file (.cfg.xml).
+277    * Settings in this file will overwrite settings in the properties file.
+278    * If this parameter is not set the plugin will try to load the configuration
+279    * from a file <code>hibernate.cfg.xml</code> on the classpath. The
+280    * test-classpath takes precedence.
+281    *
+282    * @parameter
+283    * @since 1.1.0
+284    */
+285   private String hibernateConfig;
+286 
+287   /**
+288    * Name of the persistence-unit.
+289    * If there is only one persistence-unit available, that unit will be used
+290    * automatically.
+291    * Settings in this file will overwrite settings in the properties or the
+292    * configuration file.
+293    *
+294    * @parameter
+295    * @since 1.1.0
+296    */
+297   private String persistenceUnit;
+298 
+299   /**
+300    * List of Hibernate-Mapping-Files (XML).
+301    * Multiple files can be separated with white-spaces and/or commas.
+302    *
+303    * @parameter property="hibernate.mapping"
+304    * @since 1.0.2
+305    */
+306   private String hibernateMapping;
+307 
+308   /**
+309    * Target of execution:
+310    * <ul>
+311    *   <li><strong>NONE</strong> only export schema to SQL-script (forces execution, signals skip)</li>
+312    *   <li><strong>EXPORT</strong> create database (<strong>DEFAULT!</strong>). forces execution, signals skip)</li>
+313    *   <li><strong>SCRIPT</strong> export schema to SQL-script and print it to STDOUT</li>
+314    *   <li><strong>BOTH</strong></li>
+315    * </ul>
+316    *
+317    * A database connection is only needed for EXPORT and BOTH, but a
+318    * Hibernate-Dialect must always be chosen.
+319    *
+320    * @parameter property="hibernate.export.target" default-value="EXPORT"
+321    * @since 1.0
+322    */
+323   private String target;
+324 
+325   /**
+326    * Type of execution.
+327    * <ul>
+328    *   <li><strong>NONE</strong> do nothing - just validate the configuration</li>
+329    *   <li><strong>CREATE</strong> create database-schema</li>
+330    *   <li><strong>DROP</strong> drop database-schema</li>
+331    *   <li><strong>BOTH</strong> (<strong>DEFAULT!</strong>)</li>
+332    * </ul>
+333    *
+334    * If NONE is choosen, no databaseconnection is needed.
+335    *
+336    * @parameter property="hibernate.export.type" default-value="BOTH"
+337    * @since 1.0
+338    */
+339   private String type;
+340 
+341   /**
+342    * Output file.
+343    *
+344    * @parameter property="hibernate.export.schema.filename" default-value="${project.build.directory}/schema.sql"
+345    * @since 1.0
+346    */
+347   private String outputFile;
+348 
+349   /**
+350    * Delimiter in output-file.
+351    *
+352    * @parameter property="hibernate.export.schema.delimiter" default-value=";"
+353    * @since 1.0
+354    */
+355   private String delimiter;
+356 
+357   /**
+358    * Format output-file.
+359    *
+360    * @parameter property="hibernate.export.schema.format" default-value="true"
+361    * @since 1.0
+362    */
+363   private boolean format;
+364 
+365   /**
+366    * Generate envers schema for auditing tables.
+367    *
+368    * @parameter property="hibernate.export.envers" default-value="true"
+369    * @since 1.0.3
+370    */
+371   private boolean envers;
+372 
+373 
+374   @Override
+375   public void execute()
+376     throws
+377       MojoFailureException,
+378       MojoExecutionException
+379   {
+380     if (skip)
+381     {
+382       getLog().info("Execution of hibernate4-maven-plugin:export was skipped!");
+383       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+384       return;
+385     }
+386 
+387     Map<String,String> md5s;
+388     boolean modified = false;
+389     File saved = new File(buildDirectory + File.separator + MD5S);
+390 
+391     if (saved.isFile() && saved.length() > 0)
+392     {
+393       try
+394       {
+395         FileInputStream fis = new FileInputStream(saved);
+396         ObjectInputStream ois = new ObjectInputStream(fis);
+397         md5s = (HashMap<String,String>)ois.readObject();
+398         ois.close();
+399       }
+400       catch (Exception e)
+401       {
+402         md5s = new HashMap<String,String>();
+403         getLog().warn("Cannot read timestamps from saved: " + e);
+404       }
+405     }
+406     else
+407     {
+408       md5s = new HashMap<String,String>();
+409       try
+410       {
+411         saved.createNewFile();
+412       }
+413       catch (IOException e)
+414       {
+415         getLog().debug("Cannot create file \"" + saved.getPath() + "\" for timestamps: " + e);
+416       }
+417     }
+418 
+419     URLClassLoader classLoader = null;
+420     try
+421     {
+422       getLog().debug("Creating ClassLoader for project-dependencies...");
+423       List<String> classpathFiles = project.getCompileClasspathElements();
+424       if (scanTestClasses)
+425         classpathFiles.addAll(project.getTestClasspathElements());
+426       List<URL> urls = new LinkedList<URL>();
+427       File file;
+428       file = new File(testOutputDirectory);
+429       if (!file.exists())
+430       {
+431         getLog().info("creating test-output-directory: " + testOutputDirectory);
+432         file.mkdirs();
+433       }
+434       urls.add(file.toURI().toURL());
+435       file = new File(outputDirectory);
+436       if (!file.exists())
+437       {
+438         getLog().info("creating output-directory: " + outputDirectory);
+439         file.mkdirs();
+440       }
+441       urls.add(file.toURI().toURL());
+442       for (String pathElement : classpathFiles)
+443       {
+444         getLog().debug("Dependency: " + pathElement);
+445         urls.add(new File(pathElement).toURI().toURL());
+446       }
+447       classLoader =
+448           new URLClassLoader(
+449               urls.toArray(new URL[urls.size()]),
+450               getClass().getClassLoader()
+451               );
+452     }
+453     catch (Exception e)
+454     {
+455       getLog().error("Error while creating ClassLoader!", e);
+456       throw new MojoExecutionException(e.getMessage());
+457     }
+458 
+459     Set<Class<?>> classes =
+460         new TreeSet<Class<?>>(
+461             new Comparator<Class<?>>() {
+462               @Override
+463               public int compare(Class<?> a, Class<?> b)
+464               {
+465                 return a.getName().compareTo(b.getName());
+466               }
+467             }
+468           );
+469 
+470     try
+471     {
+472       AnnotationDB db = new AnnotationDB();
+473       File dir = new File(outputDirectory);
+474       if (dir.exists())
+475       {
+476         getLog().info("Scanning directory " + outputDirectory + " for annotated classes...");
+477         URL dirUrl = dir.toURI().toURL();
+478         db.scanArchives(dirUrl);
+479       }
+480       if (scanTestClasses)
+481       {
+482         dir = new File(testOutputDirectory);
+483         if (dir.exists())
+484         {
+485           getLog().info("Scanning directory " + testOutputDirectory + " for annotated classes...");
+486           URL dirUrl = dir.toURI().toURL();
+487           db.scanArchives(dirUrl);
+488         }
+489       }
+490       if (scanDependencies != null)
+491       {
+492         Matcher matcher = split.matcher(scanDependencies);
+493         while (matcher.find())
+494         {
+495           getLog().info("Scanning dependencies for scope " + matcher.group());
+496           for (Artifact artifact : project.getDependencyArtifacts())
+497           {
+498             if (!artifact.getScope().equalsIgnoreCase(matcher.group()))
+499               continue;
+500             if (artifact.getFile() == null)
+501             {
+502               getLog().warn(
+503                   "Cannot scan dependency " +
+504                   artifact.getId() +
+505                   ": no JAR-file available!"
+506                   );
+507               continue;
+508             }
+509             getLog().info(
+510                 "Scanning dependency " +
+511                 artifact.getId() +
+512                 " for annotated classes..."
+513                 );
+514             db.scanArchives(artifact.getFile().toURI().toURL());
+515           }
+516         }
+517       }
+518 
+519       Set<String> classNames = new HashSet<String>();
+520       if (db.getAnnotationIndex().containsKey(Entity.class.getName()))
+521         classNames.addAll(db.getAnnotationIndex().get(Entity.class.getName()));
+522       if (db.getAnnotationIndex().containsKey(MappedSuperclass.class.getName()))
+523         classNames.addAll(db.getAnnotationIndex().get(MappedSuperclass.class.getName()));
+524       if (db.getAnnotationIndex().containsKey(Embeddable.class.getName()))
+525         classNames.addAll(db.getAnnotationIndex().get(Embeddable.class.getName()));
+526 
+527       MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+528       for (String name : classNames)
+529       {
+530         Class<?> annotatedClass = classLoader.loadClass(name);
+531         classes.add(annotatedClass);
+532         String resourceName = annotatedClass.getName();
+533         resourceName = resourceName.substring(resourceName.lastIndexOf(".") + 1, resourceName.length()) + ".class";
+534         InputStream is =
+535             annotatedClass
+536                 .getResourceAsStream(resourceName);
+537         byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+538         int i;
+539         while((i = is.read(buffer)) > -1)
+540           digest.update(buffer, 0, i);
+541         is.close();
+542         byte[] bytes = digest.digest();
+543         BigInteger bi = new BigInteger(1, bytes);
+544         String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+545         String oldMd5 = !md5s.containsKey(name) ? "" : md5s.get(name);
+546         if (!newMd5.equals(oldMd5))
+547         {
+548           getLog().debug("Found new or modified annotated class: " + name);
+549           modified = true;
+550           md5s.put(name, newMd5);
+551         }
+552         else
+553         {
+554           getLog().debug(oldMd5 + " -> class unchanged: " + name);
+555         }
+556       }
+557     }
+558     catch (ClassNotFoundException e)
+559     {
+560       getLog().error("Error while adding annotated classes!", e);
+561       throw new MojoExecutionException(e.getMessage());
+562     }
+563     catch (Exception e)
+564     {
+565       getLog().error("Error while scanning!", e);
+566       throw new MojoFailureException(e.getMessage());
+567     }
+568 
+569 
+570     ValidationConfiguration config = new ValidationConfiguration();
+571     // Clear unused system-properties
+572     config.setProperties(new Properties());
+573 
+574 
+575     ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
+576     StandardServiceRegistryImpl registry = null;
+577     MavenLogAppender.startPluginLog(this);
+578 
+579     try
+580     {
+581       /**
+582        * Change class-loader of current thread, so that hibernate can
+583        * see all dependencies!
+584        */
+585       Thread.currentThread().setContextClassLoader(classLoader);
+586 
+587 
+588       /** Try to read configuration from properties-file */
+589       try
+590       {
+591         if (hibernateProperties == null)
+592         {
+593           URL url = classLoader.findResource("hibernate.properties");
+594           if (url == null)
+595           {
+596             getLog().info("No hibernate.properties on the classpath!");
+597           }
+598           else
+599           {
+600             getLog().info("Reading settings from hibernate.properties on the classpath.");
+601             Properties properties = new Properties();
+602             properties.load(url.openStream());
+603             config.setProperties(properties);
+604           }
+605         }
+606         else
+607         {
+608           File file = new File(hibernateProperties);
+609           if (file.exists())
+610           {
+611             getLog().info("Reading settings from file " + hibernateProperties + "...");
+612             Properties properties = new Properties();
+613             properties.load(new FileInputStream(file));
+614             config.setProperties(properties);
+615           }
+616           else
+617             getLog().info("No hibernate-properties-file found! (Checked path: " + hibernateProperties + ")");
+618         }
+619       }
+620       catch (IOException e)
+621       {
+622         getLog().error("Error while reading properties!", e);
+623         throw new MojoExecutionException(e.getMessage());
+624       }
+625 
+626       /** Try to read configuration from configuration-file */
+627       try
+628       {
+629         if (hibernateConfig == null)
+630         {
+631           URL url = classLoader.findResource("hibernate.cfg.xml");
+632           if (url == null)
+633           {
+634             getLog().info("No hibernate.cfg.xml on the classpath!");
+635           }
+636           else
+637           {
+638             getLog().info("Reading settings from hibernate.cfg.xml on the classpath.");
+639             config.configure(url);
+640           }
+641         }
+642         else
+643         {
+644           File file = new File(hibernateConfig);
+645           if (file.exists())
+646           {
+647             getLog().info("Reading configuration from file " + hibernateConfig + "...");
+648             config.configure(file);
+649           }
+650           else
+651             getLog().info("No hibernate-configuration-file found! (Checked path: " + hibernateConfig + ")");
+652         }
+653       }
+654       catch (Exception e)
+655       {
+656         getLog().error("Error while reading configuration!", e);
+657         throw new MojoExecutionException(e.getMessage());
+658       }
+659 
+660       ParsedPersistenceXmlDescriptor persistenceUnitDescriptor =
+661           getPersistenceUnitDescriptor(
+662               persistenceUnit,
+663               config.getProperties(),
+664               new MavenProjectClassLoaderService(classLoader)
+665               );
+666       if (persistenceUnitDescriptor != null)
+667         config.setProperties(persistenceUnitDescriptor.getProperties());
+668 
+669 
+670       /** Overwrite values from properties-file or set, if given */
+671 
+672       if (driverClassName != null)
+673       {
+674         if (config.getProperties().containsKey(DRIVER_CLASS))
+675           getLog().debug(
+676               "Overwriting property " +
+677               DRIVER_CLASS + "=" + config.getProperty(DRIVER_CLASS) +
+678               " with the value " + driverClassName
+679             );
+680         else
+681           getLog().debug("Using the value " + driverClassName);
+682         config.setProperty(DRIVER_CLASS, driverClassName);
+683       }
+684       if (config.getProperty(DRIVER_CLASS) == null)
+685       {
+686         String driver = config.getProperty(JPA_DRIVER);
+687         if (driver != null)
+688         {
+689           getLog().info(
+690               DRIVER_CLASS +
+691               " is not set. Borrow setting from " +
+692               JPA_DRIVER +
+693               ": " +
+694               driver);
+695           config.setProperty(DRIVER_CLASS, driver);
+696         }
+697       }
+698 
+699       if (url != null)
+700       {
+701         if (config.getProperties().containsKey(URL))
+702           getLog().debug(
+703               "Overwriting property " +
+704               URL + "=" + config.getProperty(URL) +
+705               " with the value " + url
+706             );
+707         else
+708           getLog().debug("Using the value " + url);
+709         config.setProperty(URL, url);
+710       }
+711       if (config.getProperty(URL) == null)
+712       {
+713         String url = config.getProperty(JPA_URL);
+714         if (url != null)
+715         {
+716           getLog().info(
+717               URL +
+718               " is not set. Borrow setting from " +
+719               JPA_URL +
+720               ": " +
+721               url);
+722           config.setProperty(URL, url);
+723         }
+724       }
+725 
+726       if (username != null)
+727       {
+728         if (config.getProperties().containsKey(USERNAME))
+729           getLog().debug(
+730               "Overwriting property " +
+731               USERNAME + "=" + config.getProperty(USERNAME) +
+732               " with the value " + username
+733             );
+734         else
+735           getLog().debug("Using the value " + username);
+736         config.setProperty(USERNAME, username);
+737       }
+738       if (config.getProperty(USERNAME) == null)
+739       {
+740         String username = config.getProperty(JPA_USERNAME);
+741         if (username != null)
+742         {
+743           getLog().info(
+744               USERNAME +
+745               " is not set. Borrow setting from " +
+746               JPA_USERNAME +
+747               ": " +
+748               username);
+749           config.setProperty(USERNAME, username);
+750         }
+751       }
+752 
+753       if (password != null)
+754       {
+755         if (config.getProperties().containsKey(PASSWORD))
+756           getLog().debug(
+757               "Overwriting property " +
+758               PASSWORD + "=" + config.getProperty(PASSWORD) +
+759               " with value " + password
+760             );
+761         else
+762           getLog().debug("Using value " + password + " for property " + PASSWORD);
+763         config.setProperty(PASSWORD, password);
+764       }
+765       if (config.getProperty(PASSWORD) == null)
+766       {
+767         String password = config.getProperty(JPA_PASSWORD);
+768         if (password != null)
+769         {
+770           getLog().info(
+771               PASSWORD +
+772               " is not set. Borrow setting from " +
+773               JPA_PASSWORD +
+774               ": " +
+775               password);
+776           config.setProperty(PASSWORD, password);
+777         }
+778       }
+779 
+780       if (hibernateDialect != null)
+781       {
+782         if (config.getProperties().containsKey(DIALECT))
+783           getLog().debug(
+784               "Overwriting property " +
+785               DIALECT + "=" + config.getProperty(DIALECT) +
+786               " with value " + hibernateDialect
+787             );
+788         else
+789           getLog().debug(
+790               "Using value " + hibernateDialect + " for property " + DIALECT
+791               );
+792         config.setProperty(DIALECT, hibernateDialect);
+793       }
+794 
+795       if ( hibernateNamingStrategy != null )
+796       {
+797         if ( config.getProperties().contains(NAMING_STRATEGY))
+798           getLog().debug(
+799               "Overwriting property " +
+800               NAMING_STRATEGY + "=" + config.getProperty(NAMING_STRATEGY) +
+801               " with value " + hibernateNamingStrategy
+802              );
+803         else
+804           getLog().debug(
+805               "Using value " + hibernateNamingStrategy + " for property " +
+806               NAMING_STRATEGY
+807               );
+808         config.setProperty(NAMING_STRATEGY, hibernateNamingStrategy);
+809       }
+810 
+811       /** The generated SQL varies with the dialect! */
+812       if (md5s.containsKey(DIALECT))
+813       {
+814         String dialect = config.getProperty(DIALECT);
+815         if (md5s.get(DIALECT).equals(dialect))
+816           getLog().debug("SQL-dialect unchanged.");
+817         else
+818         {
+819           modified = true;
+820           if (dialect == null)
+821           {
+822             getLog().debug("SQL-dialect was unset.");
+823             md5s.remove(DIALECT);
+824           }
+825           else
+826           {
+827             getLog().debug("SQL-dialect changed: " + dialect);
+828             md5s.put(DIALECT, dialect);
+829           }
+830         }
+831       }
+832       else
+833       {
+834         String dialect = config.getProperty(DIALECT);
+835         if (dialect != null)
+836         {
+837           modified = true;
+838           md5s.put(DIALECT, config.getProperty(DIALECT));
+839         }
+840       }
+841 
+842       /** The generated SQL varies with the envers-configuration */
+843       if (md5s.get(ENVERS) != null)
+844       {
+845         if (md5s.get(ENVERS).equals(Boolean.toString(envers)))
+846           getLog().debug("Envers-Configuration unchanged. Enabled: " + envers);
+847         else
+848         {
+849           getLog().debug("Envers-Configuration changed. Enabled: " + envers);
+850           modified = true;
+851           md5s.put(ENVERS, Boolean.toString(envers));
+852         }
+853       }
+854       else
+855       {
+856         modified = true;
+857         md5s.put(ENVERS, Boolean.toString(envers));
+858       }
+859 
+860       if (config.getProperties().isEmpty())
+861       {
+862         getLog().error("No properties set!");
+863         throw new MojoFailureException("Hibernate configuration is missing!");
+864       }
+865 
+866       getLog().info("Gathered hibernate-configuration (turn on debugging for details):");
+867       for (Entry<Object,Object> entry : config.getProperties().entrySet())
+868         getLog().info("  " + entry.getKey() + " = " + entry.getValue());
+869 
+870 
+871       getLog().debug("Adding explicitly configured mappings...");
+872       if (hibernateMapping != null)
+873       {
+874         try
+875         {
+876           MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+877           for (String filename : hibernateMapping.split("[\\s,]+"))
+878           {
+879             // First try the filename as absolute/relative path
+880             File file = new File(filename);
+881             if (!file.exists())
+882             {
+883               // If the file was not found, search for it in the resource-directories
+884               for (Resource resource : project.getResources())
+885               {
+886                 file = new File(resource.getDirectory() + File.separator + filename);
+887                 if (file.exists())
+888                   break;
+889               }
+890             }
+891             if (file != null && file.exists())
+892             {
+893               InputStream is = new FileInputStream(file);
+894               byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+895               int i;
+896               while((i = is.read(buffer)) > -1)
+897                 digest.update(buffer, 0, i);
+898               is.close();
+899               byte[] bytes = digest.digest();
+900               BigInteger bi = new BigInteger(1, bytes);
+901               String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+902               String oldMd5 = !md5s.containsKey(filename) ? "" : md5s.get(filename);
+903               if (!newMd5.equals(oldMd5))
+904               {
+905                 getLog().debug("Found new or modified mapping-file: " + filename);
+906                 modified = true;
+907                 md5s.put(filename, newMd5);
+908               }
+909               else
+910               {
+911                 getLog().debug(oldMd5 + " -> mapping-file unchanged: " + filename);
+912               }
+913               getLog().debug("Adding mappings from XML-configurationfile: " + file);
+914               config.addFile(file);
+915             }
+916             else
+917               throw new MojoFailureException("File " + filename + " could not be found in any of the configured resource-directories!");
+918           }
+919         }
+920         catch (NoSuchAlgorithmException e)
+921         {
+922           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+923         }
+924         catch (FileNotFoundException e)
+925         {
+926           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+927         }
+928         catch (IOException e)
+929         {
+930           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+931         }
+932       }
+933 
+934       getLog().debug("Adding annotated classes to hibernate-mapping-configuration...");
+935       // build annotated packages
+936       Set<String> packages = new HashSet<String>();
+937       for (Class<?> annotatedClass : classes)
+938       {
+939         String packageName = annotatedClass.getPackage().getName();
+940         if (!packages.contains(packageName))
+941         {
+942           getLog().debug("Add package " + packageName);
+943           packages.add(packageName);
+944           config.addPackage(packageName);
+945           getLog().debug("type definintions" + config.getTypeDefs());
+946         }
+947         getLog().debug("Class " + annotatedClass);
+948         config.addAnnotatedClass(annotatedClass);
+949       }
+950 
+951       Target target = null;
+952       try
+953       {
+954         target = Target.valueOf(this.target.toUpperCase());
+955       }
+956       catch (IllegalArgumentException e)
+957       {
+958         getLog().error("Invalid value for configuration-option \"target\": " + this.target);
+959         getLog().error("Valid values are: NONE, SCRIPT, EXPORT, BOTH");
+960         throw new MojoExecutionException("Invalid value for configuration-option \"target\"");
+961       }
+962       Type type = null;
+963       try
+964       {
+965         type = Type.valueOf(this.type.toUpperCase());
+966       }
+967       catch (IllegalArgumentException e)
+968       {
+969         getLog().error("Invalid value for configuration-option \"type\": " + this.type);
+970         getLog().error("Valid values are: NONE, CREATE, DROP, BOTH");
+971         throw new MojoExecutionException("Invalid value for configuration-option \"type\"");
+972       }
+973 
+974 
+975       if (config.getProperty(DIALECT) == null)
+976         throw new MojoFailureException("hibernate-dialect must be set!");
+977 
+978 
+979       if (target.equals(Target.SCRIPT) || target.equals(Target.NONE))
+980       {
+981         project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+982       }
+983       if (
+984           !modified
+985           && !target.equals(Target.SCRIPT)
+986           && !target.equals(Target.NONE)
+987           && !force
+988         )
+989       {
+990         getLog().info("No modified annotated classes or mapping-files found and dialect unchanged.");
+991         getLog().info("Skipping schema generation!");
+992         project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+993         return;
+994       }
+995 
+996 
+997       if ( config.getProperties().containsKey(NAMING_STRATEGY))
+998       {
+999         String namingStrategy = config.getProperty(NAMING_STRATEGY);
+1000         getLog().debug("Explicitly set NamingStrategy: " + namingStrategy);
+1001         try
+1002         {
+1003           List runtimeClasspathElements = project.getRuntimeClasspathElements();
+1004           URL[] runtimeUrls = new URL[runtimeClasspathElements.size()];
+1005           for (int i = 0; i < runtimeClasspathElements.size(); i++)
+1006           {
+1007             String element = (String) runtimeClasspathElements.get(i);
+1008             runtimeUrls[i] = new File(element).toURI().toURL();
+1009           }
+1010           URLClassLoader newLoader = new URLClassLoader(
+1011               runtimeUrls,
+1012               Thread.currentThread().getContextClassLoader()
+1013               );
+1014           @SuppressWarnings("unchecked")
+1015           Class<NamingStrategy> namingStrategyClass =
+1016               (Class<NamingStrategy>) newLoader.loadClass(namingStrategy);
+1017           config.setNamingStrategy(namingStrategyClass.newInstance());
+1018         }
+1019         catch (Exception e)
+1020         {
+1021           getLog().error("Error setting NamingStrategy", e);
+1022           throw new MojoExecutionException(e.getMessage());
+1023         }
+1024       }
+1025 
+1026 
+1027       Environment.verifyProperties(config.getProperties());
+1028       ConfigurationHelper.resolvePlaceHolders(config.getProperties());
+1029       registry =
+1030           (StandardServiceRegistryImpl)
+1031           new StandardServiceRegistryBuilder()
+1032               .applySettings(config.getProperties())
+1033               .build();
+1034 
+1035       config.buildMappings();
+1036 
+1037       if (envers)
+1038       {
+1039         getLog().info("Automatic auditing via hibernate-envers enabled!");
+1040         AuditConfiguration.getFor(config);
+1041       }
+1042 
+1043       SchemaExport export = new SchemaExport(registry, config);
+1044       export.setDelimiter(delimiter);
+1045       export.setFormat(format);
+1046 
+1047       File outF = new File(outputFile);
+1048 
+1049       if (!outF.isAbsolute())
+1050       {
+1051         // Interpret relative file path relative to build directory
+1052         outF = new File(buildDirectory, outputFile);
+1053         getLog().info("Adjusted relative path, resulting path is " + outF.getPath());
+1054       }
+1055 
+1056       // Ensure that directory path for specified file exists
+1057       File outFileParentDir = outF.getParentFile();
+1058       if (null != outFileParentDir && !outFileParentDir.exists())
+1059       {
+1060         try
+1061         {
+1062           getLog().info("Creating directory path for output file:" + outFileParentDir.getPath());
+1063           outFileParentDir.mkdirs();
+1064         }
+1065         catch (Exception e)
+1066         {
+1067           getLog().error("Error creating directory path for output file: " + e.getLocalizedMessage());
+1068         }
+1069       }
+1070 
+1071       export.setOutputFile(outF.getPath());
+1072       export.execute(target, type);
+1073 
+1074       for (Object exception : export.getExceptions())
+1075         getLog().debug(exception.toString());
+1076     }
+1077     finally
+1078     {
+1079       /** Stop Log-Capturing */
+1080       MavenLogAppender.endPluginLog(this);
+1081 
+1082       /** Restore the old class-loader (TODO: is this really necessary?) */
+1083       Thread.currentThread().setContextClassLoader(contextClassLoader);
+1084 
+1085       if (registry != null)
+1086         registry.destroy();
+1087     }
+1088 
+1089     /** Write md5-sums for annotated classes to file */
+1090     try
+1091     {
+1092       FileOutputStream fos = new FileOutputStream(saved);
+1093       ObjectOutputStream oos = new ObjectOutputStream(fos);
+1094       oos.writeObject(md5s);
+1095       oos.close();
+1096       fos.close();
+1097     }
+1098     catch (Exception e)
+1099     {
+1100       getLog().error("Cannot write md5-sums to file: " + e);
+1101     }
+1102   }
+1103 
+1104   private ParsedPersistenceXmlDescriptor getPersistenceUnitDescriptor(
+1105       String name,
+1106       Properties properties,
+1107       ClassLoaderService loader
+1108       )
+1109       throws
+1110         MojoFailureException
+1111   {
+1112     PersistenceXmlParser parser =
+1113         new PersistenceXmlParser(
+1114             loader,
+1115             PersistenceUnitTransactionType.RESOURCE_LOCAL
+1116              );
+1117 
+1118     List<ParsedPersistenceXmlDescriptor> units = parser.doResolve(properties);
+1119 
+1120     if (name == null)
+1121     {
+1122       switch (units.size())
+1123       {
+1124         case 0:
+1125           getLog().info("Found no META-INF/persistence.xml.");
+1126           return null;
+1127         case 1:
+1128           getLog().info("Using persistence-unit " + units.get(0).getName());
+1129           return units.get(0);
+1130         default:
+1131           getLog().warn("No name provided and multiple persistence units found:");
+1132           for (ParsedPersistenceXmlDescriptor unit : units)
+1133             getLog().warn(" - " + unit.getName());
+1134           return null;
+1135       }
+1136 
+1137     }
+1138 
+1139     for (ParsedPersistenceXmlDescriptor unit : units)
+1140     {
+1141       getLog().debug("Found persistence-unit " + unit.getName());
+1142       if (!unit.getName().equals(name))
+1143         continue;
+1144 
+1145       // See if we (Hibernate) are the persistence provider
+1146       if (!ProviderChecker.isProvider(unit, properties))
+1147       {
+1148         getLog().debug("Wrong provider: " + unit.getProviderClassName());
+1149         continue;
+1150       }
+1151 
+1152       getLog().info("Using persistence-unit " + unit.getName());
+1153       return unit;
+1154     }
+1155 
+1156     throw new MojoFailureException("Could not find persistence-unit " + name);
+1157   }
+1158 
+1159 
+1160   static final class MavenProjectClassLoaderService implements ClassLoaderService
+1161   {
+1162     final private ClassLoader loader;
+1163 
+1164 
+1165     public MavenProjectClassLoaderService(ClassLoader loader)
+1166     {
+1167       this.loader = loader;
+1168     }
+1169 
+1170 
+1171     @Override
+1172     public <T> Class<T> classForName(String name)
+1173     {
+1174       try
+1175       {
+1176         return (Class<T>)loader.loadClass(name);
+1177       }
+1178       catch (ClassNotFoundException e)
+1179       {
+1180         throw new ClassLoadingException( "Unable to load class [" + name + "]", e );
+1181       }
+1182     }
+1183 
+1184     @Override
+1185     public URL locateResource(String name)
+1186     {
+1187       return loader.getResource(name);
+1188     }
+1189 
+1190     @Override
+1191     public InputStream locateResourceStream(String name)
+1192     {
+1193       return loader.getResourceAsStream(name);
+1194     }
+1195 
+1196     @Override
+1197     public List<URL> locateResources(String name)
+1198     {
+1199       try
+1200       {
+1201         return Collections.list(loader.getResources(name));
+1202       }
+1203       catch (IOException e)
+1204       {
+1205         return Collections.EMPTY_LIST;
+1206       }
+1207     }
+1208 
+1209     @Override
+1210     public <S> LinkedHashSet<S> loadJavaServices(Class<S> serviceContract)
+1211     {
+1212       throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
+1213     }
+1214 
+1215     @Override
+1216     public void stop() { }
+1217 
+1218   }
+1219 
+1220 
+1221   /**
+1222    * Needed, because DriverManager won't pick up drivers, that were not
+1223    * loaded by the system-classloader!
+1224    * See:
+1225    * http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-location
+1226    */
+1227   static final class DriverProxy implements Driver
+1228   {
+1229     private final Driver target;
+1230 
+1231     DriverProxy(Driver target)
+1232     {
+1233       if (target == null)
+1234         throw new NullPointerException();
+1235       this.target = target;
+1236     }
+1237 
+1238     public java.sql.Driver getTarget()
+1239     {
+1240       return target;
+1241     }
+1242 
+1243     @Override
+1244     public boolean acceptsURL(String url) throws SQLException
+1245     {
+1246       return target.acceptsURL(url);
+1247     }
+1248 
+1249     @Override
+1250     public java.sql.Connection connect(
+1251         String url,
+1252         java.util.Properties info
+1253       )
+1254       throws
+1255         SQLException
+1256     {
+1257       return target.connect(url, info);
+1258     }
+1259 
+1260     @Override
+1261     public int getMajorVersion()
+1262     {
+1263       return target.getMajorVersion();
+1264     }
+1265 
+1266     @Override
+1267     public int getMinorVersion()
+1268     {
+1269       return target.getMinorVersion();
+1270     }
+1271 
+1272     @Override
+1273     public DriverPropertyInfo[] getPropertyInfo(
+1274         String url,
+1275         Properties info
+1276       )
+1277       throws
+1278         SQLException
+1279     {
+1280       return target.getPropertyInfo(url, info);
+1281     }
+1282 
+1283     @Override
+1284     public boolean jdbcCompliant()
+1285     {
+1286       return target.jdbcCompliant();
+1287     }
+1288 
+1289     /**
+1290      * This Method cannot be annotated with @Override, becaus the plugin
+1291      * will not compile then under Java 1.6!
+1292      */
+1293     public Logger getParentLogger() throws SQLFeatureNotSupportedException
+1294     {
+1295       throw new SQLFeatureNotSupportedException("Not supported, for backward-compatibility with Java 1.6");
+1296     }
+1297 
+1298     @Override
+1299     public String toString()
+1300     {
+1301       return "Proxy: " + target;
+1302     }
+1303 
+1304     @Override
+1305     public int hashCode()
+1306     {
+1307       return target.hashCode();
+1308     }
+1309 
+1310     @Override
+1311     public boolean equals(Object obj)
+1312     {
+1313       if (!(obj instanceof DriverProxy))
+1314         return false;
+1315       DriverProxy other = (DriverProxy) obj;
+1316       return this.target.equals(other.target);
+1317     }
+1318   }
+1319 }
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/HelpMojo.html b/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..dbd69015 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,467 @@ + + + +HelpMojo xref + + + +
+1   
+2   package de.juplo.plugins.hibernate4;
+3   
+4   import org.apache.maven.plugin.AbstractMojo;
+5   import org.apache.maven.plugin.MojoExecutionException;
+6   
+7   import org.w3c.dom.Document;
+8   import org.w3c.dom.Element;
+9   import org.w3c.dom.Node;
+10  import org.w3c.dom.NodeList;
+11  import org.xml.sax.SAXException;
+12  
+13  import javax.xml.parsers.DocumentBuilder;
+14  import javax.xml.parsers.DocumentBuilderFactory;
+15  import javax.xml.parsers.ParserConfigurationException;
+16  import java.io.IOException;
+17  import java.io.InputStream;
+18  import java.util.ArrayList;
+19  import java.util.List;
+20  
+21  /**
+22   * Display help information on hibernate4-maven-plugin.<br>
+23   * Call <code>mvn hibernate4:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
+24   * @author maven-plugin-tools
+25   * @goal help
+26   * @requiresProject false
+27   * @threadSafe
+28   */
+29  public class HelpMojo
+30      extends AbstractMojo
+31  {
+32      /**
+33       * If <code>true</code>, display all settable properties for each goal.
+34       *
+35       * @parameter property="detail" default-value="false"
+36       */
+37      private boolean detail;
+38  
+39      /**
+40       * The name of the goal for which to show help. If unspecified, all goals will be displayed.
+41       *
+42       * @parameter property="goal"
+43       */
+44      private java.lang.String goal;
+45  
+46      /**
+47       * The maximum length of a display line, should be positive.
+48       *
+49       * @parameter property="lineLength" default-value="80"
+50       */
+51      private int lineLength;
+52  
+53      /**
+54       * The number of spaces per indentation level, should be positive.
+55       *
+56       * @parameter property="indentSize" default-value="2"
+57       */
+58      private int indentSize;
+59  
+60      // groupId/artifactId/plugin-help.xml
+61      private static final String PLUGIN_HELP_PATH =
+62                      "/META-INF/maven/de.juplo/hibernate4-maven-plugin/plugin-help.xml";
+63  
+64      private static final int DEFAULT_LINE_LENGTH = 80;
+65  
+66      private Document build()
+67          throws MojoExecutionException
+68      {
+69          getLog().debug( "load plugin-help.xml: " + PLUGIN_HELP_PATH );
+70          InputStream is = null;
+71          try
+72          {
+73              is = getClass().getResourceAsStream( PLUGIN_HELP_PATH );
+74              DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
+75              DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
+76              return dBuilder.parse( is );
+77          }
+78          catch ( IOException e )
+79          {
+80              throw new MojoExecutionException( e.getMessage(), e );
+81          }
+82          catch ( ParserConfigurationException e )
+83          {
+84              throw new MojoExecutionException( e.getMessage(), e );
+85          }
+86          catch ( SAXException e )
+87          {
+88              throw new MojoExecutionException( e.getMessage(), e );
+89          }
+90          finally
+91          {
+92              if ( is != null )
+93              {
+94                  try
+95                  {
+96                      is.close();
+97                  }
+98                  catch ( IOException e )
+99                  {
+100                     throw new MojoExecutionException( e.getMessage(), e );
+101                 }
+102             }
+103         }
+104     }
+105 
+106     /**
+107      * {@inheritDoc}
+108      */
+109     public void execute()
+110         throws MojoExecutionException
+111     {
+112         if ( lineLength <= 0 )
+113         {
+114             getLog().warn( "The parameter 'lineLength' should be positive, using '80' as default." );
+115             lineLength = DEFAULT_LINE_LENGTH;
+116         }
+117         if ( indentSize <= 0 )
+118         {
+119             getLog().warn( "The parameter 'indentSize' should be positive, using '2' as default." );
+120             indentSize = 2;
+121         }
+122 
+123         Document doc = build();
+124 
+125         StringBuilder sb = new StringBuilder();
+126         Node plugin = getSingleChild( doc, "plugin" );
+127 
+128 
+129         String name = getValue( plugin, "name" );
+130         String version = getValue( plugin, "version" );
+131         String id = getValue( plugin, "groupId" ) + ":" + getValue( plugin, "artifactId" ) + ":" + version;
+132         if ( isNotEmpty( name ) && !name.contains( id ) )
+133         {
+134             append( sb, name + " " + version, 0 );
+135         }
+136         else
+137         {
+138             if ( isNotEmpty( name ) )
+139             {
+140                 append( sb, name, 0 );
+141             }
+142             else
+143             {
+144                 append( sb, id, 0 );
+145             }
+146         }
+147         append( sb, getValue( plugin, "description" ), 1 );
+148         append( sb, "", 0 );
+149 
+150         //<goalPrefix>plugin</goalPrefix>
+151         String goalPrefix = getValue( plugin, "goalPrefix" );
+152 
+153         Node mojos1 = getSingleChild( plugin, "mojos" );
+154 
+155         List<Node> mojos = findNamedChild( mojos1, "mojo" );
+156 
+157         if ( goal == null || goal.length() <= 0 )
+158         {
+159             append( sb, "This plugin has " + mojos.size() + ( mojos.size() > 1 ? " goals:" : " goal:" ), 0 );
+160             append( sb, "", 0 );
+161         }
+162 
+163         for ( Node mojo : mojos )
+164         {
+165             writeGoal( sb, goalPrefix, (Element) mojo );
+166         }
+167 
+168         if ( getLog().isInfoEnabled() )
+169         {
+170             getLog().info( sb.toString() );
+171         }
+172     }
+173 
+174 
+175     private static boolean isNotEmpty( String string )
+176     {
+177         return string != null && string.length() > 0;
+178     }
+179 
+180     private String getValue( Node node, String elementName )
+181         throws MojoExecutionException
+182     {
+183         return getSingleChild( node, elementName ).getTextContent();
+184     }
+185 
+186     private Node getSingleChild( Node node, String elementName )
+187         throws MojoExecutionException
+188     {
+189         List<Node> namedChild = findNamedChild( node, elementName );
+190         if ( namedChild.isEmpty() )
+191         {
+192             throw new MojoExecutionException( "Could not find " + elementName + " in plugin-help.xml" );
+193         }
+194         if ( namedChild.size() > 1 )
+195         {
+196             throw new MojoExecutionException( "Multiple " + elementName + " in plugin-help.xml" );
+197         }
+198         return namedChild.get( 0 );
+199     }
+200 
+201     private List<Node> findNamedChild( Node node, String elementName )
+202     {
+203         List<Node> result = new ArrayList<Node>();
+204         NodeList childNodes = node.getChildNodes();
+205         for ( int i = 0; i < childNodes.getLength(); i++ )
+206         {
+207             Node item = childNodes.item( i );
+208             if ( elementName.equals( item.getNodeName() ) )
+209             {
+210                 result.add( item );
+211             }
+212         }
+213         return result;
+214     }
+215 
+216     private Node findSingleChild( Node node, String elementName )
+217         throws MojoExecutionException
+218     {
+219         List<Node> elementsByTagName = findNamedChild( node, elementName );
+220         if ( elementsByTagName.isEmpty() )
+221         {
+222             return null;
+223         }
+224         if ( elementsByTagName.size() > 1 )
+225         {
+226             throw new MojoExecutionException( "Multiple " + elementName + "in plugin-help.xml" );
+227         }
+228         return elementsByTagName.get( 0 );
+229     }
+230 
+231     private void writeGoal( StringBuilder sb, String goalPrefix, Element mojo )
+232         throws MojoExecutionException
+233     {
+234         String mojoGoal = getValue( mojo, "goal" );
+235         Node configurationElement = findSingleChild( mojo, "configuration" );
+236         Node description = findSingleChild( mojo, "description" );
+237         if ( goal == null || goal.length() <= 0 || mojoGoal.equals( goal ) )
+238         {
+239             append( sb, goalPrefix + ":" + mojoGoal, 0 );
+240             Node deprecated = findSingleChild( mojo, "deprecated" );
+241             if ( ( deprecated != null ) && isNotEmpty( deprecated.getTextContent() ) )
+242             {
+243                 append( sb, "Deprecated. " + deprecated.getTextContent(), 1 );
+244                 if ( detail && description != null )
+245                 {
+246                     append( sb, "", 0 );
+247                     append( sb, description.getTextContent(), 1 );
+248                 }
+249             }
+250             else if ( description != null )
+251             {
+252                 append( sb, description.getTextContent(), 1 );
+253             }
+254             append( sb, "", 0 );
+255 
+256             if ( detail )
+257             {
+258                 Node parametersNode = getSingleChild( mojo, "parameters" );
+259                 List<Node> parameters = findNamedChild( parametersNode, "parameter" );
+260                 append( sb, "Available parameters:", 1 );
+261                 append( sb, "", 0 );
+262 
+263                 for ( Node parameter : parameters )
+264                 {
+265                     writeParameter( sb, parameter, configurationElement );
+266                 }
+267             }
+268         }
+269     }
+270 
+271     private void writeParameter( StringBuilder sb, Node parameter, Node configurationElement )
+272         throws MojoExecutionException
+273     {
+274         String parameterName = getValue( parameter, "name" );
+275         String parameterDescription = getValue( parameter, "description" );
+276 
+277         Element fieldConfigurationElement = (Element) findSingleChild( configurationElement, parameterName );
+278 
+279         String parameterDefaultValue = "";
+280         if ( fieldConfigurationElement != null && fieldConfigurationElement.hasAttribute( "default-value" ) )
+281         {
+282             parameterDefaultValue = " (Default: " + fieldConfigurationElement.getAttribute( "default-value" ) + ")";
+283         }
+284         append( sb, parameterName + parameterDefaultValue, 2 );
+285         Node deprecated = findSingleChild( parameter, "deprecated" );
+286         if ( ( deprecated != null ) && isNotEmpty( deprecated.getTextContent() ) )
+287         {
+288             append( sb, "Deprecated. " + deprecated.getTextContent(), 3 );
+289             append( sb, "", 0 );
+290         }
+291         append( sb, parameterDescription, 3 );
+292         if ( "true".equals( getValue( parameter, "required" ) ) )
+293         {
+294             append( sb, "Required: Yes", 3 );
+295         }
+296         if ( ( fieldConfigurationElement != null ) && isNotEmpty( fieldConfigurationElement.getTextContent() ) )
+297         {
+298             String property = getPropertyFromExpression( fieldConfigurationElement.getTextContent() );
+299             append( sb, "User property: " + property, 3 );
+300         }
+301 
+302         append( sb, "", 0 );
+303     }
+304 
+305     /**
+306      * <p>Repeat a String <code>n</code> times to form a new string.</p>
+307      *
+308      * @param str    String to repeat
+309      * @param repeat number of times to repeat str
+310      * @return String with repeated String
+311      * @throws NegativeArraySizeException if <code>repeat < 0</code>
+312      * @throws NullPointerException       if str is <code>null</code>
+313      */
+314     private static String repeat( String str, int repeat )
+315     {
+316         StringBuilder buffer = new StringBuilder( repeat * str.length() );
+317 
+318         for ( int i = 0; i < repeat; i++ )
+319         {
+320             buffer.append( str );
+321         }
+322 
+323         return buffer.toString();
+324     }
+325 
+326     /**
+327      * Append a description to the buffer by respecting the indentSize and lineLength parameters.
+328      * <b>Note</b>: The last character is always a new line.
+329      *
+330      * @param sb          The buffer to append the description, not <code>null</code>.
+331      * @param description The description, not <code>null</code>.
+332      * @param indent      The base indentation level of each line, must not be negative.
+333      */
+334     private void append( StringBuilder sb, String description, int indent )
+335     {
+336         for ( String line : toLines( description, indent, indentSize, lineLength ) )
+337         {
+338             sb.append( line ).append( '\n' );
+339         }
+340     }
+341 
+342     /**
+343      * Splits the specified text into lines of convenient display length.
+344      *
+345      * @param text       The text to split into lines, must not be <code>null</code>.
+346      * @param indent     The base indentation level of each line, must not be negative.
+347      * @param indentSize The size of each indentation, must not be negative.
+348      * @param lineLength The length of the line, must not be negative.
+349      * @return The sequence of display lines, never <code>null</code>.
+350      * @throws NegativeArraySizeException if <code>indent < 0</code>
+351      */
+352     private static List<String> toLines( String text, int indent, int indentSize, int lineLength )
+353     {
+354         List<String> lines = new ArrayList<String>();
+355 
+356         String ind = repeat( "\t", indent );
+357 
+358         String[] plainLines = text.split( "(\r\n)|(\r)|(\n)" );
+359 
+360         for ( String plainLine : plainLines )
+361         {
+362             toLines( lines, ind + plainLine, indentSize, lineLength );
+363         }
+364 
+365         return lines;
+366     }
+367 
+368     /**
+369      * Adds the specified line to the output sequence, performing line wrapping if necessary.
+370      *
+371      * @param lines      The sequence of display lines, must not be <code>null</code>.
+372      * @param line       The line to add, must not be <code>null</code>.
+373      * @param indentSize The size of each indentation, must not be negative.
+374      * @param lineLength The length of the line, must not be negative.
+375      */
+376     private static void toLines( List<String> lines, String line, int indentSize, int lineLength )
+377     {
+378         int lineIndent = getIndentLevel( line );
+379         StringBuilder buf = new StringBuilder( 256 );
+380 
+381         String[] tokens = line.split( " +" );
+382 
+383         for ( String token : tokens )
+384         {
+385             if ( buf.length() > 0 )
+386             {
+387                 if ( buf.length() + token.length() >= lineLength )
+388                 {
+389                     lines.add( buf.toString() );
+390                     buf.setLength( 0 );
+391                     buf.append( repeat( " ", lineIndent * indentSize ) );
+392                 }
+393                 else
+394                 {
+395                     buf.append( ' ' );
+396                 }
+397             }
+398 
+399             for ( int j = 0; j < token.length(); j++ )
+400             {
+401                 char c = token.charAt( j );
+402                 if ( c == '\t' )
+403                 {
+404                     buf.append( repeat( " ", indentSize - buf.length() % indentSize ) );
+405                 }
+406                 else if ( c == '\u00A0' )
+407                 {
+408                     buf.append( ' ' );
+409                 }
+410                 else
+411                 {
+412                     buf.append( c );
+413                 }
+414             }
+415         }
+416         lines.add( buf.toString() );
+417     }
+418 
+419     /**
+420      * Gets the indentation level of the specified line.
+421      *
+422      * @param line The line whose indentation level should be retrieved, must not be <code>null</code>.
+423      * @return The indentation level of the line.
+424      */
+425     private static int getIndentLevel( String line )
+426     {
+427         int level = 0;
+428         for ( int i = 0; i < line.length() && line.charAt( i ) == '\t'; i++ )
+429         {
+430             level++;
+431         }
+432         for ( int i = level + 1; i <= level + 4 && i < line.length(); i++ )
+433         {
+434             if ( line.charAt( i ) == '\t' )
+435             {
+436                 level++;
+437                 break;
+438             }
+439         }
+440         return level;
+441     }
+442     
+443     private String getPropertyFromExpression( String expression )
+444     {
+445         if ( expression != null && expression.startsWith( "${" ) && expression.endsWith( "}" )
+446             && !expression.substring( 2 ).contains( "${" ) )
+447         {
+448             // expression="${xxx}" -> property="xxx"
+449             return expression.substring( 2, expression.length() - 1 );
+450         }
+451         // no property can be extracted
+452         return null;
+453     }
+454 }
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..6668e1fd --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,67 @@ + + + +ValidationConfiguration xref + + + +
+1   package de.juplo.plugins.hibernate4;
+2   
+3   import javax.validation.Validation;
+4   
+5   import org.hibernate.cfg.Configuration;
+6   import org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor;
+7   import org.hibernate.dialect.Dialect;
+8   import org.hibernate.metamodel.source.MappingException;
+9   
+10  
+11  /**
+12   * This integration is usually performed by BeanValidationIntegrator.
+13   * Unfortunately, that integration will only be activated upon
+14   * initialization of the ServiceRegistry, which initializes
+15   * DatasourceConnectionProviderImpl, which looks up the datasource,
+16   * which requires a JNDI context ...
+17   * We therefore reimplement the relevant parts of BeanValidatorIntegrator.
+18   * Since that must occur after secondPassCompile(), which is invoked by
+19   * Configuration.generateSchemaCreationScript, which is invoked by
+20   * SchemaExport, some fancy subclassing is needed to invoke the integration
+21   * at the right time.
+22   * @author Mark Robinson <mark@mrobinson.ca>
+23   * @author Frank Schimmel <frank.schimmel@cm4all.com>
+24   */
+25  public class ValidationConfiguration extends Configuration
+26  {
+27    private static final long serialVersionUID = 1L;
+28  
+29  
+30    @Override
+31    protected void secondPassCompile() throws MappingException
+32    {
+33      super.secondPassCompile();
+34  
+35      try
+36      {
+37        TypeSafeActivatorAccessor.applyRelationalConstraints(
+38            Validation.buildDefaultValidatorFactory(),
+39            classes.values(),
+40            getProperties(),
+41            ((Class<Dialect>)Class.forName(getProperty(Hbm2DdlMojo.DIALECT))).newInstance()
+42            );
+43      }
+44      catch (Exception e)
+45      {
+46        throw new RuntimeException(e);
+47      }
+48    }
+49  
+50    public String getTypeDefs()
+51    {
+52      return typeDefs.entrySet().toString();
+53    }
+54  }
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/package-frame.html b/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..3fbedae0 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,36 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference Package de.juplo.plugins.hibernate4 + + + + +

+ de.juplo.plugins.hibernate4 +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/package-summary.html b/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..b9468d04 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,89 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference Package de.juplo.plugins.hibernate4 + + + +
+ +
+
+ +
+ +

Package de.juplo.plugins.hibernate4

+ + + + + + + + + + + + + + + + + + + + + + + + +
Class Summary
+ DriverProxy +
+ Hbm2DdlMojo +
+ HelpMojo +
+ MavenProjectClassLoaderService +
+ ValidationConfiguration +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/index.html b/dist/hibernate4-maven-plugin-1.1.1/xref/index.html new file mode 100644 index 00000000..6d346401 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/index.html @@ -0,0 +1,25 @@ + + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..0549ecf3 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,24 @@ + + + +TypeSafeActivatorAccessor xref + + + +
+1   package org.hibernate.cfg.beanvalidation;
+2   
+3   /**
+4    * This class enables access to the public methods of {@link TypeSafeActivator}
+5    * which itself is visible in the package only.
+6    *
+7    * @author Frank Schimmel <frank.schimmel@cm4all.com>
+8    */
+9   public class TypeSafeActivatorAccessor extends TypeSafeActivator {
+10      // Empty: just makes public methods accessible.
+11  }
+
+
+ + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/package-frame.html b/dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..0b27649f --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference Package org.hibernate.cfg.beanvalidation + + + + +

+ org.hibernate.cfg.beanvalidation +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/package-summary.html b/dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..ba8f26d4 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,69 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference Package org.hibernate.cfg.beanvalidation + + + +
+ +
+
+ +
+ +

Package org.hibernate.cfg.beanvalidation

+ + + + + + + + + + + + +
Class Summary
+ TypeSafeActivatorAccessor +
+ +
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/overview-frame.html b/dist/hibernate4-maven-plugin-1.1.1/xref/overview-frame.html new file mode 100644 index 00000000..3f5d4cde --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/overview-frame.html @@ -0,0 +1,28 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/overview-summary.html b/dist/hibernate4-maven-plugin-1.1.1/xref/overview-summary.html new file mode 100644 index 00000000..a2e634bb --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/overview-summary.html @@ -0,0 +1,71 @@ + + + + + + Hibernate 4 Maven Plugin 1.1.1 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.1.1 Reference

+ + + + + + + + + + + + + + + +
Packages
+ de.juplo.plugins.hibernate4 +
+ org.hibernate.cfg.beanvalidation +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/dist/hibernate4-maven-plugin-1.1.1/xref/stylesheet.css b/dist/hibernate4-maven-plugin-1.1.1/xref/stylesheet.css new file mode 100644 index 00000000..89732f81 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.1.1/xref/stylesheet.css @@ -0,0 +1,114 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} + +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/dist/scannotation b/dist/scannotation new file mode 120000 index 00000000..d1a875af --- /dev/null +++ b/dist/scannotation @@ -0,0 +1 @@ +scannotation-1.0.4 \ No newline at end of file diff --git a/dist/scannotation-1.0.4/apidocs/allclasses-frame.html b/dist/scannotation-1.0.4/apidocs/allclasses-frame.html new file mode 100644 index 00000000..f71266bc --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/allclasses-frame.html @@ -0,0 +1,29 @@ + + + + + + +All Classes (scannotation 1.0.4 API) + + + + +

All Classes

+ + + diff --git a/dist/scannotation-1.0.4/apidocs/allclasses-noframe.html b/dist/scannotation-1.0.4/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..d8a523d9 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/allclasses-noframe.html @@ -0,0 +1,29 @@ + + + + + + +All Classes (scannotation 1.0.4 API) + + + + +

All Classes

+ + + diff --git a/dist/scannotation-1.0.4/apidocs/constant-values.html b/dist/scannotation-1.0.4/apidocs/constant-values.html new file mode 100644 index 00000000..7c795233 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/constant-values.html @@ -0,0 +1,117 @@ + + + + + + +Constant Field Values (scannotation 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/deprecated-list.html b/dist/scannotation-1.0.4/apidocs/deprecated-list.html new file mode 100644 index 00000000..3c0ff0c6 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/deprecated-list.html @@ -0,0 +1,117 @@ + + + + + + +Deprecated List (scannotation 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/help-doc.html b/dist/scannotation-1.0.4/apidocs/help-doc.html new file mode 100644 index 00000000..3c496718 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/help-doc.html @@ -0,0 +1,222 @@ + + + + + + +API Help (scannotation 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/index-all.html b/dist/scannotation-1.0.4/apidocs/index-all.html new file mode 100644 index 00000000..915a7e3e --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/index-all.html @@ -0,0 +1,438 @@ + + + + + + +Index (scannotation 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
A C D F G I J M N O P R S W  + + +

A

+
+
accepts(String) - Method in interface org.scannotation.archiveiterator.Filter
+
 
+
addIgnoredPackages(String...) - Method in class org.scannotation.AnnotationDB
+
 
+
AnnotationDB - Class in org.scannotation
+
+
The class allows you to scan an arbitrary set of "archives" for .class files.
+
+
AnnotationDB() - Constructor for class org.scannotation.AnnotationDB
+
 
+
AnnotationDB.CrossReferenceException - Exception in org.scannotation
+
 
+
AnnotationDB.CrossReferenceException(Set<String>) - Constructor for exception org.scannotation.AnnotationDB.CrossReferenceException
+
 
+
annotationIndex - Variable in class org.scannotation.AnnotationDB
+
 
+
available() - Method in class org.scannotation.archiveiterator.InputStreamWrapper
+
 
+
+ + + +

C

+
+
classIndex - Variable in class org.scannotation.AnnotationDB
+
 
+
ClasspathUrlFinder - Class in org.scannotation
+
+
Various functions to locate URLs to scan
+
+
ClasspathUrlFinder() - Constructor for class org.scannotation.ClasspathUrlFinder
+
 
+
close() - Method in class org.scannotation.archiveiterator.FileIterator
+
 
+
close() - Method in class org.scannotation.archiveiterator.InputStreamWrapper
+
 
+
close() - Method in class org.scannotation.archiveiterator.JarIterator
+
 
+
close() - Method in interface org.scannotation.archiveiterator.StreamIterator
+
+
Cleanup any open resources of the iterator
+
+
create(URL, Filter) - Method in interface org.scannotation.archiveiterator.DirectoryIteratorFactory
+
 
+
create(List, File, Filter) - Static method in class org.scannotation.archiveiterator.FileIterator
+
 
+
create(List, File, Filter, String) - Static method in class org.scannotation.archiveiterator.FileIterator
+
 
+
create(URL, Filter) - Method in class org.scannotation.archiveiterator.FileProtocolIteratorFactory
+
 
+
create(URL, Filter) - Static method in class org.scannotation.archiveiterator.IteratorFactory
+
 
+
crossReferenceImplementedInterfaces() - Method in class org.scannotation.AnnotationDB
+
+
Sometimes you want to see if a particular class implements an interface with certain annotations + After you have loaded all your classpaths with the scanArchive() method, call this method to cross reference + a class's implemented interfaces.
+
+
crossReferenceMetaAnnotations() - Method in class org.scannotation.AnnotationDB
+
+
This method will cross reference annotations in the annotation index with any meta-annotations that they have + and create additional entries as needed.
+
+
+ + + +

D

+
+
DirectoryIteratorFactory - Interface in org.scannotation.archiveiterator
+
 
+
+ + + +

F

+
+
FileIterator - Class in org.scannotation.archiveiterator
+
 
+
FileIterator(File, Filter) - Constructor for class org.scannotation.archiveiterator.FileIterator
+
 
+
FileProtocolIteratorFactory - Class in org.scannotation.archiveiterator
+
 
+
FileProtocolIteratorFactory() - Constructor for class org.scannotation.archiveiterator.FileProtocolIteratorFactory
+
 
+
Filter - Interface in org.scannotation.archiveiterator
+
 
+
findClassBase(Class) - Static method in class org.scannotation.ClasspathUrlFinder
+
+
Find the classpath for the particular class
+
+
findClassPaths() - Static method in class org.scannotation.ClasspathUrlFinder
+
+
Uses the java.class.path system property to obtain a list of URLs that represent the CLASSPATH
+
+
findClassPaths(String...) - Static method in class org.scannotation.ClasspathUrlFinder
+
+
Uses the java.class.path system property to obtain a list of URLs that represent the CLASSPATH +

+ paths is used as a filter to only include paths that have the specific relative file within it

+
+
findResourceBase(String) - Static method in class org.scannotation.ClasspathUrlFinder
+
+
Find the classpath URL for a specific classpath resource.
+
+
findResourceBase(String, ClassLoader) - Static method in class org.scannotation.ClasspathUrlFinder
+
+
Find the classpath URL for a specific classpath resource.
+
+
findResourceBases(String, ClassLoader) - Static method in class org.scannotation.ClasspathUrlFinder
+
+
Find the classpath URLs for a specific classpath resource.
+
+
findResourceBases(String) - Static method in class org.scannotation.ClasspathUrlFinder
+
+
Find the classpath URLs for a specific classpath resource.
+
+
findWebInfClassesPath(ServletContextEvent) - Static method in class org.scannotation.WarUrlFinder
+
 
+
findWebInfClassesPath(ServletContext) - Static method in class org.scannotation.WarUrlFinder
+
+
Find the URL pointing to "/WEB-INF/classes" This method may not work in conjunction with IteratorFactory + if your servlet container does not extract the /WEB-INF/classes into a real file-based directory
+
+
findWebInfLibClasspaths(ServletContextEvent) - Static method in class org.scannotation.WarUrlFinder
+
 
+
findWebInfLibClasspaths(ServletContext) - Static method in class org.scannotation.WarUrlFinder
+
 
+
+ + + +

G

+
+
getAnnotationIndex() - Method in class org.scannotation.AnnotationDB
+
+
returns a map keyed by the fully qualified string name of a annotation class.
+
+
getClassIndex() - Method in class org.scannotation.AnnotationDB
+
+
returns a map keyed by the list of classes scanned.
+
+
getIgnoredPackages() - Method in class org.scannotation.AnnotationDB
+
 
+
getScanPackages() - Method in class org.scannotation.AnnotationDB
+
 
+
getUnresolved() - Method in exception org.scannotation.AnnotationDB.CrossReferenceException
+
 
+
+ + + +

I

+
+
ignoreBadURLs - Variable in class org.scannotation.AnnotationDB
+
 
+
ignoredPackages - Variable in class org.scannotation.AnnotationDB
+
 
+
implementsIndex - Variable in class org.scannotation.AnnotationDB
+
 
+
InputStreamWrapper - Class in org.scannotation.archiveiterator
+
+
Delegate to everything but close().
+
+
InputStreamWrapper(InputStream) - Constructor for class org.scannotation.archiveiterator.InputStreamWrapper
+
 
+
IteratorFactory - Class in org.scannotation.archiveiterator
+
 
+
IteratorFactory() - Constructor for class org.scannotation.archiveiterator.IteratorFactory
+
 
+
+ + + +

J

+
+
JarIterator - Class in org.scannotation.archiveiterator
+
 
+
JarIterator(File, Filter) - Constructor for class org.scannotation.archiveiterator.JarIterator
+
 
+
JarIterator(InputStream, Filter) - Constructor for class org.scannotation.archiveiterator.JarIterator
+
 
+
+ + + +

M

+
+
mark(int) - Method in class org.scannotation.archiveiterator.InputStreamWrapper
+
 
+
markSupported() - Method in class org.scannotation.archiveiterator.InputStreamWrapper
+
 
+
+ + + +

N

+
+
next() - Method in class org.scannotation.archiveiterator.FileIterator
+
 
+
next() - Method in class org.scannotation.archiveiterator.JarIterator
+
 
+
next() - Method in interface org.scannotation.archiveiterator.StreamIterator
+
+
User is resposible for closing the InputStream returned
+
+
+ + + +

O

+
+
org.scannotation - package org.scannotation
+
 
+
org.scannotation.archiveiterator - package org.scannotation.archiveiterator
+
 
+
outputAnnotationIndex(PrintWriter) - Method in class org.scannotation.AnnotationDB
+
+
Prints out annotationIndex
+
+
+ + + +

P

+
+
populate(Annotation[], String) - Method in class org.scannotation.AnnotationDB
+
 
+
+ + + +

R

+
+
read() - Method in class org.scannotation.archiveiterator.InputStreamWrapper
+
 
+
read(byte[]) - Method in class org.scannotation.archiveiterator.InputStreamWrapper
+
 
+
read(byte[], int, int) - Method in class org.scannotation.archiveiterator.InputStreamWrapper
+
 
+
reset() - Method in class org.scannotation.archiveiterator.InputStreamWrapper
+
 
+
+ + + +

S

+
+
scanArchives(URL...) - Method in class org.scannotation.AnnotationDB
+
+
Scan a url that represents an "archive" this is a classpath directory or jar file
+
+
scanClass(InputStream) - Method in class org.scannotation.AnnotationDB
+
+
Parse a .class file for annotations
+
+
scanClass(ClassFile) - Method in class org.scannotation.AnnotationDB
+
 
+
scanClassAnnotations - Variable in class org.scannotation.AnnotationDB
+
 
+
scanFieldAnnotations - Variable in class org.scannotation.AnnotationDB
+
 
+
scanFields(ClassFile) - Method in class org.scannotation.AnnotationDB
+
 
+
scanMethodAnnotations - Variable in class org.scannotation.AnnotationDB
+
 
+
scanMethods(ClassFile) - Method in class org.scannotation.AnnotationDB
+
+
Scanns both the method and its parameters for annotations.
+
+
scanPackages - Variable in class org.scannotation.AnnotationDB
+
 
+
scanParameterAnnotations - Variable in class org.scannotation.AnnotationDB
+
 
+
setIgnoreBadURLs(boolean) - Method in class org.scannotation.AnnotationDB
+
+
Whether or not you want AnnotationDB to ignore bad URLs passed to scanArchives.
+
+
setIgnoredPackages(String[]) - Method in class org.scannotation.AnnotationDB
+
+
Override/overwrite any ignored packages
+
+
setScanClassAnnotations(boolean) - Method in class org.scannotation.AnnotationDB
+
+
Whether or not you want AnnotationDB to scan for class level annotations
+
+
setScanFieldAnnotations(boolean) - Method in class org.scannotation.AnnotationDB
+
+
Whether or not you want AnnotationDB to scan for parameter level annotations
+
+
setScanMethodAnnotations(boolean) - Method in class org.scannotation.AnnotationDB
+
+
Wheter or not you want AnnotationDB to scan for method level annotations
+
+
setScanPackages(String[]) - Method in class org.scannotation.AnnotationDB
+
+
Set explicit packages to scan.
+
+
setScanParameterAnnotations(boolean) - Method in class org.scannotation.AnnotationDB
+
+
Whether or not you want AnnotationDB to scan for parameter level annotations
+
+
skip(long) - Method in class org.scannotation.archiveiterator.InputStreamWrapper
+
 
+
StreamIterator - Interface in org.scannotation.archiveiterator
+
+
Simpler iterator than java.util.iterator.
+
+
+ + + +

W

+
+
WarUrlFinder - Class in org.scannotation
+
 
+
WarUrlFinder() - Constructor for class org.scannotation.WarUrlFinder
+
 
+
+A C D F G I J M N O P R S W 
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/index.html b/dist/scannotation-1.0.4/apidocs/index.html new file mode 100644 index 00000000..ad7a3697 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +scannotation 1.0.4 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/scannotation-1.0.4/apidocs/options b/dist/scannotation-1.0.4/apidocs/options new file mode 100644 index 00000000..fd1aaeca --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/options @@ -0,0 +1,24 @@ +-classpath +'/home/kai/juplo/scannotation/target/checkout/target/classes:/home/kai/.m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar:/home/kai/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/scannotation/target/checkout/src/main/java:/home/kai/juplo/scannotation/target/checkout/target/generated-sources/annotations' +-author +-bottom +'Copyright © 2015. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/scannotation/target/checkout/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'scannotation 1.0.4 API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'scannotation 1.0.4 API' \ No newline at end of file diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/AnnotationDB.CrossReferenceException.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/AnnotationDB.CrossReferenceException.html new file mode 100644 index 00000000..3eaf0085 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/AnnotationDB.CrossReferenceException.html @@ -0,0 +1,284 @@ + + + + + + +AnnotationDB.CrossReferenceException (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation
+

Class AnnotationDB.CrossReferenceException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AnnotationDB.CrossReferenceException

        +
        public AnnotationDB.CrossReferenceException(Set<String> unresolved)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUnresolved

        +
        public Set<String> getUnresolved()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/AnnotationDB.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/AnnotationDB.html new file mode 100644 index 00000000..93a2e777 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/AnnotationDB.html @@ -0,0 +1,792 @@ + + + + + + +AnnotationDB (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation
+

Class AnnotationDB

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class AnnotationDB
    +extends Object
    +implements Serializable
    +
    The class allows you to scan an arbitrary set of "archives" for .class files. These class files + are parsed to see what annotations they use. Two indexes are created. The javax, java, sun, com.sun, and javassist + packages will not be scanned by default. +

    + One is a map of annotations and what classes + use those annotations. This could be used, for example, by an EJB deployer to find all the EJBs contained + in the archive +

    + Another is a mpa of classes and what annotations those classes use.

    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + + + + + + + + + +
        +
      • +

        scanClassAnnotations

        +
        protected transient boolean scanClassAnnotations
        +
      • +
      + + + +
        +
      • +

        scanMethodAnnotations

        +
        protected transient boolean scanMethodAnnotations
        +
      • +
      + + + +
        +
      • +

        scanParameterAnnotations

        +
        protected transient boolean scanParameterAnnotations
        +
      • +
      + + + +
        +
      • +

        scanFieldAnnotations

        +
        protected transient boolean scanFieldAnnotations
        +
      • +
      + + + +
        +
      • +

        ignoredPackages

        +
        protected transient String[] ignoredPackages
        +
      • +
      + + + +
        +
      • +

        scanPackages

        +
        protected transient String[] scanPackages
        +
      • +
      + + + +
        +
      • +

        ignoreBadURLs

        +
        protected transient boolean ignoreBadURLs
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AnnotationDB

        +
        public AnnotationDB()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getScanPackages

        +
        public String[] getScanPackages()
        +
      • +
      + + + +
        +
      • +

        setScanPackages

        +
        public void setScanPackages(String[] scanPackages)
        +
        Set explicit packages to scan. + Set to null to enable ignore list.
        +
        Parameters:
        scanPackages - packages to scan or null
        +
      • +
      + + + +
        +
      • +

        getIgnoredPackages

        +
        public String[] getIgnoredPackages()
        +
      • +
      + + + +
        +
      • +

        setIgnoredPackages

        +
        public void setIgnoredPackages(String[] ignoredPackages)
        +
        Override/overwrite any ignored packages
        +
        Parameters:
        ignoredPackages - cannot be null
        +
      • +
      + + + +
        +
      • +

        addIgnoredPackages

        +
        public void addIgnoredPackages(String... ignored)
        +
      • +
      + + + + + + + +
        +
      • +

        crossReferenceImplementedInterfaces

        +
        public void crossReferenceImplementedInterfaces()
        +                                         throws AnnotationDB.CrossReferenceException
        +
        Sometimes you want to see if a particular class implements an interface with certain annotations + After you have loaded all your classpaths with the scanArchive() method, call this method to cross reference + a class's implemented interfaces. The cross references will be added to the annotationIndex and + classIndex indexes
        +
        Throws:
        +
        AnnotationDB.CrossReferenceException - an Exception thrown if referenced interfaces haven't been scanned
        +
      • +
      + + + +
        +
      • +

        getAnnotationIndex

        +
        public Map<String,Set<String>> getAnnotationIndex()
        +
        returns a map keyed by the fully qualified string name of a annotation class. The Set returne is + a list of classes that use that annotation somehow.
        +
      • +
      + + + +
        +
      • +

        getClassIndex

        +
        public Map<String,Set<String>> getClassIndex()
        +
        returns a map keyed by the list of classes scanned. The value set returned is a list of annotations + used by that class.
        +
      • +
      + + + +
        +
      • +

        setScanClassAnnotations

        +
        public void setScanClassAnnotations(boolean scanClassAnnotations)
        +
        Whether or not you want AnnotationDB to scan for class level annotations
        +
        Parameters:
        scanClassAnnotations -
        +
      • +
      + + + +
        +
      • +

        setScanMethodAnnotations

        +
        public void setScanMethodAnnotations(boolean scanMethodAnnotations)
        +
        Wheter or not you want AnnotationDB to scan for method level annotations
        +
        Parameters:
        scanMethodAnnotations -
        +
      • +
      + + + +
        +
      • +

        setScanParameterAnnotations

        +
        public void setScanParameterAnnotations(boolean scanParameterAnnotations)
        +
        Whether or not you want AnnotationDB to scan for parameter level annotations
        +
        Parameters:
        scanParameterAnnotations -
        +
      • +
      + + + +
        +
      • +

        setScanFieldAnnotations

        +
        public void setScanFieldAnnotations(boolean scanFieldAnnotations)
        +
        Whether or not you want AnnotationDB to scan for parameter level annotations
        +
        Parameters:
        scanFieldAnnotations -
        +
      • +
      + + + +
        +
      • +

        setIgnoreBadURLs

        +
        public void setIgnoreBadURLs(boolean ignoreBadURLs)
        +
        Whether or not you want AnnotationDB to ignore bad URLs passed to scanArchives. + Default is to throw an IOException.
        +
        Parameters:
        ignoreBadURLs -
        +
      • +
      + + + +
        +
      • +

        scanArchives

        +
        public void scanArchives(URL... urls)
        +                  throws IOException
        +
        Scan a url that represents an "archive" this is a classpath directory or jar file
        +
        Parameters:
        urls - variable list of URLs to scan as archives
        +
        Throws:
        +
        IOException
        +
      • +
      + + + +
        +
      • +

        scanClass

        +
        public void scanClass(InputStream bits)
        +               throws IOException
        +
        Parse a .class file for annotations
        +
        Parameters:
        bits - input stream pointing to .class file bits
        +
        Throws:
        +
        IOException
        +
      • +
      + + + +
        +
      • +

        scanClass

        +
        protected void scanClass(javassist.bytecode.ClassFile cf)
        +
      • +
      + + + +
        +
      • +

        scanMethods

        +
        protected void scanMethods(javassist.bytecode.ClassFile cf)
        +
        Scanns both the method and its parameters for annotations.
        +
        Parameters:
        cf -
        +
      • +
      + + + +
        +
      • +

        scanFields

        +
        protected void scanFields(javassist.bytecode.ClassFile cf)
        +
      • +
      + + + +
        +
      • +

        populate

        +
        protected void populate(javassist.bytecode.annotation.Annotation[] annotations,
        +            String className)
        +
      • +
      + + + +
        +
      • +

        outputAnnotationIndex

        +
        public void outputAnnotationIndex(PrintWriter writer)
        +
        Prints out annotationIndex
        +
        Parameters:
        writer -
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/ClasspathUrlFinder.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/ClasspathUrlFinder.html new file mode 100644 index 00000000..7f7f40c5 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/ClasspathUrlFinder.html @@ -0,0 +1,387 @@ + + + + + + +ClasspathUrlFinder (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation
+

Class ClasspathUrlFinder

+
+
+ +
+
    +
  • +
    +
    +
    public class ClasspathUrlFinder
    +extends Object
    +
    Various functions to locate URLs to scan
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClasspathUrlFinder

        +
        public ClasspathUrlFinder()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findResourceBases

        +
        public static URL[] findResourceBases(String baseResource,
        +                      ClassLoader loader)
        +
        Find the classpath URLs for a specific classpath resource. The classpath URL is extracted + from loader.getResources() using the baseResource.
        +
        Parameters:
        baseResource -
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        findResourceBases

        +
        public static URL[] findResourceBases(String baseResource)
        +
        Find the classpath URLs for a specific classpath resource. The classpath URL is extracted + from loader.getResources() using the baseResource.
        +
        Parameters:
        baseResource -
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        findResourceBase

        +
        public static URL findResourceBase(String baseResource)
        +
        Find the classpath URL for a specific classpath resource. The classpath URL is extracted + from Thread.currentThread().getContextClassLoader().getResource() using the baseResource.
        +
        Parameters:
        baseResource -
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        findResourceBase

        +
        public static URL findResourceBase(String baseResource,
        +                   ClassLoader loader)
        +
        Find the classpath URL for a specific classpath resource. The classpath URL is extracted + from loader.getResource() using the baseResource.
        +
        Parameters:
        baseResource -
        loader -
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        findClassBase

        +
        public static URL findClassBase(Class clazz)
        +
        Find the classpath for the particular class
        +
        Parameters:
        clazz -
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        findClassPaths

        +
        public static URL[] findClassPaths()
        +
        Uses the java.class.path system property to obtain a list of URLs that represent the CLASSPATH
        +
        Returns:
        +
      • +
      + + + +
        +
      • +

        findClassPaths

        +
        public static URL[] findClassPaths(String... paths)
        +
        Uses the java.class.path system property to obtain a list of URLs that represent the CLASSPATH +

        + paths is used as a filter to only include paths that have the specific relative file within it

        +
        Parameters:
        paths - comma list of files that should exist in a particular path
        +
        Returns:
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/WarUrlFinder.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/WarUrlFinder.html new file mode 100644 index 00000000..c2f34297 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/WarUrlFinder.html @@ -0,0 +1,308 @@ + + + + + + +WarUrlFinder (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation
+

Class WarUrlFinder

+
+
+ +
+
    +
  • +
    +
    +
    public class WarUrlFinder
    +extends Object
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WarUrlFinder

        +
        public WarUrlFinder()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findWebInfLibClasspaths

        +
        public static URL[] findWebInfLibClasspaths(javax.servlet.ServletContextEvent servletContextEvent)
        +
      • +
      + + + +
        +
      • +

        findWebInfLibClasspaths

        +
        public static URL[] findWebInfLibClasspaths(javax.servlet.ServletContext servletContext)
        +
      • +
      + + + +
        +
      • +

        findWebInfClassesPath

        +
        public static URL findWebInfClassesPath(javax.servlet.ServletContextEvent servletContextEvent)
        +
      • +
      + + + +
        +
      • +

        findWebInfClassesPath

        +
        public static URL findWebInfClassesPath(javax.servlet.ServletContext servletContext)
        +
        Find the URL pointing to "/WEB-INF/classes" This method may not work in conjunction with IteratorFactory + if your servlet container does not extract the /WEB-INF/classes into a real file-based directory
        +
        Parameters:
        servletContext -
        +
        Returns:
        null if cannot determin /WEB-INF/classes
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/DirectoryIteratorFactory.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/DirectoryIteratorFactory.html new file mode 100644 index 00000000..8a0f28c5 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/DirectoryIteratorFactory.html @@ -0,0 +1,221 @@ + + + + + + +DirectoryIteratorFactory (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation.archiveiterator
+

Interface DirectoryIteratorFactory

+
+
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/FileIterator.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/FileIterator.html new file mode 100644 index 00000000..078fd96e --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/FileIterator.html @@ -0,0 +1,340 @@ + + + + + + +FileIterator (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation.archiveiterator
+

Class FileIterator

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/FileProtocolIteratorFactory.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/FileProtocolIteratorFactory.html new file mode 100644 index 00000000..e30238cf --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/FileProtocolIteratorFactory.html @@ -0,0 +1,275 @@ + + + + + + +FileProtocolIteratorFactory (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation.archiveiterator
+

Class FileProtocolIteratorFactory

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.scannotation.archiveiterator.FileProtocolIteratorFactory
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/Filter.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/Filter.html new file mode 100644 index 00000000..42d35ca0 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/Filter.html @@ -0,0 +1,212 @@ + + + + + + +Filter (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation.archiveiterator
+

Interface Filter

+
+
+
+
    +
  • +
    +
    +
    public interface Filter
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanaccepts(String filename) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        accepts

        +
        boolean accepts(String filename)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/InputStreamWrapper.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/InputStreamWrapper.html new file mode 100644 index 00000000..05542127 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/InputStreamWrapper.html @@ -0,0 +1,434 @@ + + + + + + +InputStreamWrapper (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation.archiveiterator
+

Class InputStreamWrapper

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable, AutoCloseable
    +
    +
    +
    +
    public class InputStreamWrapper
    +extends InputStream
    +
    Delegate to everything but close(). This object will not close the stream
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/IteratorFactory.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/IteratorFactory.html new file mode 100644 index 00000000..44cbe572 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/IteratorFactory.html @@ -0,0 +1,267 @@ + + + + + + +IteratorFactory (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation.archiveiterator
+

Class IteratorFactory

+
+
+ +
+
    +
  • +
    +
    +
    public class IteratorFactory
    +extends Object
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/JarIterator.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/JarIterator.html new file mode 100644 index 00000000..10cc918b --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/JarIterator.html @@ -0,0 +1,318 @@ + + + + + + +JarIterator (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation.archiveiterator
+

Class JarIterator

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/StreamIterator.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/StreamIterator.html new file mode 100644 index 00000000..07689ee2 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/StreamIterator.html @@ -0,0 +1,237 @@ + + + + + + +StreamIterator (scannotation 1.0.4 API) + + + + + + + + + + + +
+
org.scannotation.archiveiterator
+

Interface StreamIterator

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    FileIterator, JarIterator
    +
    +
    +
    +
    public interface StreamIterator
    +
    Simpler iterator than java.util.iterator. Things like JarInputStream does not allow you to implement hasNext()
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidclose() +
      Cleanup any open resources of the iterator
      +
      InputStreamnext() +
      User is resposible for closing the InputStream returned
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        next

        +
        InputStream next()
        +
        User is resposible for closing the InputStream returned
        +
        Returns:
        null if no more streams left to iterate on
        +
      • +
      + + + +
        +
      • +

        close

        +
        void close()
        +
        Cleanup any open resources of the iterator
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/DirectoryIteratorFactory.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/DirectoryIteratorFactory.html new file mode 100644 index 00000000..9c93f3bc --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/DirectoryIteratorFactory.html @@ -0,0 +1,157 @@ + + + + + + +Uses of Interface org.scannotation.archiveiterator.DirectoryIteratorFactory (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Interface
org.scannotation.archiveiterator.DirectoryIteratorFactory

+
+
+ +
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/FileIterator.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/FileIterator.html new file mode 100644 index 00000000..fa843736 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/FileIterator.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.scannotation.archiveiterator.FileIterator (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.archiveiterator.FileIterator

+
+
No usage of org.scannotation.archiveiterator.FileIterator
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/FileProtocolIteratorFactory.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/FileProtocolIteratorFactory.html new file mode 100644 index 00000000..f4faf8c5 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/FileProtocolIteratorFactory.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.scannotation.archiveiterator.FileProtocolIteratorFactory (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.archiveiterator.FileProtocolIteratorFactory

+
+
No usage of org.scannotation.archiveiterator.FileProtocolIteratorFactory
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/Filter.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/Filter.html new file mode 100644 index 00000000..9a99be73 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/Filter.html @@ -0,0 +1,201 @@ + + + + + + +Uses of Interface org.scannotation.archiveiterator.Filter (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Interface
org.scannotation.archiveiterator.Filter

+
+
+ +
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/InputStreamWrapper.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/InputStreamWrapper.html new file mode 100644 index 00000000..3ffedd87 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/InputStreamWrapper.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.scannotation.archiveiterator.InputStreamWrapper (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.archiveiterator.InputStreamWrapper

+
+
No usage of org.scannotation.archiveiterator.InputStreamWrapper
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/IteratorFactory.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/IteratorFactory.html new file mode 100644 index 00000000..c8e5cfad --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/IteratorFactory.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.scannotation.archiveiterator.IteratorFactory (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.archiveiterator.IteratorFactory

+
+
No usage of org.scannotation.archiveiterator.IteratorFactory
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/JarIterator.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/JarIterator.html new file mode 100644 index 00000000..ddbcb453 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/JarIterator.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.scannotation.archiveiterator.JarIterator (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.archiveiterator.JarIterator

+
+
No usage of org.scannotation.archiveiterator.JarIterator
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/StreamIterator.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/StreamIterator.html new file mode 100644 index 00000000..1fc290d3 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/class-use/StreamIterator.html @@ -0,0 +1,185 @@ + + + + + + +Uses of Interface org.scannotation.archiveiterator.StreamIterator (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Interface
org.scannotation.archiveiterator.StreamIterator

+
+
+ +
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-frame.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-frame.html new file mode 100644 index 00000000..18e6a3dd --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-frame.html @@ -0,0 +1,30 @@ + + + + + + +org.scannotation.archiveiterator (scannotation 1.0.4 API) + + + + +

org.scannotation.archiveiterator

+ + + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-summary.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-summary.html new file mode 100644 index 00000000..134685ad --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-summary.html @@ -0,0 +1,178 @@ + + + + + + +org.scannotation.archiveiterator (scannotation 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Package org.scannotation.archiveiterator

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-tree.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-tree.html new file mode 100644 index 00000000..c06e1367 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-tree.html @@ -0,0 +1,144 @@ + + + + + + +org.scannotation.archiveiterator Class Hierarchy (scannotation 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package org.scannotation.archiveiterator

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-use.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-use.html new file mode 100644 index 00000000..97870ae1 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/archiveiterator/package-use.html @@ -0,0 +1,158 @@ + + + + + + +Uses of Package org.scannotation.archiveiterator (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Package
org.scannotation.archiveiterator

+
+
+ +
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/AnnotationDB.CrossReferenceException.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/AnnotationDB.CrossReferenceException.html new file mode 100644 index 00000000..85ee8fd6 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/AnnotationDB.CrossReferenceException.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class org.scannotation.AnnotationDB.CrossReferenceException (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.AnnotationDB.CrossReferenceException

+
+
+ +
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/AnnotationDB.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/AnnotationDB.html new file mode 100644 index 00000000..324fbb51 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/AnnotationDB.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.scannotation.AnnotationDB (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.AnnotationDB

+
+
No usage of org.scannotation.AnnotationDB
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/ClasspathUrlFinder.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/ClasspathUrlFinder.html new file mode 100644 index 00000000..903265e0 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/ClasspathUrlFinder.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.scannotation.ClasspathUrlFinder (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.ClasspathUrlFinder

+
+
No usage of org.scannotation.ClasspathUrlFinder
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/WarUrlFinder.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/WarUrlFinder.html new file mode 100644 index 00000000..6a0ff378 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/class-use/WarUrlFinder.html @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.scannotation.WarUrlFinder (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.WarUrlFinder

+
+
No usage of org.scannotation.WarUrlFinder
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/package-frame.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/package-frame.html new file mode 100644 index 00000000..b4130170 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +org.scannotation (scannotation 1.0.4 API) + + + + +

org.scannotation

+ + + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/package-summary.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/package-summary.html new file mode 100644 index 00000000..e8006c65 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/package-summary.html @@ -0,0 +1,156 @@ + + + + + + +org.scannotation (scannotation 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Package org.scannotation

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    AnnotationDB +
    The class allows you to scan an arbitrary set of "archives" for .class files.
    +
    ClasspathUrlFinder +
    Various functions to locate URLs to scan
    +
    WarUrlFinder 
    +
  • +
  • + + + + + + +
    Exception Summary 
    ExceptionDescription
    +
  • +
+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/package-tree.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/package-tree.html new file mode 100644 index 00000000..74c994d3 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/package-tree.html @@ -0,0 +1,141 @@ + + + + + + +org.scannotation Class Hierarchy (scannotation 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package org.scannotation

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/org/scannotation/package-use.html b/dist/scannotation-1.0.4/apidocs/org/scannotation/package-use.html new file mode 100644 index 00000000..e8834f45 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/org/scannotation/package-use.html @@ -0,0 +1,150 @@ + + + + + + +Uses of Package org.scannotation (scannotation 1.0.4 API) + + + + + + + + + + +
+

Uses of Package
org.scannotation

+
+
+ +
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/overview-frame.html b/dist/scannotation-1.0.4/apidocs/overview-frame.html new file mode 100644 index 00000000..604d7062 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/overview-frame.html @@ -0,0 +1,22 @@ + + + + + + +Overview List (scannotation 1.0.4 API) + + + + + + +

 

+ + diff --git a/dist/scannotation-1.0.4/apidocs/overview-summary.html b/dist/scannotation-1.0.4/apidocs/overview-summary.html new file mode 100644 index 00000000..a00b8e06 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/overview-summary.html @@ -0,0 +1,135 @@ + + + + + + +Overview (scannotation 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

scannotation 1.0.4 API

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
org.scannotation 
org.scannotation.archiveiterator 
+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/overview-tree.html b/dist/scannotation-1.0.4/apidocs/overview-tree.html new file mode 100644 index 00000000..7cb550d5 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/overview-tree.html @@ -0,0 +1,157 @@ + + + + + + +Class Hierarchy (scannotation 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/package-list b/dist/scannotation-1.0.4/apidocs/package-list new file mode 100644 index 00000000..993afc24 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/package-list @@ -0,0 +1,2 @@ +org.scannotation +org.scannotation.archiveiterator diff --git a/dist/scannotation-1.0.4/apidocs/packages b/dist/scannotation-1.0.4/apidocs/packages new file mode 100644 index 00000000..aa099e10 --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/packages @@ -0,0 +1,2 @@ +org.scannotation +org.scannotation.archiveiterator \ No newline at end of file diff --git a/dist/scannotation-1.0.4/apidocs/resources/background.gif b/dist/scannotation-1.0.4/apidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/scannotation-1.0.4/apidocs/serialized-form.html b/dist/scannotation-1.0.4/apidocs/serialized-form.html new file mode 100644 index 00000000..26a875ca --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/serialized-form.html @@ -0,0 +1,169 @@ + + + + + + +Serialized Form (scannotation 1.0.4 API) + + + + + + + +
+ + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/apidocs/stylesheet.css b/dist/scannotation-1.0.4/apidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/scannotation-1.0.4/apidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} diff --git a/dist/scannotation-1.0.4/css/site.css b/dist/scannotation-1.0.4/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/dist/scannotation-1.0.4/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/dist/scannotation-1.0.4/dependencies.html b/dist/scannotation-1.0.4/dependencies.html new file mode 100644 index 00000000..07fbe7d6 --- /dev/null +++ b/dist/scannotation-1.0.4/dependencies.html @@ -0,0 +1,982 @@ + + + + + + + + + juplo - scannotation – Project Dependencies + + + + + + + + + + + + +
+ + +
+
+

Project Dependencies

+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
org.javassistjavassist3.19.0-GAjarMPL 1.1-LGPL 2.1-Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
junitjunit4.0jar-
org.resteasytitan-cruise1.0jar-
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
javax.servletservlet-api2.5jar-
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
antlrantlr2.7.7jarBSD License
apache-httpclientcommons-httpclient2.0.2jar-
apache-slidewebdavlib2.0jar-
apache-xercesxml-apis2.7.1jar-
asmasm1.5.3jar-
cglibcglib2.1_3jar-
commons-collectionscommons-collections3.2jar/LICENSE.txt
commons-loggingcommons-logging1.1.0.jbossjar-
dom4jdom4j1.6.1jar-
hibernatehibernate33.2.4.SP1jar-
hibernate-annotationshibernate-annotations3.3.0.GAjar-
hibernate-commons-annotationshibernate-commons-annotations3.0.0.GAjar-
hibernate-entitymanagerhibernate-entitymanager3.3.1.GAjar-
hsqldbhsqldb1.8.0.2jarhsqldb
javassistjavassist3.6.0.GAjar-
javax.persistencepersistence-api1.0jarCommon Development and Distribution License (CDDL) v1.0
javax.transactionjta1.1jar-
jbossjboss-common-core2.2.0.GAjar-
jbossjboss-common-logging-spi2.0.4.GAjar-
oswego-concurrentconcurrent1.3.4jar-
xml-apisxml-apis1.0.b2jarThe Apache Software License, Version 2.0
+
+

Project Dependency Graph

+ +
+

Dependency Tree

+
    +
  • de.juplo:scannotation:jar:1.0.4 Information +
      +
    • junit:junit:jar:4.0 (test) Information
    • +
    • org.resteasy:titan-cruise:jar:1.0 (test) Information +
        +
      • hibernate:hibernate3:jar:3.2.4.SP1 (test) Information
      • +
      • hibernate-annotations:hibernate-annotations:jar:3.3.0.GA (test) Information
      • +
      • hibernate-commons-annotations:hibernate-commons-annotations:jar:3.0.0.GA (test) Information
      • +
      • hibernate-entitymanager:hibernate-entitymanager:jar:3.3.1.GA (test) Information
      • +
      • javax.persistence:persistence-api:jar:1.0 (test) Information
      • +
      • javax.transaction:jta:jar:1.1 (test) Information
      • +
      • antlr:antlr:jar:2.7.7 (test) Information
      • +
      • hsqldb:hsqldb:jar:1.8.0.2 (test) Information
      • +
      • jboss:jboss-common-core:jar:2.2.0.GA (test) Information +
          +
        • apache-xerces:xml-apis:jar:2.7.1 (test) Information
        • +
        • apache-httpclient:commons-httpclient:jar:2.0.2 (test) Information
        • +
        • oswego-concurrent:concurrent:jar:1.3.4 (test) Information
        • +
        • apache-slide:webdavlib:jar:2.0 (test) Information
        • +
        • jboss:jboss-common-logging-spi:jar:2.0.4.GA (test) Information
      • +
      • commons-collections:commons-collections:jar:3.2 (test) Information
      • +
      • commons-logging:commons-logging:jar:1.1.0.jboss (test) Information
      • +
      • javassist:javassist:jar:3.6.0.GA (test) Information
      • +
      • cglib:cglib:jar:2.1_3 (test) Information +
          +
        • asm:asm:jar:1.5.3 (test) Information
      • +
      • dom4j:dom4j:jar:1.6.1 (test) Information +
          +
        • xml-apis:xml-apis:jar:1.0.b2 (test) Information
    • +
    • org.javassist:javassist:jar:3.19.0-GA (compile) Information
    • +
    • javax.servlet:servlet-api:jar:2.5 (provided) Information
+
+

Licenses

+

Unknown: Java Transaction API, asm, cglib, commons-httpclient, commons-logging, concurrent, dom4j, hibernate-annotations, hibernate-commons-annotations, hibernate-entitymanager, hibernate3, javassist, jboss-common-core, jboss-common-logging-spi, junit, scannotation, servlet-api, titan-cruise, webdavlib, xml-apis

+

BSD License: AntLR Parser Generator

+

LGPL 2.1: Javassist

+

Apache License 2.0: Javassist

+

MPL 1.1: Javassist

+

hsqldb: hsqldb

+

The Apache Software License, Version 2.0: Collections, XML Commons External Components XML APIs

+

Common Development and Distribution License (CDDL) v1.0: Enterprise JavaBeans (EJB) 3.0

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJDK RevDebug
antlr-2.7.7.jar434.85 kB239224121.2debug
commons-httpclient-2.0.2.jar220.09 kB12511271.1debug
webdavlib-2.0.jar128.81 kB817141.2debug
xml-apis-2.7.1.jar189.65 kB341301251.1release
asm-1.5.3.jar25.74 kB191411.2release
cglib-2.1_3.jar275.72 kB24322881.2debug
commons-collections-3.2.jar557.87 kB477458121.1debug
commons-logging-1.1.0.jboss.jar54.12 kB332421.1debug
dom4j-1.6.1.jar306.54 kB208190141.3debug
hibernate3-3.2.4.SP1.jar2.17 MB1,4271,343781.4debug
hibernate-annotations-3.3.0.GA.jar258.92 kB15414271.5debug
hibernate-commons-annotations-3.0.0.GA.jar64.87 kB685761.5debug
hibernate-entitymanager-3.3.1.GA.jar113.81 kB927781.5debug
hsqldb-1.8.0.2.jar615.71 kB339300131.2release
javassist-3.6.0.GA.jar529.53 kB323305161.2debug
persistence-api-1.0.jar50.93 kB979121.5debug
servlet-api-2.5.jar102.65 kB684221.5debug
jta-1.1.jar14.72 kB241821.3debug
jboss-common-core-2.2.0.GA.jar409.71 kB376338281.5debug
jboss-common-logging-spi-2.0.4.GA.jar7.04 kB14411.5debug
junit-4.0.jar103.13 kB11992111.5debug
javassist-3.19.0-GA.jar731.93 kB422398171.6debug
titan-cruise-1.0.jar47.25 kB433121.5debug
concurrent-1.3.4.jar166.40 kB15114311.2debug
xml-apis-1.0.b2.jar106.76 kB217184171.2release
TotalSizeEntriesClassesPackagesJDK RevDebug
257.56 MB5,7005,1872961.621
compile: 1compile: 731.93 kBcompile: 422compile: 398compile: 17-compile: 1
test: 23test: 6.74 MBtest: 5,210test: 4,747test: 277-test: 19
provided: 1provided: 102.65 kBprovided: 68provided: 42provided: 2-provided: 1
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshot
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
jbosshttp://repository.jboss.org/maven2YesYes
centralhttp://repo.maven.apache.org/maven2Yes-
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactsonatype-nexus-snapshotsjbosscentral
antlr:antlr:jar:2.7.7-Found at http://repository.jboss.org/maven2Found at http://repo.maven.apache.org/maven2
apache-httpclient:commons-httpclient:jar:2.0.2-Found at http://repository.jboss.org/maven2-
apache-slide:webdavlib:jar:2.0-Found at http://repository.jboss.org/maven2-
apache-xerces:xml-apis:jar:2.7.1-Found at http://repository.jboss.org/maven2-
asm:asm:jar:1.5.3-Found at http://repository.jboss.org/maven2Found at http://repo.maven.apache.org/maven2
cglib:cglib:jar:2.1_3-Found at http://repository.jboss.org/maven2Found at http://repo.maven.apache.org/maven2
commons-collections:commons-collections:jar:3.2-Found at http://repository.jboss.org/maven2Found at http://repo.maven.apache.org/maven2
commons-logging:commons-logging:jar:1.1.0.jboss-Found at http://repository.jboss.org/maven2-
dom4j:dom4j:jar:1.6.1-Found at http://repository.jboss.org/maven2Found at http://repo.maven.apache.org/maven2
hibernate:hibernate3:jar:3.2.4.SP1-Found at http://repository.jboss.org/maven2-
hibernate-annotations:hibernate-annotations:jar:3.3.0.GA-Found at http://repository.jboss.org/maven2-
hibernate-commons-annotations:hibernate-commons-annotations:jar:3.0.0.GA-Found at http://repository.jboss.org/maven2-
hibernate-entitymanager:hibernate-entitymanager:jar:3.3.1.GA-Found at http://repository.jboss.org/maven2-
hsqldb:hsqldb:jar:1.8.0.2-Found at http://repository.jboss.org/maven2-
javassist:javassist:jar:3.6.0.GA-Found at http://repository.jboss.org/maven2Found at http://repo.maven.apache.org/maven2
javax.persistence:persistence-api:jar:1.0-Found at http://repository.jboss.org/maven2Found at http://repo.maven.apache.org/maven2
javax.servlet:servlet-api:jar:2.5-Found at http://repository.jboss.org/maven2Found at http://repo.maven.apache.org/maven2
javax.transaction:jta:jar:1.1-Found at http://repository.jboss.org/maven2Found at http://repo.maven.apache.org/maven2
jboss:jboss-common-core:jar:2.2.0.GA-Found at http://repository.jboss.org/maven2-
jboss:jboss-common-logging-spi:jar:2.0.4.GA-Found at http://repository.jboss.org/maven2-
junit:junit:jar:4.0-Found at http://repository.jboss.org/maven2Found at http://repo.maven.apache.org/maven2
org.javassist:javassist:jar:3.19.0-GA--Found at http://repo.maven.apache.org/maven2
org.resteasy:titan-cruise:jar:1.0---
oswego-concurrent:concurrent:jar:1.3.4-Found at http://repository.jboss.org/maven2-
xml-apis:xml-apis:jar:1.0.b2-Found at http://repository.jboss.org/maven2Found at http://repo.maven.apache.org/maven2
Totalsonatype-nexus-snapshotsjbosscentral
25 (compile: 1, test: 23, provided: 1)02312
+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/dependency-info.html b/dist/scannotation-1.0.4/dependency-info.html new file mode 100644 index 00000000..f762cdc8 --- /dev/null +++ b/dist/scannotation-1.0.4/dependency-info.html @@ -0,0 +1,139 @@ + + + + + + + + + juplo - scannotation – Dependency Information + + + + + + + + + + + + +
+ + +
+
+

Dependency Information

+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>de.juplo</groupId>
+  <artifactId>scannotation</artifactId>
+  <version>1.0.4</version>
+</dependency>
+
+

Apache Buildr

+
+
'de.juplo:scannotation:jar:1.0.4'
+
+

Apache Ant

+
+
<dependency org="de.juplo" name="scannotation" rev="1.0.4">
+  <artifact name="scannotation" type="jar" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='de.juplo', module='scannotation', version='1.0.4')
+)
+
+

Grails

+
+
compile 'de.juplo:scannotation:1.0.4'
+
+

Leiningen

+
+
[de.juplo/scannotation "1.0.4"]
+
+

SBT

+
+
libraryDependencies += "de.juplo" %% "scannotation" % "1.0.4"
+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/distribution-management.html b/dist/scannotation-1.0.4/distribution-management.html new file mode 100644 index 00000000..4f0454ab --- /dev/null +++ b/dist/scannotation-1.0.4/distribution-management.html @@ -0,0 +1,111 @@ + + + + + + + + + juplo - scannotation – Project Distribution Management + + + + + + + + + + + + +
+ + +
+ +
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/images/close.gif b/dist/scannotation-1.0.4/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/dist/scannotation-1.0.4/index.html b/dist/scannotation-1.0.4/index.html new file mode 100644 index 00000000..1ea0754c --- /dev/null +++ b/dist/scannotation-1.0.4/index.html @@ -0,0 +1,103 @@ + + + + + + + + + juplo - scannotation – About + + + + + + + + + + + + +
+ + +
+
+

About

+
+

About scannotation

+

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/integration.html b/dist/scannotation-1.0.4/integration.html new file mode 100644 index 00000000..3d63f5d3 --- /dev/null +++ b/dist/scannotation-1.0.4/integration.html @@ -0,0 +1,121 @@ + + + + + + + + + juplo - scannotation – Continuous Integration + + + + + + + + + + + + +
+ + +
+
+

Continuous Integration

+
+

Overview

+

This project uses Continuum.

+
+

Access

+

The following is a link to the continuous integration system used by the project.

+
+
+

Notifiers

+

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

+ + + + + + + + +
TypeAddressConfiguration
mailkai@juplo.de-
+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/issue-tracking.html b/dist/scannotation-1.0.4/issue-tracking.html new file mode 100644 index 00000000..e4ca6184 --- /dev/null +++ b/dist/scannotation-1.0.4/issue-tracking.html @@ -0,0 +1,104 @@ + + + + + + + + + juplo - scannotation – Issue Tracking + + + + + + + + + + + + +
+ + +
+
+

Issue Tracking

+
+

Issue Tracking

+

No issue management system is defined. Please check back at a later date.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/license.html b/dist/scannotation-1.0.4/license.html new file mode 100644 index 00000000..61fa42f2 --- /dev/null +++ b/dist/scannotation-1.0.4/license.html @@ -0,0 +1,104 @@ + + + + + + + + + juplo - scannotation – Project License + + + + + + + + + + + + +
+ + +
+
+

Project License

+
+

Project License

+

No license is defined for this project.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/mail-lists.html b/dist/scannotation-1.0.4/mail-lists.html new file mode 100644 index 00000000..9b84bd16 --- /dev/null +++ b/dist/scannotation-1.0.4/mail-lists.html @@ -0,0 +1,104 @@ + + + + + + + + + juplo - scannotation – Project Mailing Lists + + + + + + + + + + + + +
+ + +
+
+

Project Mailing Lists

+
+

Project Mailing Lists

+

There are no mailing lists currently associated with this project.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/plugin-management.html b/dist/scannotation-1.0.4/plugin-management.html new file mode 100644 index 00000000..2084503e --- /dev/null +++ b/dist/scannotation-1.0.4/plugin-management.html @@ -0,0 +1,128 @@ + + + + + + + + + juplo - scannotation – Project Plugin Management + + + + + + + + + + + + +
+ + +
+ +
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/plugins.html b/dist/scannotation-1.0.4/plugins.html new file mode 100644 index 00000000..f3fd2fba --- /dev/null +++ b/dist/scannotation-1.0.4/plugins.html @@ -0,0 +1,167 @@ + + + + + + + + + juplo - scannotation – Project Build Plugins + + + + + + + + + + + + +
+ + +
+
+

Project Build Plugins

+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-compiler-plugin3.3
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-enforcer-plugin1.2
org.apache.maven.pluginsmaven-gpg-plugin1.1
org.apache.maven.pluginsmaven-install-plugin2.3
org.apache.maven.pluginsmaven-jar-plugin2.2
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-resources-plugin2.3
org.apache.maven.pluginsmaven-site-plugin3.4
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.10
+
+

Project Report Plugins

+ + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-javadoc-plugin2.7
+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/project-info.html b/dist/scannotation-1.0.4/project-info.html new file mode 100644 index 00000000..33580ad0 --- /dev/null +++ b/dist/scannotation-1.0.4/project-info.html @@ -0,0 +1,149 @@ + + + + + + + + + juplo - scannotation – Project Information + + + + + + + + + + + + +
+ + +
+
+

Project Information

+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
AboutSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project LicenseThis is a link to the definitions of project licenses.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Project SummaryThis document lists other related information of this project
DependenciesThis document lists the project's dependencies and provides information on each dependency.
+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/project-reports.html b/dist/scannotation-1.0.4/project-reports.html new file mode 100644 index 00000000..32aeef8e --- /dev/null +++ b/dist/scannotation-1.0.4/project-reports.html @@ -0,0 +1,116 @@ + + + + + + + + + juplo - scannotation – Generated Reports + + + + + + + + + + + + +
+ + +
+
+

Generated Reports

+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
Test JavaDocsTest JavaDoc API documentation.
JavaDocsJavaDoc API documentation.
+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/project-summary.html b/dist/scannotation-1.0.4/project-summary.html new file mode 100644 index 00000000..ed2e6f7b --- /dev/null +++ b/dist/scannotation-1.0.4/project-summary.html @@ -0,0 +1,142 @@ + + + + + + + + + juplo - scannotation – Project Summary + + + + + + + + + + + + +
+ + +
+
+

Project Summary

+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
Namescannotation
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Homepagehttp://juplo.de/scannotation
+
+

Project Organization

+

This project does not belong to an organization.

+
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdde.juplo
ArtifactIdscannotation
Version1.0.4
Typejar
JDK Rev1.6
+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/source-repository.html b/dist/scannotation-1.0.4/source-repository.html new file mode 100644 index 00000000..da3b615f --- /dev/null +++ b/dist/scannotation-1.0.4/source-repository.html @@ -0,0 +1,122 @@ + + + + + + + + + juplo - scannotation – Source Repository + + + + + + + + + + + + +
+ + +
+
+

Source Repository

+
+

Overview

+

This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

+
+

Web Access

+

The following is a link to the online source repository.

+
+
+

Anonymous access

+

The source can be checked out anonymously from GIT with this command (See http://git-scm.com/docs/git-clone):

+
+
$ git clone http://juplo.de/git/scannotation
+
+

Developer access

+

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

+
+
$ git clone ssh://juplo.de/var/lib/git/juplo/scannotation
+
+

Access from behind a firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/team-list.html b/dist/scannotation-1.0.4/team-list.html new file mode 100644 index 00000000..b27df5f5 --- /dev/null +++ b/dist/scannotation-1.0.4/team-list.html @@ -0,0 +1,151 @@ + + + + + + + + + juplo - scannotation – Team list + + + + + + + + + + + + +
+ + +
+
+

Team list

+
+

The Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + + + + + + + + + + + + + + + +
ImageIdNameEmailURL
patriot1burkeBill Burke-http://sourceforge.net/u/patriot1burke/profile/
tjordahlTom Jordahl-http://sourceforge.net/u/tjordahl/profile/
kaiKai Moritzkai@juplo.de-
+
+

Contributors

+

There are no contributors listed for this project. Please check back again later.

+
+
+ + +
+
+ +
+ + + diff --git a/dist/scannotation-1.0.4/testapidocs/allclasses-frame.html b/dist/scannotation-1.0.4/testapidocs/allclasses-frame.html new file mode 100644 index 00000000..e0cc8fc9 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/allclasses-frame.html @@ -0,0 +1,26 @@ + + + + + + +All Classes (scannotation 1.0.4 Test API) + + + + +

All Classes

+ + + diff --git a/dist/scannotation-1.0.4/testapidocs/allclasses-noframe.html b/dist/scannotation-1.0.4/testapidocs/allclasses-noframe.html new file mode 100644 index 00000000..dd702dbc --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/allclasses-noframe.html @@ -0,0 +1,26 @@ + + + + + + +All Classes (scannotation 1.0.4 Test API) + + + + +

All Classes

+ + + diff --git a/dist/scannotation-1.0.4/testapidocs/constant-values.html b/dist/scannotation-1.0.4/testapidocs/constant-values.html new file mode 100644 index 00000000..9c83a704 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/constant-values.html @@ -0,0 +1,115 @@ + + + + + + +Constant Field Values (scannotation 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/deprecated-list.html b/dist/scannotation-1.0.4/testapidocs/deprecated-list.html new file mode 100644 index 00000000..43f40b35 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/deprecated-list.html @@ -0,0 +1,115 @@ + + + + + + +Deprecated List (scannotation 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/help-doc.html b/dist/scannotation-1.0.4/testapidocs/help-doc.html new file mode 100644 index 00000000..7df8d159 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/help-doc.html @@ -0,0 +1,216 @@ + + + + + + +API Help (scannotation 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/index-all.html b/dist/scannotation-1.0.4/testapidocs/index-all.html new file mode 100644 index 00000000..3d70517f --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/index-all.html @@ -0,0 +1,200 @@ + + + + + + +Index (scannotation 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
A C I J M O S T  + + +

A

+
+
AnnotationWithMetaAnnotation - Annotation Type in org.scannotation.test
+
 
+
+ + + +

C

+
+
ClassWithFieldAnnotation - Class in org.scannotation.test
+
 
+
ClassWithFieldAnnotation() - Constructor for class org.scannotation.test.ClassWithFieldAnnotation
+
 
+
CrossRef - Class in org.scannotation.test
+
 
+
CrossRef() - Constructor for class org.scannotation.test.CrossRef
+
 
+
CrossRefMetaAnnotaiton - Class in org.scannotation.test
+
 
+
CrossRefMetaAnnotaiton() - Constructor for class org.scannotation.test.CrossRefMetaAnnotaiton
+
 
+
+ + + +

I

+
+
InterfaceWithParameterAnnotations - Interface in org.scannotation.test
+
 
+
+ + + +

J

+
+
junk(int) - Method in class org.scannotation.test.CrossRef
+
 
+
junk(int) - Method in interface org.scannotation.test.InterfaceWithParameterAnnotations
+
 
+
+ + + +

M

+
+
MetaAnnotation - Annotation Type in org.scannotation.test
+
 
+
+ + + +

O

+
+
org.scannotation.test - package org.scannotation.test
+
 
+
+ + + +

S

+
+
SimpleAnnotation - Annotation Type in org.scannotation.test
+
 
+
+ + + +

T

+
+
testCrossRef() - Method in class org.scannotation.test.TestSmoke
+
 
+
testCrossRefMetaAnnotations() - Method in class org.scannotation.test.TestSmoke
+
 
+
testFieldParameter() - Method in class org.scannotation.test.TestSmoke
+
 
+
testFindClasspaths() - Method in class org.scannotation.test.TestSmoke
+
 
+
testFindClasspaths2() - Method in class org.scannotation.test.TestSmoke
+
 
+
TestSmoke - Class in org.scannotation.test
+
 
+
TestSmoke() - Constructor for class org.scannotation.test.TestSmoke
+
 
+
+A C I J M O S T 
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/index.html b/dist/scannotation-1.0.4/testapidocs/index.html new file mode 100644 index 00000000..d3542831 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/index.html @@ -0,0 +1,72 @@ + + + + + + +scannotation 1.0.4 Test API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/scannotation/test/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/dist/scannotation-1.0.4/testapidocs/options b/dist/scannotation-1.0.4/testapidocs/options new file mode 100644 index 00000000..cccbe50b --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/options @@ -0,0 +1,24 @@ +-classpath +'/home/kai/juplo/scannotation/target/checkout/target/classes:/home/kai/juplo/scannotation/target/checkout/target/test-classes:/home/kai/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/home/kai/.m2/repository/jboss/jboss-common-core/2.2.0.GA/jboss-common-core-2.2.0.GA.jar:/home/kai/.m2/repository/hibernate-entitymanager/hibernate-entitymanager/3.3.1.GA/hibernate-entitymanager-3.3.1.GA.jar:/home/kai/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar:/home/kai/.m2/repository/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA.jar:/home/kai/.m2/repository/apache-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar:/home/kai/.m2/repository/junit/junit/4.0/junit-4.0.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/javassist/javassist/3.6.0.GA/javassist-3.6.0.GA.jar:/home/kai/.m2/repository/commons-logging/commons-logging/1.1.0.jboss/commons-logging-1.1.0.jboss.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/hsqldb/hsqldb/1.8.0.2/hsqldb-1.8.0.2.jar:/home/kai/.m2/repository/apache-slide/webdavlib/2.0/webdavlib-2.0.jar:/home/kai/.m2/repository/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar:/home/kai/.m2/repository/org/resteasy/titan-cruise/1.0/titan-cruise-1.0.jar:/home/kai/.m2/repository/cglib/cglib/2.1_3/cglib-2.1_3.jar:/home/kai/.m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar:/home/kai/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/home/kai/.m2/repository/hibernate-annotations/hibernate-annotations/3.3.0.GA/hibernate-annotations-3.3.0.GA.jar:/home/kai/.m2/repository/oswego-concurrent/concurrent/1.3.4/concurrent-1.3.4.jar:/home/kai/.m2/repository/hibernate-commons-annotations/hibernate-commons-annotations/3.0.0.GA/hibernate-commons-annotations-3.0.0.GA.jar:/home/kai/.m2/repository/asm/asm/1.5.3/asm-1.5.3.jar:/home/kai/.m2/repository/apache-xerces/xml-apis/2.7.1/xml-apis-2.7.1.jar:/home/kai/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar:/home/kai/.m2/repository/hibernate/hibernate3/3.2.4.SP1/hibernate3-3.2.4.SP1.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/kai/juplo/scannotation/target/checkout/src/test/java:/home/kai/juplo/scannotation/target/checkout/target/generated-test-sources/test-annotations' +-author +-bottom +'Copyright © 2015. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/kai/juplo/scannotation/target/checkout/target/site/testapidocs' +-docencoding +'UTF-8' +-doctitle +'scannotation 1.0.4 Test API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'scannotation 1.0.4 Test API' \ No newline at end of file diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/AnnotationWithMetaAnnotation.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/AnnotationWithMetaAnnotation.html new file mode 100644 index 00000000..ef7a6271 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/AnnotationWithMetaAnnotation.html @@ -0,0 +1,154 @@ + + + + + + +AnnotationWithMetaAnnotation (scannotation 1.0.4 Test API) + + + + + + + + + + + +
+
org.scannotation.test
+

Annotation Type AnnotationWithMetaAnnotation

+
+
+
+
    +
  • +
    +
    +
    public @interface AnnotationWithMetaAnnotation
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/ClassWithFieldAnnotation.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/ClassWithFieldAnnotation.html new file mode 100644 index 00000000..3b5dd570 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/ClassWithFieldAnnotation.html @@ -0,0 +1,232 @@ + + + + + + +ClassWithFieldAnnotation (scannotation 1.0.4 Test API) + + + + + + + + + + + +
+
org.scannotation.test
+

Class ClassWithFieldAnnotation

+
+
+ +
+
    +
  • +
    +
    +
    public class ClassWithFieldAnnotation
    +extends Object
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClassWithFieldAnnotation

        +
        public ClassWithFieldAnnotation()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/CrossRef.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/CrossRef.html new file mode 100644 index 00000000..0f36e397 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/CrossRef.html @@ -0,0 +1,269 @@ + + + + + + +CrossRef (scannotation 1.0.4 Test API) + + + + + + + + + + + +
+
org.scannotation.test
+

Class CrossRef

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/CrossRefMetaAnnotaiton.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/CrossRefMetaAnnotaiton.html new file mode 100644 index 00000000..d6a7e025 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/CrossRefMetaAnnotaiton.html @@ -0,0 +1,232 @@ + + + + + + +CrossRefMetaAnnotaiton (scannotation 1.0.4 Test API) + + + + + + + + + + + +
+
org.scannotation.test
+

Class CrossRefMetaAnnotaiton

+
+
+ +
+
    +
  • +
    +
    +
    public class CrossRefMetaAnnotaiton
    +extends Object
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CrossRefMetaAnnotaiton

        +
        public CrossRefMetaAnnotaiton()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/InterfaceWithParameterAnnotations.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/InterfaceWithParameterAnnotations.html new file mode 100644 index 00000000..1dc1c79a --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/InterfaceWithParameterAnnotations.html @@ -0,0 +1,214 @@ + + + + + + +InterfaceWithParameterAnnotations (scannotation 1.0.4 Test API) + + + + + + + + + + + +
+
org.scannotation.test
+

Interface InterfaceWithParameterAnnotations

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    CrossRef
    +
    +
    +
    +
    public interface InterfaceWithParameterAnnotations
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidjunk(int param) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        junk

        +
        void junk(int param)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/MetaAnnotation.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/MetaAnnotation.html new file mode 100644 index 00000000..6817be06 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/MetaAnnotation.html @@ -0,0 +1,154 @@ + + + + + + +MetaAnnotation (scannotation 1.0.4 Test API) + + + + + + + + + + + +
+
org.scannotation.test
+

Annotation Type MetaAnnotation

+
+
+
+
    +
  • +
    +
    +
    public @interface MetaAnnotation
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/SimpleAnnotation.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/SimpleAnnotation.html new file mode 100644 index 00000000..9888cdbb --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/SimpleAnnotation.html @@ -0,0 +1,155 @@ + + + + + + +SimpleAnnotation (scannotation 1.0.4 Test API) + + + + + + + + + + + +
+
org.scannotation.test
+

Annotation Type SimpleAnnotation

+
+
+
+ +
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/TestSmoke.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/TestSmoke.html new file mode 100644 index 00000000..635f5169 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/TestSmoke.html @@ -0,0 +1,327 @@ + + + + + + +TestSmoke (scannotation 1.0.4 Test API) + + + + + + + + + + + +
+
org.scannotation.test
+

Class TestSmoke

+
+
+ +
+
    +
  • +
    +
    +
    public class TestSmoke
    +extends Object
    +
    Version:
    +
    $Revision: 1 $
    +
    Author:
    +
    Bill Burke
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TestSmoke

        +
        public TestSmoke()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        testFindClasspaths

        +
        public void testFindClasspaths()
        +                        throws Exception
        +
        Throws:
        +
        Exception
        +
      • +
      + + + +
        +
      • +

        testFindClasspaths2

        +
        public void testFindClasspaths2()
        +                         throws Exception
        +
        Throws:
        +
        Exception
        +
      • +
      + + + +
        +
      • +

        testFieldParameter

        +
        public void testFieldParameter()
        +                        throws Exception
        +
        Throws:
        +
        Exception
        +
      • +
      + + + + + + + +
        +
      • +

        testCrossRefMetaAnnotations

        +
        public void testCrossRefMetaAnnotations()
        +                                 throws Exception
        +
        Throws:
        +
        Exception
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/AnnotationWithMetaAnnotation.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/AnnotationWithMetaAnnotation.html new file mode 100644 index 00000000..449863fd --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/AnnotationWithMetaAnnotation.html @@ -0,0 +1,140 @@ + + + + + + +Uses of Class org.scannotation.test.AnnotationWithMetaAnnotation (scannotation 1.0.4 Test API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.test.AnnotationWithMetaAnnotation

+
+
+ +
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/ClassWithFieldAnnotation.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/ClassWithFieldAnnotation.html new file mode 100644 index 00000000..029ad03f --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/ClassWithFieldAnnotation.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class org.scannotation.test.ClassWithFieldAnnotation (scannotation 1.0.4 Test API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.test.ClassWithFieldAnnotation

+
+
No usage of org.scannotation.test.ClassWithFieldAnnotation
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/CrossRef.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/CrossRef.html new file mode 100644 index 00000000..2c46aebb --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/CrossRef.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class org.scannotation.test.CrossRef (scannotation 1.0.4 Test API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.test.CrossRef

+
+
No usage of org.scannotation.test.CrossRef
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/CrossRefMetaAnnotaiton.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/CrossRefMetaAnnotaiton.html new file mode 100644 index 00000000..28a86244 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/CrossRefMetaAnnotaiton.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class org.scannotation.test.CrossRefMetaAnnotaiton (scannotation 1.0.4 Test API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.test.CrossRefMetaAnnotaiton

+
+
No usage of org.scannotation.test.CrossRefMetaAnnotaiton
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/InterfaceWithParameterAnnotations.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/InterfaceWithParameterAnnotations.html new file mode 100644 index 00000000..3068296e --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/InterfaceWithParameterAnnotations.html @@ -0,0 +1,140 @@ + + + + + + +Uses of Interface org.scannotation.test.InterfaceWithParameterAnnotations (scannotation 1.0.4 Test API) + + + + + + + + + + +
+

Uses of Interface
org.scannotation.test.InterfaceWithParameterAnnotations

+
+
+ +
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/MetaAnnotation.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/MetaAnnotation.html new file mode 100644 index 00000000..5ff09b2f --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/MetaAnnotation.html @@ -0,0 +1,140 @@ + + + + + + +Uses of Class org.scannotation.test.MetaAnnotation (scannotation 1.0.4 Test API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.test.MetaAnnotation

+
+
+ +
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/SimpleAnnotation.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/SimpleAnnotation.html new file mode 100644 index 00000000..be2d15ab --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/SimpleAnnotation.html @@ -0,0 +1,140 @@ + + + + + + +Uses of Class org.scannotation.test.SimpleAnnotation (scannotation 1.0.4 Test API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.test.SimpleAnnotation

+
+
+ +
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/TestSmoke.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/TestSmoke.html new file mode 100644 index 00000000..ce479426 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/class-use/TestSmoke.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class org.scannotation.test.TestSmoke (scannotation 1.0.4 Test API) + + + + + + + + + + +
+

Uses of Class
org.scannotation.test.TestSmoke

+
+
No usage of org.scannotation.test.TestSmoke
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-frame.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-frame.html new file mode 100644 index 00000000..a8861d8a --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-frame.html @@ -0,0 +1,33 @@ + + + + + + +org.scannotation.test (scannotation 1.0.4 Test API) + + + + +

org.scannotation.test

+ + + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-summary.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-summary.html new file mode 100644 index 00000000..e2f4d8e3 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-summary.html @@ -0,0 +1,183 @@ + + + + + + +org.scannotation.test (scannotation 1.0.4 Test API) + + + + + + + + + + +
+

Package org.scannotation.test

+
+
+ +
+ + + + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-tree.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-tree.html new file mode 100644 index 00000000..035a42d4 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-tree.html @@ -0,0 +1,137 @@ + + + + + + +org.scannotation.test Class Hierarchy (scannotation 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package org.scannotation.test

+
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-use.html b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-use.html new file mode 100644 index 00000000..8ad4b3c1 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/org/scannotation/test/package-use.html @@ -0,0 +1,142 @@ + + + + + + +Uses of Package org.scannotation.test (scannotation 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Uses of Package
org.scannotation.test

+
+
+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/overview-tree.html b/dist/scannotation-1.0.4/testapidocs/overview-tree.html new file mode 100644 index 00000000..cb3c5cc8 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/overview-tree.html @@ -0,0 +1,141 @@ + + + + + + +Class Hierarchy (scannotation 1.0.4 Test API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ +
+ + + + + +
+ + +

Copyright © 2015. All Rights Reserved.

+ + diff --git a/dist/scannotation-1.0.4/testapidocs/package-list b/dist/scannotation-1.0.4/testapidocs/package-list new file mode 100644 index 00000000..44d8ebee --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/package-list @@ -0,0 +1 @@ +org.scannotation.test diff --git a/dist/scannotation-1.0.4/testapidocs/packages b/dist/scannotation-1.0.4/testapidocs/packages new file mode 100644 index 00000000..e5be0d35 --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/packages @@ -0,0 +1 @@ +org.scannotation.test \ No newline at end of file diff --git a/dist/scannotation-1.0.4/testapidocs/resources/background.gif b/dist/scannotation-1.0.4/testapidocs/resources/background.gif new file mode 100644 index 0000000000000000000000000000000000000000..f471940fde2f39ef8943a6af9569bcf986b1579b GIT binary patch literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 zX3B0NWXQ443Eo1rUP86rLU>O>oTp%wt3Z{Tz&P*)Iraq^_@X;RtUFY!JxH|4U!>kw zxXwqo&R3Y=EsXaR!ng@y+y$%L1P3FZ4@N!j3m5MW74HcC->_JFuvlxLXiI=-OQ2|@ zpGc#>2-aN)<1RE9^`bB0`65VSK2>5m>CHs^YZCC)NX*NfbeT1%)Cxpu2_(6cCbLvjLY`hf1%*q}QO*%V4SfOu5Nqg~`-+(-76= za<`RA&(qDB^S!nIS^od5|Nk$KPXD8(qSB!f`M*{E?A^&yOW$08V^iNPK!%UNJ-@xmz>`pG2_%4I3QWk4UdtwP!GH$C%mo2K|$Ap=_)Y!#O($1@ohsUtR1k%wI*) z4*X&g==oWh`j{uP=HFm;Ye>0>UbDdtSp^~MaQ!L9I#)Ga?q}{@T#|qec*FkMLDenm zj^sCgk!^O^3o|vG!~2$$$7`C#4Ry zdQ!tui+J1*HyavK+4{`r+zvYHj9IsRt~@uEBOreWS8~2rXAR3!|7aTdr+x4|>@$Az z)b1t$gSB~6USxpfLmy^|_J_eNt*PI=ScO1SVH895N#`ef%IOh&o-2GIjK1s-JzkyZ z@r7O%hChz}kMHCM@Wqi^R-9t&%Fh^#9dVB0%ej@$=OjXA%XZdzCXf}c>SW26_z-Te z5b{}XWg&rELM=N*%aimp)k04t2c+`WAS>ZFIPWKvtyOI))HzpRA!T!b{tv?4NzF1v zNlP%#{&p@lFFEKvcroMAsI)mq?&`!e%l+-y&j9ZqhN}oG&dB=Pw09r+Q%m0cMujS# zs$a7!9VH`CC7k{!bV(J`rm%Jpj6&nLtWhPcy$onn$8G#ZdD9hxO<9k67Ya>K_7W~3 z&KYf14fq<{qHA7u6;>AOcomhdg?ianjr9uINt}*7w?g%z9{Q`(qRo@hDwSpGmxz&h&>%G%T(URL~=c>C{>y$K?+wLFp zy*M1@FTUKYV>8DeDIAIKM+!T5c-k&C4?Y~y^E zQCIc-=9~DiPtfVZB=_c3`qH3h|NXd^BcOQG`funSe)i5!NoA_r{b6PwzSDIXG+!(F z9CqJgo&~#7^VZHWj{u23q+NDCHn}GeWDC*(SW%{f4WMtP3l2jsO7*M)EX)#NLlsNnU4q@#jn0r#rsWsf^ngE0&ambG1f;Rj zfOk#_>1|25Z%?iI{0Yv8)DQfk>m1td?~}m0N%^k^u%EuUCc#ItmlY|epQ3YLWehYw zRU0qpPb#X&WU*UOU8et(s8x~WyYWYsgJCF+;U6@*nICY8)dk}IG+(#_Bz8zURd3HZ6qPE68U1%S{wL0 z;K{PDw2iRFIGG?(UiE9kT9?siuv4O{ z`dX2-eiXU3N)H2nT4V=AO^~J}sw+gr{&~qx%$$wlMv_JCWAMfcjYl}*Cfcf!adOY8 z8oLmJ{%49e+nLiVo#H9}wRk?UCzDz^>9TDxreVHzl~R*)?YU>Uu;J2eQ27O5`&X^8 z`94{)YWJQa#l0Fbz0N6B>j&8J;<%VuG6OYM9&QIdtueWjI3X;*dEtGiF@1AcvN4U> zG5SXIEXxB>)!mtQOztJLyeF78S*kLiU-!>PtQ_s~OMl~&y(hVVe$A5 zwo}E-DJ6${QP75?LsQ}Wl@MXwXMT4d>|?rD!g?jE>J^N*y;X}5FLe%d0_ zZ>eIBK6l@jkfw{p_YiDP;MS{jww{%j#?rk2z1J!HqE;Vd!TrCl_7UPef8;edI}wD6 zT&12Bxj&q}d4%$GHq+$~UYtWv`wI9k`89oKkCEK_E;-+O)(rhThjOM|kXDn{!W1Lo z`_?yQv=lp=-w()R<=0&c5%RWHY_fw@qb}uwFuPAGkl~@Kis}eE%MY@~6ZyWcF+llM zGyK`)(vn1F%%z=W7-Y=1$`w0Mv+-|#d};%JjCmw)Y1hOxwA|{}P%6LS4X`jQCGh`mR@=hGrr|cXa^Ipj;Mh)6mTqd1s_HmP0IxXT!w7YhoIHT>Hm#!;c@|L9OjV zsTlHE{Z;HWeM9^tPm-`|&nnl$%DRtNG1~?npUvgKPwKlaccEe4q!7YU3zykJnu6Sr z()LMXs_)^~u-ds7+wMff)RAJF?2?1H`_wDnt%MssYeB5;q~ojgVm6OHA6B>FG2erv z8&`|6<`=!EPKR^8Qlp5MiKwfxy4D`mN> ze$RKh_6*YJd4y0nnUZvwN%iY&^9xk@cM|5g#pZkc#N*(PH?^w&?ilTDMXFcd0`5!E zvgHS`=Lc|~1aO=L@L~eE*aP{90lc7qXY7GOs)3JH14T{(`K1D%tpvUT1-?F^1d4_S zJ#7yXkP3Q37bJlRQfv=mV-J3B8O*m5B%L3uW)S>|Jwy`|s6iK`sv0Z-3NcU(0knrG z5ChFXA@A9PUSdLI+(VU!!J1Mbw!~0VP^jZci2X|Nx0BF!24ObrAr>b=QtlyN4TAhn z!mQncJm~^m4MIafVLt_ewDUtO+e5w*!`(6A&H^F7i9s4t5&uBpNvh$nlTZjqTM5krNRRQ zqP)VR!|9@H>7qN_!+-)&_9s!^;gOvy5s~iEB&qP8{77&2NJMzZcsnJgSt_bYDzYU% zxQ#uuk3D*e7_*d5^?HW(^(WxICGf-mcmM((VStzIz%zFsm0;ZI3h=5OciJ#a%7I(IeGbFv+PP^?^sKBPrRBl<+qK^o%3fi=L9`la>-l4~p|hzAl~W zf=%(|NHgF7r5dJD+Cf08q-c(m;Epsldaz4cqHzTHT>)4xEe(cE0i~tf{Y0xs_1~Kv z+BYQ-TpEOch13;5YC9nHYEXhSv{ew=LV~nQL%UBQEgaDL2m?9u~v zEQmOvM=aB)Z$+eE38rs%AZR_)4>@2raqwH#Fji#xoLc&PS_TU^W8W(M0GqLdO~1yF z{sfHZ_sC#FX58(}d>RSkKZCz8%D7{cC3Z$Zh@52{31&V*W-@s~Z<8~aBeNcNW?e&O zsR(7fHOf}B&fsRqdZ(WK1e~s*o^uD6{YX9QJvqyWAqQXt*E>r$V94YK=X@8+{1cg> z*_i`a%alCJvbD~lCg&Q1Gk=|BzY)sejf9EHJ{s7lu4?ExCWR3jgTiET;exy{sW!Mg zuj*_YOf0@ScN~X0$7V6&KpL172rf|rA8?K<2+GelXw)NUk#@b4aT5MO%1ip4*ym}B-JI__S1R?CK z<4eW~bH;@H@tR55x}&JNSw_NvEPk)6E>XDt7*)4sgWuw+_vNZzmaS(tsi(57zcjA9 z@~XcHtzYq~IX|z*Md9mh>W~`sk3<^s7;EmyH4wcTdAo5NkUA2ofeG69{Gx7#i_*lt zQ7;N@xEo#nNRj&SbDHNnP0w#OE0{DZ$~7ySG%IN~zwd5Vu4&dnH>*OMb>&*VL^tbA zG;7y1t9dsYU$p3pw0x6mwGe6fjBYWsZ8e3q8f~-~cefgHxBangajI$kv(c*W-DZGp zbM$UgnP{_MYPXYX|6$u^deIhE(-xuGX2RVXqS+o~(iSV%;ZW1=Zqkut(r&xak^pT> zsp*I@X|-eOd^gb+sM(%3(E$|c47Y91mTU99Xe;4vFOTl5gmwVB+fvc3n2pwK?~Xd# zwrY{?CUj@~Msr?wXU0WKv2A$hq z`$V^gNq4(<*C=;4e4}$*uIC$5&uUHkM08J~N$>VV*VpdmLCuc!?!J9=-)VH;fo9)| zNN4m#^Kb9|`RF!^ZAT-z=bC8$do8~Tjc^o-aQjyc2(TW*d50E1#NW0pKb^~tf&OUlS+W}>0!m@!~1 z&TdSLhm`0u99c-z=oxYL8IFaGCDoFwFUP!1iJ%xF1UC4hhv*VR2451Pc0+kQGC)39C5 za81oV=$+xzZNYhn=RB-CTZ>Bevj)A3mi9|OS(dcy=N#Zm=Dza|z4Jd<=3IQ2CB>FiwH7{4Ej#+oa>M67 z!56)Km&2xJ|H7B;%~rJDuJ{rbZQiaX*e^$DEt~T$#h9(y#jg6>uX?boq!N}Q;EQth zYo1rjc15dETPw~*Ymu=lreoE9g^wb)ZcRe1yp1(Eo(rmqUYZXOU$BC_| zX{{&qE?E06wXm#v#cpKwE)jaydSaI`TkCCClr_lKMzPkyFT!R%VRn&sZSrchKx&4e~pJQcfViQxxl=T=7}#gYz7Pvoh`T#Jbab%2A2m zxh?A<`}A?8_GumBEcL;$x%gQb@PZ(If%ZE~D?ax#Km4a~+GV~!;Bb~qxxh@HHc|H6 zr%$^c9Dw~UQFWJv+81rCXS1vqqLfQ~-BtO63xCArGVA4T-}xPXYGHqB5h^+n5%$24 z(BROpi13J@*qFfR$oRMHel`=(zy zovs-UKHD3VkJ?hVeq!aA+8Fh4+NIlFhcC~UrR{4I#}K*u&z%68+P1*=q0B1r*2MY> z!9gYs*vlTO5v#8S>c#3goFmp>3iVKdU)NkjNV(s7tO4Wq?2M}o5Cj-*7;S=fEshOA zR*4$dm{ROvUamG%xL_tSW6}U$Nl=@91T;nC11o-iIVyVrfkd) zTCp;^tOy|_kuOFV$Nn=$AQJO9;&sZ&eDs^!r*m;Hw!)vpO1vcfj2EV{dJ?7ap0tq6 z$SwUVM*Vt+MS_`;bas-svPV|3POQi8G~?f^KOx4hg1He+Wd*s3Hl1{TfJS-+zv6vc zPoKiwr?7wECbub(IdB)9f_!kmUjBR*KY_z4E8_QA9xSr#G&@i5y^H`jB^I{|akh>W z%Cn3luOVY|8P>u>e^~#{$kmgX&-q>k{#pFbm2({(rtG<%nb0UCQ0%{Cy`F&~7}*we z@Of>ND_)V&XwN_+n~KjVorUQWZ*B6cld7ymQl{;rwlHl34K#}2YWxE+4CX@P&u6AfCda`&ZT1MOY69e-L@gNcAvwx8%1Z7lB4zc=_Cpt~&s ze%?;){1DB(PSK!^za967qF?lIjB~&06}Lf`cgh2qUiI^|$-VCTNE=hp&Ij}^A9&|* zQQrSqo3gn#_=z9j(y6f@T|OkJYv(fjwpz}$*U$|nLH2F zPNMuTS4g8 z*^hOlRh6~Mk}58;d477R>F^~aLO$dOXmhA*6zwIaHK()t2zKjo?j^NOJbh_=+71xg zO{Mgp7x?Z-1MKzoQ<+V2g#|e}|JawOPJZBL{o~PYdtWDX?jl##!Aiq|w>)vGJLipp zBK1xGhcvgSsQ;rn>+`>UmxlID{<~}7{y>SO^cyktN^Fsz!Z|B4?p*RKQG*8}SYBt{ zuFO{vJ?jgL{gUzYsnv(io}c0vlCp#*1vE?}KL^UZ&VF^TK+D;40CxX%j);%dCt;Z{ zAeMXC9JPWvKGwsCxx4w2iv_wNGG8l16AVI93rmc^c1>r(P||YE zpXa+=-&k995hfykL^J5S&vJF^ljR&`FE#ppNMM3%Omc!F)Mn{{&Ip#)JegbEJxud2 zn`wDVB~DMii5|H%m~51YeU1juNG3!+&?*uC#q@)z8q~`4yEL5I8}PtyA1IZ=52P$x zX)KhZt z7czUXBsy-8d`GVQ`90`wIh(Xt7v5j7h0t&ET~2M!Tb~4rN-xtK@8@mB*c(6QTwOS- z%9445_WY|cfm4?$nX$72&{~^mu}an^x^Da%=UU6YI;ur3+9L6I>raW5!=-Nzy(F2Z zwZlg7aM3NN5b{K|FB>s4R}|&Lr32_Ys{wwkECxo|rV@;5aHB25iUs7(6@dDpjN{Y%?C~UGp>*Q}K?)KKk64 zAn;@-dER}QG0L${jQ1cR75eM3-~ZTltTQ8%sm9x4Y`ve@ekMuvpA#Rh51@s6;6^&Q z!&M7^b%cea7FlZkPV9}@!bPBBfB&~XvGlE2T7V?IpM~OBmuK;OSt{~N`rL5c_I^de z9n*=@p|l;d`b_YIn8Aem1t7pp0=2-MCTIcJHlY z6x+mNLgi{JpwP)y(yzAFL2A#>bI&EwZE`PGvd*FQ!rx~6bUN&+Ij3)L;=595L#G;m8*^e?ap1`J5w7-q)*iUT_W9w8 z&xS-`i++HpWzY-a-)CWd0(pLW$A85P{Dy9r-=uPekNpN^yA}pJ7yWTZ>3iw4d6+IK zF%1XXkGcJm{0*vhSG5R1ySW;jctk9O==1-Mk?=Bl<{HE1p_@tx1s^+GoczYxj#B=i=kwQvEPrOt`<4W*pJw zbNjEqpr7B|Llc%m{V*QssV)im;pb00LUob=yFaU4`P_}ywU zt*QZl-bUsmh@L&zQaX4uHL&7YD(BOb9hH;;y;O-b-_O$4EFi1vCrMlz`dN|u?}HNO^aFQV{UZg_yy%nf>IXpulip!cR8|vNu7P*; zQye@}Qmj%(TB6`5E=c~w=LITF266XJ6X5xA7!OM1SE=~N*o3EP5Qqx!W<_+EMSLGo zqkC18AQ=0AK9=hgGQtrTovYc5^?Z^RLX?hlO-j&e1MXTTbfm>MS^=}!p>C>icUKdZ zBcNOb(6IJ!kq*e7N8Fx!!kPyn+2B2^2hd00+W^PUA&+S63jFE)bP5Tv+L5l~n(pu? zbeO|+K{{?pEow3?j0+dGVu)a6(0r{1Uj7{3 zxSsZ|BdMk>1-S}-;+`pk{Q5>H=tLRx+YqeenaSRsEX@gtPzz>j1A9g!C9kGtspY(- z%YL>NkVDE2z@}*;Q{=&5)yS;NupAmmibGUE4qte7aY6PcnXJgw>}ad(SW;@HtNurF ziV0_yHz=;Di%Tki6DW^tjkL`t%Ktct(ay zvuAOYoCu!Pm~@P5CIjk$bp`_iv{^l*Au{fB8mJK1>Macv?GL)**8*+JNvySIH5Y7i#1;!%NT!efc z;Z0*AOM&1VpR+6wIQxBM{xf`8T1V@#e<#QL}=YRwMkWG8%1(Fgj{iX)N zup{Txko(DqJWf=#Oi?Z!nra-?C{);TP`w|4>L+EKx1&P3swX<*#_50F!lD_$nQyuK??!UwA-{y)^QmMxoK1xIJ~uML{u;5!Z5tQyEL>;KaUd!_9FP zl2$QOI6V1`QdF|8gkdZsSpUqCjSBu(1H)r*vL#PEy)@Px>5TIk7_9o#Bj zzD&<1_k(ejk%qO6ak=GMmG5b7LTAA^KKq-Ey#z8(2wy2;Ot^oZI(MG@)~iY$RAnJt zu`ioyvR?Vws_tuK9hDqmel+)bP0kyxJV{7t=&3{b(@Hs1fs$9n45aq)IKknZa2H*7 z^P-ZDyOMdMj&-9{(-?dqo5I3Gy=K$!L%q>3^0N~o^2i0^_@^2nQv>S4B&=5_8^a^V zaY!NjyA5QgO&r#^CJcp&=!))MZ*CC&hvLEzWU*!IO=aYo{_yG+53H$XOAIQWnG`uD zLuuwTY6e8N^m5^AHQa}Y5Z#SdbEY;+x{oW?g;ie4CNYomRyQd2mv^L}T!>a5<*wTh>@>Qtwp~nejn`~DcZJI+QC-xU zoxz=5z0k%1;jBrGI%Th~FQElrAPr?E-Fv9|o09dPk=?>f)jFKL8PK|;w(cVDq>YWP zEfL7RGBv|<>f4IccND3wCi*V8`>#a$FPZu&a{V`W`me+Kuf_CJ)%IV%?5ByL^#3Q{ z&uBM5|34IKI>0_Tz{5OngXe#6w*N6;;5PH%9n%56%RaWA{wJ4%515Apdj`a62bp<> zM12OuV+QZ^55ATkViO(UWgg}%9C}kb^r~=BiDyWIXZWM&kb>Q?dd$#W`4KU|2#4qh zz;sZ>ZqS5h#Kdk$&1c9AHmDUdtmHE)CqH0RIAZEE;t(^+RXF+*FlJyk;?6Vn{&MsO zZ0HwY)b4Va!F1#s^N5$-s9(&mPa*Lu4>4SxXm~l|3?PR2jB1J!Q|(4#0i$lFME^-r zA~Q(2O+PHOdcVN((R8zqi>%+yx4PA5u&+jI zZ?)Fm8m-+`n!Bnrx0PvZE7!Q)Z+NTE@K(R!nO40sZF(n~bq_b_9H`UYU#q>pPJ3UC z_UeU>J7qcy%%`ks9)BNcS^GDOn z?oKkjHNoWO1e2?M#vd12e^_AscAnLnc~-CISiYWX`D%{k^H~<37unpMYJYdSv=Om2vbAM@`Qp{{SI=yP zj6WN*eEt0G$9EPX6FU%)-ho>hWTW!yzXBIo73<0umM-=@eG&niY^` zlG(|vuCl_x(X^Fob@=i{8+M5vWf7Bz=#aHGTNA;fZQyfbfueI8Z^639n`(DI%w^-^ zl`=@!u)r~Xf920-xd$Ab+S&PJY%K0H8a_J8uN3^_!K1_NV$*e#*Y*6|)XpiW=9H`*`Xx7W%v@7{XDma1?v0a%(K6rI&1!a YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN literal 0 HcmV?d00001 diff --git a/dist/scannotation-1.0.4/testapidocs/stylesheet.css b/dist/scannotation-1.0.4/testapidocs/stylesheet.css new file mode 100644 index 00000000..0aeaa97f --- /dev/null +++ b/dist/scannotation-1.0.4/testapidocs/stylesheet.css @@ -0,0 +1,474 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ +body { + background-color:#ffffff; + color:#353833; + font-family:Arial, Helvetica, sans-serif; + font-size:76%; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4c6b87; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4c6b87; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-size:1.3em; +} +h1 { + font-size:1.8em; +} +h2 { + font-size:1.5em; +} +h3 { + font-size:1.4em; +} +h4 { + font-size:1.3em; +} +h5 { + font-size:1.2em; +} +h6 { + font-size:1.1em; +} +ul { + list-style-type:disc; +} +code, tt { + font-size:1.2em; +} +dt code { + font-size:1.2em; +} +table tr td dt code { + font-size:1.2em; + vertical-align:top; +} +sup { + font-size:.6em; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:.8em; + z-index:200; + margin-top:-7px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + background-image:url(resources/titlebar.gif); + background-position:left top; + background-repeat:no-repeat; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:1em; + margin:0; +} +.topNav { + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.bottomNav { + margin-top:10px; + background-image:url(resources/background.gif); + background-repeat:repeat-x; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; +} +.subNav { + background-color:#dee3e9; + border-bottom:1px solid #9eadc0; + float:left; + width:100%; + overflow:hidden; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding:3px 6px; +} +ul.subNavList li{ + list-style:none; + float:left; + font-size:90%; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; +} +.navBarCell1Rev { + background-image:url(resources/tab.gif); + background-color:#a88834; + color:#FFFFFF; + margin: auto 5px; + border:1px solid #c9aa44; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader h1 { + font-size:1.3em; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 25px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:1.2em; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + margin:0 0 6px -8px; + padding:2px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:1.0em; +} +.indexContainer h2 { + font-size:1.1em; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:1.1em; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:10px 0 10px 20px; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:25px; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #9eadc0; + background-color:#f9f9f9; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:1px solid #9eadc0; + border-top:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; + border-bottom:1px solid #9eadc0; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.contentContainer table, .classUseContainer table, .constantValuesContainer table { + border-bottom:1px solid #9eadc0; + width:100%; +} +.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { + width:100%; +} +.contentContainer .description table, .contentContainer .details table { + border-bottom:none; +} +.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ + vertical-align:top; + padding-right:20px; +} +.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, +.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, +.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, +.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { + padding-right:3px; +} +.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + margin:0px; +} +caption a:link, caption a:hover, caption a:active, caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { + white-space:nowrap; + padding-top:8px; + padding-left:8px; + display:block; + float:left; + background-image:url(resources/titlebar.gif); + height:18px; +} +.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { + width:10px; + background-image:url(resources/titlebar_end.gif); + background-repeat:no-repeat; + background-position:top right; + position:relative; + float:left; +} +ul.blockList ul.blockList li.blockList table { + margin:0 0 12px 0px; + width:100%; +} +.tableSubHeadingColor { + background-color: #EEEEFF; +} +.altColor { + background-color:#eeeeef; +} +.rowColor { + background-color:#ffffff; +} +.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { + text-align:left; + padding:3px 3px 3px 7px; +} +th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { + background:#dee3e9; + border-top:1px solid #9eadc0; + border-bottom:1px solid #9eadc0; + text-align:left; + padding:3px 3px 3px 7px; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +td.colFirst, th.colFirst { + border-left:1px solid #9eadc0; + white-space:nowrap; +} +td.colLast, th.colLast { + border-right:1px solid #9eadc0; +} +td.colOne, th.colOne { + border-right:1px solid #9eadc0; + border-left:1px solid #9eadc0; +} +table.overviewSummary { + padding:0px; + margin-left:0px; +} +table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, +table.overviewSummary td.colOne, table.overviewSummary th.colOne { + width:25%; + vertical-align:middle; +} +table.packageSummary td.colFirst, table.overviewSummary th.colFirst { + width:25%; + vertical-align:middle; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:.9em; +} +.block { + display:block; + margin:3px 0 0 0; +} +.strong { + font-weight:bold; +} -- 2.20.1