javax.sql
E277024
javax.sql is a Java package that provides extended JDBC support for database access, including connection pooling, distributed transactions, and rowset implementations.
All labels observed (3)
| Label | Occurrences |
|---|---|
| javax.sql canonical | 2 |
| javax.sql.RowSetMetaData | 1 |
| javax.sql.XADataSource | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T2556518 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: javax.sql Context triple: [JDBC, alsoDefinedInPackage, javax.sql]
-
A.
JDBC
JDBC (Java Database Connectivity) is a Java-based API that enables applications to connect to and interact with relational databases in a standardized way.
-
B.
Jakarta Transactions
Jakarta Transactions is the Jakarta EE specification that defines a standard API and infrastructure for managing distributed transactions in Java enterprise applications.
-
C.
Java Transaction API
Java Transaction API is a Java specification that provides a standard interface for managing distributed transactions across multiple resources in enterprise applications.
-
D.
Java Persistence API
Java Persistence API is a Java specification that standardizes object-relational mapping and data persistence for Java applications, enabling developers to manage relational data using plain Java objects.
-
E.
Jakarta Persistence
Jakarta Persistence is a Jakarta EE specification that defines a standard API for managing relational data persistence in Java applications using object-relational mapping (ORM).
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: javax.sql Target entity description: javax.sql is a Java package that provides extended JDBC support for database access, including connection pooling, distributed transactions, and rowset implementations.
-
A.
JDBC
JDBC (Java Database Connectivity) is a Java-based API that enables applications to connect to and interact with relational databases in a standardized way.
-
B.
Jakarta Transactions
Jakarta Transactions is the Jakarta EE specification that defines a standard API and infrastructure for managing distributed transactions in Java enterprise applications.
-
C.
Java Transaction API
Java Transaction API is a Java specification that provides a standard interface for managing distributed transactions across multiple resources in enterprise applications.
-
D.
Java Persistence API
Java Persistence API is a Java specification that standardizes object-relational mapping and data persistence for Java applications, enabling developers to manage relational data using plain Java objects.
-
E.
Jakarta Persistence
Jakarta Persistence is a Jakarta EE specification that defines a standard API for managing relational data persistence in Java applications using object-relational mapping (ORM).
- F. None of above. chosen
Statements (46)
| Predicate | Object |
|---|---|
| instanceOf |
JDBC extension package
ⓘ
Java package ⓘ |
| containsClass |
javax.sql.CommonDataSource
ⓘ
javax.sql.ConnectionPoolDataSource ⓘ javax.sql.DataSource ⓘ javax.sql.DataSourceFactory ⓘ javax.sql.PoolableConnection ⓘ javax.sql.PooledConnection ⓘ javax.sql.RowSet ⓘ javax.sql.RowSetEvent ⓘ javax.sql.RowSetInternal ⓘ javax.sql.RowSetListener ⓘ javax.sql self-linksurface differs ⓘ
surface form:
javax.sql.RowSetMetaData
javax.sql.RowSetReader ⓘ javax.sql.RowSetWriter ⓘ javax.sql.StatementEvent ⓘ javax.sql.StatementEventListener ⓘ javax.sql.XAConnection ⓘ javax.sql self-linksurface differs ⓘ
surface form:
javax.sql.XADataSource
|
| definesAPIFor |
connection pooling
ⓘ
distributed transactions ⓘ rowset handling ⓘ |
| designedFor | relational databases ⓘ |
| enables |
container-managed connection pooling
ⓘ
container-managed transactions ⓘ |
| extendsFunctionalityOf | java.sql package ⓘ |
| introducedFor | enterprise database applications ⓘ |
| language | Java ⓘ |
| namespace | javax ⓘ |
| partOf | Java Platform, Standard Edition ⓘ |
| provides | extended JDBC support ⓘ |
| relatedTo | java.sql ⓘ |
| supportsFeature |
connection pooling
ⓘ
database access ⓘ disconnected rowsets ⓘ distributed transactions ⓘ event-based notification for pooled connections ⓘ rowset implementations ⓘ scrollable and updatable rowsets ⓘ |
| supportsStandard |
JDBC
ⓘ
XA transactions ⓘ |
| targetEnvironment |
enterprise Java applications
ⓘ
server-side Java ⓘ |
| usedBy |
Java EE applications
ⓘ
application servers ⓘ |
| usedWith | JDBC drivers ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: javax.sql Description of subject: javax.sql is a Java package that provides extended JDBC support for database access, including connection pooling, distributed transactions, and rowset implementations.
Referenced by (4)
Full triples — surface form annotated when it differs from this entity's canonical label.