Uses of Package
org.hibernate.engine.profile
-
Packages that use org.hibernate.engine.profile Package Description org.hibernate.engine.profile Models the fetch profiles defined by the application.org.hibernate.engine.profile.internal org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel.mapping.internal org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
Classes in org.hibernate.engine.profile used by org.hibernate.engine.profile Class Description Association Models the association of a given fetch.Fetch Models an individual fetch override within a profile.Fetch.Style The type or style of fetch. -
Classes in org.hibernate.engine.profile used by org.hibernate.engine.profile.internal Class Description Fetch.Style The type or style of fetch. -
Classes in org.hibernate.engine.profile used by org.hibernate.engine.spi Class Description FetchProfile The runtime representation of a Hibernate fetch profile defined in annotations. -
Classes in org.hibernate.engine.profile used by org.hibernate.internal Class Description FetchProfile The runtime representation of a Hibernate fetch profile defined in annotations. -
Classes in org.hibernate.engine.profile used by org.hibernate.metamodel.mapping.internal Class Description Fetch.Style The type or style of fetch. -
Classes in org.hibernate.engine.profile used by org.hibernate.persister.collection Class Description Fetch.Style The type or style of fetch. -
Classes in org.hibernate.engine.profile used by org.hibernate.persister.entity Class Description Fetch.Style The type or style of fetch.