| Modifier and Type | Method and Description |
|---|---|
void |
ManagedCollection.mergeWith(EntityManagerImpl entityManager,
Object instance,
org.apache.commons.lang.mutable.MutableBoolean requiresFlush,
IdentityHashMap<Object,Object> processed)
Merges the collection with the entity
|
void |
ManagedCollection.persistAdditions(EntityManagerImpl entityManager)
Persists the entities that have been added to the collection.
|
void |
ManagedCollection.removeOrphans(EntityManagerImpl entityManager)
Removes the entities that have been orphaned by removal from the collection.
|
| Constructor and Description |
|---|
QueryImpl(BaseQuery<X> q,
EntityManagerImpl entityManager) |
| Modifier and Type | Method and Description |
|---|---|
<T> QueryImpl<T> |
JpqlQuery.createTypedQuery(EntityManagerImpl entityManager)
Creates a typed query for the JPQL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedInstance.cascadeDetach(EntityManagerImpl entityManager)
Cascades the detach operation.
|
boolean |
ManagedInstance.cascadePersist(EntityManagerImpl entityManager,
ArrayList<Object> processed)
Cascades the persist operation.
|
void |
ManagedInstance.cascadeRemove(EntityManagerImpl entityManager)
Cascades the remove operation
|
void |
ManagedInstance.handleAdditions(EntityManagerImpl entityManager)
Handles the entities that have been added.
|
void |
ManagedInstance.handleOrphans(EntityManagerImpl entityManager)
Handles the entities that have been orphaned.
|
void |
ManagedInstance.mergeWith(EntityManagerImpl entityManager,
X entity,
org.apache.commons.lang.mutable.MutableBoolean requiresFlush,
IdentityHashMap<Object,Object> processed)
Merges the instance state with the
entity. |
void |
ManagedInstance.refresh(EntityManagerImpl entityManager,
ConnectionImpl connection,
LockModeType lockMode)
Refreshes the instance from the database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JtaEntityManagerImpl
Entity Manager for JTA Environments.
|
| Modifier and Type | Method and Description |
|---|---|
EntityManagerImpl |
EntityManagerFactoryImpl.createEntityManager() |
EntityManagerImpl |
SessionImpl.getEntityManager()
Returns the entity manager.
|
| Constructor and Description |
|---|
EntityTransactionImpl(EntityManagerImpl entityManager,
ConnectionImpl connection) |
SessionImpl(EntityManagerImpl entityManager,
MetamodelImpl metamodel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PluralAssociationMapping.mergeWith(EntityManagerImpl entityManager,
ManagedInstance<?> instance,
Object entity,
org.apache.commons.lang.mutable.MutableBoolean requiresFlush,
IdentityHashMap<Object,Object> processed)
Merges the association of the instance with the entity.
|
abstract void |
AssociationMapping.mergeWith(EntityManagerImpl entityManager,
ManagedInstance<?> instance,
Object entity,
org.apache.commons.lang.mutable.MutableBoolean requiresFlush,
IdentityHashMap<Object,Object> processed)
Merges the association of the instance with the entity.
|
void |
SingularAssociationMapping.mergeWith(EntityManagerImpl entityManager,
ManagedInstance<?> instance,
Object entity,
org.apache.commons.lang.mutable.MutableBoolean requiresFlush,
IdentityHashMap<Object,Object> processed)
Merges the association of the instance with the entity.
|
void |
PluralAssociationMapping.persistAdditions(EntityManagerImpl entityManager,
ManagedInstance<?> instance)
Persists the children that have been added to the managed collection
|
void |
PluralAssociationMapping.refreshCollection(EntityManagerImpl entityManager,
ManagedInstance<?> instance)
Refreshes the collection.
|
void |
PluralAssociationMapping.removeOrphans(EntityManagerImpl entityManager,
ManagedInstance<?> instance)
Removes the children that have been orphaned due to removal from the managed collection
|
| Modifier and Type | Method and Description |
|---|---|
X |
EntityTypeImpl.performSelect(EntityManagerImpl entityManager,
Object id,
LockModeType lockMode)
Performs select to find the instance.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.