Uses of Interface
org.jboss.jpa.resolvers.strategy.SearchStrategy

Packages that use SearchStrategy
org.jboss.jpa.resolvers   
org.jboss.jpa.resolvers.strategy   
 

Uses of SearchStrategy in org.jboss.jpa.resolvers
 

Methods in org.jboss.jpa.resolvers with parameters of type SearchStrategy
protected  void BasePersistenceUnitDependencyResolver.setSearchStrategy(SearchStrategy strategy)
           
 

Constructors in org.jboss.jpa.resolvers with parameters of type SearchStrategy
BasePersistenceUnitDependencyResolver(SearchStrategy strategy)
           
 

Uses of SearchStrategy in org.jboss.jpa.resolvers.strategy
 

Classes in org.jboss.jpa.resolvers.strategy that implement SearchStrategy
 class BaseSearchStrategy
          The spec compliant persistence unit search stragegy.
 class JBossSearchStrategy
          A search strategy which allows for persistence units in other (unrelated) deployments.
 class SpecCompliantSearchStrategy
          The spec compliant persistence unit search stragegy.
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.