Uses of Class
org.jcoderz.commons.util.UserTypeBase

Packages that use UserTypeBase
org.jcoderz.commons   
org.jcoderz.commons.types.samples   
org.jcoderz.commons.util   
 

Uses of UserTypeBase in org.jcoderz.commons
 

Subclasses of UserTypeBase in org.jcoderz.commons
 class FooStringUserType
          Hibernate user type for the FooString.
 

Uses of UserTypeBase in org.jcoderz.commons.types.samples
 

Subclasses of UserTypeBase in org.jcoderz.commons.types.samples
 class SampleFixPointUserType
          Hibernate user type for the SampleFixPoint.
 class SampleLongUserType
          Hibernate user type for the SampleLong.
 class TestEnumAsNumericUserType
          Hibernate user type for the TestEnumAsNumeric.
 class TestEnumAsStringUserType
          Hibernate user type for the TestEnumAsString.
 class TestEnumExpliciteValueUserType
          Hibernate user type for the TestEnumExpliciteValue.
 class TestEnumUserType
          Hibernate user type for the TestEnum.
 class TestEnumWiredTextUserType
          Hibernate user type for the TestEnumWiredText.
 class TestFixPointTwoUserType
          Hibernate user type for the TestFixPointTwo.
 class TestFixPointUserType
          Hibernate user type for the TestFixPoint.
 class TestRolesUserType
          Hibernate user type for the TestRoles.
 

Uses of UserTypeBase in org.jcoderz.commons.util
 

Subclasses of UserTypeBase in org.jcoderz.commons.util
 class BigDecimalUserTypeBase
          This class is used by the Hibernate binding for numeric strong types.
 class DateUserType
          This is the Hibernate user type that maps a Date to a timestamp in the Database.
 class IntUserTypeBase
          This class is used by the Hibernate binding for numeric strong types.
 class LongUserTypeBase
          This class is used by the Hibernate binding for long based strong types.
 class StringUserTypeBase
          This class is used by the Hibernate binding for RestrictedStrings.
 



Copyright 2007 The jCoderZ Project.