Package org.jboss.as.jpa.processor
Class HibernateSearchDeploymentMarker
- java.lang.Object
-
- org.jboss.as.jpa.processor.HibernateSearchDeploymentMarker
-
public class HibernateSearchDeploymentMarker extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>getBackendTypes(org.jboss.as.server.deployment.DeploymentUnit unit)static List<String>getCoordinationStrategies(org.jboss.as.server.deployment.DeploymentUnit unit)static voidmarkBackendType(org.jboss.as.server.deployment.DeploymentUnit unit, String backendType)static voidmarkCoordinationStrategy(org.jboss.as.server.deployment.DeploymentUnit unit, String coordinationStrategy)
-
-
-
Method Detail
-
markBackendType
public static void markBackendType(org.jboss.as.server.deployment.DeploymentUnit unit, String backendType)
-
getBackendTypes
public static List<String> getBackendTypes(org.jboss.as.server.deployment.DeploymentUnit unit)
-
markCoordinationStrategy
public static void markCoordinationStrategy(org.jboss.as.server.deployment.DeploymentUnit unit, String coordinationStrategy)
-
-