Uses of Class
org.hibernate.mapping.MappedSuperclass
-
Packages that use MappedSuperclass Package Description org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.mapping 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 MappedSuperclass Modifier and Type Method Description MappedSuperclassInFlightMetadataCollector. getMappedSuperclass(Class<?> type)Methods in org.hibernate.boot.spi that return types with arguments of type MappedSuperclass Modifier and Type Method Description Set<MappedSuperclass>AbstractDelegatingMetadata. getMappedSuperclassMappingsCopy()Set<MappedSuperclass>MetadataImplementor. getMappedSuperclassMappingsCopy()Methods in org.hibernate.boot.spi with parameters of type MappedSuperclass Modifier and Type Method Description voidInFlightMetadataCollector. addMappedSuperclass(Class<?> type, MappedSuperclass mappedSuperclass) -
Uses of MappedSuperclass in org.hibernate.mapping
Methods in org.hibernate.mapping that return MappedSuperclass Modifier and Type Method Description MappedSuperclassComponent. getMappedSuperclass()MappedSuperclassMappedSuperclass. getSuperMappedSuperclass()Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @EntityMappedSuperclassPersistentClass. getSuperMappedSuperclass()Methods in org.hibernate.mapping with parameters of type MappedSuperclass Modifier and Type Method Description voidComponent. setMappedSuperclass(MappedSuperclass mappedSuperclass)voidPersistentClass. setSuperMappedSuperclass(MappedSuperclass superMappedSuperclass)Constructors in org.hibernate.mapping with parameters of type MappedSuperclass Constructor Description MappedSuperclass(MappedSuperclass superMappedSuperclass, PersistentClass superPersistentClass, Table implicitTable)
-