Uses of Class
org.hibernate.engine.internal.AbstractEntityEntry
-
Packages that use AbstractEntityEntry Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate. -
-
Uses of AbstractEntityEntry in org.hibernate.engine.internal
Subclasses of AbstractEntityEntry in org.hibernate.engine.internal Modifier and Type Class Description class
ImmutableEntityEntry
AnEntityEntry
implementation for immutable entities.class
MutableEntityEntry
AnEntityEntry
implementation for mutable entities.
-