Skip to content

Instantly share code, notes, and snippets.

@olivermt
Created March 16, 2011 18:00
Show Gist options
  • Save olivermt/872957 to your computer and use it in GitHub Desktop.
Save olivermt/872957 to your computer and use it in GitHub Desktop.
import no.cipr.safari.model.OutcropSection
def c = OutcropSection.createCriteria()
def result = c.list {
eq("grossDepositionalEnvironment", "*")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment