Uses of Class
com.skava.auth.model.entities.BaseEntity
Packages that use BaseEntity
-
Uses of BaseEntity in com.skava.auth.model.entities
Subclasses of BaseEntity in com.skava.auth.model.entitiesModifier and TypeClassDescriptionclass
This Model class represents the persistence informations of the `authgroup` entity.class
This class represents the basic persistence information of the entity.class
This Model class represents the persistence informations of the `dynamic_privilege` entity.class
This Model class represents the persistence informations of the `groupattribute` entity.class
This Model class represents the persistence informations of the `privilege` entity.class
This Model class represents the persistence informations of the `privilegeset` entity.class
This Model class represents the persistence informations of the `role` entity.class
This Model class represents the persistence informations of the `userattribute` entity.Constructor parameters in com.skava.auth.model.entities with type arguments of type BaseEntityModifierConstructorDescriptionQBaseEntity
(com.querydsl.core.types.Path<? extends BaseEntity> path)