| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DiscriminatorType | |
| org.hibernate.type | A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. | 
| Uses of DiscriminatorType in org.hibernate.type | 
| Classes in org.hibernate.type that implement DiscriminatorType | |
|  class | BigIntegerTypebig_integer: A type that maps an SQL NUMERIC to a java.math.BigInteger | 
|  class | BooleanTypeboolean: A type that maps an SQL BIT to a Java Boolean. | 
|  class | ByteTypebyte: A type that maps an SQL TINYINT to a Java Byte. | 
|  class | CharacterTypecharacter: A type that maps an SQL CHAR(1) to a Java Character. | 
|  class | CharBooleanTypeSuperclass for types that map Java boolean to SQL CHAR(1). | 
|  class | CustomTypeAdapts UserTypeto the genericTypeinterface, in order
 to isolate user code from changes in the internal Type contracts. | 
|  class | IntegerTypeinteger: A type that maps an SQL INT to a Java Integer. | 
|  class | LongTypelong: A type that maps an SQL BIGINT to a Java Long. | 
|  class | ShortTypeshort: A type that maps an SQL SMALLINT to a Java Short. | 
|  class | StringTypestring: A type that maps an SQL VARCHAR to a Java String. | 
|  class | TrueFalseTypetrue_false: A type that maps an SQL CHAR(1) to a Java Boolean. | 
|  class | YesNoTypeyes_no: A type that maps an SQL CHAR(1) to a Java Boolean. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||