| Package | Description |
|---|---|
| org.hibernate.metamodel.internal |
| Modifier and Type | Method and Description |
|---|---|
static JpaMetaModelPopulationSetting |
JpaMetaModelPopulationSetting.determineJpaMetaModelPopulationSetting(java.util.Map configurationValues) |
static JpaMetaModelPopulationSetting |
JpaMetaModelPopulationSetting.parse(java.lang.String setting) |
static JpaMetaModelPopulationSetting |
JpaMetaModelPopulationSetting.valueOf(java.lang.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 © 2001-2018 Red Hat, Inc. All Rights Reserved.