Tabnine Logo
SizeExpression.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.hibernate.criterion.SizeExpression
constructor

Best Java code snippets using org.hibernate.criterion.SizeExpression.<init> (Showing top 20 results out of 315)

origin: hibernate/hibernate-orm

/**
 * Constrain a collection valued property by size
 *
 * @param propertyName The name of the collection property
 * @param size The size to use in comparison
 *
 * @return The Criterion
 *
 * @see SizeExpression
 */
@SuppressWarnings("UnusedDeclaration")
public static Criterion sizeGe(String propertyName, int size) {
  return new SizeExpression( propertyName, size, "<=" );
}
origin: hibernate/hibernate-orm

/**
 * Constrain a collection valued property by size
 *
 * @param propertyName The name of the collection property
 * @param size The size to use in comparison
 *
 * @return The Criterion
 *
 * @see SizeExpression
 */
public static Criterion sizeEq(String propertyName, int size) {
  return new SizeExpression( propertyName, size, "=" );
}
origin: hibernate/hibernate-orm

/**
 * Constrain a collection valued property by size
 *
 * @param propertyName The name of the collection property
 * @param size The size to use in comparison
 *
 * @return The Criterion
 *
 * @see SizeExpression
 */
@SuppressWarnings("UnusedDeclaration")
public static Criterion sizeNe(String propertyName, int size) {
  return new SizeExpression( propertyName, size, "<>" );
}
origin: hibernate/hibernate-orm

/**
 * Constrain a collection valued property by size
 *
 * @param propertyName The name of the collection property
 * @param size The size to use in comparison
 *
 * @return The Criterion
 *
 * @see SizeExpression
 */
@SuppressWarnings("UnusedDeclaration")
public static Criterion sizeLe(String propertyName, int size) {
  return new SizeExpression( propertyName, size, ">=" );
}
origin: hibernate/hibernate-orm

/**
 * Constrain a collection valued property by size
 *
 * @param propertyName The name of the collection property
 * @param size The size to use in comparison
 *
 * @return The Criterion
 *
 * @see SizeExpression
 */
@SuppressWarnings("UnusedDeclaration")
public static Criterion sizeGt(String propertyName, int size) {
  return new SizeExpression( propertyName, size, "<" );
}
origin: hibernate/hibernate-orm

/**
 * Constrain a collection valued property by size
 *
 * @param propertyName The name of the collection property
 * @param size The size to use in comparison
 *
 * @return The Criterion
 *
 * @see SizeExpression
 */
@SuppressWarnings("UnusedDeclaration")
public static Criterion sizeLt(String propertyName, int size) {
  return new SizeExpression( propertyName, size, ">" );
}
origin: jboss.jboss-embeddable-ejb3/hibernate-all

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeLe(String propertyName, int size) {
  return new SizeExpression(propertyName, size, ">=");
}
 
origin: jboss.jboss-embeddable-ejb3/hibernate-all

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeNe(String propertyName, int size) {
  return new SizeExpression(propertyName, size, "<>");
}
 
origin: org.hibernate/com.springsource.org.hibernate

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeEq(String propertyName, int size) {
  return new SizeExpression(propertyName, size, "=");
}
origin: org.hibernate/com.springsource.org.hibernate

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeNe(String propertyName, int size) {
  return new SizeExpression(propertyName, size, "<>");
}
origin: hibernate/hibernate

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeEq(String propertyName, int size) {
  return new SizeExpression(propertyName, size);
}

origin: jboss.jboss-embeddable-ejb3/hibernate-all

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeGt(String propertyName, int size) {
  return new SizeExpression(propertyName, size, "<");
}
 
origin: org.hibernate/com.springsource.org.hibernate

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeLt(String propertyName, int size) {
  return new SizeExpression(propertyName, size, ">");
}
origin: org.hibernate/com.springsource.org.hibernate

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeLe(String propertyName, int size) {
  return new SizeExpression(propertyName, size, ">=");
}
origin: jboss.jboss-embeddable-ejb3/hibernate-all

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeLt(String propertyName, int size) {
  return new SizeExpression(propertyName, size, ">");
}
 
origin: jboss.jboss-embeddable-ejb3/hibernate-all

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeGe(String propertyName, int size) {
  return new SizeExpression(propertyName, size, "<=");
}
 
origin: org.hibernate/com.springsource.org.hibernate.core

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeEq(String propertyName, int size) {
  return new SizeExpression(propertyName, size, "=");
}
origin: org.hibernate/com.springsource.org.hibernate.core

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeGt(String propertyName, int size) {
  return new SizeExpression(propertyName, size, "<");
}
origin: org.hibernate/com.springsource.org.hibernate.core

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeLt(String propertyName, int size) {
  return new SizeExpression(propertyName, size, ">");
}
origin: jboss.jboss-embeddable-ejb3/hibernate-all

/**
 * Constrain a collection valued property by size
 */
public static Criterion sizeEq(String propertyName, int size) {
  return new SizeExpression(propertyName, size, "=");
}
 
org.hibernate.criterionSizeExpression<init>

Popular methods of SizeExpression

    Popular in Java

    • Updating database using SQL prepared statement
    • compareTo (BigDecimal)
    • addToBackStack (FragmentTransaction)
    • setContentView (Activity)
    • FlowLayout (java.awt)
      A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
    • FileNotFoundException (java.io)
      Thrown when a file specified by a program cannot be found.
    • LinkedHashMap (java.util)
      LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
    • TimeZone (java.util)
      TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
    • Stream (java.util.stream)
      A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
    • JTable (javax.swing)
    • 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