
|
If you were logged in you would be able to see more operations.
|
|
|
|
findByKey should fall back to use uuid when no natural key is defined.
Entity PhysicalMedia {
scaffold
String status length="3"
String location
- @Library library nullable <-> media
- Set<@Media> media <-> physicalMedia
Repository PhysicalMediaRepository {
findByKey;
}
|
|
Description
|
findByKey should fall back to use uuid when no natural key is defined.
Entity PhysicalMedia {
scaffold
String status length="3"
String location
- @Library library nullable <-> media
- Set<@Media> media <-> physicalMedia
Repository PhysicalMediaRepository {
findByKey;
} |
Show » |
| No work has yet been logged on this issue.
|
|