类 JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
- java.lang.Object
-
- org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
-
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>
-
-
构造器概要
构造器 构造器 说明 JaxbCfgGrant()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetActions()Gets the value of the actions property.StringgetEntityName()Gets the value of the entityName property.StringgetRole()Gets the value of the role property.voidsetActions(String value)Sets the value of the actions property.voidsetEntityName(String value)Sets the value of the entityName property.voidsetRole(String value)Sets the value of the role property.
-
-
-
方法详细资料
-
getActions
public String getActions()
Gets the value of the actions property.- 返回:
- possible object is
String
-
setActions
public void setActions(String value)
Sets the value of the actions property.- 参数:
value- allowed object isString
-
getEntityName
public String getEntityName()
Gets the value of the entityName property.- 返回:
- possible object is
String
-
setEntityName
public void setEntityName(String value)
Sets the value of the entityName property.- 参数:
value- allowed object isString
-
-