Uses of Class
org.hibernate.mapping.MappedSuperclass
-
Packages that use MappedSuperclass Package Description org.hibernate.boot.spi org.hibernate.cfg org.hibernate.mapping -
-
Uses of MappedSuperclass in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return MappedSuperclass Modifier and Type Method Description MappedSuperclass
InFlightMetadataCollector. getMappedSuperclass(java.lang.Class type)
Methods in org.hibernate.boot.spi that return types with arguments of type MappedSuperclass Modifier and Type Method Description java.util.Set<MappedSuperclass>
AbstractDelegatingMetadata. getMappedSuperclassMappingsCopy()
java.util.Set<MappedSuperclass>
MetadataImplementor. getMappedSuperclassMappingsCopy()
Methods in org.hibernate.boot.spi with parameters of type MappedSuperclass Modifier and Type Method Description void
InFlightMetadataCollector. addMappedSuperclass(java.lang.Class type, MappedSuperclass mappedSuperclass)
-
Uses of MappedSuperclass in org.hibernate.cfg
Methods in org.hibernate.cfg that return MappedSuperclass Modifier and Type Method Description static MappedSuperclass
BinderHelper. getMappedSuperclassOrNull(org.hibernate.annotations.common.reflection.XClass declaringClass, java.util.Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass, MetadataBuildingContext context)
-
Uses of MappedSuperclass in org.hibernate.mapping
Methods in org.hibernate.mapping that return MappedSuperclass Modifier and Type Method Description MappedSuperclass
MappedSuperclass. getSuperMappedSuperclass()
Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @EntityMappedSuperclass
PersistentClass. getSuperMappedSuperclass()
Methods in org.hibernate.mapping with parameters of type MappedSuperclass Modifier and Type Method Description void
PersistentClass. setSuperMappedSuperclass(MappedSuperclass superMappedSuperclass)
Constructors in org.hibernate.mapping with parameters of type MappedSuperclass Constructor Description MappedSuperclass(MappedSuperclass superMappedSuperclass, PersistentClass superPersistentClass)
-