Uses of Class
org.hibernate.type.JavaObjectType
-
Packages that use JavaObjectType Package Description org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of JavaObjectType in org.hibernate.type
Subclasses of JavaObjectType in org.hibernate.type Modifier and Type Class Description class
NullType
class
QueryParameterJavaObjectType
Fields in org.hibernate.type declared as JavaObjectType Modifier and Type Field Description static JavaObjectType
JavaObjectType. INSTANCE
Singleton access
-