Class AttributeJql<E>


  • public class AttributeJql<E>
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getField()  
      static <E,​V>
      AttributeJql
      of​(javax.persistence.metamodel.Attribute<? super E,​V> attribute1)  
      static <T1,​T2,​V>
      AttributeJql
      of​(javax.persistence.metamodel.Attribute<T1,​T2> attribute1, javax.persistence.metamodel.Attribute<T2,​V> attribute2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • of

        public static <E,​V> AttributeJql of​(javax.persistence.metamodel.Attribute<? super E,​V> attribute1)
      • of

        public static <T1,​T2,​V> AttributeJql of​(javax.persistence.metamodel.Attribute<T1,​T2> attribute1,
                                                            javax.persistence.metamodel.Attribute<T2,​V> attribute2)
      • getField

        public java.lang.String getField()