EntityTransaction
E836372
EntityTransaction is a Java Persistence API interface that manages the boundaries and lifecycle of resource-local transactions for entity managers.
All labels observed (1)
| Label | Occurrences |
|---|---|
| EntityTransaction canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T10020102 — 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: EntityTransaction Context triple: [Java Persistence API, defines, EntityTransaction]
-
A.
TXN
TXN is the stock ticker symbol for Texas Instruments Incorporated, a major American technology company known for designing and manufacturing semiconductors and integrated circuits.
-
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.
SqlTransaction
SqlTransaction is a .NET class that represents a SQL Server database transaction, allowing you to commit or roll back a series of operations as a single unit of work.
-
D.
SCNTransaction
SCNTransaction is a SceneKit utility class that manages and animates implicit changes to scene graph properties over time, similar to CATransaction in Core Animation.
-
E.
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.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: EntityTransaction Target entity description: EntityTransaction is a Java Persistence API interface that manages the boundaries and lifecycle of resource-local transactions for entity managers.
-
A.
TXN
TXN is the stock ticker symbol for Texas Instruments Incorporated, a major American technology company known for designing and manufacturing semiconductors and integrated circuits.
-
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.
SqlTransaction
SqlTransaction is a .NET class that represents a SQL Server database transaction, allowing you to commit or roll back a series of operations as a single unit of work.
-
D.
SCNTransaction
SCNTransaction is a SceneKit utility class that manages and animates implicit changes to scene graph properties over time, similar to CATransaction in Core Animation.
-
E.
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.
- F. None of above. chosen
Statements (36)
| Predicate | Object |
|---|---|
| instanceOf |
JPA interface
ⓘ
Java interface ⓘ |
| associatedWith | EntityManager NERFINISHED ⓘ |
| begin() semantics | starts a resource-local transaction ⓘ |
| category | transaction management API ⓘ |
| commit() semantics | commits the current transaction ⓘ |
| definedIn | javax.persistence package NERFINISHED ⓘ |
| design | intended for applications using local transactions instead of container-managed transactions ⓘ |
| errorCondition |
IllegalStateException may be thrown if operations are invoked in an invalid state
NERFINISHED
ⓘ
RollbackException may be thrown on commit if the commit fails ⓘ |
| getRollbackOnly() semantics | returns whether the current transaction is marked for rollback only ⓘ |
| governs | persistence context synchronization with the database during a transaction ⓘ |
| hasMethod |
begin()
ⓘ
commit() ⓘ getRollbackOnly() ⓘ isActive() ⓘ rollback() ⓘ setRollbackOnly() ⓘ |
| introducedIn | JPA 1.0 ⓘ |
| isActive() semantics | returns whether a transaction is in progress ⓘ |
| lifecycleStep |
transaction begins with begin()
ⓘ
transaction ends with commit() or rollback() ⓘ |
| notUsedFor | JTA-managed transactions ⓘ |
| partOf | Java Persistence API NERFINISHED ⓘ |
| relatedTo |
EntityManager.getTransaction()
ⓘ
javax.persistence.EntityManager NERFINISHED ⓘ |
| requires | an open EntityManager to be obtained ⓘ |
| rollback() semantics | rolls back the current transaction ⓘ |
| scope | applies to a single EntityManager instance ⓘ |
| setRollbackOnly() semantics | marks the current transaction for rollback only ⓘ |
| threadAssociation | typically associated with the thread that owns the EntityManager ⓘ |
| usedFor |
controlling transaction boundaries
ⓘ
controlling transaction lifecycle ⓘ managing resource-local transactions ⓘ |
| usedIn | resource-local entity managers ⓘ |
| visibility | public interface in JPA ⓘ |
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: EntityTransaction Description of subject: EntityTransaction is a Java Persistence API interface that manages the boundaries and lifecycle of resource-local transactions for entity managers.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.