Navigation Menu

Skip to content

Commit

Permalink
adding cach and alias methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Max committed Aug 20, 2013
1 parent cbeb0c7 commit 1c2e044
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/groovy/plastic/criteria/PlasticCriteria.groovy
Expand Up @@ -332,4 +332,13 @@ class PlasticCriteria {
def fetchMode(prop, fetchType){
// nope https://github.com/fabiooshiro/plastic-criteria/issues/2
}

//should be implemented
def createAlias(property, propertyAlias){

}

def cache(enableCache){

}
}

0 comments on commit 1c2e044

Please sign in to comment.