return expectedType == null ? Hibernate.BOOLEAN : expectedType;
return expectedType;
try { return getTypeInternal().objectToSQLString( getValue(), sessionFactory.getDialect() ); } catch( Throwable t ) { throw new QueryException( "Unable to render boolean literal value", t ); }
return ( BooleanType ) getDataType();
return getType() == TRUE ? Boolean.TRUE : Boolean.FALSE;
Expected-types really only pertinent here for boolean literals...paramexpectedType this.expectedType = expectedType;
this.expectedType = expectedType;