Package | Description |
---|---|
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 |
---|---|
AnnotatedClassType |
InFlightMetadataCollectorImpl.addClassType(XClass clazz) |
AnnotatedClassType |
InFlightMetadataCollectorImpl.getClassType(XClass clazz) |
Modifier and Type | Method and Description |
---|---|
AnnotatedClassType |
InFlightMetadataCollector.addClassType(XClass clazz) |
AnnotatedClassType |
InFlightMetadataCollector.getClassType(XClass clazz) |
Modifier and Type | Method and Description |
---|---|
static AnnotatedClassType |
AnnotatedClassType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotatedClassType[] |
AnnotatedClassType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.