Questions tagged [batoo]

Batoo is an implementation of the Java Persistence API which provides Java developers with an object/relational mapping facility for managing relational data in Java applications.

Batoo is an implementation of the Java Persistence API which provides Java developers with an object/relational mapping facility for managing relational data in Java applications. Java Persistence consists of four areas :

  • The Java Persistence API
  • The query language
  • The Java Persistence Criteria API
  • Object/relational mapping metadata
9 questions
6
votes
2 answers

Using a Factory to create JPA entities

I am Thinking of creating A JPA 2.0 Mapping of an entity, however I do not want to have any setters or expose a constructor, I want to use a Factory to create my class whenever it is fetched from the db. I have taken a look at the pro JPA 2.0 book…
GMelo
  • 229
  • 1
  • 16
2
votes
0 answers

Is there a schedule for Batoo JPA to support the 2.1 spec?

I'd like to know if there is a schedule / idea of when Batoo JPA will fully support the JPA 2.1 specification?
1
vote
1 answer

Batoo support for Amazon RDS, S3 and MySQL

I was wondering if it supports Amazon RDS, and S3. Furthermore, I would like to find documentation regarding the level of support given to MySQL joins, but I couldn't find anything. Thanks in advance, Pedro.
Flame_Phoenix
  • 16,489
  • 37
  • 131
  • 266
1
vote
1 answer

Batoo JPA, Spring and JodaTime

I've been checking out batoo JPA lately. I've managed to use it with Spring and it seems to work good with the standard JPA interface. Now I'm looking how to get JodaTime to get persisted transparently. I know that I can write a converter but I was…
almendar
  • 1,823
  • 13
  • 23
0
votes
1 answer

Aparent Bug in batoo JPA Map Collection

I am trying out Batoo for JPA, and in creating a map with the code below: @ElementCollection(fetch = FetchType.EAGER) @CollectionTable(name = "BOOLEAN_CONDITION_MAP") @MapKeyColumn(name = "CONDITION_KEY") @Column(name = "CONDITION_VALUE") private…
GMelo
  • 229
  • 1
  • 16
0
votes
1 answer

Sample for integrating BatooJPA in Jetty with Gradle

I'm trying to integrate Batoo JPA in one of my projects using gradle and Jetty as a server. What libraries do I have to integrate? Is there a sample available? Currently I have…
Soccertrash
  • 1,830
  • 3
  • 28
  • 48
0
votes
1 answer

Enable SQL logging with Batoo JPA

How do you enable SQL logging with Batoo JPA
0
votes
1 answer

MySQL index creation using JPA (Hibernate and Batoo)

I am experimenting indexes generation using JPA. I already know JPA specifications themselves does not contemplate a standard way to generate indexes, but (some) providers support this feature. I am testing the newly born Batoo (http://batoo.jp/)…
ThanksForAllTheFish
  • 7,101
  • 5
  • 35
  • 54
-6
votes
1 answer

What Java libraries does Batoo depend on, such as com.google.common.collect.Maps?

Stack overflow is the only avenue for getting any information on how to use Batoo, as there is little to no documentation on how to get it integrated into a Java application. My very simple and germane question is, what are the Java library…
Ken Kopelson
  • 157
  • 1
  • 4