Uses of Class
org.hibernate.cfg.ExtendsQueueEntry

Packages that use ExtendsQueueEntry
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
 

Uses of ExtendsQueueEntry in org.hibernate.cfg
 

Fields in org.hibernate.cfg with type parameters of type ExtendsQueueEntry
protected  Map<ExtendsQueueEntry,?> Configuration.extendsQueue
           
 

Methods in org.hibernate.cfg that return ExtendsQueueEntry
protected  ExtendsQueueEntry Configuration.findPossibleExtends()
           
 

Methods in org.hibernate.cfg with parameters of type ExtendsQueueEntry
 void Mappings.addToExtendsQueue(ExtendsQueueEntry entry)
          Adds an entry to the extends queue queue.
 void Configuration.MappingsImpl.addToExtendsQueue(ExtendsQueueEntry entry)
           
 



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