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.
|
Copyright © 2017. All rights reserved.