| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.collections | |
| org.batoo.jpa.core.impl.criteria.expression | |
| org.batoo.jpa.core.impl.criteria.join |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ManagedMap.addChild(EntryImpl<Object,ManagedInstance<?>> child)
Adds the child to the managed list without initialize checks.
|
abstract boolean |
ManagedCollection.addChild(EntryImpl<Object,ManagedInstance<?>> child)
Adds the child to the managed list without initialize checks.
|
boolean |
ManagedList.addChild(EntryImpl<Object,ManagedInstance<?>> child)
Adds the child to the managed list without initialize checks.
|
boolean |
ManagedSet.addChild(EntryImpl<Object,ManagedInstance<?>> child)
Adds the child to the managed list without initialize checks.
|
boolean |
ManagedMap.addElement(EntryImpl<Object,?> child)
Adds the child to the managed list without initialize checks.
|
abstract boolean |
ManagedCollection.addElement(EntryImpl<Object,?> child)
Adds the child to the managed list without initialize checks.
|
boolean |
ManagedList.addElement(EntryImpl<Object,?> child)
Adds the child to the managed list without initialize checks.
|
boolean |
ManagedSet.addElement(EntryImpl<Object,?> child)
Adds the child to the managed list without initialize checks.
|
| Modifier and Type | Method and Description |
|---|---|
EntryImpl<K,V> |
MapEntryExpression.handle(QueryImpl<?> query,
SessionImpl session,
ResultSet row)
Handles the row.
|
| Modifier and Type | Method and Description |
|---|---|
EntryImpl<Object,ManagedInstance<?>> |
FetchParentImpl.handle(SessionImpl session,
ResultSet row,
MapJoinImpl.MapSelectType selectType)
Handles the row.
|
EntryImpl<Object,X> |
FetchParentImpl.handleElementFetch(ResultSet row)
Handles the row
|
EntryImpl<Object,X> |
FetchParentImpl.handleElementFetch(ResultSet row,
MapJoinImpl.MapSelectType selectType)
Handles the row
|
EntryImpl<Object,ManagedInstance<?>> |
FetchParentImpl.handleFetch(SessionImpl session,
ResultSet row,
MapJoinImpl.MapSelectType selectType)
Handles the row.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.