Package | Description |
---|---|
org.hibernate.metamodel.internal |
Modifier and Type | Method and Description |
---|---|
static JpaMetaModelPopulationSetting |
JpaMetaModelPopulationSetting.determineJpaMetaModelPopulationSetting(Map configurationValues) |
static JpaMetaModelPopulationSetting |
JpaMetaModelPopulationSetting.parse(String setting) |
static JpaMetaModelPopulationSetting |
JpaMetaModelPopulationSetting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JpaMetaModelPopulationSetting[] |
JpaMetaModelPopulationSetting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MetamodelImpl.initialize(MetadataImplementor mappingMetadata,
JpaMetaModelPopulationSetting jpaMetaModelPopulationSetting)
Prepare the metamodel using the information from the collection of Hibernate
PersistentClass models |
Copyright © 2019 JBoss by Red Hat. All rights reserved.