Uses of Interface
org.hibernate.metamodel.RuntimeMetamodels
-
Packages that use RuntimeMetamodels Package Description org.hibernate.engine.profile Models the fetch profiles defined by the application.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel.internal org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects. -
-
Uses of RuntimeMetamodels in org.hibernate.engine.profile
Constructors in org.hibernate.engine.profile with parameters of type RuntimeMetamodels Constructor Description DefaultFetchProfile(RuntimeMetamodels metamodels)
-
Uses of RuntimeMetamodels in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type RuntimeMetamodels Modifier and Type Method Description static Map<String,FetchProfile>
FetchProfileHelper. getFetchProfiles(MetadataImplementor bootMetamodel, RuntimeMetamodels runtimeMetamodels)
-
Uses of RuntimeMetamodels in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement RuntimeMetamodels Modifier and Type Class Description class
RuntimeMetamodelsImpl
-
Uses of RuntimeMetamodels in org.hibernate.metamodel.spi
Subinterfaces of RuntimeMetamodels in org.hibernate.metamodel.spi Modifier and Type Interface Description interface
RuntimeMetamodelsImplementor
SPI extendingRuntimeMetamodels
.
-