JPA 2.1 and UUID
Recently I came over to map a table in a Postgres Database that contains a UUID Column. With JPA 2.1 there is a very simple way to map this column to thejava.util.UUID
-Field in the entity.
Continue reading
java.util.UUID
-Field in the entity.
Continue reading
@WebFilter
– Annotation which made the filtering and manipulating of requests very easy: No more com.sun.jersey.spi.container.ContainerResponseFilters
entries in the web.xml. All you have to do is to implements the Filter-Interface and annotate your class.
Continue reading