Uses of Enum
javax.persistence.AccessType

Packages that use AccessType
Package
Description
 
  • Uses of AccessType in javax.persistence

    Subclasses with type arguments of type AccessType in javax.persistence
    Modifier and Type
    Class
    Description
    enum 
    Is used with the Access annotation to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
    Methods in javax.persistence that return AccessType
    Modifier and Type
    Method
    Description
    static AccessType
    AccessType.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.