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

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

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

Fields in org.apache.openejb.jee.jpa with type parameters of type MappedSuperclass
protected  KeyedCollection<java.lang.String,MappedSuperclass> EntityMappings.mappedSuperclass
           
 

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

Methods in org.apache.openejb.jee.jpa that return types with arguments of type MappedSuperclass
 java.util.Collection<MappedSuperclass> EntityMappings.getMappedSuperclass()
          Gets the value of the mappedSuperclass property.
 java.util.Map<java.lang.String,MappedSuperclass> EntityMappings.getMappedSuperclassMap()
           
 



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