- For Hibernate OGM 5.0.1.Final (app name: HOGM5_MONGODB_Listeners) tested under Payara 4
Se afișează postările cu eticheta Hibernate OGM. Afișați toate postările
Se afișează postările cu eticheta Hibernate OGM. Afișați toate postările
joi, 18 august 2016
Hibernate OGM 5.0 with MongoDB - Listeners
Hibernate OGM 5.0 with MongoDB - Listeners
miercuri, 17 august 2016
Hibernate OGM 5.0 with MongoDB - @Access
Hibernate OGM 5.0 with MongoDB - @Access
- For Hibernate OGM 5.0.1.Final (app name: HOGM5_MONGODB_Access) tested under Payara 4
marți, 16 august 2016
Hibernate OGM 5.0 with MongoDB - @MappedSuperclass
Hibernate OGM 5.0 with MongoDB - @MappedSuperclass
- For Hibernate OGM 5.0.1.Final (app name: HOGM5_MONGODB_MappedSuperclass) tested under Payara 4
luni, 15 august 2016
Hibernate OGM 5.0 with MongoDB - @Version
Hibernate OGM 5.0 with MongoDB - @Version
- For Hibernate OGM 5.0.1.Final (app name: HOGM5_MONGODB_Version) tested under Payara 4
Hibernate OGM 5.0 with MongoDB - @ElementCollection
Hibernate OGM 5.0 with MongoDB - @ElementCollection
- For Hibernate OGM 5.0.1.Final (app name: HOGM5_MONGODB_ElementCollection) tested under Payara 4
duminică, 14 august 2016
Hibernate OGM 5.0 with MongoDB - @ManyToMany
Hibernate OGM 5.0 with MongoDB - @ManyToMany
- For Hibernate OGM 5.0.1.Final (app name: HOGM5_MongoDB_MTM) tested under Payara 4
sâmbătă, 13 august 2016
Hibernate OGM 5.0 with MongoDB - @OneToMany/@ManyToOne
Hibernate OGM 5.0 with MongoDB - @OneToMany/@ManyToOne
- For Hibernate OGM 5.0.1.Final (app name: HOGM5_MongoDB_OTM) tested under Payara 4
vineri, 12 august 2016
Hibernate OGM 5.0 with MongoDB - bidirectional @OneToOne
Hibernate OGM 5.0 with MongoDB - bidirectional @OneToOne
- For Hibernate OGM 5.0.1.Final (app name: HOGM5_MongoDB_OTO) tested under Payara 4
Hibernate OGM 5.0 with MongoDB - using @OneToOne and @MapsId
Hibernate OGM 5.0 with MongoDB - using @OneToOne and @MapsId
- For Hibernate OGM 5.0.1.Final (app name: HOGM5_MongoDB_OTO_MapsId) tested under Payara 4
Hibernate OGM 5.0 with MongoDB - using identifiers (JPA @Id)
This application is a quickstart for working with Hibernate OGM 5 and MongoDB identifiers (JPA @Id). The application contains:
- manually (explicitly) set id
- AUTO strategy
- IDENTITY strategy
- SEQUENCE strategy
- TABLE strategy
- UUID2
- EmbeddedId
- IdClass
- Custom generator
The application is available here.
marți, 9 august 2016
Hibernate OGM via Java Persistence API, standalone JTA, JBoss Transactions
Hibernate OGM via Java Persistence API, standalone JTA, JBoss Transactions
- For Hibernate OGM 4.0.0.Beta2 (app name: HOGM4viaJPAJTA_Tomcat8) tested under Tomcat 8
- For Hibernate OGM 5.0.1.Final (app name: HOGM5viaJPAJTA_Tomcat8) tested under Tomcat 8
luni, 8 august 2016
Hibernate OGM via Java Persistence API, Spring MVC 4
Hibernate OGM via Java Persistence API, Spring MVC 4
- For Hibernate OGM 4.0.0.Beta2 (app name: HOGM4viaJPA_SPRINGMVC4) tested under Payara 4
- For Hibernate OGM 5.0.1.Final (app name: HOGM5viaJPA_SPRINGMVC4) tested under Payara 4
duminică, 7 august 2016
Hibernate OGM via Java Persistence API, RESOURCE_LOCAL under Tomcat
Hibernate OGM via Java Persistence API, RESOURCE_LOCAL under Tomcat
- For Hibernate OGM 4.0.0.Beta2 (app name: HOGM4viaJPA_RESOURCELOCAL_Tomcat8) tested under Tomcat 8
- For Hibernate OGM 5.0.1.Final (app name: HOGM5viaJPA_RESOURCELOCAL_Tomcat8) tested under Tomcat 8
sâmbătă, 6 august 2016
Hibernate OGM via Java Persistence API, JEE application under Payara 4
Hibernate OGM via Java Persistence API, JEE application under Payara 4
- For Hibernate OGM 4.2.0.Final (app name: HOGM4viaJPA_EE_Payara) tested under Payara 4
- For Hibernate OGM 5.0.1.Final (app name: HOGM5viaJPA_EE_Payara) tested under Payara 4
vineri, 5 august 2016
Hibernate OGM via Hibernate Native API, standalone JTA, JBoss Transactions
Hibernate OGM via Hibernate Native API, standalone JTA, JBoss Transactions
- For Hibernate OGM 4.0.0.Beta2 (app name: HOGM4viaHNAPI_JTA_Tomcat8) tested under Tomcat 8
- For Hibernate OGM 5.0.1.Final (app name: HOGM5viaHNAPI_JTA_Tomcat8) tested under Tomcat 8
Hibernate OGM via Hibernate Native API, JTA environment, built-in JTA platform
Hibernate OGM via Hibernate Native API, JTA environment, built-in JTA platform
- For Hibernate OGM 4.0.0.Beta2 (app name: HOGM4viaHNAPI_JTA_Payara4) tested under Payara 4
- For Hibernate OGM 5.0.1.Final (app name: HOGM5viaHNAPI_JTA_Payara4) tested under Payara 4
Hibernate OGM via Hibernate Native API, JTA environment, EJB/CMT (Container Managed Transaction)
Hibernate OGM via Hibernate Native API, JTA environment, EJB/CMT (Container Managed Transaction)
- For Hibernate OGM 4.0.0.Beta2 (app: HOGM4viaHNAPI_JTA_EJB_CMT_Payara4) tested under Payara 4
- For Hibernate OGM 5.0.1.Final (app: HOGM5viaHNAPI_JTA_EJB_CMT_Payara4) tested under Payara 4
Hibernate OGM via Hibernate Native API, JTA environment, EJB/BMT (Bean Managed Transaction)
Hibernate OGM via Hibernate Native API, JTA environment, EJB/BMT (Bean Managed Transaction)
- For Hibernate OGM 4.0.0.Beta2 (app: HOGM4viaHNAPI_JTA_EJB_BMT_Payara4) tested under Payara 4
- For Hibernate OGM 5.0.1.Final (app: HOGM5viaHNAPI_JTA_EJB_BMT_Payara4) tested under Payara 4
Hibernate OGM via Hibernate Native API, non-JTA, JDBC transaction demarcation
Hibernate OGM via Hibernate Native API, non-JTA, JDBC transaction demarcation
- For Hibernate OGM 4.0.0.Beta2 (app name: HOGM4viaHNAPI_JDBC_Tomcat8) tested under Tomcat 8
- For Hibernate OGM 5.0.1.Final (app name: HOGM5viaHNAPI_JDBC_Tomcat8) tested under Tomcat 8
Abonați-vă la:
Postări (Atom)