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 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) |
public static javax.persistence.spi.LoadState isLoadedWithoutReference(Object proxy, String property, PersistenceUtilHelper.MetadataCache cache)
public static javax.persistence.spi.LoadState isLoadedWithReference(Object proxy, String property, PersistenceUtilHelper.MetadataCache cache)
public static javax.persistence.spi.LoadState isLoaded(Object o)
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved