Class ImmutableEntityEntryFactory

java.lang.Object
org.hibernate.engine.internal.ImmutableEntityEntryFactory
All Implemented Interfaces:
Serializable, EntityEntryFactory

@Deprecated(since="7", forRemoval=true) public final class ImmutableEntityEntryFactory extends Object implements EntityEntryFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Factory for the safe approach implementation of EntityEntry.

Smarter implementations could store less state.

See Also: