Class AbstractAttributeAwareRepositoryImpl<Entity extends AbstractMetadataTypeEntity,​DTO extends AbstractMetadataTypeDTO,​AttributeEntity extends AbstractAttributeEntity,​AttributeDTO extends AbstractAttributeDTO,​S extends AbstractAttributeAwareSearchBean<DTO,​AttributeDTO,​AttributeSearchBean>,​AttributeSearchBean extends AbstractAttributeSearchBean<AttributeDTO>>

    • Constructor Detail

      • AbstractAttributeAwareRepositoryImpl

        public AbstractAttributeAwareRepositoryImpl()
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • addAttributeSpecification

        protected org.springframework.data.jpa.domain.Specification<Entity> addAttributeSpecification​(S sb,
                                                                                                      org.springframework.data.jpa.domain.Specification<Entity> specs)