Uses of Class
org.apache.openejb.jee.jpa.AccessType
-
Packages that use AccessType Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AccessType in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa 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 AccessTypeOneToOne. accessprotected AccessTypePersistenceUnitDefaults. accessprotected AccessTypeVersion. accessMethods in org.apache.openejb.jee.jpa 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.AccessTypeMapping. getAccess()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.apache.openejb.jee.jpa 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.voidMapping. setAccess(AccessType value)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.
-