Hi After creating EntityManagerFactory instance, I receive error message: ... Exception Description: Predeployment of PersistenceUnit [aPU] failed. Internal Exception: Exception [EclipseLink-7157] (Eclipse Persistence Services - 2.0.2.v20100323-r6872): org.eclipse.persistence.exceptions.ValidationException Exception Description: Entity class [class Table] must use a @JoinColumn instead of @Column to map its relationship attribute [Price]. ... Column Price is Domain type (example: CREATE TYPE MONEY AS NUMERIC(10,2) FINAL).
How to use Domain or Struct PostgreSQL types? Is it possible with JPA? Please advise -- View this message in context: http://openjpa.208410.n2.nabble.com/Mapping-Domain-or-Struct-PostgreSQL-type-tp5424061p5424061.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
