Uses of Class
com.skava.auth.model.entities.BaseEntity

Packages that use BaseEntity
Package
Description
Models to represent the entity classes.
  • Uses of BaseEntity in com.skava.auth.model.entities

    Modifier and Type
    Class
    Description
    class 
    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 BaseEntity
    Modifier
    Constructor
    Description
     
    QBaseEntity(com.querydsl.core.types.Path<? extends BaseEntity> path)