| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.cache | |
| org.batoo.jpa.core.impl.instance | |
| org.batoo.jpa.core.impl.manager | |
| org.batoo.jpa.core.impl.model.type |
| Modifier and Type | Method and Description |
|---|---|
CacheInstance |
CacheImpl.get(ManagedId<?> id)
Returns the instance with the id
|
| 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 |
|---|---|
ManagedInstance<X> |
EntityTypeImpl.getManagedInstanceById(SessionImpl session,
ManagedId<X> id,
boolean lazy)
Creates a new managed instance with the id.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.