Skip to content


Closed add missing constants for field on TopiaEntity
nuiton / topia #224 · created by Tony Chemit
In interface TopiaEntity, there are already 3 constants for the name of the properties of a topia entity
    String TOPIA_ID = "topiaId";
    String TOPIA_CREATE_DATE = "topiaCreateDate";
    String...
updated