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 aResolverStrategyimplementation for any kind of relation.ManyRelationResolver Implementation ofResolverStrategyfor many relations.ManyToManyRelationResolver Implementation ofResolverStrategyfor M:N relations.OneToManyRelationResolver PersistanceCapableRelationResolver Implementation ofResolverStrategyfor 1:1 relations.PrimitiveResolver Implementation ofResolverStrategyfor primitive fields.ResolverFactory Factory class for instantiating ResolverStragegy instances.SerializableResolver Implementation ofResolverStrategyfor serializable fields.