private static final class EntityClass.EntityId extends Object
GeneratedIdProperty
.
As the hashcode of entities in some implementations changes if the id changes, we can't use the entity as key
itself.
As result, the hash map is used as linked list.private final Object entity
@ConstructorProperties(value="entity") @Generated(value="lombok") public EntityId(Object entity)
Copyright © 2022 fastnate.org. All rights reserved.