| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.instance | |
| org.batoo.jpa.core.impl.manager | |
| org.batoo.jpa.core.impl.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedId<? super X> |
ManagedInstance.getId()
Returns the id of the instance.
|
| Constructor and Description |
|---|
ManagedInstance(EntityTypeImpl<X> type,
SessionImpl session,
X instance,
ManagedId<? super X> id) |
| Modifier and Type | Method and Description |
|---|---|
<Y,X> ManagedInstance<Y> |
SessionImpl.get(ManagedId<X> id)
Returns the managed instance instance in the session
|
| Modifier and Type | Method and Description |
|---|---|
ManagedId<X> |
EntityTypeImpl.getId(Object instance)
Returns the id of the entity from the instance.
|
ManagedId<X> |
EntityTypeImpl.getId(SessionImpl session,
ResultSet row)
Returns the id of the entity from the resultset row.
|
ManagedId<X> |
EntityTypeImpl.getId(SessionImpl session,
ResultSet row,
HashMap<AbstractColumn,String> idFields)
Returns the id of the entity from the resultset row.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedInstance<X> |
EntityTypeImpl.getManagedInstanceById(SessionImpl session,
ManagedId<X> id,
boolean lazy)
Creates a new managed instance with the id.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.