|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.codehaus.groovy.grails.commons.GrailsClass org.codehaus.groovy.grails.commons.InjectableGrailsClass org.codehaus.groovy.grails.commons.GrailsServiceClass
public interface GrailsServiceClass extends InjectableGrailsClass
Method Summary | |
---|---|
boolean
|
isTransactional()
Service should be configured with transaction demarcation. |
Methods inherited from interface InjectableGrailsClass | |
---|---|
byName, byType, getAvailable |
Methods inherited from interface GrailsClass | |
---|---|
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, newInstance |
Method Detail |
---|
public boolean isTransactional()
Groovy Documentation