Skip to content

Commit ae51946

Browse files
committed
[#2855] Apply header to package-info.java file
1 parent 9b6a8d7 commit ae51946

File tree

20 files changed

+80
-0
lines changed

20 files changed

+80
-0
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/adaptor/package-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
15
/**
26
* Utility classed helping adapt between Hibernate ORM's JDBC code
37
* and {@link org.hibernate.reactive.pool.ReactiveConnection}.

hibernate-reactive-core/src/main/java/org/hibernate/reactive/common/package-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
15
/**
26
* APIs common to both {@link org.hibernate.reactive.stage.Stage}
37
* and {@link org.hibernate.reactive.mutiny.Mutiny}.

hibernate-reactive-core/src/main/java/org/hibernate/reactive/context/package-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
15
/**
26
* Strategies for associating state with the current reactive stream.
37
*

hibernate-reactive-core/src/main/java/org/hibernate/reactive/engine/package-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
15
/**
26
* Reactive adaptations of Hibernate ORM's persistence actions.
37
*/

hibernate-reactive-core/src/main/java/org/hibernate/reactive/event/package-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
15
/**
26
* Handlers for reactive session events.
37
*/

hibernate-reactive-core/src/main/java/org/hibernate/reactive/id/package-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
15
/**
26
* Reactive identifier generation.
37
*

hibernate-reactive-core/src/main/java/org/hibernate/reactive/loader/package-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
15
/**
26
* Reactive entity, collection, and query loaders.
37
*/

hibernate-reactive-core/src/main/java/org/hibernate/reactive/mutiny/package-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
15
/**
26
* An API for Hibernate Reactive where non-blocking operations are
37
* represented by a Mutiny {@link io.smallrye.mutiny.Uni}.

hibernate-reactive-core/src/main/java/org/hibernate/reactive/package-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
15
/**
26
* Hibernate Reactive is an adaptation of Hibernate ORM to the
37
* world of reactive programming, and replaces JDBC for database

hibernate-reactive-core/src/main/java/org/hibernate/reactive/persister/collection/package-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
4+
*/
15
/**
26
* Reactive collection persisters.
37
*/

0 commit comments

Comments
 (0)