Steve Ebersole (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *updated* an issue
Hibernate ORM (
https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiMzI2MzJlZmVh...
) / Improvement (
https://hibernate.atlassian.net/browse/HHH-16626?atlOrigin=eyJpIjoiMzI2Mz...
) HHH-16626 (
https://hibernate.atlassian.net/browse/HHH-16626?atlOrigin=eyJpIjoiMzI2Mz...
) JPA hint for Session (EntityManager) level tenant-id (
https://hibernate.atlassian.net/browse/HHH-16626?atlOrigin=eyJpIjoiMzI2Mz...
)
Change By: Steve Ebersole (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
{code:java}public interface HibernateHints {
...
/**
* Support for specifying the tenant-id to use when creating an
* {@linkplain EntityManagerFactory#createEntityManager(java.util.Map) EntityManager }.
*
* See org.hibernate.SessionBuilder#tenantIdentifier
*/
String HINT_TENANT_ID = "org.hibernate.tenantId";
} {code}
{code:java}EntityManager em = emf.createEntityManager(
mapOf( HINT_TENANT_ID, theTenantId )
);{code}
(
https://hibernate.atlassian.net/browse/HHH-16626#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-16626#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100225- sha1:11e4e77 )