public class QueryDSLObjectMapJsonType<T>
extends com.querydsl.sql.types.AbstractType<T>
Constructor and Description |
---|
QueryDSLObjectMapJsonType() |
QueryDSLObjectMapJsonType(int type) |
Modifier and Type | Method and Description |
---|---|
Type |
getGenericType() |
Class<T> |
getReturnedClass() |
T |
getValue(ResultSet rs,
int startIndex) |
void |
setGenericType(Type genericType) |
void |
setReturnedClass(Class<T> clz) |
void |
setValue(PreparedStatement st,
int startIndex,
T value) |
public QueryDSLObjectMapJsonType()
public QueryDSLObjectMapJsonType(int type)
public T getValue(ResultSet rs, int startIndex) throws SQLException
SQLException
public void setValue(PreparedStatement st, int startIndex, T value) throws SQLException
SQLException
public Type getGenericType()
public void setGenericType(Type genericType)
Copyright © 2020. All rights reserved.