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.jpa.internal.metamodel | |
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
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 |
---|---|
static MetamodelImpl |
MetamodelImpl.buildMetamodel(Iterator<PersistentClass> persistentClasses,
Set<MappedSuperclass> mappedSuperclasses,
SessionFactoryImplementor sessionFactory,
boolean ignoreUnsupported)
Build the metamodel using the information from the collection of Hibernate
PersistentClass models as well as the Hibernate SessionFactory . |
Constructor and Description |
---|
MappedSuperclassTypeImpl(Class<X> javaType,
MappedSuperclass mappedSuperclass,
AbstractIdentifiableType<? super X> superType) |
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) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.