public interface TopiaStereoTypes
extends org.nuiton.eugene.EugeneStereoTypes
| Modifier and Type | Field and Description |
|---|---|
static String |
STEREOTYPE_ARRAY
Deprecated.
since 2.5 : only BeanTransformer use it and it is a deprecated transformer, will be remove in version 3.0
|
static String |
STEREOTYPE_DAO
Stéréotype pour les interfaces devant être générées sous forme de DAO.
|
static String |
STEREOTYPE_DTO
Stéréotype pour les objets devant être générées sous forme de DTO.
|
static String |
STEREOTYPE_ENTITY
Stéréotype pour les objets devant être générées sous forme d'entités
|
static String |
STEREOTYPE_FACADE
Deprecated.
since 2.5 : nobydy use it, will be remove in version 3.0
|
static String |
STEREOTYPE_PRIMARYKAY
Stéréotype pour les attributs étant des clés primaires.
|
static String |
STEREOTYPE_SERVICE
Stéréotype pour les interfaces devant être générées sous forme de
services.
|
static String |
STEREOTYPE_UNIQUE
Stéréotype pour les collections avec unicité.
|
@Deprecated static final String STEREOTYPE_ARRAY
@Deprecated static final String STEREOTYPE_FACADE
static final String STEREOTYPE_ENTITY
static final String STEREOTYPE_DTO
static final String STEREOTYPE_SERVICE
static final String STEREOTYPE_DAO
static final String STEREOTYPE_UNIQUE
static final String STEREOTYPE_PRIMARYKAY
Copyright © 2004-2013 CodeLutin. All Rights Reserved.