Uses of Class
org.cxbox.model.core.entity.BaseEntity
-
-
Uses of BaseEntity in org.cxbox.model.core.api
Classes in org.cxbox.model.core.api with type parameters of type BaseEntity Modifier and Type Interface Description interfaceTranslatable<P extends BaseEntity,L extends Translation<P,L>>interfaceTranslation<P extends BaseEntity,L extends Translation<P,L>>Methods in org.cxbox.model.core.api with type parameters of type BaseEntity Modifier and Type Method Description <L extends Translation<E,L>,E extends BaseEntity & Translatable<E,L>>
List<String>TranslationService. getMissingTranslations(E translatable)<L extends Translation<E,L>,E extends BaseEntity & Translatable<E,L>>
List<L>TranslationService. populate(E translatable)Constructors in org.cxbox.model.core.api with parameters of type BaseEntity Constructor Description EntitySerializationEvent(Object source, BaseEntity entity) -
Uses of BaseEntity in org.cxbox.model.core.dao
Methods in org.cxbox.model.core.dao with type parameters of type BaseEntity Modifier and Type Method Description <T extends BaseEntity>
TJpaDao. delete(Class<T> clazz, Long id)<T extends BaseEntity>
TJpaDao. evict(T o)<T extends BaseEntity>
TJpaDao. fetchBySpecification(Class<T> entityClass, org.springframework.data.jpa.domain.Specification<T> specification)<T extends BaseEntity>
TJpaDao. findById(Class<T> clazz, Long id)<T extends BaseEntity>
TJpaDao. findById(String type, Long id)Deprecated. -
Uses of BaseEntity in org.cxbox.model.core.dao.impl
Methods in org.cxbox.model.core.dao.impl with type parameters of type BaseEntity Modifier and Type Method Description <T extends BaseEntity>
TJpaDaoImpl. delete(Class<T> clazz, Long id)<T extends BaseEntity>
TJpaDaoImpl. evict(T o)<T extends BaseEntity>
TJpaDaoImpl. fetchBySpecification(Class<T> entityClass, org.springframework.data.jpa.domain.Specification<T> specification)<T extends BaseEntity>
TJpaDaoImpl. findById(Class<T> clazz, Long id)<T extends BaseEntity>
TJpaDaoImpl. findById(String type, Long id)Methods in org.cxbox.model.core.dao.impl that return types with arguments of type BaseEntity Modifier and Type Method Description protected javax.persistence.metamodel.EntityType<BaseEntity>JpaDaoImpl. getEntityType(String name) -
Uses of BaseEntity in org.cxbox.model.core.dao.util
Methods in org.cxbox.model.core.dao.util with parameters of type BaseEntity Modifier and Type Method Description ClassJpaUtils. unproxiedClass(BaseEntity proxy) -
Uses of BaseEntity in org.cxbox.model.core.entity
Subclasses of BaseEntity in org.cxbox.model.core.entity Modifier and Type Class Description classDepartmentclassDivisionclassHistoricityEntityclassResponsibilitiesclassSystemSettingclassUserUserclassUserRoleFields in org.cxbox.model.core.entity with type parameters of type BaseEntity Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<BaseEntity,Long>BaseEntity_. createdBystatic javax.persistence.metamodel.SingularAttribute<BaseEntity,LocalDateTime>BaseEntity_. createdDatestatic javax.persistence.metamodel.SingularAttribute<BaseEntity,Long>BaseEntity_. idstatic javax.persistence.metamodel.SingularAttribute<BaseEntity,Long>BaseEntity_. lastUpdBystatic javax.persistence.metamodel.SingularAttribute<BaseEntity,LocalDateTime>BaseEntity_. updatedDatestatic javax.persistence.metamodel.SingularAttribute<BaseEntity,Long>BaseEntity_. vstamp -
Uses of BaseEntity in org.cxbox.model.core.listeners.jpa
Methods in org.cxbox.model.core.listeners.jpa with parameters of type BaseEntity Modifier and Type Method Description voidDelegatingBaseEntityListener. onCreate(BaseEntity baseEntity)voidDelegatingBaseEntityListener. onLoad(BaseEntity baseEntity)voidDelegatingBaseEntityListener. onUpdate(BaseEntity baseEntity) -
Uses of BaseEntity in org.cxbox.model.core.service
Methods in org.cxbox.model.core.service with type parameters of type BaseEntity Modifier and Type Method Description <L extends Translation<E,L>,E extends BaseEntity & Translatable<E,L>>
List<String>TranslationServiceImpl. getMissingTranslations(E translatable)<L extends Translation<E,L>,E extends BaseEntity & Translatable<E,L>>
List<L>TranslationServiceImpl. populate(E translatable)Methods in org.cxbox.model.core.service with parameters of type BaseEntity Modifier and Type Method Description voidBaseEntityListenerDelegate. baseEntityOnCreate(BaseEntity baseEntity)voidCxboxBaseEntityListenerDelegate. baseEntityOnCreate(BaseEntity baseEntity)voidBaseEntityListenerDelegate. baseEntityOnLoad(BaseEntity baseEntity)voidCxboxBaseEntityListenerDelegate. baseEntityOnLoad(BaseEntity baseEntity)voidBaseEntityListenerDelegate. baseEntityOnUpdate(BaseEntity baseEntity)voidCxboxBaseEntityListenerDelegate. baseEntityOnUpdate(BaseEntity baseEntity)
-