Uses of Class
org.apache.openejb.jee.jpa.EmbeddableAttributes

Packages that use EmbeddableAttributes
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EmbeddableAttributes in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as EmbeddableAttributes
protected  EmbeddableAttributes Embeddable.attributes
           
 

Methods in org.apache.openejb.jee.jpa that return EmbeddableAttributes
 EmbeddableAttributes ObjectFactory.createEmbeddableAttributes()
          Create an instance of EmbeddableAttributes
 EmbeddableAttributes Embeddable.getAttributes()
          Gets the value of the attributes property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type EmbeddableAttributes
 void Embeddable.setAttributes(EmbeddableAttributes value)
          Sets the value of the attributes property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.