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.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.metamodel.spi
Subinterfaces of RuntimeMetamodels in org.hibernate.metamodel.spi Modifier and Type Interface Description interfaceRuntimeMetamodelsImplementorSPI extendingRuntimeMetamodels.
-