Package | Description |
---|---|
org.hibernate.jpa.internal.util |
Modifier and Type | Method and Description |
---|---|
static javax.persistence.spi.LoadState |
PersistenceUtilHelper.isLoadedWithoutReference(Object entity,
String attributeName,
PersistenceUtilHelper.MetadataCache cache)
Is the given attribute (by name) loaded?
|
static javax.persistence.spi.LoadState |
PersistenceUtilHelper.isLoadedWithReference(Object entity,
String attributeName,
PersistenceUtilHelper.MetadataCache cache)
Is the given attribute (by name) loaded?
|
Copyright © 2023. All rights reserved.