Class JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant

java.lang.Object
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Enclosing class:
JaxbCfgHibernateConfiguration.JaxbCfgSecurity

public static class JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant extends Object

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="actions" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="entity-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • actions

      protected String actions
    • entityName

      protected String entityName
    • role

      protected String role
  • Constructor Details

    • JaxbCfgGrant

      public JaxbCfgGrant()
  • Method Details

    • getActions

      public String getActions()
      Gets the value of the actions property.
      Returns:
      possible object is String
    • setActions

      public void setActions(String value)
      Sets the value of the actions property.
      Parameters:
      value - allowed object is String
    • getEntityName

      public String getEntityName()
      Gets the value of the entityName property.
      Returns:
      possible object is String
    • setEntityName

      public void setEntityName(String value)
      Sets the value of the entityName property.
      Parameters:
      value - allowed object is String
    • getRole

      public String getRole()
      Gets the value of the role property.
      Returns:
      possible object is String
    • setRole

      public void setRole(String value)
      Sets the value of the role property.
      Parameters:
      value - allowed object is String