Uses of Class
org.kiwiproject.hibernate.usertype.AbstractArrayUserType
-
Packages that use AbstractArrayUserType Package Description org.kiwiproject.hibernate.usertype -
-
Uses of AbstractArrayUserType in org.kiwiproject.hibernate.usertype
Subclasses of AbstractArrayUserType in org.kiwiproject.hibernate.usertype Modifier and Type Class Description classBigintArrayUserTypeA Hibernate user-defined type that maps to/from (Postgres) array column of typeBIGINTmapping to the Java typeLong[].classTextArrayUserTypeA Hibernate user-defined type that maps to/from (Postgres) array column of a text type, e.g.
-