| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheInstance.updateCollection(MetamodelImpl metamodel,
CacheImpl cache,
PluralMapping<?,?,?> mapping,
Object instance)
Updates the cache instance's collection mapping
|
| Modifier and Type | Method and Description |
|---|---|
protected PluralMapping<?,?,E> |
ManagedCollection.getMapping()
Returns the mapping of the managed collection.
|
| Constructor and Description |
|---|
ManagedCollection(PluralMapping<?,?,E> mapping,
ManagedInstance<?> managedInstance) |
ManagedList(PluralMapping<?,?,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Constructor for lazy initialization.
|
ManagedList(PluralMapping<?,?,E> mapping,
ManagedInstance<?> managedInstance,
Collection<? extends E> values)
Default constructor.
|
ManagedMap(PluralMapping<?,?,V> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Constructor for lazy initialization.
|
ManagedMap(PluralMapping<?,?,V> mapping,
ManagedInstance<?> managedInstance,
Map<? extends K,? extends V> values)
Default constructor.
|
ManagedSet(PluralMapping<?,?,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Constructor for lazy initialization.
|
ManagedSet(PluralMapping<?,?,E> mapping,
ManagedInstance<?> managedInstance,
Collection<? extends E> values)
Default constructor.
|
| Constructor and Description |
|---|
CollectionJoinImpl(AbstractFrom<?,Z> parent,
PluralMapping<? super Z,Collection<E>,E> mapping,
JoinType jointType) |
ListJoinImpl(AbstractFrom<?,Z> parent,
PluralMapping<? super Z,List<E>,E> mapping,
JoinType jointType) |
MapJoinImpl(AbstractFrom<?,Z> parent,
PluralMapping<? super Z,Map<K,V>,V> mapping,
JoinType jointType) |
SetJoinImpl(AbstractFrom<?,Z> parent,
PluralMapping<? super Z,Set<E>,E> mapping,
JoinType jointType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedInstance.setChanged(PluralMapping<?,?,?> association)
Marks the plural association as changed.
|
void |
ManagedInstance.updateCollectionCache(PluralMapping<?,?,?> mapping)
Updates the collection cache of the managed instance for the mapping
|
| Modifier and Type | Method and Description |
|---|---|
abstract C |
PluralAttributeImpl.newCollection(PluralMapping<?,C,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Creates a new lazy initialized managed collection to track changes.
|
abstract C |
PluralAttributeImpl.newCollection(PluralMapping<?,C,E> mapping,
ManagedInstance<?> managedInstance,
Object values)
Creates a new managed collection to track changes.
|
Collection<E> |
CollectionAttributeImpl.newCollection(PluralMapping<?,Collection<E>,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Creates a new lazy initialized managed collection to track changes.
|
Collection<E> |
CollectionAttributeImpl.newCollection(PluralMapping<?,Collection<E>,E> mapping,
ManagedInstance<?> managedInstance,
Object values)
Creates a new managed collection to track changes.
|
List<E> |
ListAttributeImpl.newCollection(PluralMapping<?,List<E>,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Creates a new lazy initialized managed collection to track changes.
|
List<E> |
ListAttributeImpl.newCollection(PluralMapping<?,List<E>,E> mapping,
ManagedInstance<?> managedInstance,
Object values)
Creates a new managed collection to track changes.
|
Map<K,V> |
MapAttributeImpl.newCollection(PluralMapping<?,Map<K,V>,V> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Creates a new lazy initialized managed collection to track changes.
|
Map<K,V> |
MapAttributeImpl.newCollection(PluralMapping<?,Map<K,V>,V> mapping,
ManagedInstance<?> managedInstance,
Object values)
Creates a new managed collection to track changes.
|
Set<E> |
SetAttributeImpl.newCollection(PluralMapping<?,Set<E>,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Creates a new lazy initialized managed collection to track changes.
|
Set<E> |
SetAttributeImpl.newCollection(PluralMapping<?,Set<E>,E> mapping,
ManagedInstance<?> managedInstance,
Object values)
Creates a new managed collection to track changes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementCollectionMapping<Z,C,E>
Mapping for element collections.
|
class |
PluralAssociationMapping<Z,C,E> |
| Modifier and Type | Method and Description |
|---|---|
void |
ParentMapping.addPluralMappings(List<PluralMapping<?,?,?>> elementCollections)
Adds the plural mappings to the list of element collections.
|
| Constructor and Description |
|---|
ListComparator(PluralMapping<?,?,E> mapping) |
| Modifier and Type | Method and Description |
|---|---|
PluralMapping<?,?,?>[] |
EntityTypeImpl.getMappingsPlural()
Retuns the element collection mappings.
|
PluralMapping<?,?,?>[] |
EntityTypeImpl.getMappingsPluralSorted()
Returns the sorted plural associations.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.