ObjectDB Database Search

1-6 of 6 results

jakarta.persistence.NamedNativeQueries

Jakarta Persistence (JPA) Annotation Type jakarta.persistence. NamedNativeQueries Implemented ... to the persistence unit. The NamedNativeQueries annotation can be applied to an entity or mapped superclass. See Also: NamedNativeQuery Since: Jakarta Persistence (JPA) 1.0 Annotation Elements

jakarta.persistence.ConstructorResult

Jakarta Persistence (JPA) Annotation Type jakarta.persistence.ConstructorResult Implemented Interfaces: Annotation Used in conjunction with the SqlResultSetMapping or NamedNativeQuery annotation ... NamedNativeQuery ColumnResult Since: Jakarta Persistence (JPA) 2.1 Annotation Elements Class

jakarta.persistence.ColumnResult

Jakarta Persistence (JPA) Annotation Type jakarta.persistence.ColumnResult Implemented Interfaces: Annotation Used in conjunction with the SqlResultSetMapping , NamedNativeQuery , or ... NamedNativeQuery ConstructorResult Since: Jakarta Persistence (JPA) 1.0 Annotation Elements String

jakarta.persistence.EntityResult

Jakarta Persistence (JPA) Annotation Type jakarta.persistence.EntityResult Implemented Interfaces: Annotation Used in conjunction with the SqlResultSetMapping or NamedNativeQuery annotation to map ... NamedNativeQuery Since: Jakarta Persistence (JPA) 1.0 Annotation Elements Class entityClass

jakarta.persistence.EntityManager

string is found to be invalid. See Also: NamedQuery NamedNativeQuery Since: Jakarta Persistence (JPA) 1 ... .getNamedQueries(Class) NamedQuery NamedNativeQuery Since: Jakarta Persistence (JPA) 1.0 StoredProcedureQuery

jakarta.persistence.TypedQueryReference.getHints()

Jakarta Persistence (JPA) Method in jakarta.persistence.TypedQueryReference Map getHints() A map keyed by hint name of all hints specified via NamedQuery.hints or NamedNativeQuery .hints . Since: Jakarta Persistence (JPA) 1.0