Sunghyouk Bae

Results 13 issues of Sunghyouk Bae

#### Read me Read this first before creating an issue: - do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely be...

enhancement

Support named parameters like this ``` Map resultIdMap = new HashMap(); resultIdMap.put("ids", resultIds); data.raw(Person.class, "select * from Person WHERE id IN :ids", resultIdMap) ``` and support duplicated parameters ``` try...

I define entity which has OffsetDateTime (or ZonedDateTime) type, and assign converter like this `@Convert(OffsetDateTimeConverter.class) protected OffsetDateTime offsetDateTime;` When Create table, occur exception `create table if not exists TimeEvent (id...

Hi all, I want to use named parameter in raw method like this ```sql select u.* from Users u where (u.age > :age) or (u.age >= :age and u.firstname like...

enhancement

When entity has custom constructor and `@Embedded` property generated code does not create embedded property in custom constructor. ```java public abstract class AbstractUser { public AbstractUser() {} public AbstractUser(String name)...

bug

When use kotlin entity, can't define business uniqueness because kotlin entity is interface but, Java entity is class, we can business unique easily by overrides hashCode and equals. Suggest for...

enhancement

Support Lattuce. Support Sync and Async (Unsafe) mode.

todo

환경설정 정보 (properties, yaml)의 값을 암호화하고, Load 시에 복호화하여 소스 유출 시에도 서버 정보가 보호되도록 한다 참고: https://www.baeldung.com/spring-boot-jasypt

enhancement

### Description I ported blaze-persistence `examples\spring-data-dgs` to Kotlin Query is success, but mutation is failed. No primary constructor found for class class CatCreateView ### Expected behavior dgs deserialize Entity View...

kind: enhancement
component: updatable-entity-view
component: GraphQL
worth: high

Source : https://github.com/debop/redis-client-benchmark ![redis-client-benchmark-2014-09-23](https://cloud.githubusercontent.com/assets/1469381/4372738/dae84dcc-4326-11e4-8c28-656334e24592.png) rediscala : amazing speed but retrieve large multiple value case, poor performance. improve using 3rd party value formatter - 3rd party serializer or compressor, I guess....