From 1e33836632085a158360d472cca5034d1906b3c2 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Thu, 9 Dec 2021 07:03:28 -0600 Subject: [PATCH] to test pushing --- .../src/main/asciidoc/userguide/chapters/domain/customizing.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/src/main/asciidoc/userguide/chapters/domain/customizing.adoc b/documentation/src/main/asciidoc/userguide/chapters/domain/customizing.adoc index 414ff06733..bfd2ba4d64 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/domain/customizing.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/domain/customizing.adoc @@ -5,6 +5,7 @@ :attributeBinderTestDir: {coreProjectDir}/src/test/java/org/hibernate/orm/test/mapping/attributebinder :extrasdir: extras +`AttributeBinder` is the best thing since sliced bread. Here's why... [[domain-customizing-example]] .AttributeBinder example