| 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.
|
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.metamodel.internal |
| Modifier and Type | Method and Description |
|---|---|
MappedSuperclass |
InFlightMetadataCollectorImpl.getMappedSuperclass(Class type) |
| Modifier and Type | Method and Description |
|---|---|
Set<MappedSuperclass> |
MetadataImpl.getMappedSuperclassMappingsCopy() |
Set<MappedSuperclass> |
InFlightMetadataCollectorImpl.getMappedSuperclassMappingsCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
InFlightMetadataCollectorImpl.addMappedSuperclass(Class type,
MappedSuperclass mappedSuperclass) |
| Modifier and Type | Method and Description |
|---|---|
MappedSuperclass |
InFlightMetadataCollector.getMappedSuperclass(Class type) |
| Modifier and Type | Method and Description |
|---|---|
Set<MappedSuperclass> |
MetadataImplementor.getMappedSuperclassMappingsCopy() |
Set<MappedSuperclass> |
AbstractDelegatingMetadata.getMappedSuperclassMappingsCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
InFlightMetadataCollector.addMappedSuperclass(Class type,
MappedSuperclass mappedSuperclass) |
| Modifier and Type | Method and Description |
|---|---|
static MappedSuperclass |
BinderHelper.getMappedSuperclassOrNull(XClass declaringClass,
Map<XClass,InheritanceState> inheritanceStatePerClass,
MetadataBuildingContext context) |
| Modifier and Type | Method and Description |
|---|---|
MappedSuperclass |
PersistentClass.getSuperMappedSuperclass() |
MappedSuperclass |
MappedSuperclass.getSuperMappedSuperclass()
Returns the first superclass marked as @MappedSuperclass or null if:
- none exists
- or the first persistent superclass found is an @Entity
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentClass.setSuperMappedSuperclass(MappedSuperclass superMappedSuperclass) |
| Constructor and Description |
|---|
MappedSuperclass(MappedSuperclass superMappedSuperclass,
PersistentClass superPersistentClass) |
| Constructor and Description |
|---|
MappedSuperclassTypeImpl(Class<X> javaType,
MappedSuperclass mappedSuperclass,
AbstractIdentifiableType<? super X> superType) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.