Class ImmutableEntityEntryFactory

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

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

Smarter implementations could store less state.

See Also: