Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HHH-17979 - Add @PropertyRef #8327

Draft
wants to merge 203 commits into
base: wip/7.0
Choose a base branch
from

Conversation

sebersole
Copy link
Member

@sebersole sebersole commented May 6, 2024

HHH-17979 - Add @PropertyRef
HHH-18075 - Transform property-ref

https://hibernate.atlassian.net/browse/HHH-17979

sebersole and others added 30 commits May 2, 2024 08:13
https://hibernate.atlassian.net/browse/HHH-17377

Fixed SQM/JPA Criteria compilation errors.  Just Graph left
https://hibernate.atlassian.net/browse/HHH-17377

Just Graph completed - 2 left related to Session/EntityManager
HHH-17350 - Work on hibernate-models, XSD and JAXB
HHH-16114 - Improve boot metamodel binding
HHH-15996 - Develop an abstraction for Annotation in annotation processing
HHH-16012 - Develop an abstraction for domain model Class refs
HHH-15997 - Support for dynamic models in orm.xml
HHH-15698 - Support for entity-name in mapping.xsd
gavinking and others added 25 commits May 2, 2024 21:47
Signed-off-by: Gavin King <gavin@hibernate.org>
Signed-off-by: Gavin King <gavin@hibernate.org>
Signed-off-by: Gavin King <gavin@hibernate.org>
Signed-off-by: Gavin King <gavin@hibernate.org>
Signed-off-by: Gavin King <gavin@hibernate.org>
Signed-off-by: Gavin King <gavin@hibernate.org>
Signed-off-by: Gavin King <gavin@hibernate.org>
can't use ordinal column refs inside lower()

Signed-off-by: Gavin King <gavin@hibernate.org>
consistent with the similar levels they have

cc @beikov

Signed-off-by: Gavin King <gavin@hibernate.org>
Signed-off-by: Gavin King <gavin@hibernate.org>
HHH-18075 - Transform property-ref
private static void handlePropertyRef(
MemberDetails attributeMember,
AnnotatedJoinColumns parent,
MetadataBuildingContext context) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'context' is never used.
@@ -133,4 +146,25 @@
throw new AssertionFailure( "FkSecondPass for a wrong value type: " + value.getClass().getName() );
}
}

private void handlePropertyRef(
AnnotatedJoinColumns columns,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'columns' is never used.
HHH-18075 - Transform property-ref
private void handlePropertyRef(
AnnotatedJoinColumns columns,
PersistentClass targetEntity,
PersistentClass persistentClass,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'persistentClass' is never used.
ManyToOne manyToOne,
String path,
String referencedPropertyName,
Map<String, PersistentClass> persistentClasses,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'persistentClasses' is never used.
HHH-18075 - Transform property-ref
HHH-18060 - HbXmlTransformer work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
8 participants