org.wildfly.swarm.jpa.spatial.JPASpatialFraction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpa-spatial Show documentation
Show all versions of jpa-spatial Show documentation
Java Persistence API with Spatial Extensions
package org.wildfly.swarm.jpa.spatial;
import org.wildfly.swarm.spi.api.Fraction;
import org.wildfly.swarm.spi.api.annotations.DeploymentModule;
/**
* @author Bob McWhirter
*/
@DeploymentModule(name = "org.hibernate.spatial")
public class JPASpatialFraction implements Fraction {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy