Hi Maria,
Yes, it should work with your classes. It worth noting, that
"lastName" will be accessible in your queries, "SELECT lastName FROM
..." should work. Note that you should use simply "lastName" in SQL
but not "general.lastName".
By the way, usually it is better to write such questions to I
Hello!
Qould you please tell me,
can I get Embeddable field data by sql query?
My field is (I need to get lastNamefrow sql query):
@Table(name = "rzd_employee")
public class EmployeeExtVO implements Serializable {
...
@Embedded
@QuerySqlField
private GeneralAttrs gene
Hi,
AFAIK, you cannot use 1.4.X version with Ignite.
If you want to use another version of H2 in your project,
you can try to use different classloader to load it separately.
Google it for details.
2016-05-30 9:20 GMT+03:00 王庆 :
> Hi,I am a developer from china .My English leaves much to be desi
Hi,I am a developer from china .My English leaves much to be desired. Please
ingore these syntax errors.When I use the spatial index module in ignite1.6.0 ,
I found it depends 1.3.175 version of the H2, but I need to use the 1.4.X h2
version.
com.h2database
h2
1.3.175
co
How many backups do you have configured?
On Tue, Apr 26, 2016 at 10:52 PM, 徐冉 <7844...@163.com> wrote:
> hi:
> I found a problem, Maybe I'm not properly configured .I test write data
> into ignite cache, and I deploy a cluster with Zero Deployment, and I
> develep a progrem to write data into Ign
hi:
I found a problem, Maybe I'm not properly configured .I test write data into
ignite cache, and I deploy a cluster with Zero Deployment, and I develep a
progrem to write data into Ignite Cache.
when the progrem run in Single node, test result (write speed)is ablout 200,000
rows/s, when the
Alexander,
Having ICLA for contributors is 'nice to have' but isn't mandatory.
Once when/if a person is invited to become a committer, the ICLA is the must.
It is called ICLA for a reason: I == Individual
If your employer is going to do a donation of existing code, it will have to
go through the
Hello!
I am considering a possibility of active participation in Apache Ignite
community. One formal question, which I have not found an answer to in FAQs and
anywhere else: Is it a mandatory prerequisite to sign an Apache contributor
license agreement to engage in community and submit code/con