| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.jdbc |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementCollectionMappingImpl.attach(Connection connection,
ManagedInstance<?> instance,
Joinable[] batch,
int size)
Attaches the child.
|
void |
PluralAssociationMappingImpl.attach(Connection connection,
ManagedInstance<?> instance,
Joinable[] batch,
int batchSize)
Attaches the child.
|
void |
PluralMappingEx.attach(Connection connection,
ManagedInstance<?> instance,
Joinable[] batch,
int size)
Attaches the child.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForeignKey.performAttachChild(Connection connection,
Object instance,
Joinable[] batch,
int size)
Attaches the child to the managed instance.
|
void |
JoinableTable.performInsert(Connection connection,
Object source,
Joinable[] batch,
int size)
Performs the insert for the join.
|
void |
CollectionTable.performInsert(Connection connection,
Object source,
Joinable[] batch,
int size)
Performs the insert for the join.
|
void |
JoinTable.performInsert(Connection connection,
Object source,
Joinable[] batch,
int size)
Performs the insert for the join.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.