Uses of Class
com.skava.shipping.collection.model.entity.CollectionPropertyAttribute
Packages that use CollectionPropertyAttribute
Package
Description
This package provide interface for define method use in shipping service for collections.
provide package to implement and transfer data domain to entity, entity to domain
and domain to data transfer object.
Provide package to define collection entity model object.
Provide package to define collection repository.
-
Uses of CollectionPropertyAttribute in com.skava.shipping.collection.factory
Methods in com.skava.shipping.collection.factory with parameters of type CollectionPropertyAttributeModifier and TypeMethodDescriptionCollectionFactory.createCollectionAttributeDomain
(CollectionPropertyAttribute collectionAttribute) The createCollectionAttributeDomain Method. -
Uses of CollectionPropertyAttribute in com.skava.shipping.collection.factoryimpl
Methods in com.skava.shipping.collection.factoryimpl with parameters of type CollectionPropertyAttributeModifier and TypeMethodDescriptionCollectionFactoryImpl.createCollectionAttributeDomain
(CollectionPropertyAttribute collectionAttribute) -
Uses of CollectionPropertyAttribute in com.skava.shipping.collection.model.entity
Constructor parameters in com.skava.shipping.collection.model.entity with type arguments of type CollectionPropertyAttributeModifierConstructorDescriptionQCollectionPropertyAttribute
(com.querydsl.core.types.Path<? extends CollectionPropertyAttribute> path) -
Uses of CollectionPropertyAttribute in com.skava.shipping.collection.repository
Methods in com.skava.shipping.collection.repository that return types with arguments of type CollectionPropertyAttributeModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CollectionPropertyAttribute>
CollectionAttributeRepository.findAll
(org.springframework.data.domain.Pageable pageRequest)