Class DefaultGrailsRepositoryClass

  • All Implemented Interfaces:
    GrailsRepositoryClass, grails.core.GrailsClass, grails.core.InjectableGrailsClass, grails.core.support.GrailsApplicationAware, org.springframework.beans.factory.Aware

    public class DefaultGrailsRepositoryClass
    extends org.grails.core.AbstractInjectableGrailsClass
    implements GrailsRepositoryClass
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REPO  
      • Fields inherited from class org.grails.core.AbstractGrailsClass

        grailsApplication
    • Method Summary

      • Methods inherited from class org.grails.core.AbstractInjectableGrailsClass

        byName, byType, getAvailable
      • Methods inherited from class org.grails.core.AbstractGrailsClass

        getApplication, getClazz, getFullName, getLogicalPropertyName, getMetaClass, getMetaProperties, getName, getNaturalName, getPackageName, getPluginName, getPropertyDescriptors, getPropertyName, getPropertyOrStaticPropertyOrFieldValue, getPropertyType, getPropertyValue, getPropertyValue, getPropertyValueObject, getReferenceInstance, getShortName, getStaticPropertyValue, hasMetaMethod, hasMetaMethod, hasMetaProperty, hasProperty, isAbstract, isActionMethod, isReadableProperty, newInstance, setGrailsApplication, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface grails.core.support.GrailsApplicationAware

        setGrailsApplication
      • Methods inherited from interface grails.core.GrailsClass

        getApplication, getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPluginName, getPropertyName, getPropertyValue, getPropertyValue, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstance
      • Methods inherited from interface grails.core.InjectableGrailsClass

        byName, byType, getAvailable
    • Constructor Detail

      • DefaultGrailsRepositoryClass

        public DefaultGrailsRepositoryClass​(java.lang.Class clazz)
      • DefaultGrailsRepositoryClass

        public DefaultGrailsRepositoryClass​(java.lang.Class clazz,
                                            java.lang.String trailingName)