Uses of Class
org.hibernate.ejb.metamodel.AbstractIdentifiableType

Packages that use AbstractIdentifiableType
org.hibernate.ejb.metamodel   
 

Uses of AbstractIdentifiableType in org.hibernate.ejb.metamodel
 

Subclasses of AbstractIdentifiableType in org.hibernate.ejb.metamodel
 class EntityTypeImpl<X>
          Defines the Hibernate implementation of the JPA EntityType contract.
 class MappedSuperclassTypeImpl<X>
           
 

Methods in org.hibernate.ejb.metamodel that return AbstractIdentifiableType
 AbstractIdentifiableType<? super X> AbstractIdentifiableType.getSupertype()
          
protected  AbstractIdentifiableType<? super X> AbstractIdentifiableType.requireSupertype()
           
 

Methods in org.hibernate.ejb.metamodel with parameters of type AbstractIdentifiableType
<X,Y> SingularAttributeImpl<X,Y>
AttributeFactory.buildIdAttribute(AbstractIdentifiableType<X> ownerType, Property property)
          Build the identifier attribute descriptor
<X,Y> SingularAttributeImpl<X,Y>
AttributeFactory.buildVersionAttribute(AbstractIdentifiableType<X> ownerType, Property property)
          Build the version attribute descriptor
 

Constructors in org.hibernate.ejb.metamodel with parameters of type AbstractIdentifiableType
AbstractIdentifiableType(Class<X> javaType, AbstractIdentifiableType<? super X> superType, boolean hasIdentifierProperty, boolean versioned)
           
EntityTypeImpl(Class<X> javaType, AbstractIdentifiableType<? super X> superType, String jpaEntityName, boolean hasIdentifierProperty, boolean isVersioned)
           
MappedSuperclassTypeImpl(Class<X> javaType, AbstractIdentifiableType<? super X> superType, boolean hasIdentifierProperty, boolean versioned)
           
 



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