Package gorm.tools.repository.artefact
Class DefaultGrailsRepositoryClass
- java.lang.Object
-
- org.grails.core.AbstractGrailsClass
-
- org.grails.core.AbstractInjectableGrailsClass
-
- gorm.tools.repository.artefact.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.StringREPO
-
Constructor Summary
Constructors Constructor Description DefaultGrailsRepositoryClass(java.lang.Class clazz)DefaultGrailsRepositoryClass(java.lang.Class clazz, java.lang.String trailingName)
-
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.GrailsClass
getApplication, getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPluginName, getPropertyName, getPropertyValue, getPropertyValue, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstance
-
-
-
-
Field Detail
-
REPO
public static final java.lang.String REPO
- See Also:
- Constant Field Values
-
-