Uses of Class
org.hibernate.mapping.MappedSuperclass
Packages that use MappedSuperclass
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines the Hibernate configuration-time mapping model.
-
Uses of MappedSuperclass in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return MappedSuperclassMethods in org.hibernate.boot.spi that return types with arguments of type MappedSuperclassModifier and TypeMethodDescriptionAbstractDelegatingMetadata.getMappedSuperclassMappingsCopy()MetadataImplementor.getMappedSuperclassMappingsCopy()Methods in org.hibernate.boot.spi with parameters of type MappedSuperclassModifier and TypeMethodDescriptionvoidInFlightMetadataCollector.addMappedSuperclass(Class<?> type, MappedSuperclass mappedSuperclass) -
Uses of MappedSuperclass in org.hibernate.mapping
Methods in org.hibernate.mapping that return MappedSuperclassModifier and TypeMethodDescriptionComponent.getMappedSuperclass()MappedSuperclass.getSuperMappedSuperclass()Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @EntityPersistentClass.getSuperMappedSuperclass()Methods in org.hibernate.mapping with parameters of type MappedSuperclassModifier and TypeMethodDescriptionvoidComponent.setMappedSuperclass(MappedSuperclass mappedSuperclass) voidPersistentClass.setSuperMappedSuperclass(MappedSuperclass superMappedSuperclass) Constructors in org.hibernate.mapping with parameters of type MappedSuperclassModifierConstructorDescriptionMappedSuperclass(MappedSuperclass superMappedSuperclass, PersistentClass superPersistentClass, Table implicitTable)