public class PersistenceUtilHelper extends Object
PersistenceUtil| Modifier and Type | Class and Description |
|---|---|
static class |
PersistenceUtilHelper.MetadataCache
Cache hierarchy and member resolution in a weak hash map
|
| Constructor and Description |
|---|
PersistenceUtilHelper() |
| Modifier and Type | Method and Description |
|---|---|
private static Object |
get(Object proxy,
String property,
PersistenceUtilHelper.MetadataCache cache) |
private static Method |
getMethod(Class<?> clazz,
String methodName)
Returns the method with the specified name or
null if it
does not exist. |
static javax.persistence.spi.LoadState |
isLoaded(Object o) |
static javax.persistence.spi.LoadState |
isLoadedWithoutReference(Object proxy,
String property,
PersistenceUtilHelper.MetadataCache cache) |
static javax.persistence.spi.LoadState |
isLoadedWithReference(Object proxy,
String property,
PersistenceUtilHelper.MetadataCache cache) |
private static void |
setAccessibility(Member member) |
public static javax.persistence.spi.LoadState isLoadedWithReference(Object proxy, String property, PersistenceUtilHelper.MetadataCache cache)
public static javax.persistence.spi.LoadState isLoadedWithoutReference(Object proxy, String property, PersistenceUtilHelper.MetadataCache cache)
private static Object get(Object proxy, String property, PersistenceUtilHelper.MetadataCache cache)
private static void setAccessibility(Member member)
public static javax.persistence.spi.LoadState isLoaded(Object o)
Copyright © 2015. All Rights Reserved.