Uses of Package
org.hibernate.engine
-
Packages that use org.hibernate.engine Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall org.hibernate.boot.model.source.spi org.hibernate.engine This package contains classes which are "shared" by other subsystems, and implementations of some key algorithms.org.hibernate.engine.profile Models the fetch profiles defined by the application.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.query.derived org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.entity org.hibernate.tuple.entity -
Classes in org.hibernate.engine used by org.hibernate.boot.jaxb.hbm.spi Class Description OptimisticLockStyle Describes how an entity should be optimistically locked. -
Classes in org.hibernate.engine used by org.hibernate.boot.jaxb.mapping Class Description OptimisticLockStyle Describes how an entity should be optimistically locked. -
Classes in org.hibernate.engine used by org.hibernate.boot.jaxb.mapping.marshall Class Description OptimisticLockStyle Describes how an entity should be optimistically locked. -
Classes in org.hibernate.engine used by org.hibernate.boot.model.source.spi Class Description FetchStyle Enumeration of values describing how fetching should occur.FetchTiming Enumeration of values describing when fetching should occur.OptimisticLockStyle Describes how an entity should be optimistically locked. -
Classes in org.hibernate.engine used by org.hibernate.engine Class Description FetchStyle Enumeration of values describing how fetching should occur.FetchTiming Enumeration of values describing when fetching should occur.OptimisticLockStyle Describes how an entity should be optimistically locked. -
Classes in org.hibernate.engine used by org.hibernate.engine.profile Class Description FetchStyle Enumeration of values describing how fetching should occur.FetchTiming Enumeration of values describing when fetching should occur. -
Classes in org.hibernate.engine used by org.hibernate.mapping Class Description OptimisticLockStyle Describes how an entity should be optimistically locked. -
Classes in org.hibernate.engine used by org.hibernate.metamodel.mapping Class Description FetchStyle Enumeration of values describing how fetching should occur.FetchTiming Enumeration of values describing when fetching should occur.OptimisticLockStyle Describes how an entity should be optimistically locked. -
Classes in org.hibernate.engine used by org.hibernate.persister.entity Class Description OptimisticLockStyle Describes how an entity should be optimistically locked. -
Classes in org.hibernate.engine used by org.hibernate.persister.entity.mutation Class Description OptimisticLockStyle Describes how an entity should be optimistically locked. -
Classes in org.hibernate.engine used by org.hibernate.query.derived Class Description FetchStyle Enumeration of values describing how fetching should occur.FetchTiming Enumeration of values describing when fetching should occur.OptimisticLockStyle Describes how an entity should be optimistically locked. -
Classes in org.hibernate.engine used by org.hibernate.sql.results.graph Class Description FetchStyle Enumeration of values describing how fetching should occur.FetchTiming Enumeration of values describing when fetching should occur. -
Classes in org.hibernate.engine used by org.hibernate.sql.results.graph.basic Class Description FetchTiming Enumeration of values describing when fetching should occur. -
Classes in org.hibernate.engine used by org.hibernate.sql.results.graph.entity Class Description FetchTiming Enumeration of values describing when fetching should occur. -
Classes in org.hibernate.engine used by org.hibernate.tuple.entity Class Description OptimisticLockStyle Describes how an entity should be optimistically locked.