Groovy Documentation

org.codehaus.groovy.grails.commons
[Java] Interface ExternalGrailsDomainClass

org.codehaus.groovy.grails.commons.ExternalGrailsDomainClass
  org.codehaus.groovy.grails.commons.GrailsClass
      org.codehaus.groovy.grails.commons.GrailsDomainClass
All Superinterfaces:
GrailsClass, GrailsDomainClass

public interface ExternalGrailsDomainClass
extends GrailsDomainClass

Represents a persistable Grails domain class that is externally mapped. This is essentially a marker interface so that Grails knows to treat these differently.

Authors:
Graeme Rocher


Field Summary
 
Fields inherited from interface GrailsDomainClass
GORM, ORM_MAPPING
 
Method Summary
 
Methods inherited from interface GrailsDomainClass
getAssociationMap, getConstrainedProperties, getFieldName, getIdentifier, getMappedBy, getMappingStrategy, getPersistantProperties, getPersistentProperties, getProperties, getPropertyByName, getPropertyName, getRelatedClassType, getSubClasses, getValidator, getVersion, hasPersistentProperty, hasSubClasses, isBidirectional, isManyToOne, isOneToMany, isOwningClass, isRoot, refreshConstraints, setMappingStrategy, setValidator
 
Methods inherited from interface GrailsClass
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, newInstance
 

Groovy Documentation