Skip navigation links
A B D E F G I L M Q R S T 

A

applyGlobalSearch(String, JPQLQuery<T>, Path<?>...) - Method in class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt
Adds a global contains text filter on the provided attributes.
applyGlobalSearch(GlobalSearch, JPQLQuery<T>, Path<?>...) - Method in class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt
Adds a global contains text filter on the provided attributes.
applyOrderById(JPQLQuery<T>) - Method in class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt
Adds to a query an order by the entity identifier related to this repository.
applyPagination(Pageable, JPQLQuery<T>) - Method in class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt
Applies the given Pageable to the given JPQLQuery.
applyPagination(Pageable, JPQLQuery<T>, QueryDslRepositorySupportExt.AttributeMappingBuilder) - Method in class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt
Applies the given Pageable to the given JPQLQuery.
applyPagination(Pageable, JPQLQuery<T>, Map<String, Path<?>[]>) - Method in class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt
Applies the given Pageable to the given JPQLQuery.
asMap() - Method in class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt.AttributeMappingBuilder
Returns a Map with the attribute mappings added to the factory.
AttributeMappingBuilder() - Constructor for class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt.AttributeMappingBuilder
 
auditorProvider() - Method in class io.springlets.data.jpa.config.SpringletsDataJpaAuthenticationAuditorConfiguration
 

B

buildMapper() - Method in class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt
Creates a factory to easily build an attribute mapping to real entity attribute names.

D

DetachableJpaRepository<T,ID extends Serializable> - Interface in io.springlets.data.jpa.repository
JpaRepository extension to allow to get detached entities.
DetachableJpaRepositoryImpl<T,ID extends Serializable> - Class in io.springlets.data.jpa.repository.support
JpaRepository extension to allow to get detached entities using the EntityManager.detach(Object) method.
DetachableJpaRepositoryImpl(JpaEntityInformation<T, ?>, EntityManager) - Constructor for class io.springlets.data.jpa.repository.support.DetachableJpaRepositoryImpl
Creates a new DetachableJpaRepositoryImpl to manage objects of the given JpaEntityInformation.
DetachableJpaRepositoryImpl(Class<T>, EntityManager) - Constructor for class io.springlets.data.jpa.repository.support.DetachableJpaRepositoryImpl
Creates a new DetachableJpaRepositoryImpl to manage objects of the given domain type.

E

EmbeddableImage - Class in io.springlets.data.jpa.domain
= EmbeddableImage Embeddable class that contains all the necessary operations to manage an image.
EmbeddableImage() - Constructor for class io.springlets.data.jpa.domain.EmbeddableImage
Default constructor
EmbeddableImage(byte[]) - Constructor for class io.springlets.data.jpa.domain.EmbeddableImage
Constructor that receives the byte array information to initialize the image.
embeddableImage - Static variable in class io.springlets.data.jpa.domain.QEmbeddableImage
 
EmbeddableImageException - Exception in io.springlets.data.jpa.domain
Runtime exceptions for EmbeddableImage problems found
EmbeddableImageException(Exception) - Constructor for exception io.springlets.data.jpa.domain.EmbeddableImageException
 
EmbeddableImageException(String, Exception) - Constructor for exception io.springlets.data.jpa.domain.EmbeddableImageException
 
EmbeddableImageException(String) - Constructor for exception io.springlets.data.jpa.domain.EmbeddableImageException
 
EnableSpringletsDataJpaAuthenticationAuditorSupport - Annotation Type in io.springlets.data.jpa.config
Annotation to automatically register the following beans for usage with Spring Data: * AuthenticationAuditorAware: default AuditorAware implementation integrated with Spring Security's authentication context.

F

findOneDetached(ID) - Method in interface io.springlets.data.jpa.repository.DetachableJpaRepository
Retrieves an entity by its id and detaches it from the EntityManager.
findOneDetached(ID) - Method in class io.springlets.data.jpa.repository.support.DetachableJpaRepositoryImpl
 
format(String) - Method in class io.springlets.data.jpa.domain.EmbeddableImage
Utility method that formats the image using the received format.
formatAndResize(String, int, int) - Method in class io.springlets.data.jpa.domain.EmbeddableImage
Utility method that formats and resize the image at the same time delegating in format and resize.

G

getBase64() - Method in class io.springlets.data.jpa.domain.EmbeddableImage
Utility method that obtains the Image in base64 format.
getEntityId() - Method in class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt
Returns the path of entity identifier field
getFormat() - Method in class io.springlets.data.jpa.domain.EmbeddableImage
Utility method that obtains the format of the uploaded image using the byte array.
getImage() - Method in class io.springlets.data.jpa.domain.EmbeddableImage
Getter that returns the image byte array.

I

image - Variable in class io.springlets.data.jpa.domain.QEmbeddableImage
 
io.springlets.data.jpa.config - package io.springlets.data.jpa.config
 
io.springlets.data.jpa.domain - package io.springlets.data.jpa.domain
 
io.springlets.data.jpa.repository - package io.springlets.data.jpa.repository
 
io.springlets.data.jpa.repository.support - package io.springlets.data.jpa.repository.support
 

L

loadPage(JPQLQuery<T>, Pageable, Expression<M>) - Method in class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt
Loads a page of data with the provided pagination criteria.

M

map(String, Path<?>...) - Method in class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt.AttributeMappingBuilder
Adds a mapping between a virtual attribute and one or more real ones.

Q

QEmbeddableImage - Class in io.springlets.data.jpa.domain
= QEmbeddableImage QClass that will be used by QueryDSL inside the projects that uses the EmbeddableImage as property of some entity.
QEmbeddableImage(String) - Constructor for class io.springlets.data.jpa.domain.QEmbeddableImage
 
QEmbeddableImage(Path<? extends EmbeddableImage>) - Constructor for class io.springlets.data.jpa.domain.QEmbeddableImage
 
QEmbeddableImage(PathMetadata) - Constructor for class io.springlets.data.jpa.domain.QEmbeddableImage
 
QEmbeddableImage(PathMetadata, PathInits) - Constructor for class io.springlets.data.jpa.domain.QEmbeddableImage
 
QEmbeddableImage(Class<? extends EmbeddableImage>, PathMetadata, PathInits) - Constructor for class io.springlets.data.jpa.domain.QEmbeddableImage
 
QueryDslRepositorySupportExt<T> - Class in io.springlets.data.jpa.repository.support
Base class with additional utilities for implementing repositories using QueryDsl library.
QueryDslRepositorySupportExt(Class<T>) - Constructor for class io.springlets.data.jpa.repository.support.QueryDslRepositorySupportExt
Creates a new QueryDslRepositorySupport instance for the given domain type.
QueryDslRepositorySupportExt.AttributeMappingBuilder - Class in io.springlets.data.jpa.repository.support
Factory to create a mapping between simulated attributes and the entity real ones.

R

resize(int, int) - Method in class io.springlets.data.jpa.domain.EmbeddableImage
Utility method that resizes the image using the received width and height

S

setImage(byte[]) - Method in class io.springlets.data.jpa.domain.EmbeddableImage
Setter that sets the bytes of the image.
SpringletsDataJpaAuthenticationAuditorConfiguration - Class in io.springlets.data.jpa.config
Configuration class to register the AuthenticationAuditorAware class as the AuditorAware implementation to use, as well as enabling the Spring Data's JPA auditing
SpringletsDataJpaAuthenticationAuditorConfiguration() - Constructor for class io.springlets.data.jpa.config.SpringletsDataJpaAuthenticationAuditorConfiguration
 

T

toString() - Method in class io.springlets.data.jpa.domain.EmbeddableImage
toString method that returns the String representation of this image.
A B D E F G I L M Q R S T 
Skip navigation links

Copyright © 2018 DISID Corporation. All rights reserved.