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 throughEntityHolderRepresentation 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 EntityPersistergetDescriptor()Deprecated, for removal: This API element is subject to removal in a future version.EntityInitializergetEntityInitializer()Deprecated, for removal: This API element is subject to removal in a future version.ObjectgetEntityInstance()Deprecated, for removal: This API element is subject to removal in a future version.EntityKeygetEntityKey()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()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.
-
-