Tabnine Logo
Queries
Code IndexAdd Tabnine to your IDE (free)

How to use
Queries
in
javax.jdo.annotations

Best Java code snippets using javax.jdo.annotations.Queries (Showing top 16 results out of 315)

origin: org.isisaddons.module.settings/isis-module-settings-dom

    schema = "isissettings",
    table="ApplicationSetting")
@javax.jdo.annotations.Queries({ 
   @javax.jdo.annotations.Query(
       name = "findByKey", language = "JDOQL", 
origin: org.incode.module.document/incode-module-document-dom

    strategy = VersionStrategy.VERSION_NUMBER,
    column = "version")
@javax.jdo.annotations.Queries({
origin: org.incode.example.document/incode-example-document-dom

    strategy = VersionStrategy.VERSION_NUMBER,
    column = "version")
@javax.jdo.annotations.Queries({
origin: isisaddons/isis-app-todoapp

})
@javax.jdo.annotations.Queries( {
  @javax.jdo.annotations.Query(
      name = "findByAtPathAndComplete", language = "JDOQL",
origin: org.incode.example.document/incode-example-document-dom

@Inheritance(
    strategy = InheritanceStrategy.NEW_TABLE)
@Queries({
origin: org.incode.module.document/incode-module-document-dom

@Inheritance(
    strategy = InheritanceStrategy.NEW_TABLE)
@Queries({
origin: org.incode.example.document/incode-example-document-dom

@javax.jdo.annotations.Inheritance(
    strategy = InheritanceStrategy.NEW_TABLE)
@javax.jdo.annotations.Queries({
    @javax.jdo.annotations.Query(
        name = "findByDocument", language = "JDOQL",
origin: org.incode.module.document/incode-module-document-dom

@javax.jdo.annotations.Inheritance(
    strategy = InheritanceStrategy.NEW_TABLE)
@javax.jdo.annotations.Queries({
    @javax.jdo.annotations.Query(
        name = "findByDocument", language = "JDOQL",
origin: org.isisaddons.module.settings/isis-module-settings-dom

    schema = "isissettings",
    table="UserSetting")
@javax.jdo.annotations.Queries({ 
  @javax.jdo.annotations.Query(
      name = "findByUserAndKey", language = "JDOQL", 
origin: org.incode.example.document/incode-example-document-dom

@Queries({
    @javax.jdo.annotations.Query(
        name = "findByTypeAndAtPath", language = "JDOQL",
origin: org.incode.module.document/incode-module-document-dom

@Queries({
    @javax.jdo.annotations.Query(
        name = "findByTypeAndAtPath", language = "JDOQL",
origin: org.incode.module.document/incode-module-document-dom

@Inheritance(
    strategy = InheritanceStrategy.NEW_TABLE)
@Queries({
    @Query(
        name = "findByReference", language = "JDOQL",
origin: org.incode.example.document/incode-example-document-dom

@Queries({
    @Query(
        name = "findByCreatedAtAfter", language = "JDOQL",
origin: org.incode.module.document/incode-module-document-dom

@Queries({
    @Query(
        name = "findByCreatedAtAfter", language = "JDOQL",
origin: feixiao/DesignPattern

  strategy = javax.jdo.annotations.IdGeneratorStrategy.IDENTITY, column = "id")
@javax.jdo.annotations.Version(strategy = VersionStrategy.VERSION_NUMBER, column = "version")
@javax.jdo.annotations.Queries({
  @javax.jdo.annotations.Query(name = "find", language = "JDOQL", value = "SELECT "
    + "FROM domainapp.dom.modules.simple.SimpleObject "),
origin: org.incode.example.document/incode-example-document-dom

@Inheritance(
    strategy = InheritanceStrategy.NEW_TABLE)
@Queries({
    @Query(
        name = "findByReference", language = "JDOQL",
javax.jdo.annotationsQueries

Most used methods

  • <init>

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getResourceAsStream (ClassLoader)
  • requestLocationUpdates (LocationManager)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now