Uses of Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
-
Packages that use JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant Package Description org.hibernate.boot.jaxb.cfg.spi -
-
Uses of JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant in org.hibernate.boot.jaxb.cfg.spi
Fields in org.hibernate.boot.jaxb.cfg.spi with type parameters of type JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant Modifier and Type Field Description protected List<JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant>
JaxbCfgHibernateConfiguration.JaxbCfgSecurity. grant
Methods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant Modifier and Type Method Description JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
ObjectFactory. createJaxbCfgHibernateConfigurationJaxbCfgSecurityJaxbCfgGrant()
Create an instance ofJaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Methods in org.hibernate.boot.jaxb.cfg.spi that return types with arguments of type JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant Modifier and Type Method Description List<JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant>
JaxbCfgHibernateConfiguration.JaxbCfgSecurity. getGrant()
Gets the value of the grant property.
-