Issue Details (XML | Word | Printable)

Key: CSC-506
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Patrik Nordwall
Reporter: Patrik Nordwall
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fornax Cartridge Sculptor

findByKey fallback to use uuid

Created: 01/Jun/10 02:04 PM   Updated: 07/Jul/10 10:47 PM
Component/s: Generator
Affects Version/s: None
Fix Version/s: 1.9.0

Time Tracking:
Not Specified


 Description  « Hide
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;
          }

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.