Uses of Class
org.hibernate.metamodel.binding.InheritanceType

Packages that use InheritanceType
org.hibernate.metamodel.binding   
org.hibernate.metamodel.source.annotations   
org.hibernate.metamodel.source.annotations.entity   
org.hibernate.metamodel.source.binder   
org.hibernate.metamodel.source.hbm   
 

Uses of InheritanceType in org.hibernate.metamodel.binding
 

Methods in org.hibernate.metamodel.binding that return InheritanceType
static InheritanceType InheritanceType.get(InheritanceType jpaType)
           
 InheritanceType HierarchyDetails.getInheritanceType()
           
static InheritanceType InheritanceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InheritanceType[] InheritanceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.hibernate.metamodel.binding with parameters of type InheritanceType
EntityBinding(InheritanceType inheritanceType, EntityMode entityMode)
          Used to instantiate the EntityBinding for an entity that is the root of an inheritance hierarchy
HierarchyDetails(EntityBinding rootEntityBinding, InheritanceType inheritanceType, EntityMode entityMode)
           
 

Uses of InheritanceType in org.hibernate.metamodel.source.annotations
 

Methods in org.hibernate.metamodel.source.annotations that return InheritanceType
 InheritanceType EntityHierarchyImpl.getHierarchyInheritanceType()
           
 

Constructors in org.hibernate.metamodel.source.annotations with parameters of type InheritanceType
EntityHierarchyImpl(RootEntitySource source, InheritanceType inheritanceType)
           
 

Uses of InheritanceType in org.hibernate.metamodel.source.annotations.entity
 

Constructors in org.hibernate.metamodel.source.annotations.entity with parameters of type InheritanceType
EntityClass(org.jboss.jandex.ClassInfo classInfo, EntityClass parent, AccessType hierarchyAccessType, InheritanceType inheritanceType, AnnotationBindingContext context)
           
 

Uses of InheritanceType in org.hibernate.metamodel.source.binder
 

Methods in org.hibernate.metamodel.source.binder that return InheritanceType
 InheritanceType EntityHierarchy.getHierarchyInheritanceType()
          The inheritance type/strategy for the hierarchy.
 

Uses of InheritanceType in org.hibernate.metamodel.source.hbm
 

Methods in org.hibernate.metamodel.source.hbm that return InheritanceType
 InheritanceType EntityHierarchyImpl.getHierarchyInheritanceType()
           
static InheritanceType Helper.interpretInheritanceType(EntityElement entityElement)
           
 



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