K - Type of the primary key.@MappedSuperclass public abstract class AbstractIdEntity<K> extends AbstractEntity<K>
AbstractEntity that has a primary key which needs to be assigned manually.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIdEntity() |
|
AbstractIdEntity(K id) |
Copyright © 2014 dontdrinkandroot. All rights reserved.