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

Packages that use SingularAttributeImpl
org.hibernate.ejb.metamodel   
 

Uses of SingularAttributeImpl in org.hibernate.ejb.metamodel
 

Subclasses of SingularAttributeImpl in org.hibernate.ejb.metamodel
static class SingularAttributeImpl.Identifier<X,Y>
          Subclass used to simply instantiation of singular attributes representing an entity's identifier.
static class SingularAttributeImpl.Version<X,Y>
          Subclass used to simply instantiation of singular attributes representing an entity's version.
 

Methods in org.hibernate.ejb.metamodel that return SingularAttributeImpl
<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
 

Methods in org.hibernate.ejb.metamodel with parameters of type SingularAttributeImpl
 void AbstractIdentifiableType.Builder.applyIdAttribute(SingularAttributeImpl<X,?> idAttribute)
           
 void AbstractIdentifiableType.Builder.applyVersionAttribute(SingularAttributeImpl<X,?> versionAttribute)
           
 



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