mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1747 - Refactor tidy tighten access on ebeaninternal/server/deploy
Adds PropertyAssocMany to ensure public access on BeanPropertyAssocMany helper methods for ebean-elastic integration.
This commit is contained in:
@@ -9,11 +9,11 @@ import io.ebeaninternal.server.core.InternString;
|
||||
* Typically this is for Embedded Beans.
|
||||
* </p>
|
||||
*/
|
||||
public class BeanPropertyOverride {
|
||||
class BeanPropertyOverride {
|
||||
|
||||
private final String dbColumn;
|
||||
|
||||
public BeanPropertyOverride(String dbColumn) {
|
||||
BeanPropertyOverride(String dbColumn) {
|
||||
this.dbColumn = InternString.intern(dbColumn);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user