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

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

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

Fields in org.apache.openejb.jee.jpa declared as IdClass
protected  IdClass MappedSuperclass.idClass
           
protected  IdClass Entity.idClass
           
 

Methods in org.apache.openejb.jee.jpa that return IdClass
 IdClass ObjectFactory.createIdClass()
          Create an instance of IdClass
 IdClass MappedSuperclass.getIdClass()
          Gets the value of the idClass property.
 IdClass Mapping.getIdClass()
           
 IdClass Entity.getIdClass()
          Gets the value of the idClass property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type IdClass
 void MappedSuperclass.setIdClass(IdClass value)
          Sets the value of the idClass property.
 void Mapping.setIdClass(IdClass value)
           
 void Entity.setIdClass(IdClass value)
          Sets the value of the idClass property.
 



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