public class PersistenceUtilHelper
extends java.lang.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(java.lang.Object o) |
static javax.persistence.spi.LoadState |
isLoadedWithoutReference(java.lang.Object proxy,
java.lang.String property,
PersistenceUtilHelper.MetadataCache cache) |
static javax.persistence.spi.LoadState |
isLoadedWithReference(java.lang.Object proxy,
java.lang.String property,
PersistenceUtilHelper.MetadataCache cache) |
public static javax.persistence.spi.LoadState isLoadedWithoutReference(java.lang.Object proxy, java.lang.String property, PersistenceUtilHelper.MetadataCache cache)
public static javax.persistence.spi.LoadState isLoadedWithReference(java.lang.Object proxy, java.lang.String property, PersistenceUtilHelper.MetadataCache cache)
public static javax.persistence.spi.LoadState isLoaded(java.lang.Object o)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.