canguru.descriptor
Class CharacterType

java.lang.Object
  |
  +--canguru.descriptor.AttributeType
        |
        +--canguru.descriptor.CharacterType

class CharacterType
extends AttributeType

Representa um atributo character na aplicação Java e no banco, fornecendo informações para a conversão entre eles.

As seguintes definições são utlizadas para esse tipo:


Field Summary
 
Fields inherited from class canguru.descriptor.AttributeType
 
Constructor Summary
(package private) CharacterType()
          Constrói o tipo CharacterType, definindo: javaType: Character - classe que representa o tipo de um atributo na aplicação Java databaseTipe: CHAR(1) - tipo a ser armazenado no banco de dados hasId: o id do atributo não precisa ser salvo para reestabelecer a referência na recuperação do elemento hasValue: o valor do atributo precisa ser salvo para realização de pesquisas futuras
 
Methods inherited from class canguru.descriptor.AttributeType
getDatabaseType, getDatabaseValue, getJavaType, getJdbcType, hasId, hasValue, setDatabaseType, setHasId, setHasValue, setJavaType, setJdbcType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterType

CharacterType()
Constrói o tipo CharacterType, definindo: