Package | Description |
---|---|
org.hibernate.jpa.internal.util |
Modifier and Type | Method and Description |
---|---|
static javax.persistence.spi.LoadState |
PersistenceUtilHelper.isLoadedWithoutReference(java.lang.Object entity,
java.lang.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 javax.persistence.spi.LoadState |
PersistenceUtilHelper.isLoadedWithReference(java.lang.Object entity,
java.lang.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-2018 Red Hat, Inc. All Rights Reserved.