Package org.kiwiproject.hibernate.usertype
-
Class Summary Class Description AbstractArrayUserType Abstract base class for custom Hibernate user-defined array types.BigintArrayUserType A Hibernate user-defined type that maps to/from (Postgres) array column of typeBIGINTmapping to the Java typeLong[].JSONBUserType A Hibernate user-defined type that maps to/from Postgresjsonbcolumns.TextArrayUserType A Hibernate user-defined type that maps to/from (Postgres) array column of a text type, e.g.