Class LoadingEntityEntry
- java.lang.Object
-
- org.hibernate.sql.results.graph.entity.LoadingEntityEntry
-
@Deprecated(forRemoval=true) public class LoadingEntityEntry extends Object
Deprecated, for removal: This API element is subject to removal in a future version.Now modeled throughEntityHolder
Representation of an entity being loaded, containing its state
-
-
Constructor Summary
Constructors Constructor Description LoadingEntityEntry(EntityInitializer entityInitializer, EntityKey entityKey, EntityPersister descriptor, Object entityInstance)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description EntityPersister
getDescriptor()
Deprecated, for removal: This API element is subject to removal in a future version.EntityInitializer
getEntityInitializer()
Deprecated, for removal: This API element is subject to removal in a future version.Object
getEntityInstance()
Deprecated, for removal: This API element is subject to removal in a future version.EntityKey
getEntityKey()
Deprecated, for removal: This API element is subject to removal in a future version.String
toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
LoadingEntityEntry
public LoadingEntityEntry(EntityInitializer entityInitializer, EntityKey entityKey, EntityPersister descriptor, Object entityInstance)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getEntityInitializer
public EntityInitializer getEntityInitializer()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getEntityKey
public EntityKey getEntityKey()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getDescriptor
public EntityPersister getDescriptor()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getEntityInstance
public Object getEntityInstance()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-