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

Packages that use JaxbAccessType
org.hibernate.internal.jaxb.mapping.orm   
org.hibernate.metamodel.source.annotations.xml.mocker   
 

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbAccessType
protected  JaxbAccessType JaxbEmbedded.access
           
protected  JaxbAccessType JaxbMappedSuperclass.access
           
protected  JaxbAccessType JaxbVersion.access
           
protected  JaxbAccessType JaxbManyToOne.access
           
protected  JaxbAccessType JaxbEntityMappings.access
           
protected  JaxbAccessType JaxbElementCollection.access
           
protected  JaxbAccessType JaxbEmbeddedId.access
           
protected  JaxbAccessType JaxbPersistenceUnitDefaults.access
           
protected  JaxbAccessType JaxbOneToOne.access
           
protected  JaxbAccessType JaxbOneToMany.access
           
protected  JaxbAccessType JaxbBasic.access
           
protected  JaxbAccessType JaxbEmbeddable.access
           
protected  JaxbAccessType JaxbEntity.access
           
protected  JaxbAccessType JaxbId.access
           
protected  JaxbAccessType JaxbManyToMany.access
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbAccessType
static JaxbAccessType JaxbAccessType.fromValue(String v)
           
 JaxbAccessType JaxbEmbedded.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbMappedSuperclass.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbVersion.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbManyToOne.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbEntityMappings.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbElementCollection.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbEmbeddedId.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbPersistenceUnitDefaults.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbOneToOne.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbOneToMany.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbBasic.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbEmbeddable.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbEntity.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbId.getAccess()
          Gets the value of the access property.
 JaxbAccessType JaxbManyToMany.getAccess()
          Gets the value of the access property.
static JaxbAccessType JaxbAccessType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbAccessType[] JaxbAccessType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbAccessType
 void JaxbEmbedded.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbMappedSuperclass.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbVersion.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbManyToOne.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbEntityMappings.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbElementCollection.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbEmbeddedId.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbPersistenceUnitDefaults.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbOneToOne.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbOneToMany.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbBasic.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbEmbeddable.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbEntity.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbId.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 void JaxbManyToMany.setAccess(JaxbAccessType value)
          Sets the value of the access property.
 

Uses of JaxbAccessType in org.hibernate.metamodel.source.annotations.xml.mocker
 

Methods in org.hibernate.metamodel.source.annotations.xml.mocker that return JaxbAccessType
 JaxbAccessType EntityMappingsMocker.Default.getAccess()
           
 



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