public class ERXPartialInitializer extends Object
For overview information on partials, read the package.html
in
er.extensions.partials
.
ERXPartialInitializer
is registered at startup and is responsible for
merging partial entities together into a single entity.
Name | Description |
---|---|
er.extensions.partials.enabled | er.extensions.partials.enabled |
Constructor and Description |
---|
ERXPartialInitializer() |
Modifier and Type | Method and Description |
---|---|
protected void |
convertEntityPartialReferences(EOEntity entity,
NSMutableDictionary<EOEntity,EOEntity> baseForPartial,
NSMutableSet<EOEntity> convertedEntities) |
protected void |
convertRelationshipPartialReferences(EOEntity entity,
EORelationship relationship,
NSMutableDictionary<EOEntity,EOEntity> baseForPartial,
NSMutableSet<EOEntity> convertedEntities) |
void |
initializePartialEntities(EOModelGroup modelGroup) |
static ERXPartialInitializer |
initializer() |
void |
modelGroupAdded(NSNotification notification) |
static void |
registerModelGroupListener() |
void |
workaroundClassDescriptionResetProblem() |
public static ERXPartialInitializer initializer()
public static void registerModelGroupListener()
public void workaroundClassDescriptionResetProblem()
public void modelGroupAdded(NSNotification notification)
public void initializePartialEntities(EOModelGroup modelGroup)
protected void convertEntityPartialReferences(EOEntity entity, NSMutableDictionary<EOEntity,EOEntity> baseForPartial, NSMutableSet<EOEntity> convertedEntities)
protected void convertRelationshipPartialReferences(EOEntity entity, EORelationship relationship, NSMutableDictionary<EOEntity,EOEntity> baseForPartial, NSMutableSet<EOEntity> convertedEntities)
Copyright © 2002 – 2024 Project Wonder.