| Package | Description |
|---|---|
| io.springlets.data.jpa.domain |
| Modifier and Type | Method and Description |
|---|---|
EmbeddableImage |
EmbeddableImage.format(String newFormat)
Utility method that formats the image using the received format.
|
EmbeddableImage |
EmbeddableImage.formatAndResize(String newFormat,
int width,
int height)
Utility method that formats and resize the image at the same time
delegating in
format and resize. |
EmbeddableImage |
EmbeddableImage.resize(int width,
int height)
Utility method that resizes the image using the received width and height
|
| Constructor and Description |
|---|
QEmbeddableImage(Class<? extends EmbeddableImage> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QEmbeddableImage(com.querydsl.core.types.Path<? extends EmbeddableImage> path) |
Copyright © 2018 DISID Corporation. All rights reserved.