Careful on that workaround, if you use @Column(name = "formula_col") elsewhere in the same Entity, Hibernate won't populate it; formula_col will only be fetched in the @ColumnTransformer usage for some reason.