Uses of Class
org.hibernate.processor.xml.jaxb.AccessType
-
Packages that use AccessType Package Description org.hibernate.processor.xml.jaxb -
-
Uses of AccessType in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb declared as AccessType Modifier and Type Field Description protected AccessTypeBasic. accessprotected AccessTypeElementCollection. accessprotected AccessTypeEmbeddable. accessprotected AccessTypeEmbedded. accessprotected AccessTypeEmbeddedId. accessprotected AccessTypeEntity. accessprotected AccessTypeEntityMappings. accessprotected AccessTypeId. accessprotected AccessTypeManyToMany. accessprotected AccessTypeManyToOne. accessprotected AccessTypeMappedSuperclass. accessprotected AccessTypeOneToMany. accessprotected AccessTypeOneToOne. accessprotected AccessTypePersistenceUnitDefaults. accessprotected AccessTypeVersion. accessMethods in org.hibernate.processor.xml.jaxb that return AccessType Modifier and Type Method Description static AccessTypeAccessType. fromValue(String v)AccessTypeBasic. getAccess()Gets the value of the access property.AccessTypeElementCollection. getAccess()Gets the value of the access property.AccessTypeEmbeddable. getAccess()Gets the value of the access property.AccessTypeEmbedded. getAccess()Gets the value of the access property.AccessTypeEmbeddedId. getAccess()Gets the value of the access property.AccessTypeEntity. getAccess()Gets the value of the access property.AccessTypeEntityMappings. getAccess()Gets the value of the access property.AccessTypeId. getAccess()Gets the value of the access property.AccessTypeManyToMany. getAccess()Gets the value of the access property.AccessTypeManyToOne. getAccess()Gets the value of the access property.AccessTypeMappedSuperclass. getAccess()Gets the value of the access property.AccessTypeOneToMany. getAccess()Gets the value of the access property.AccessTypeOneToOne. getAccess()Gets the value of the access property.AccessTypePersistenceUnitDefaults. getAccess()Gets the value of the access property.AccessTypeVersion. getAccess()Gets the value of the access property.static AccessTypeAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessType[]AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.processor.xml.jaxb with parameters of type AccessType Modifier and Type Method Description voidBasic. setAccess(AccessType value)Sets the value of the access property.voidElementCollection. setAccess(AccessType value)Sets the value of the access property.voidEmbeddable. setAccess(AccessType value)Sets the value of the access property.voidEmbedded. setAccess(AccessType value)Sets the value of the access property.voidEmbeddedId. setAccess(AccessType value)Sets the value of the access property.voidEntity. setAccess(AccessType value)Sets the value of the access property.voidEntityMappings. setAccess(AccessType value)Sets the value of the access property.voidId. setAccess(AccessType value)Sets the value of the access property.voidManyToMany. setAccess(AccessType value)Sets the value of the access property.voidManyToOne. setAccess(AccessType value)Sets the value of the access property.voidMappedSuperclass. setAccess(AccessType value)Sets the value of the access property.voidOneToMany. setAccess(AccessType value)Sets the value of the access property.voidOneToOne. setAccess(AccessType value)Sets the value of the access property.voidPersistenceUnitDefaults. setAccess(AccessType value)Sets the value of the access property.voidVersion. setAccess(AccessType value)Sets the value of the access property.
-