Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.AccessType
-
Packages that use AccessType Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of AccessType in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as AccessType Modifier and Type Field Description protected AccessType
Basic. access
protected AccessType
ElementCollection. access
protected AccessType
Embeddable. access
protected AccessType
Embedded. access
protected AccessType
EmbeddedId. access
protected AccessType
Entity. access
protected AccessType
EntityMappings. access
protected AccessType
Id. access
protected AccessType
ManyToMany. access
protected AccessType
ManyToOne. access
protected AccessType
MappedSuperclass. access
protected AccessType
OneToMany. access
protected AccessType
OneToOne. access
protected AccessType
PersistenceUnitDefaults. access
protected AccessType
Version. access
Methods in org.hibernate.jpamodelgen.xml.jaxb that return AccessType Modifier and Type Method Description static AccessType
AccessType. fromValue(String v)
AccessType
Basic. getAccess()
Gets the value of the access property.AccessType
ElementCollection. getAccess()
Gets the value of the access property.AccessType
Embeddable. getAccess()
Gets the value of the access property.AccessType
Embedded. getAccess()
Gets the value of the access property.AccessType
EmbeddedId. getAccess()
Gets the value of the access property.AccessType
Entity. getAccess()
Gets the value of the access property.AccessType
EntityMappings. getAccess()
Gets the value of the access property.AccessType
Id. getAccess()
Gets the value of the access property.AccessType
ManyToMany. getAccess()
Gets the value of the access property.AccessType
ManyToOne. getAccess()
Gets the value of the access property.AccessType
MappedSuperclass. getAccess()
Gets the value of the access property.AccessType
OneToMany. getAccess()
Gets the value of the access property.AccessType
OneToOne. getAccess()
Gets the value of the access property.AccessType
PersistenceUnitDefaults. getAccess()
Gets the value of the access property.AccessType
Version. getAccess()
Gets the value of the access property.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.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type AccessType Modifier and Type Method Description void
Basic. setAccess(AccessType value)
Sets the value of the access property.void
ElementCollection. setAccess(AccessType value)
Sets the value of the access property.void
Embeddable. setAccess(AccessType value)
Sets the value of the access property.void
Embedded. setAccess(AccessType value)
Sets the value of the access property.void
EmbeddedId. setAccess(AccessType value)
Sets the value of the access property.void
Entity. setAccess(AccessType value)
Sets the value of the access property.void
EntityMappings. setAccess(AccessType value)
Sets the value of the access property.void
Id. setAccess(AccessType value)
Sets the value of the access property.void
ManyToMany. setAccess(AccessType value)
Sets the value of the access property.void
ManyToOne. setAccess(AccessType value)
Sets the value of the access property.void
MappedSuperclass. setAccess(AccessType value)
Sets the value of the access property.void
OneToMany. setAccess(AccessType value)
Sets the value of the access property.void
OneToOne. setAccess(AccessType value)
Sets the value of the access property.void
PersistenceUnitDefaults. setAccess(AccessType value)
Sets the value of the access property.void
Version. setAccess(AccessType value)
Sets the value of the access property.
-