Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
Modifier and Type | Field and Description |
---|---|
static MetadataSourceType[] |
Configuration.DEFAULT_ARTEFACT_PROCESSING_ORDER |
Modifier and Type | Method and Description |
---|---|
static MetadataSourceType |
MetadataSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataSourceType[] |
MetadataSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Configuration.MetadataSourceQueue.processMetadata(List<MetadataSourceType> order) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.