| Modifier and Type | Method and Description |
|---|---|
protected PluralMappingEx<?,?,E> |
ManagedCollection.getMapping()
Returns the mapping of the managed collection.
|
| Constructor and Description |
|---|
ManagedCollection(PluralMappingEx<?,?,E> mapping,
ManagedInstance<?> managedInstance) |
ManagedList(PluralMappingEx<?,?,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Constructor for lazy initialization.
|
ManagedList(PluralMappingEx<?,?,E> mapping,
ManagedInstance<?> managedInstance,
Collection<? extends E> values)
Default constructor.
|
ManagedMap(PluralMappingEx<?,?,V> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Constructor for lazy initialization.
|
ManagedMap(PluralMappingEx<?,?,V> mapping,
ManagedInstance<?> managedInstance,
Map<? extends K,? extends V> values)
Default constructor.
|
ManagedSet(PluralMappingEx<?,?,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Constructor for lazy initialization.
|
ManagedSet(PluralMappingEx<?,?,E> mapping,
ManagedInstance<?> managedInstance,
Collection<? extends E> values)
Default constructor.
|
| Constructor and Description |
|---|
CollectionJoinImpl(AbstractFrom<?,Z> parent,
PluralMappingEx<? super Z,Collection<E>,E> mapping,
javax.persistence.criteria.JoinType jointType) |
ListJoinImpl(AbstractFrom<?,Z> parent,
PluralMappingEx<? super Z,List<E>,E> mapping,
javax.persistence.criteria.JoinType jointType) |
MapJoinImpl(AbstractFrom<?,Z> parent,
PluralMappingEx<? super Z,Map<K,V>,V> mapping,
javax.persistence.criteria.JoinType jointType) |
SetJoinImpl(AbstractFrom<?,Z> parent,
PluralMappingEx<? super Z,Set<E>,E> mapping,
javax.persistence.criteria.JoinType jointType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedInstance.setChanged(PluralMappingEx<?,?,?> association)
Marks the plural association as changed.
|
| Modifier and Type | Method and Description |
|---|---|
PluralMappingEx<?,?,?>[] |
EntityTypeImpl.getMappingsPlural()
Retuns the element collection mappings.
|
PluralMappingEx<?,?,?>[] |
EntityTypeImpl.getMappingsPluralSorted()
Returns the sorted plural associations.
|
| Modifier and Type | Method and Description |
|---|---|
abstract C |
PluralAttributeImpl.newCollection(PluralMappingEx<?,C,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Creates a new lazy initialized managed collection to track changes.
|
abstract C |
PluralAttributeImpl.newCollection(PluralMappingEx<?,C,E> mapping,
ManagedInstance<?> managedInstance,
Object values)
Creates a new managed collection to track changes.
|
Collection<E> |
CollectionAttributeImpl.newCollection(PluralMappingEx<?,Collection<E>,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Creates a new lazy initialized managed collection to track changes.
|
Collection<E> |
CollectionAttributeImpl.newCollection(PluralMappingEx<?,Collection<E>,E> mapping,
ManagedInstance<?> managedInstance,
Object values)
Creates a new managed collection to track changes.
|
List<E> |
ListAttributeImpl.newCollection(PluralMappingEx<?,List<E>,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Creates a new lazy initialized managed collection to track changes.
|
List<E> |
ListAttributeImpl.newCollection(PluralMappingEx<?,List<E>,E> mapping,
ManagedInstance<?> managedInstance,
Object values)
Creates a new managed collection to track changes.
|
Map<K,V> |
MapAttributeImpl.newCollection(PluralMappingEx<?,Map<K,V>,V> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Creates a new lazy initialized managed collection to track changes.
|
Map<K,V> |
MapAttributeImpl.newCollection(PluralMappingEx<?,Map<K,V>,V> mapping,
ManagedInstance<?> managedInstance,
Object values)
Creates a new managed collection to track changes.
|
Set<E> |
SetAttributeImpl.newCollection(PluralMappingEx<?,Set<E>,E> mapping,
ManagedInstance<?> managedInstance,
boolean lazy)
Creates a new lazy initialized managed collection to track changes.
|
Set<E> |
SetAttributeImpl.newCollection(PluralMappingEx<?,Set<E>,E> mapping,
ManagedInstance<?> managedInstance,
Object values)
Creates a new managed collection to track changes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementCollectionMappingImpl<Z,C,E>
AbstractMapping for element collections.
|
class |
PluralAssociationMappingImpl<Z,C,E> |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractParentMapping.addPluralMappings(List<PluralMappingEx<?,?,?>> elementCollections)
Adds the plural mappings to the list of element collections.
|
| Constructor and Description |
|---|
ListComparator(PluralMappingEx<?,?,E> mapping) |
Copyright © 2012-2013 Batoo. All Rights Reserved.