Uses of Class
org.hibernate.mapping.MappedSuperclass

Packages that use MappedSuperclass
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. 
 

Uses of MappedSuperclass in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return MappedSuperclass
 MappedSuperclass Configuration.MappingsImpl.getMappedSuperclass(Class type)
           
 MappedSuperclass Mappings.getMappedSuperclass(Class type)
          Get a MappedSuperclass or null if not mapped
static MappedSuperclass BinderHelper.getMappedSuperclassOrNull(org.hibernate.annotations.common.reflection.XClass declaringClass, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass, Mappings mappings)
           
 

Methods in org.hibernate.cfg that return types with arguments of type MappedSuperclass
 Iterator<MappedSuperclass> Configuration.getMappedSuperclassMappings()
          Iterate the mapped super class mappings EXPERIMENTAL Consider this API as PRIVATE
 

Methods in org.hibernate.cfg with parameters of type MappedSuperclass
 void Configuration.MappingsImpl.addMappedSuperclass(Class type, MappedSuperclass mappedSuperclass)
           
 void Mappings.addMappedSuperclass(Class type, MappedSuperclass mappedSuperclass)
          add a new MappedSuperclass This should not be called if the MappedSuperclass already exists (it would be erased)
 

Uses of MappedSuperclass in org.hibernate.mapping
 

Methods in org.hibernate.mapping that return MappedSuperclass
 MappedSuperclass MappedSuperclass.getSuperMappedSuperclass()
          Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @Entity
 MappedSuperclass PersistentClass.getSuperMappedSuperclass()
           
 

Methods in org.hibernate.mapping with parameters of type MappedSuperclass
 void PersistentClass.setSuperMappedSuperclass(MappedSuperclass superMappedSuperclass)
           
 

Constructors in org.hibernate.mapping with parameters of type MappedSuperclass
MappedSuperclass(MappedSuperclass superMappedSuperclass, PersistentClass superPersistentClass)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.