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

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

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

Fields in org.apache.openejb.jee.jpa with type parameters of type Basic
protected  List<Basic> Attributes.basic
           
protected  List<Basic> EmbeddableAttributes.basic
           
 

Methods in org.apache.openejb.jee.jpa that return Basic
 Basic ObjectFactory.createBasic()
          Create an instance of Basic
 

Methods in org.apache.openejb.jee.jpa that return types with arguments of type Basic
 List<Basic> Attributes.getBasic()
          Gets the value of the basic property.
 List<Basic> EmbeddableAttributes.getBasic()
          Gets the value of the basic property.
 



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