Uses of Class
org.nentangso.core.domain.NtsAuthority
-
Packages that use NtsAuthority Package Description org.nentangso.core.domain JPA domain objects. -
-
Uses of NtsAuthority in org.nentangso.core.domain
Fields in org.nentangso.core.domain with type parameters of type NtsAuthority Modifier and Type Field Description static javax.persistence.metamodel.SetAttribute<NtsUserEntity,NtsAuthority>NtsUserEntity_. authoritiesstatic javax.persistence.metamodel.SingularAttribute<NtsAuthority,String>NtsAuthority_. nameMethods in org.nentangso.core.domain that return types with arguments of type NtsAuthority Modifier and Type Method Description Set<NtsAuthority>NtsUserEntity. getAuthorities()Method parameters in org.nentangso.core.domain with type arguments of type NtsAuthority Modifier and Type Method Description voidNtsUserEntity. setAuthorities(Set<NtsAuthority> authorities)
-