Uses of Enum Class
org.hibernate.metamodel.internal.JpaMetaModelPopulationSetting
Packages that use JpaMetaModelPopulationSetting
Package
Description
Implementation of the SPI for the runtime domain metamodel.
-
Uses of JpaMetaModelPopulationSetting in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return JpaMetaModelPopulationSettingModifier and TypeMethodDescriptionJpaMetaModelPopulationSetting.determineJpaMetaModelPopulationSetting(Map configurationValues) Returns the enum constant of this class with the specified name.static JpaMetaModelPopulationSetting[]JpaMetaModelPopulationSetting.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.metamodel.internal with parameters of type JpaMetaModelPopulationSettingModifierConstructorDescriptionMetadataContext(JpaMetamodelImplementor jpaMetamodel, MappingMetamodel mappingMetamodel, MetadataImplementor bootMetamodel, JpaStaticMetaModelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetaModelPopulationSetting jpaMetaModelPopulationSetting, RuntimeModelCreationContext runtimeModelCreationContext) -
Uses of JpaMetaModelPopulationSetting in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type JpaMetaModelPopulationSettingModifier and TypeMethodDescriptionvoidJpaMetamodelImpl.processJpa(MetadataImplementor bootMetamodel, MappingMetamodel mappingMetamodel, Map<Class<?>, String> entityProxyInterfaceMap, JpaStaticMetaModelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetaModelPopulationSetting jpaMetaModelPopulationSetting, Collection<NamedEntityGraphDefinition> namedEntityGraphDefinitions, RuntimeModelCreationContext runtimeModelCreationContext)