mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 04:59:21 +00:00
Reformat rest of the design patterns - Issue #224
This commit is contained in:
@@ -11,9 +11,9 @@ import javax.persistence.Version;
|
||||
*
|
||||
*/
|
||||
@MappedSuperclass
|
||||
@Inheritance(strategy=InheritanceType.TABLE_PER_CLASS)
|
||||
@Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)
|
||||
public class BaseEntity {
|
||||
|
||||
@Version
|
||||
private Long version;
|
||||
|
||||
@Version
|
||||
private Long version;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user