Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
MetadataBuilder.applySourceProcessOrdering(MetadataSourceType... sourceTypes)
Apply a specific ordering to the processing of sources.
|
Modifier and Type | Method and Description |
---|---|
List<MetadataSourceType> |
MetadataBuilderImpl.MetadataBuildingOptionsImpl.getSourceProcessOrdering() |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
MetadataBuilderImpl.applySourceProcessOrdering(MetadataSourceType... sourceTypes) |
Modifier and Type | Method and Description |
---|---|
List<MetadataSourceType> |
MetadataBuildingOptions.getSourceProcessOrdering()
Retrieve the ordering in which sources should be processed.
|
List<MetadataSourceType> |
AbstractDelegatingMetadataBuildingOptions.getSourceProcessOrdering() |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applySourceProcessOrdering(MetadataSourceType... sourceTypes) |
Modifier and Type | Method and Description |
---|---|
static MetadataSourceType |
MetadataSourceType.parsePrecedence(String value) |
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.