Package | Description |
---|---|
org.hibernate.metamodel |
NOTE: This package is currently unfinished and therefore considered experimental and unsupported.
|
org.hibernate.metamodel.source | |
org.hibernate.metamodel.source.internal |
Modifier and Type | Method and Description |
---|---|
Metadata |
MetadataBuilder.build() |
Metadata |
MetadataSources.buildMetadata()
Short-hand form of calling
MetadataSources.getMetadataBuilder() and using its
MetadataBuilder.build() method in cases where the application wants
to accept the defaults. |
Metadata |
MetadataSources.buildMetadata(StandardServiceRegistry serviceRegistry) |
Modifier and Type | Interface and Description |
---|---|
interface |
MetadataImplementor |
Modifier and Type | Class and Description |
---|---|
class |
MetadataImpl
Container for configuration data collected during binding the metamodel.
|
Modifier and Type | Method and Description |
---|---|
Metadata |
MetadataBuilderImpl.build() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.