Package | Description |
---|---|
org.hibernate.engine.spi |
Modifier and Type | Method and Description |
---|---|
static CachedNaturalIdValueSource |
CachedNaturalIdValueSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachedNaturalIdValueSource[] |
CachedNaturalIdValueSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceContext.NaturalIdHelper.manageLocalNaturalIdCrossReference(EntityPersister persister,
Serializable id,
Object[] state,
Object[] previousState,
CachedNaturalIdValueSource source)
Creates necessary local cross-reference entries.
|
void |
PersistenceContext.NaturalIdHelper.manageSharedNaturalIdCrossReference(EntityPersister persister,
Serializable id,
Object[] state,
Object[] previousState,
CachedNaturalIdValueSource source)
Creates necessary shared (second level cache) cross-reference entries.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.