Serialized Form


Package net.sf.gilead.core.serialization

Class net.sf.gilead.core.serialization.SerializableId extends java.lang.Object implements Serializable

serialVersionUID: -4365286012503534L

Serialized Fields

id

java.io.Serializable id
The underlying id


hashCode

java.lang.Integer hashCode
Hash code for non persistent and transient values


className

java.lang.String className
The associated class name


Package net.sf.gilead.exception

Class net.sf.gilead.exception.CloneException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 6572503996574346821L

Class net.sf.gilead.exception.ComponentTypeException extends TransientObjectException implements Serializable

serialVersionUID: 3340931714810616895L

Class net.sf.gilead.exception.ConvertorException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -3726099973351020112L

Class net.sf.gilead.exception.InvocationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -6963949434725754587L

Class net.sf.gilead.exception.NotAssignableException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -6720555954758348687L

Serialized Fields

sourceClass

java.lang.Class<T> sourceClass
The source class


targetClass

java.lang.Class<T> targetClass
The target class

Class net.sf.gilead.exception.NotPersistentObjectException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3274347637647294793L

Serialized Fields

_object

java.lang.Object _object
The exception object

Class net.sf.gilead.exception.ProxyException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -7472497039290844426L

Class net.sf.gilead.exception.ProxyStoreException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 2652532805114101598L

Serialized Fields

_object

java.lang.Object _object
The exception object

Class net.sf.gilead.exception.TransientObjectException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -3916689195006928705L

Serialized Fields

_object

java.lang.Object _object
The exception object


Package net.sf.gilead.pojo.java14

Class net.sf.gilead.pojo.java14.LightEntity extends java.lang.Object implements Serializable

serialVersionUID: 535611044803301746L

Serialized Fields

_proxyInformations

java.util.Map<K,V> _proxyInformations
Map of proxy informations The key is the property name, the value is a map with persistence informations filled by the persistence util implementation.


Package net.sf.gilead.pojo.java5

Class net.sf.gilead.pojo.java5.LightEntity extends java.lang.Object implements Serializable

serialVersionUID: 1061336746068017740L

Serialized Fields

_proxyInformations

java.util.Map<K,V> _proxyInformations
Map of persistence proxy informations. The key is the property name, the value is a map with persistence informations filled by the persistence util implementation