]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix formatting error
authorErik Lumme <erik@vaadin.com>
Fri, 15 Sep 2017 06:44:37 +0000 (09:44 +0300)
committerErik Lumme <erik@vaadin.com>
Fri, 15 Sep 2017 06:44:37 +0000 (09:44 +0300)
documentation/articles/UsingHibernateWithVaadin.asciidoc

index 0da3b1292c4fe6dd31b0a3cade2f9ee8389b5d7a..21416ebe9857ca06c4706c36ad26a4b2770ac21f 100644 (file)
@@ -155,7 +155,7 @@ To ensure that we are using only one Hibernate session per http request
 is the easy part. We can use Hibernates `getCurrentSession()` to retrieve
 thread local session instance. As we always want to actually use the
 session I build a helper method that will also begin a database
-transaction. In our !WorkoutLog we will always be using this method to
+transaction. In our *WorkoutLog* we will always be using this method to
 get session reference.
 
 [source,java]
@@ -392,7 +392,7 @@ underlaying Property. In this case it is `EntityItemProperty` built by
 underlaying POJO is re-attached into Hibernate session.
 
 [[adding-custom-columns-to-hbncontainer]]
-Adding custom columns to !HbnContainer
+Adding custom columns to HbnContainer
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 This last bonus chapter is bit out of scope of the article. But as