Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbGeneratedValue

Packages that use JaxbGeneratedValue
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbGeneratedValue in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbGeneratedValue
protected  JaxbGeneratedValue JaxbId.generatedValue
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbGeneratedValue
 JaxbGeneratedValue ObjectFactory.createJaxbGeneratedValue()
          Create an instance of JaxbGeneratedValue
 JaxbGeneratedValue JaxbId.getGeneratedValue()
          Gets the value of the generatedValue property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbGeneratedValue
 void JaxbId.setGeneratedValue(JaxbGeneratedValue value)
          Sets the value of the generatedValue property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.