source:
trunk/grails-app/domain/magetab/sdrf/ExtractObj.groovy
@
69
Last change on this file since 69 was 69, checked in by duh, 10 years ago | |
---|---|
|
|
File size: 175 bytes |
Line | |
---|---|
1 | package magetab.sdrf |
2 | |
3 | // Renamed from Extract to ExtractObj to circumvent problems with Hibernate / SQL EXTRACT keyword |
4 | class ExtractObj { |
5 | |
6 | static constraints = { |
7 | } |
8 | } |
Note: See TracBrowser
for help on using the repository browser.