由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - who can give an AVRO container create example?
相关主题
Re: OR mappingHow to create a binding schema in jaxb.
any JAXB high hands?XOM 求助
How to get all tables in a schema in Oracle 9i using its JDBC driver?seam的examples里面的配置问题:感觉README里面少东西了,
Problem running Oracle stored procedure in Java看Spring真是头大
怎么样同时build两个xsd filehating cassandra, just a little bit
JAXB两种方式有什么不同
探讨一个 ORM + web service 的问题unit testing of hibernate applications?
XML schema to instance generator?现在hibernate这种流行框架
相关话题的讨论汇总
话题: schema话题: avro话题: avroschema话题: container
进入Java版参与讨论
1 (共1页)
c*****t
发帖数: 1879
1
Using jackson streaming api, how to create an AVRO container?
I tried the following.
Schema s = AvroUtils.getSchema (rs.getMetaData ());
AvroSchema schema = new AvroSchema(s);
AvroFactory f = new AvroFactory();
AvroGenerator g = f.createGenerator (m_os);
g.setSchema (schema);
g.writeStartArray ();
...
g.writeEndArray ();
g.flush ();
But the file generated does not contain the schema...
1 (共1页)
进入Java版参与讨论
相关主题
现在hibernate这种流行框架怎么样同时build两个xsd file
Which POJO generator is better?JAXB
maven真是个好东东探讨一个 ORM + web service 的问题
越来越讨厌relational database了XML schema to instance generator?
Re: OR mappingHow to create a binding schema in jaxb.
any JAXB high hands?XOM 求助
How to get all tables in a schema in Oracle 9i using its JDBC driver?seam的examples里面的配置问题:感觉README里面少东西了,
Problem running Oracle stored procedure in Java看Spring真是头大
相关话题的讨论汇总
话题: schema话题: avro话题: avroschema话题: container