Package | Description |
---|---|
org.hibernate.jpa.internal.util |
Modifier and Type | Method and Description |
---|---|
static LoadState |
PersistenceUtilHelper.isLoadedWithoutReference(Object entity,
String attributeName,
PersistenceUtilHelper.MetadataCache cache)
Is the given attribute (by name) loaded? This form must take care to not access the attribute (trigger
initialization).
|
static LoadState |
PersistenceUtilHelper.isLoadedWithReference(Object entity,
String attributeName,
PersistenceUtilHelper.MetadataCache cache)
Is the given attribute (by name) loaded? This form must take care to not access the attribute (trigger
initialization).
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.