@java.lang.SuppressWarnings("rawtypes") public class GrailsDomainClassPersistentEntity extends java.lang.Object
Bridges the GrailsDomainClass interface into the org.grails.datastore.mapping.model.PersistentEntity interface
Constructor and description |
---|
GrailsDomainClassPersistentEntity
(GrailsDomainClass domainClass, GrailsDomainClassMappingContext mappingContext) |
Type | Name and description |
---|---|
java.util.List<org.grails.datastore.mapping.model.types.Association> |
getAssociations() |
java.lang.String |
getDecapitalizedName() |
java.lang.String |
getDiscriminator() |
GrailsDomainClass |
getDomainClass() @return The wrapped GrailsDomainClass instance |
org.grails.datastore.mapping.model.PersistentProperty |
getIdentity() |
java.lang.Class |
getJavaClass() |
org.grails.datastore.mapping.model.ClassMapping |
getMapping() |
org.grails.datastore.mapping.model.MappingContext |
getMappingContext() |
java.lang.String |
getName() |
org.grails.datastore.mapping.model.PersistentEntity |
getParentEntity() |
java.util.List<org.grails.datastore.mapping.model.PersistentProperty> |
getPersistentProperties() |
java.util.List<java.lang.String> |
getPersistentPropertyNames() |
org.grails.datastore.mapping.model.PersistentProperty |
getPropertyByName(java.lang.String name) |
org.grails.datastore.mapping.model.PersistentEntity |
getRootEntity() |
org.grails.datastore.mapping.model.PersistentProperty |
getVersion() |
boolean |
hasProperty(java.lang.String name, java.lang.Class type) |
void |
initialize() |
boolean |
isExternal() |
boolean |
isIdentityName(java.lang.String propertyName) |
boolean |
isInitialized() |
boolean |
isInstance(java.lang.Object obj) |
boolean |
isOwningEntity(org.grails.datastore.mapping.model.PersistentEntity owner) |
boolean |
isRoot() |
boolean |
isVersioned() |
java.lang.Object |
newInstance() |
void |
setExternal(boolean external) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |