com.jaxio.jpa.querybyexample.ReadOnly Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javaee7-jpa-query-by-example Show documentation
Show all versions of javaee7-jpa-query-by-example Show documentation
This API allows you to construct Query By Example using the JPA 2 Criteria API.
The newest version!
/*
* Source code generated by Celerio, a Jaxio product.
* Documentation: http://www.jaxio.com/documentation/celerio/
* Follow us on twitter: @jaxiosoft
* Need commercial support ? Contact us: [email protected]
* Template pack-custom:backend/main/java/repository/support/ReadOnly.p.vm.java
*/
package com.jaxio.jpa.querybyexample;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import javax.inject.Qualifier;
@Qualifier
@Target({ TYPE, METHOD })
@Retention(RUNTIME)
@Documented
public @interface ReadOnly {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy