Uses of Class
org.apache.openejb.jee.oejb2.KeyGeneratorType

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

Uses of KeyGeneratorType in org.apache.openejb.jee.oejb2
 

Fields in org.apache.openejb.jee.oejb2 declared as KeyGeneratorType
protected  KeyGeneratorType EntityBeanType.keyGenerator
           
 

Methods in org.apache.openejb.jee.oejb2 that return KeyGeneratorType
 KeyGeneratorType ObjectFactory.createKeyGeneratorType()
          Create an instance of KeyGeneratorType
 KeyGeneratorType EntityBeanType.getKeyGenerator()
          Gets the value of the keyGenerator property.
 

Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type KeyGeneratorType
 javax.xml.bind.JAXBElement<KeyGeneratorType> ObjectFactory.createKeyGenerator(KeyGeneratorType value)
          Create an instance of JAXBElement<KeyGeneratorType>}
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type KeyGeneratorType
 javax.xml.bind.JAXBElement<KeyGeneratorType> ObjectFactory.createKeyGenerator(KeyGeneratorType value)
          Create an instance of JAXBElement<KeyGeneratorType>}
 void EntityBeanType.setKeyGenerator(KeyGeneratorType value)
          Sets the value of the keyGenerator property.
 



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