Uses of Class
com.skava.ratingandreviews.collection.model.entity.CollectionPropertyEntity
Packages that use CollectionPropertyEntity
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 CollectionPropertyEntity in com.skava.ratingandreviews.collection.factory
Methods in com.skava.ratingandreviews.collection.factory that return CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyFactory.createCollectionPropertyEntity
(CollectionPropertyDomain collectionPropertyDomain, CollectionEntity collection) The createCollectionPropertyEntity Method.Methods in com.skava.ratingandreviews.collection.factory that return types with arguments of type CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyFactory.buildCollectionPropertiesEntity
(CollectionEntity collectionEntity, Map<String, CollectionPropertyDomain> collectionPropertiesDomainMap) This method builds list of collection properties entity modelMethods in com.skava.ratingandreviews.collection.factory with parameters of type CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyFactory.createCollectionPropertyDomain
(CollectionPropertyEntity collectionPropertyEntity) The createCollectionPropertyDomain Method. -
Uses of CollectionPropertyEntity in com.skava.ratingandreviews.collection.factoryimpl
Methods in com.skava.ratingandreviews.collection.factoryimpl that return CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyFactoryImpl.createCollectionPropertyEntity
(CollectionPropertyDomain collectionPropertyDomain, CollectionEntity collectionEntity) Methods in com.skava.ratingandreviews.collection.factoryimpl that return types with arguments of type CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyFactoryImpl.buildCollectionPropertiesEntity
(CollectionEntity collectionEntity, Map<String, CollectionPropertyDomain> collectionPropertiesDomainMap) method buildCollectionPropertiesEntityMethods in com.skava.ratingandreviews.collection.factoryimpl with parameters of type CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyFactoryImpl.createCollectionPropertyDomain
(CollectionPropertyEntity collectionPropertyEntity) -
Uses of CollectionPropertyEntity in com.skava.ratingandreviews.collection.model.entity
Fields in com.skava.ratingandreviews.collection.model.entity with type parameters of type CollectionPropertyEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<CollectionPropertyEntity,
QCollectionPropertyEntity> QCollectionEntity.collectionProperties
Constructor parameters in com.skava.ratingandreviews.collection.model.entity with type arguments of type CollectionPropertyEntityModifierConstructorDescriptionQCollectionPropertyEntity
(com.querydsl.core.types.Path<? extends CollectionPropertyEntity> path) QCollectionPropertyEntity
(Class<? extends CollectionPropertyEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of CollectionPropertyEntity in com.skava.ratingandreviews.collection.repository
Methods in com.skava.ratingandreviews.collection.repository that return types with arguments of type CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyRepository.getByCollectionId
(Long collectionId) methodGetByCollectionId