Uses of Class
com.vladmihalcea.hibernate.type.json.internal.JsonBytesSqlTypeDescriptor
-
Packages that use JsonBytesSqlTypeDescriptor Package Description com.vladmihalcea.hibernate.type.json.internal -
-
Uses of JsonBytesSqlTypeDescriptor in com.vladmihalcea.hibernate.type.json.internal
Fields in com.vladmihalcea.hibernate.type.json.internal declared as JsonBytesSqlTypeDescriptor Modifier and Type Field Description static JsonBytesSqlTypeDescriptor
JsonBytesSqlTypeDescriptor. INSTANCE
Fields in com.vladmihalcea.hibernate.type.json.internal with type parameters of type JsonBytesSqlTypeDescriptor Modifier and Type Field Description private static java.util.Map<org.hibernate.dialect.Database,JsonBytesSqlTypeDescriptor>
JsonBytesSqlTypeDescriptor. INSTANCE_MAP
Methods in com.vladmihalcea.hibernate.type.json.internal that return JsonBytesSqlTypeDescriptor Modifier and Type Method Description static JsonBytesSqlTypeDescriptor
JsonBytesSqlTypeDescriptor. of(org.hibernate.dialect.Database database)
-