Abstract GORM implementation that uses the GORM MappingConfigurationBuilder to configure entity mappings.
Modifiers | Name | Description |
---|---|---|
protected java.util.Map<PersistentEntity, java.util.Map<java.lang.String, T>> |
entityToPropertyMap |
Fields inherited from class | Fields |
---|---|
class MappingFactory |
IDENTITY_PROPERTY, SIMPLE_TYPES |
Type | Name and description |
---|---|
IdentityMapping |
createIdentityMapping(ClassMapping classMapping) |
R |
createMappedForm(PersistentEntity entity) |
T |
createMappedForm(PersistentProperty mpp) |
protected java.lang.Class<R> |
getEntityMappedFormType() |
protected IdentityMapping |
getIdentityMappedForm(ClassMapping classMapping, T property) |
protected java.lang.Class<T> |
getPropertyMappedFormType() |
Methods inherited from class | Name |
---|---|
class MappingFactory |
associationtoString, registerCustomType, createIdentity, createTenantId, isTenantId, createCustom, createSimple, createOneToOne, createManyToOne, createOneToMany, createManyToMany, createEmbedded, createEmbeddedCollection, createBasicCollection, createBasicCollection, isCustomType, createIdentityMapping, createDefaultIdentityMapping, createMappedForm, createMappedForm, isSimpleType, isSimpleType, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
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() |