Uses of Interface
org.hibernate.SharedSessionContract
-
Packages that use SharedSessionContract Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.org.hibernate.boot.model.process.internal org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.envers.internal.entities.mapper.relation.lazy org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.metamodel.mapping.internal org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.criteria The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.org.hibernate.type.descriptor.converter.internal Implements the SPI for basic-typed value conversions.org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate.org.hibernate.type.descriptor.java.spi org.hibernate.type.internal -
-
Uses of SharedSessionContract in org.hibernate
Subinterfaces of SharedSessionContract in org.hibernate Modifier and Type Interface Description interfaceSessionThe main runtime interface between a Java application and Hibernate.interfaceStatelessSessionA command-oriented API often used for performing bulk operations against the database. -
Uses of SharedSessionContract in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type SharedSessionContract Modifier and Type Method Description TUserTypeMutabilityPlanAdapter. assemble(Serializable cached, SharedSessionContract session)SerializableUserTypeMutabilityPlanAdapter. disassemble(T value, SharedSessionContract session) -
Uses of SharedSessionContract in org.hibernate.engine.spi
Subinterfaces of SharedSessionContract in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionImplementorDefines the "internal contract" betweenSessionand other parts of Hibernate including implementors ofType,EntityPersister, andCollectionPersister.interfaceSharedSessionContractImplementorDefines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate, including implementors ofType,EntityPersister, andCollectionPersister.Classes in org.hibernate.engine.spi that implement SharedSessionContract Modifier and Type Class Description classSessionDelegatorBaseImplA wrapper class that delegates all method invocations to a delegate instance ofSessionImplementor.classSessionLazyDelegatorThis helper class allows decorating a Session instance, while the instance itself is lazily provided via aSupplier.classSharedSessionDelegatorBaseImplA wrapper class that delegates all method invocations to a delegate instance ofSharedSessionContractImplementor.Methods in org.hibernate.engine.spi that return SharedSessionContract Modifier and Type Method Description protected SharedSessionContractSharedSessionDelegatorBaseImpl. delegate()Returns the delegate session. -
Uses of SharedSessionContract in org.hibernate.envers.internal.entities.mapper.relation.lazy
Classes in org.hibernate.envers.internal.entities.mapper.relation.lazy that implement SharedSessionContract Modifier and Type Class Description classAbstractDelegateSessionImplementorclassToOneDelegateSessionImplementor -
Uses of SharedSessionContract in org.hibernate.event.spi
Subinterfaces of SharedSessionContract in org.hibernate.event.spi Modifier and Type Interface Description interfaceEventSource -
Uses of SharedSessionContract in org.hibernate.internal
Classes in org.hibernate.internal that implement SharedSessionContract Modifier and Type Class Description classAbstractSharedSessionContractBase class for implementations ofSharedSessionContractandSharedSessionContractImplementor.classSessionImplConcrete implementation of theSessionAPI.classStatelessSessionImplConcrete implementation of theStatelessSessionAPI. -
Uses of SharedSessionContract in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type SharedSessionContract Modifier and Type Method Description ObjectDiscriminatedAssociationAttributeMapping.MutabilityPlanImpl. assemble(Serializable cached, SharedSessionContract session)SerializableDiscriminatedAssociationAttributeMapping.MutabilityPlanImpl. disassemble(Object value, SharedSessionContract session) -
Uses of SharedSessionContract in org.hibernate.query
Methods in org.hibernate.query that return SharedSessionContract Modifier and Type Method Description SharedSessionContractQuery. getSession()Get theQueryProducerwhich produced thisQuery, that is, theSessionorStatelessSessionthat was used to create thisQueryinstance. -
Uses of SharedSessionContract in org.hibernate.query.criteria
Constructors in org.hibernate.query.criteria with parameters of type SharedSessionContract Constructor Description CriteriaDefinition(SharedSessionContract session, CriteriaQuery<R> baseQuery)CriteriaDefinition(SharedSessionContract session, Class<R> resultType)CriteriaDefinition(SharedSessionContract session, Class<R> resultType, String baseHql) -
Uses of SharedSessionContract in org.hibernate.type.descriptor.converter.internal
Methods in org.hibernate.type.descriptor.converter.internal with parameters of type SharedSessionContract Modifier and Type Method Description TAttributeConverterMutabilityPlanImpl. assemble(Serializable cached, SharedSessionContract session)SerializableAttributeConverterMutabilityPlanImpl. disassemble(T value, SharedSessionContract session) -
Uses of SharedSessionContract in org.hibernate.type.descriptor.java
Methods in org.hibernate.type.descriptor.java with parameters of type SharedSessionContract Modifier and Type Method Description BlobBlobJavaType.BlobMutabilityPlan. assemble(Serializable cached, SharedSessionContract session)ClobClobJavaType.ClobMutabilityPlan. assemble(Serializable cached, SharedSessionContract session)ObjectImmutability. assemble(Serializable cached, SharedSessionContract session)TImmutableMutabilityPlan. assemble(Serializable cached, SharedSessionContract session)@Nullable TMutabilityPlan. assemble(@Nullable Serializable cached, SharedSessionContract session)Assemble a previously disassembled value.TMutableMutabilityPlan. assemble(Serializable cached, SharedSessionContract session)NClobNClobJavaType.NClobMutabilityPlan. assemble(Serializable cached, SharedSessionContract session)SerializableBlobJavaType.BlobMutabilityPlan. disassemble(Blob value, SharedSessionContract session)SerializableClobJavaType.ClobMutabilityPlan. disassemble(Clob value, SharedSessionContract session)SerializableImmutability. disassemble(Object value, SharedSessionContract session)SerializableImmutableMutabilityPlan. disassemble(T value, SharedSessionContract session)@Nullable SerializableMutabilityPlan. disassemble(@Nullable T value, SharedSessionContract session)Return a disassembled representation of the value.SerializableMutableMutabilityPlan. disassemble(T value, SharedSessionContract session)SerializableNClobJavaType.NClobMutabilityPlan. disassemble(NClob value, SharedSessionContract session) -
Uses of SharedSessionContract in org.hibernate.type.descriptor.java.spi
Methods in org.hibernate.type.descriptor.java.spi with parameters of type SharedSessionContract Modifier and Type Method Description TFormatMapperBasedJavaType. assemble(Serializable cached, SharedSessionContract session)SerializableFormatMapperBasedJavaType. disassemble(T value, SharedSessionContract session) -
Uses of SharedSessionContract in org.hibernate.type.internal
Methods in org.hibernate.type.internal with parameters of type SharedSessionContract Modifier and Type Method Description JCompositeUserTypeJavaTypeWrapper.MutabilityPlanWrapper. assemble(Serializable cached, SharedSessionContract session)JUserTypeJavaTypeWrapper.MutabilityPlanWrapper. assemble(Serializable cached, SharedSessionContract session)SerializableCompositeUserTypeJavaTypeWrapper.MutabilityPlanWrapper. disassemble(J value, SharedSessionContract session)SerializableUserTypeJavaTypeWrapper.MutabilityPlanWrapper. disassemble(J value, SharedSessionContract session)
-