Class ImmutableEntityEntry

java.lang.Object
org.hibernate.engine.internal.AbstractEntityEntry
org.hibernate.engine.internal.ImmutableEntityEntry
All Implemented Interfaces:
Serializable, EntityEntry

public final class ImmutableEntityEntry extends AbstractEntityEntry
An EntityEntry implementation for immutable entities.
See Also:
Implementation Note:
Note that this implementation is not completely immutable in terms of its internal state; the term immutable here refers to the entity it describes.