All Classes Interface Summary Class Summary Exception Summary
Class |
Description |
Attribute<EnclosingType,EnclosingBean,AttributeType> |
|
Builder<Type> |
An object builder.
|
Converter<SourceType,TargetType> |
Converter function.
|
Entity<Type,Bean> |
An entity type.
|
Factory<Type> |
A factory of beans of given type.
|
Getter<OuterType,NestedType> |
Bean property getter.
|
Property<EnclosingType,EnclosingBean,NestedType> |
|
Relationship<EnclosingType,EnclosingBean,RelatedType,RelatedBean> |
Relationship of one Entity type to another.
|
Setter<OuterType,NestedType> |
Bean property setter.
|
XMLDumper |
A facility to serialize data in in XML format.
|
XMLException |
Indicates an exception that occurred during XML serialization or deserialization, such as
malformed XML or XML not conforming to the expected schema.
|
XMLParser |
A facility to deserialize data in in XML format.
|