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

How to use
Fields
in
org.hibernate.search.annotations

Best Java code snippets using org.hibernate.search.annotations.Fields (Showing top 20 results out of 315)

origin: omero/model-psql

/**
* Simple field ome.model.screen.Well.blue (java.lang.Integer) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED,
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="blue", updatable=true)
public java.lang.Integer getBlue() {
  if (! _loaded ) errorIfUnloaded();
  return this.blue;
}
origin: omero/model-psql

/**
* Simple field ome.model.screen.Well.alpha (java.lang.Integer) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED,
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="alpha", updatable=true)
public java.lang.Integer getAlpha() {
  if (! _loaded ) errorIfUnloaded();
  return this.alpha;
}
origin: omero/model-psql

/**
* Simple field ome.model.roi.AffineTransform.a00 (java.lang.Double) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED,
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=false, unique=false, name="a00", updatable=true)
public java.lang.Double getA00() {
  if (! _loaded ) errorIfUnloaded();
  return this.a00;
}
origin: omero/model-psql

/**
* Simple field ome.model.roi.AffineTransform.a02 (java.lang.Double) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED,
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=false, unique=false, name="a02", updatable=true)
public java.lang.Double getA02() {
  if (! _loaded ) errorIfUnloaded();
  return this.a02;
}
origin: omero/model-psql

/**
* Simple field ome.model.acquisition.Filter.manufacturer (java.lang.String) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED, 
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="manufacturer", updatable=true)
public java.lang.String getManufacturer() {
  if (! _loaded ) errorIfUnloaded();
  return this.manufacturer;
}
origin: omero/model-psql

/**
* Simple field ome.model.enums.ProjectionAxis.value (java.lang.String) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED, 
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=false, unique=true, name="value", updatable=true)
public java.lang.String getValue() {
  if (! _loaded ) errorIfUnloaded();
  return this.value;
}
origin: omero/model-psql

/**
* Simple field ome.model.core.Pixels.sha1 (java.lang.String) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED, 
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=false, unique=false, name="sha1", updatable=true)
public java.lang.String getSha1() {
  if (! _loaded ) errorIfUnloaded();
  return this.sha1;
}
origin: omero/model-psql

/**
* Simple field ome.model.annotations.DoubleAnnotation.doubleValue (java.lang.Double) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED,
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="doubleValue", updatable=true)
public java.lang.Double getDoubleValue() {
  if (! _loaded ) errorIfUnloaded();
  return this.doubleValue;
}
origin: omero/model-psql

/**
* Simple field ome.model.meta.Experimenter.middleName (java.lang.String) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED, 
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="middleName", updatable=true)
public java.lang.String getMiddleName() {
  if (! _loaded ) errorIfUnloaded();
  return this.middleName;
}
origin: omero/model-psql

/**
* Simple field ome.model.acquisition.LightSource.serialNumber (java.lang.String) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED, 
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="serialNumber", updatable=true)
public java.lang.String getSerialNumber() {
  if (! _loaded ) errorIfUnloaded();
  return this.serialNumber;
}
origin: omero/model-psql

/**
* Simple field ome.model.roi.Polyline.markerEnd (java.lang.String) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED, 
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="markerEnd", updatable=true)
public java.lang.String getMarkerEnd() {
  if (! _loaded ) errorIfUnloaded();
  return this.markerEnd;
}
origin: omero/model-psql

/**
* Simple field ome.model.acquisition.Dichroic.manufacturer (java.lang.String) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED, 
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="manufacturer", updatable=true)
public java.lang.String getManufacturer() {
  if (! _loaded ) errorIfUnloaded();
  return this.manufacturer;
}
origin: omero/model-psql

/**
* Simple field ome.model.jobs.Job.type (java.lang.String) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED, 
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=false, unique=false, name="type", updatable=true)
public java.lang.String getType() {
  if (! _loaded ) errorIfUnloaded();
  return this.type;
}
origin: omero/model-psql

/**
* Simple field ome.model.jobs.Job.message (java.lang.String) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED, 
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=false, unique=false, name="message", updatable=true)
public java.lang.String getMessage() {
  if (! _loaded ) errorIfUnloaded();
  return this.message;
}
origin: omero/model-psql

/**
* Simple field ome.model.meta.DBPatch.currentPatch (java.lang.Integer) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED,
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=false, unique=false, name="currentPatch", updatable=false)
public java.lang.Integer getCurrentPatch() {
  if (! _loaded ) errorIfUnloaded();
  return this.currentPatch;
}
origin: omero/model-psql

/**
* Simple field ome.model.meta.Session.userIP (java.lang.String) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED, 
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="userIP", updatable=true)
public java.lang.String getUserIP() {
  if (! _loaded ) errorIfUnloaded();
  return this.userIP;
}
origin: omero/model-psql

/**
* Simple field ome.model.meta.Node.scale (java.lang.Integer) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED,
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="scale", updatable=true)
public java.lang.Integer getScale() {
  if (! _loaded ) errorIfUnloaded();
  return this.scale;
}
origin: omero/model-psql

/**
* Simple field ome.model.screen.Plate.defaultSample (java.lang.Integer) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED,
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="defaultSample", updatable=true)
public java.lang.Integer getDefaultSample() {
  if (! _loaded ) errorIfUnloaded();
  return this.defaultSample;
}
origin: omero/model-psql

/**
* Simple field ome.model.screen.Plate.columnNamingConvention (java.lang.String) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED, 
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="columnNamingConvention", updatable=true)
public java.lang.String getColumnNamingConvention() {
  if (! _loaded ) errorIfUnloaded();
  return this.columnNamingConvention;
}
origin: omero/model-psql

/**
* Simple field ome.model.roi.Rectangle.x (java.lang.Double) 
*/
// No @Type annotation
@org.hibernate.search.annotations.Fields({
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED),
  @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.UN_TOKENIZED,
    name="combined_fields")
})
@javax.persistence.Column(columnDefinition="", nullable=true, unique=false, name="x", updatable=true)
public java.lang.Double getX() {
  if (! _loaded ) errorIfUnloaded();
  return this.x;
}
org.hibernate.search.annotationsFields

Most used methods

  • <init>
  • value

Popular in Java

  • Making http requests using okhttp
  • getContentResolver (Context)
  • onRequestPermissionsResult (Fragment)
  • getSharedPreferences (Context)
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • JPanel (javax.swing)
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Top PhpStorm 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