Uses of Class
io.mosip.kernel.vidgenerator.entity.BaseEntity
-
Packages that use BaseEntity Package Description io.mosip.kernel.vidgenerator.entity io.mosip.kernel.vidgenerator.utils -
-
Uses of BaseEntity in io.mosip.kernel.vidgenerator.entity
Subclasses of BaseEntity in io.mosip.kernel.vidgenerator.entity Modifier and Type Class Description classVidAssignedEntityEntity class for vid assigned beanclassVidEntityEntity class for vid bean -
Uses of BaseEntity in io.mosip.kernel.vidgenerator.utils
Methods in io.mosip.kernel.vidgenerator.utils with type parameters of type BaseEntity Modifier and Type Method Description <T extends BaseEntity>
TVIDMetaDataUtil. setCreateMetaData(T entity)Function to set metadata<T extends BaseEntity>
TVIDMetaDataUtil. setUpdateMetaData(T entity)Function to set metadata for update operation
-