Class MutableEntityEntryFactory

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

@Deprecated(since="7", forRemoval=true) public final class MutableEntityEntryFactory 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: