Class MutableEntityEntryFactory

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

public class MutableEntityEntryFactory extends Object implements EntityEntryFactory
Factory for the safe approach implementation of EntityEntry.

Smarter implementations could store less state.

See Also: