Uses of Interface
org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
-
Packages that use JdbcValuesSourceProcessingState Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.internal org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
Uses of JdbcValuesSourceProcessingState in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type JdbcValuesSourceProcessingState Modifier and Type Method Description EntityHolder
StatefulPersistenceContext. claimEntityHolderIfPossible(EntityKey key, Object entity, JdbcValuesSourceProcessingState processingState, EntityInitializer<?> initializer)
void
StatefulPersistenceContext. postLoad(JdbcValuesSourceProcessingState processingState, Consumer<EntityHolder> holderConsumer)
-
Uses of JdbcValuesSourceProcessingState in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type JdbcValuesSourceProcessingState Modifier and Type Method Description EntityHolder
PersistenceContext. claimEntityHolderIfPossible(EntityKey key, @Nullable Object entity, JdbcValuesSourceProcessingState processingState, EntityInitializer<?> initializer)
Return an existing entity holder for the entity key, possibly creating one if necessary.void
EntityHolder. markAsReloaded(JdbcValuesSourceProcessingState processingState)
Marks the entity holder as reloaded to potentially trigger follow-on locking.void
PersistenceContext. postLoad(JdbcValuesSourceProcessingState processingState, Consumer<EntityHolder> loadedConsumer)
-
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return JdbcValuesSourceProcessingState Modifier and Type Method Description JdbcValuesSourceProcessingState
NestedRowProcessingState. getJdbcValuesSourceProcessingState()
-
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal that return JdbcValuesSourceProcessingState Modifier and Type Method Description JdbcValuesSourceProcessingState
RowProcessingStateStandardImpl. getJdbcValuesSourceProcessingState()
-
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.jdbc.internal
Classes in org.hibernate.sql.results.jdbc.internal that implement JdbcValuesSourceProcessingState Modifier and Type Class Description class
JdbcValuesSourceProcessingStateStandardImpl
-
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return JdbcValuesSourceProcessingState Modifier and Type Method Description JdbcValuesSourceProcessingState
RowProcessingState. getJdbcValuesSourceProcessingState()
Access to the state related to the overall processing of the results. -
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi with parameters of type JdbcValuesSourceProcessingState Modifier and Type Method Description void
LoadContexts. deregister(JdbcValuesSourceProcessingState state)
void
LoadContexts. register(JdbcValuesSourceProcessingState state)
-