HHH-16172 BasicCacheKeyImplementation must be public to support externalization.
This commit is contained in:
parent
30f8e8d3b0
commit
bb751da34d
|
@ -23,7 +23,7 @@ import org.hibernate.type.Type;
|
|||
* @since 6.2
|
||||
*/
|
||||
@Internal
|
||||
final class BasicCacheKeyImplementation implements Serializable {
|
||||
public final class BasicCacheKeyImplementation implements Serializable {
|
||||
|
||||
final Serializable id;
|
||||
private final String entityOrRoleName;
|
||||
|
|
Loading…
Reference in New Issue