mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-03 08:19:15 +00:00
Initial working support for building and executing JdbcSelect operation from simple HQL
This commit is contained in:
parent
f85fe137b2
commit
340ba91e5c
@ -9,6 +9,7 @@
|
||||
import java.sql.PreparedStatement;
|
||||
import java.sql.SQLException;
|
||||
|
||||
import org.hibernate.annotations.Remove;
|
||||
import org.hibernate.engine.spi.SharedSessionContractImplementor;
|
||||
import org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor;
|
||||
|
||||
@ -25,6 +26,7 @@ public interface EnumValueConverter<O extends Enum, R> extends BasicValueConvert
|
||||
|
||||
String toSqlLiteral(Object value);
|
||||
|
||||
@Remove
|
||||
void writeValue(
|
||||
PreparedStatement statement,
|
||||
Enum value,
|
||||
|
Loading…
x
Reference in New Issue
Block a user