| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.jdbc | |
| org.batoo.jpa.core.impl.model.mapping |
| Modifier and Type | Method and Description |
|---|---|
void |
ForeignKey.performAttachChild(Connection connection,
ManagedInstance<?> 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluralAssociationMapping.attach(Connection connection,
ManagedInstance<?> instance,
Joinable[] batch,
int batchSize)
Attaches the child.
|
void |
PluralMapping.attach(Connection connection,
ManagedInstance<?> instance,
Joinable[] batch,
int size)
Attaches the child.
|
void |
ElementCollectionMapping.attach(Connection connection,
ManagedInstance<?> instance,
Joinable[] batch,
int size)
Attaches the child.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.