Package org.castor.persist.resolver
-
Interface Summary Interface Description ResolverStrategy Strategy pattern to allow for common operations related to field resolution based upon the type of the field. -
Class Summary Class Description BaseRelationResolver Abstract base of aResolverStrategy
implementation for any kind of relation.ManyRelationResolver Implementation ofResolverStrategy
for many relations.ManyToManyRelationResolver Implementation ofResolverStrategy
for M:N relations.OneToManyRelationResolver PersistanceCapableRelationResolver Implementation ofResolverStrategy
for 1:1 relations.PrimitiveResolver Implementation ofResolverStrategy
for primitive fields.ResolverFactory Factory class for instantiating ResolverStragegy instances.SerializableResolver Implementation ofResolverStrategy
for serializable fields.