congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
AuditRelatedId.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.hibernate.envers.query.criteria.AuditRelatedId
constructor

Best Java code snippets using org.hibernate.envers.query.criteria.AuditRelatedId.<init> (Showing top 2 results out of 315)

origin: hibernate/hibernate-orm

/**
 * Create restrictions on an id of a related entity.
 *
 * @param alias the alias of the entity which owns the relation property.
 * @param propertyName Name of the property, which is the relation.
 */
public static AuditRelatedId relatedId(String alias, String propertyName) {
  return new AuditRelatedId( alias, new EntityPropertyName( propertyName ) );
}
origin: org.hibernate.orm/hibernate-core

/**
 * Create restrictions on an id of a related entity.
 *
 * @param alias the alias of the entity which owns the relation property.
 * @param propertyName Name of the property, which is the relation.
 */
public static AuditRelatedId relatedId(String alias, String propertyName) {
  return new AuditRelatedId( alias, new EntityPropertyName( propertyName ) );
}
org.hibernate.envers.query.criteriaAuditRelatedId<init>

Popular methods of AuditRelatedId

  • eq
    Applies an "equals" criteria predicate.
  • in
    Applies an "in" criteria predicate.

Popular in Java

  • Reactive rest calls using spring rest template
  • compareTo (BigDecimal)
  • setRequestProperty (URLConnection)
  • onRequestPermissionsResult (Fragment)
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • ImageIO (javax.imageio)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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