HHH-7470 Formatting

This commit is contained in:
Hardy Ferentschik 2012-07-27 12:29:54 +02:00
parent 389e8d01d6
commit 8ed8f34544
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ import org.hibernate.type.Type;
/**
* The default implementation of the <tt>EntityPersister</tt> interface.
* Implements the "table-per-class-hierarchy" or "roll-up" mapping strategy
* for an entity class and its inheritence hierarchy. This is implemented
* as a single table holding all classes in the hierarchy with a discrimator
* for an entity class and its inheritance hierarchy. This is implemented
* as a single table holding all classes in the hierarchy with a discriminator
* column used to determine which concrete class is referenced.
*
* @author Gavin King