@Deprecated public class OldNaturalIdCacheKey extends Object implements Serializable
Constructor and Description |
---|
OldNaturalIdCacheKey(Object[] naturalIdValues,
Type[] propertyTypes,
int[] naturalIdPropertyIndexes,
String entityName,
SessionImplementor session)
Deprecated.
Construct a new key for a caching natural identifier resolutions into the second level cache.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
String |
getEntityName()
Deprecated.
|
Serializable[] |
getNaturalIdValues()
Deprecated.
|
String |
getTenantId()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public OldNaturalIdCacheKey(Object[] naturalIdValues, Type[] propertyTypes, int[] naturalIdPropertyIndexes, String entityName, SessionImplementor session)
naturalIdValues
- The naturalIdValues associated with the cached datapropertyTypes
- naturalIdPropertyIndexes
- session
- The originating sessionpublic String getEntityName()
public String getTenantId()
public Serializable[] getNaturalIdValues()
Copyright © 2021. All rights reserved.