| Interface | Description |
|---|---|
| Entity<K> |
Represents an entity with a primary key.
|
| Class | Description |
|---|---|
| AbstractEntity<K> |
Represents an entity with a primary key.
|
| AbstractEntity_ | |
| AbstractGeneratedIdEntity<K> |
AbstractEntity that has a primary key which is automatically generated. |
| AbstractGeneratedIdEntity_ | |
| AbstractIdEntity<K> |
AbstractEntity that has a primary key which needs to be assigned manually. |
| AbstractIdEntity_ | |
| GeneratedLongIdEntity | |
| GeneratedLongIdEntity_ | |
| LongIdEntity | |
| LongIdEntity_ |
Copyright © 2014 dontdrinkandroot. All rights reserved.