Uses of Class
com.skava.ratingandreviews.collection.model.entity.CollectionPropertyAttribute
Packages that use CollectionPropertyAttribute
Package
Description
Provides the factory interface for collection.
Provides the factory implementation class for collection.
Provides the collection entity classes for collection.
Provides the repository interface for collection.
-
Uses of CollectionPropertyAttribute in com.skava.ratingandreviews.collection.factory
Methods in com.skava.ratingandreviews.collection.factory with parameters of type CollectionPropertyAttributeModifier and TypeMethodDescriptionCollectionFactory.createCollectionAttributeDomain
(CollectionPropertyAttribute collectionAttribute) The createCollectionAttributeDomain Method. -
Uses of CollectionPropertyAttribute in com.skava.ratingandreviews.collection.factoryimpl
Methods in com.skava.ratingandreviews.collection.factoryimpl with parameters of type CollectionPropertyAttributeModifier and TypeMethodDescriptionCollectionFactoryImpl.createCollectionAttributeDomain
(CollectionPropertyAttribute collectionAttribute) -
Uses of CollectionPropertyAttribute in com.skava.ratingandreviews.collection.model.entity
Constructor parameters in com.skava.ratingandreviews.collection.model.entity with type arguments of type CollectionPropertyAttributeModifierConstructorDescriptionQCollectionPropertyAttribute
(com.querydsl.core.types.Path<? extends CollectionPropertyAttribute> path) -
Uses of CollectionPropertyAttribute in com.skava.ratingandreviews.collection.repository
Methods in com.skava.ratingandreviews.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)