Internal Website Search

21-30 of 200 resultsRefresh

getVersion(type)

(  Class<Y> type) Return ... ="parameters"> Parameters: type - the type of the represented version attribute ... > Throws: IllegalArgumentException - if version attribute of the given type is not

getParameter(position, type)

; getParameter(  int position,   Class<T> type)type. This method is not required to be supported by the provider ... >type - type Returns: parameter object

get(i, type)

>X get(  int i,   Class<X> type) type - type of the tuple element type Since: JPA 2.0

Type.PersistenceType.BASIC

Enum Constant Type_PersistenceType" title="Enum in javax.persistence.metamodel.Type">javax.persistence.metamodel.Type.PersistenceTypeBASIC Basic type Since: JPA 2.0

getJavaType()

">Type" title="Interface in javax.persistence.metamodel">javax.persistence.metamodel.TypeClass<X> getJavaType() Return the represented Java type. Returns: Java type Since: JPA 2.0

subquery(type)

;type) Create a subquery of the query. Parameters: type - the subquery result type

get(alias, type)

>X get(  String alias,   Class<X> type) type - of the tuple element type Since: JPA 2.0

Type.PersistenceType.EMBEDDABLE

Enum Constant Type_PersistenceType" title="Enum in javax.persistence.metamodel.Type">javax.persistence.metamodel.Type.PersistenceTypeEMBEDDABLE Embeddable

InstanceLifecycleEvent(source, type)

;source,   int type) Creates a new event object with the specified source and type. Parameters: source - the instance that triggered the event type

InstanceLifecycleEvent(source, type, target)

;source,   int type,   Object target) Creates a new event object with the specified source, type - the instance that triggered the event type - the event type target