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 Entity.idClass
           
protected  IdClass MappedSuperclass.idClass
           
 

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

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



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.