public interface PostLoaderDao
DefaultPostLoaderDao
in core delegates functionally to
EntityManager
, while more interesting
functionality is provided by the enterprise version.DefaultPostLoaderDao
Modifier and Type | Method and Description |
---|---|
<T> T |
find(Class<T> clazz,
Object id)
Find the entity by primary key and class, and, if found in
the persistence context, return the deproxied version.
|
<T> T |
findSandboxEntity(Class<T> clazz,
Object id)
If within the context of a sandbox, return the sandbox entity by primary key and class.
|
Copyright © 2022. All rights reserved.