public class PersistenceUtilHelper extends Object
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 |
---|---|
static LoadState |
isLoaded(Object o) |
static LoadState |
isLoadedWithoutReference(Object proxy,
String property,
PersistenceUtilHelper.MetadataCache cache) |
static LoadState |
isLoadedWithReference(Object proxy,
String property,
PersistenceUtilHelper.MetadataCache cache) |
public static LoadState isLoadedWithoutReference(Object proxy, String property, PersistenceUtilHelper.MetadataCache cache)
public static LoadState isLoadedWithReference(Object proxy, String property, PersistenceUtilHelper.MetadataCache cache)
Copyright © 2018 JBoss by Red Hat. All rights reserved.