Uses of Class
org.apache.cayenne.access.types.CharType
-
Packages that use CharType Package Description org.apache.cayenne.access.types Defines an extendable mechanism to map Java types to JDBC types.org.apache.cayenne.dba.oracle Oracle DbAdapter. -
-
Uses of CharType in org.apache.cayenne.access.types
Constructors in org.apache.cayenne.access.types with parameters of type CharType Constructor Description JsonType(CharType delegate, boolean useRealType)
-
Uses of CharType in org.apache.cayenne.dba.oracle
Subclasses of CharType in org.apache.cayenne.dba.oracle Modifier and Type Class Description class
OracleCharType
Oracle specific CHAR type handling.
-