@Generated(value="org.nuiton.topia.generator.EntityDAOTransformer", date="Sun Mar 22 16:42:47 UTC 2015") public abstract class GeneralizedNaturalizedEntityDAOAbstract<E extends GeneralizedNaturalizedEntity> extends NaturalizedEntityDAOImpl<E>
| Constructor and Description |
|---|
GeneralizedNaturalizedEntityDAOAbstract() |
| Modifier and Type | Method and Description |
|---|---|
E |
create(Integer naturalIdNotNull,
String naturalIdNull)
Deprecated.
since 2.6.10, prefer use
createByNaturalId(java.lang.Integer, java.lang.String) |
E |
createByNaturalId(Integer naturalIdNotNull,
String naturalIdNull) |
E |
createByNotNull(Integer naturalIdNotNull) |
boolean |
existByNaturalId(Integer naturalIdNotNull,
String naturalIdNull) |
Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> |
findAllUsages(E entity) |
E |
findByNaturalId(Integer naturalIdNotNull,
String naturalIdNull) |
<U extends TopiaEntity> |
findUsages(Class<U> type,
E entity) |
Class<E> |
getEntityClass() |
TopiaTestDAOHelper.TopiaTestEntityEnum |
getTopiaEntityEnum() |
findAllByNaturalIdNotNull, findAllByNaturalIdNull, findByNaturalIdNotNull, findByNaturalIdNullpublic GeneralizedNaturalizedEntityDAOAbstract()
public Class<E> getEntityClass()
getEntityClass in class NaturalizedEntityDAOAbstract<E extends GeneralizedNaturalizedEntity>public TopiaTestDAOHelper.TopiaTestEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in class NaturalizedEntityDAOAbstract<E extends GeneralizedNaturalizedEntity>public E findByNaturalId(Integer naturalIdNotNull, String naturalIdNull) throws TopiaException
findByNaturalId in class NaturalizedEntityDAOAbstract<E extends GeneralizedNaturalizedEntity>TopiaExceptionpublic boolean existByNaturalId(Integer naturalIdNotNull, String naturalIdNull) throws TopiaException
existByNaturalId in class NaturalizedEntityDAOAbstract<E extends GeneralizedNaturalizedEntity>TopiaException@Deprecated public E create(Integer naturalIdNotNull, String naturalIdNull) throws TopiaException
createByNaturalId(java.lang.Integer, java.lang.String)create in class NaturalizedEntityDAOAbstract<E extends GeneralizedNaturalizedEntity>naturalIdNotNull - naturalIdNull - TopiaExceptionpublic E createByNaturalId(Integer naturalIdNotNull, String naturalIdNull) throws TopiaException
createByNaturalId in class NaturalizedEntityDAOAbstract<E extends GeneralizedNaturalizedEntity>TopiaExceptionpublic E createByNotNull(Integer naturalIdNotNull) throws TopiaException
createByNotNull in class NaturalizedEntityDAOAbstract<E extends GeneralizedNaturalizedEntity>TopiaExceptionpublic <U extends TopiaEntity> List<U> findUsages(Class<U> type, E entity) throws TopiaException
findUsages in class NaturalizedEntityDAOAbstract<E extends GeneralizedNaturalizedEntity>TopiaExceptionpublic Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> findAllUsages(E entity) throws TopiaException
findAllUsages in class NaturalizedEntityDAOAbstract<E extends GeneralizedNaturalizedEntity>TopiaExceptionCopyright © 2004–2015 CodeLutin. All rights reserved.